From fbcedebb0276f78e7dcc8a8dc25c31ba6302bb1e Mon Sep 17 00:00:00 2001 From: Ruud Overeem <overeem@astron.nl> Date: Fri, 24 Oct 2008 11:55:28 +0000 Subject: [PATCH] Bug 1189: Updated Cabinet and Station to hold the new temperaturecontrol information. --- MAC/Deployment/data/PVSS/Cabinet.dpdef | 30 +++++++++++++++++++------- MAC/Deployment/data/PVSS/Station.dpdef | 3 +++ 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/MAC/Deployment/data/PVSS/Cabinet.dpdef b/MAC/Deployment/data/PVSS/Cabinet.dpdef index dd7d2d27f85..2279abbda08 100644 --- a/MAC/Deployment/data/PVSS/Cabinet.dpdef +++ b/MAC/Deployment/data/PVSS/Cabinet.dpdef @@ -1,8 +1,22 @@ -doorOpen bool -fan bool -inletTemp float -frontTemp float -backTemp float -setpointTemp float -ambientTemp float -controlMode string +frontDoorOpen bool +frontFanInner bool +frontFanOuter bool +frontVanes bool +frontAirflow bool + +backDoorOpen bool +backtFanInner bool +backtFanOuter bool +backVanes bool +backAirflow bool + +tempAlarm int +humidityAlarm int + +temperature float +humidity float + +controlMode string +temperatureSensor string +humidityControl string +DoorControl string diff --git a/MAC/Deployment/data/PVSS/Station.dpdef b/MAC/Deployment/data/PVSS/Station.dpdef index 7ecce6b9ee5..5f26f6c5676 100644 --- a/MAC/Deployment/data/PVSS/Station.dpdef +++ b/MAC/Deployment/data/PVSS/Station.dpdef @@ -1,3 +1,6 @@ # Station # +power48On bool +power220On bool + __childDp string -- GitLab