Changeset 2553 for trunk/MagicSoft/Mars/mcamera
- Timestamp:
- 11/21/03 19:53:02 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mcamera
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcamera/MCameraCalibration.h
r2535 r2553 10 10 friend class MReportCamera; 11 11 private: 12 B ool_t fStatus; // Monitored status: o=off, 1=on, CamCalib_state13 B ool_t fStatusCANbus; // Monitored status: o=off, 1=on, Cal.CanBus_state14 B ool_t fStatusIO; // Monitored status: o=off, 1=on, Cal.IO_state15 B ool_t fStatusLoVoltage; // Monitored status: o=off, 1=on, Cal.LV_state12 Byte_t fStatus; // CaCo monitored calibration state: o=off, 1=on, CamCalib_state 13 Byte_t fStatusCANbus; // CaCo monitored CANbus state: o=off, 1=on, Cal.CanBus_state 14 Byte_t fStatusIO; // CaCo monitored I/O state: o=off, 1=on, Cal.IO_state 15 Byte_t fStatusLoVoltage; // CaCo monitored LV PS state: o=off, 1=on, Cal.LV_state 16 16 17 17 Bool_t fRequestHiVoltage; // Requested status: o=off, 1=on, bcalib_HV_Off/On -
trunk/MagicSoft/Mars/mcamera/MCameraCooling.h
r2535 r2553 10 10 friend class MReportCamera; 11 11 private: 12 Byte_t fStatus; // Monitored status: 0-8, Cam.COOLING_state12 Byte_t fStatus; // CaCo Monitored cooling status: 0-9, Cam.COOLING_state 13 13 14 14 Bool_t fStatusPressureHi; // 0=ok, 1=Obstruct 15 15 Bool_t fStatusPressureLo; // 0=ok, 1=leakage 16 Bool_t fStatusPum b; // 0=off, 1=on16 Bool_t fStatusPump; // 0=off, 1=on 17 17 Bool_t fStatusRefrigrerator; // 0=off, 1=on 18 18 Bool_t fStatusValve; // 0=recirculate, 1=new … … 23 23 Float_t fTempWall; // [deg C] Temperature at the camera wall 24 24 Float_t fTempOptLink; // [deg C] Temperature at the optical link 25 Float_t fTempWater; // [deg C] Temperature of the water 25 Float_t fTempWater; // [deg C] Temperature of the water in the water tank 26 26 27 Byte_t fHum All; // [%] Relative humidity overall27 Byte_t fHumWall; // [%] Relative humidity at camera wall 28 28 Byte_t fHumCenter; // [%] Relative humidity camera center 29 29 -
trunk/MagicSoft/Mars/mcamera/MCameraHV.h
r2535 r2553 14 14 friend class MReportCamera; 15 15 private: 16 B ool_t fStatus; // Monitored status of the High Voltage, Cam.HV.PS_state17 Bool_t fStatus PowerSupply; // Monitored status of the HV Power supply, Cam.HV_state16 Byte_t fStatus; // CaCo monitored status of the High Voltage [0-9], Cam.HV.PS_state 17 Bool_t fStatusRamping; // CaCo monitored status of ramping the HV, Cam.HV_state 18 18 19 Short_t fVoltageA; 20 Short_t fVoltageB; 19 Short_t fVoltageA; // [V] Measured voltage of power supply A, hvps1 20 Short_t fVoltageB; // [V] Measured voltage of power supply B, hvps2 21 21 22 Short_t fCurrentA; // [A] Measured current of power supply A, curr123 Short_t fCurrentB; // [A] Measured current of power supply B, curr222 Byte_t fCurrentA; // [mA] Measured current of power supply A, curr1 23 Byte_t fCurrentB; // [mA] Measured current of power supply B, curr2 24 24 25 TArrayS fHV; 25 TArrayS fHV; // [V] Measured high Voltages for all PMTs 26 26 public: 27 27 MCameraHV() : fHV(577) { } -
trunk/MagicSoft/Mars/mcamera/MCameraLV.h
r2535 r2553 14 14 friend class MReportCamera; 15 15 private: 16 B ool_t fStatus; // Monitoredstatus: , Cam.LV_state16 Byte_t fStatus; // CaCo monitored LV PS status: , Cam.LV_state 17 17 Bool_t fRequestPowerSupply; // Requested status: o=off, 1=on, blv_ps_status 18 Bool_t fRequestTemp; // Requested status: o=off, 1=on, blv_temp19 Bool_t fRequestHumidity; // Requested status: o=off, 1=on, blv_RelativeHumidity20 18 21 MCameraPowerSupply fPowerSupplyA; // power supply A22 MCameraPowerSupply fPowerSupplyB; // power supply B19 Float_t fStatusTemp; // Measured status: o=off, 1=on, blv_temp 20 Float_t fStatusHumidity; // Measured status: o=off, 1=on, blv_RelativeHumidity 23 21 24 Float_t fVoltageOptLinkPos12V; // [V] voltage_opt_link_pos12 25 Float_t fVoltageOptLinkSparePos12V; // [V] voltage_opt_link_spare_pos12 26 27 Float_t fCurrentOptLinkPos12V; // [A] current_opt_link_pos12 28 Float_t fCurrentOptLinkSparePos12V; // [A] current_opt_link_spare_pos12 22 MCameraPowerSupply fPowerSupplyA; // power supply camera part A 23 MCameraPowerSupply fPowerSupplyB; // power supply camera part B 29 24 30 25 public: -
trunk/MagicSoft/Mars/mcamera/MCameraLid.h
r2535 r2553 10 10 friend class MReportCamera; 11 11 private: 12 Bool_t fLimit Top;// 0=not active, 1= active13 Bool_t fLimit Bottom;// 0=not active, 1= active14 Bool_t fSaf tyLimitTop;// 0=not active, 1= active15 Bool_t fSaf tyLimitBottom; // 0=not active, 1= active12 Bool_t fLimitOpen; // 0=not active, 1= active 13 Bool_t fLimitClose; // 0=not active, 1= active 14 Bool_t fSafetyLimitOpen; // 0=not active, 1= active 15 Bool_t fSafetyLimitClose; // 0=not active, 1= active 16 16 Byte_t fStatusLid; // 0=positioning, 1=open, 2=closed 17 17 Byte_t fStatusMotor; // 0=stopped, 1=opening, 2=closing -
trunk/MagicSoft/Mars/mcamera/MCameraLids.h
r2535 r2553 17 17 MCameraLid fLidB; 18 18 19 B ool_t fStatus; // [?] Monitored status, Cam.LID_state19 Byte_t fStatus; // CaCo monitored lid status, Cam.LID_state [0-9] 20 20 public: 21 21 ClassDef(MCameraLids, 0) -
trunk/MagicSoft/Mars/mcamera/MCameraPowerSupply.h
r2535 r2553 10 10 friend class MReportCamera; 11 11 private: 12 Float_t fVoltagePos5V; // [V] voltage_pos5 13 Float_t fVoltagePos12V; // [V] voltage_pos12 14 Float_t fVoltageNeg12V; // [V] voltage_neg12 15 Float_t fCurrentPos5V; // [A] current_pos5 16 Float_t fCurrentPos12V; // [A] current_pos12 17 Float_t fCurrentNeg12V; // [A] current_neg12 12 Float_t fVoltagePos5V; // [V] voltage_pos5 (+5V) 13 Float_t fVoltagePos12V; // [V] voltage_pos12 (+12V) 14 Float_t fVoltageNeg12V; // [V] voltage_neg12 (-12V) 15 Float_t fVoltageOptLinkPos12V; // [V] volatge_opt_link_pos12 (+12V) 16 17 Float_t fCurrentPos5V; // [A] current_pos5 (+5V) 18 Float_t fCurrentPos12V; // [A] current_pos12 (+12V) 19 Float_t fCurrentNeg12V; // [A] current_neg12 (-12V) 20 Float_t fCurrentOptLinkPos12V; // [V] current_opt_link_pos12 (+12V) 21 18 22 public: 19 23 ClassDef(MCameraPowerSupply, 0)
Note:
See TracChangeset
for help on using the changeset viewer.