:tocdepth: 3 ############ ATWhiteLight ############ .. note:: This page is generated by the following python script ``generate_cet.py``. :ref:`Back to table ` Commands -------- .. _ATWhiteLight:Commands:emergencyPowerLightOff: emergencyPowerLightOff ~~~~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_command_emergencyPowerLightOff .. _ATWhiteLight:Commands:emergencyPowerLightOff:power: power ***** :IDL_Type: boolean :Units: dimensionless **Description**: immediately turns light off without regard for minimum warmup time constraint .. _ATWhiteLight:Commands:powerLightOff: powerLightOff ~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_command_powerLightOff .. _ATWhiteLight:Commands:powerLightOff:power: power ***** :IDL_Type: boolean :Units: dimensionless **Description**: turns light off .. _ATWhiteLight:Commands:powerLightOn: powerLightOn ~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_command_powerLightOn .. _ATWhiteLight:Commands:powerLightOn:power: power ***** :IDL_Type: boolean :Units: dimensionless **Description**: turns light on .. _ATWhiteLight:Commands:setChillerTemperature: setChillerTemperature ~~~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_command_setChillerTemperature .. _ATWhiteLight:Commands:setChillerTemperature:temperature: temperature *********** :IDL_Type: float :Units: degree **Description**: sets the target temp for the chiller system (celsius) .. _ATWhiteLight:Commands:setLightPower: setLightPower ~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_command_setLightPower .. _ATWhiteLight:Commands:setLightPower:power: power ***** :IDL_Type: float :Units: W **Description**: Power intensity, it could a value between 800 to 1200W. Any value under this range will power the light off safely. .. _ATWhiteLight:Commands:startCooling: startCooling ~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_command_startCooling .. _ATWhiteLight:Commands:startCooling:powerOn: powerOn ******* :IDL_Type: boolean :Units: second **Description**: activates the chiller .. _ATWhiteLight:Commands:stopCooling: stopCooling ~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_command_stopCooling .. _ATWhiteLight:Commands:stopCooling:powerOffTime: powerOffTime ************ :IDL_Type: float :Units: second **Description**: disables the chiller abort ~~~~~ :EFDB_Topic: SALGeneric_command_abort .. _ATWhiteLight:abort:value: value ***** :IDL_Type: boolean :Units: unitless **Description**: Not used disable ~~~~~~~ **Description**: Transition from state Enabled to Disabled. :EFDB_Topic: SALGeneric_command_disable .. _ATWhiteLight:disable:value: value ***** :IDL_Type: boolean :Units: unitless **Description**: Not used enable ~~~~~~ **Description**: Transition from state Disabled to Enabled. :EFDB_Topic: SALGeneric_command_enable .. _ATWhiteLight:enable:value: value ***** :IDL_Type: boolean :Units: unitless **Description**: Not used enterControl ~~~~~~~~~~~~ **Description**: Transition from state Offline to Standby. Only "externally commandable" CSCs support this command; other CSCs start in Standby state and quit when they go to Offline. :EFDB_Topic: SALGeneric_command_enterControl .. _ATWhiteLight:enterControl:value: value ***** :IDL_Type: boolean :Units: unitless **Description**: Not used exitControl ~~~~~~~~~~~ **Description**: Transition from state Standby to Offline. For CSCs that are not "externally commandable" this makes the CSC quit. :EFDB_Topic: SALGeneric_command_exitControl .. _ATWhiteLight:exitControl:value: value ***** :IDL_Type: boolean :Units: unitless **Description**: Not used setAuthList ~~~~~~~~~~~ :EFDB_Topic: SALGeneric_command_setAuthList .. _ATWhiteLight:setAuthList:authorizedUsers: authorizedUsers *************** :IDL_Type: string :Units: unitless **Description**: Comma seperated list of authorized users currently allowed to command this CSC, in the form user@host. If the first character is +/- then the specified users are added/removed. Duplicates are silently ignored. The CSC's own user@host is silently ignored, because it is always authorized. For removal, CSCs that are not in the list are silently ignored. Whitespace is allowed after the optional initial +/- and after each comma. .. _ATWhiteLight:setAuthList:nonAuthorizedCSCs: nonAuthorizedCSCs ***************** :IDL_Type: string :Units: unitless **Description**: Comma seperated list of CSC's not currently allowed to command this CSC, in the form name[:index]. An index of 0 is stripped (name:0 becomes name). If the first character is +/- then the specified CSCs are added/removed. Duplicates are silently ignored. For removal, CSCs that are not in the list are silently ignored. Whitespace is allowed after the optional initial +/- and after each comma. setLogLevel ~~~~~~~~~~~ **Description**: Set the logging level. :EFDB_Topic: SALGeneric_command_setLogLevel .. _ATWhiteLight:setLogLevel:level: level ***** :IDL_Type: int :Units: unitless **Description**: Logging level, as a Python logging level: error=40, warning=30, info=20, debug=10. setValue ~~~~~~~~ :EFDB_Topic: SALGeneric_command_setValue .. _ATWhiteLight:setValue:parametersAndValues: parametersAndValues ******************* :IDL_Type: string :IDL_Size: 256 :Units: unitless **Description**: List of parameters and their values as a Json string standby ~~~~~~~ **Description**: Transition from state Offline, Disabled or Fault to Standby. :EFDB_Topic: SALGeneric_command_standby .. _ATWhiteLight:standby:value: value ***** :IDL_Type: boolean :Units: unitless **Description**: Not used start ~~~~~ **Description**: Transition from state Standby to Disable, in a specified configuration. :EFDB_Topic: SALGeneric_command_start .. _ATWhiteLight:start:settingsToApply: settingsToApply *************** :IDL_Type: string :IDL_Size: 256 :Units: unitless **Description**: Name of the selected settings set Enumerations ------------ :DetailedState: * DisabledState * EnabledState * FaultState * OfflineState * StandbyState Events ------ .. _ATWhiteLight:Events:chillerFluidLevelWarning: chillerFluidLevelWarning ~~~~~~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_logevent_chillerFluidLevelWarning .. _ATWhiteLight:Events:chillerFluidLevelWarning:warning: warning ******* :IDL_Type: boolean :Units: dimensionless **Description**: Chiller reporting low fluid level. .. _ATWhiteLight:Events:chillerFluidLevelWarning:timestamp: timestamp ********* :IDL_Type: double :Units: second **Description**: timestamp .. _ATWhiteLight:Events:chillerHighAmbientTempWarning: chillerHighAmbientTempWarning ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_logevent_chillerHighAmbientTempWarning .. _ATWhiteLight:Events:chillerHighAmbientTempWarning:warning: warning ******* :IDL_Type: boolean :Units: dimensionless **Description**: Chiller High Ambient Temp Warning .. _ATWhiteLight:Events:chillerHighAmbientTempWarning:timestamp: timestamp ********* :IDL_Type: double :Units: second **Description**: timestamp .. _ATWhiteLight:Events:chillerHighControlTempWarning: chillerHighControlTempWarning ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_logevent_chillerHighControlTempWarning .. _ATWhiteLight:Events:chillerHighControlTempWarning:warning: warning ******* :IDL_Type: boolean :Units: dimensionless **Description**: Chiller High Control Temp Warning. .. _ATWhiteLight:Events:chillerHighControlTempWarning:timestamp: timestamp ********* :IDL_Type: double :Units: second **Description**: timestamp .. _ATWhiteLight:Events:chillerLowAmbientTempWarning: chillerLowAmbientTempWarning ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_logevent_chillerLowAmbientTempWarning .. _ATWhiteLight:Events:chillerLowAmbientTempWarning:warning: warning ******* :IDL_Type: boolean :Units: dimensionless **Description**: Chiller Low Ambient Temp Warning .. _ATWhiteLight:Events:chillerLowAmbientTempWarning:timestamp: timestamp ********* :IDL_Type: double :Units: second **Description**: timestamp .. _ATWhiteLight:Events:chillerLowControlTempWarning: chillerLowControlTempWarning ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_logevent_chillerLowControlTempWarning .. _ATWhiteLight:Events:chillerLowControlTempWarning:warning: warning ******* :IDL_Type: boolean :Units: dimensionless **Description**: Chiller Low Control Temp Warning. .. _ATWhiteLight:Events:chillerLowControlTempWarning:timestamp: timestamp ********* :IDL_Type: double :Units: second **Description**: timestamp .. _ATWhiteLight:Events:chillerLowFlowWarning: chillerLowFlowWarning ~~~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_logevent_chillerLowFlowWarning .. _ATWhiteLight:Events:chillerLowFlowWarning:warning: warning ******* :IDL_Type: boolean :Units: dimensionless **Description**: Chiller coolant flow rate is below the minimum. .. _ATWhiteLight:Events:chillerLowFlowWarning:timestamp: timestamp ********* :IDL_Type: double :Units: second **Description**: timestamp .. _ATWhiteLight:Events:chillerSwitchToSupplyTempWarning: chillerSwitchToSupplyTempWarning ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_logevent_chillerSwitchToSupplyTempWarning .. _ATWhiteLight:Events:chillerSwitchToSupplyTempWarning:warning: warning ******* :IDL_Type: boolean :Units: dimensionless **Description**: Switch to Supply Temp as Control Temp Warning. .. _ATWhiteLight:Events:chillerSwitchToSupplyTempWarning:timestamp: timestamp ********* :IDL_Type: double :Units: second **Description**: timestamp .. _ATWhiteLight:Events:chillerTempReached: chillerTempReached ~~~~~~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_logevent_chillerTempReached .. _ATWhiteLight:Events:chillerTempReached:inTemperature: inTemperature ************* :IDL_Type: boolean :Units: dimensionless **Description**: for when the measured temperature reaches the temperature we targetted. .. _ATWhiteLight:Events:chillerTempReached:timestamp: timestamp ********* :IDL_Type: double :Units: dimensionless **Description**: timestamp .. _ATWhiteLight:Events:loopTimeOutOfRange: loopTimeOutOfRange ~~~~~~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_logevent_loopTimeOutOfRange .. _ATWhiteLight:Events:loopTimeOutOfRange:loopTimeOutOfRange: loopTimeOutOfRange ****************** :IDL_Type: boolean :Units: dimensionless **Description**: Attribute required by the API, but is unused. .. _ATWhiteLight:Events:rejectedCommand: rejectedCommand ~~~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_logevent_rejectedCommand .. _ATWhiteLight:Events:rejectedCommand:commandValue: commandValue ************ :IDL_Type: unsigned short :Units: dimensionless **Description**: Attribute required by the API, but is unused. .. _ATWhiteLight:Events:rejectedCommand:detailedState: detailedState ************* :IDL_Type: long :Units: dimensionless :Enumeration: detailedState_detailedState_disabledState,detailedState_detailedState_enabledState,detailedState_detailedState_faultState,detailedState_detailedState_offlineState,detailedState_detailedState_standbyState **Description**: Attribute required by the API, but is unused. .. _ATWhiteLight:Events:rejectedCommand:timestamp: timestamp ********* :IDL_Type: double :Units: second **Description**: timestamp .. _ATWhiteLight:Events:whiteLightStatus: whiteLightStatus ~~~~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_logevent_whiteLightStatus .. _ATWhiteLight:Events:whiteLightStatus:wattageChange: wattageChange ************* :IDL_Type: float :Units: watt **Description**: Current Wattage reporting from the CSC. .. _ATWhiteLight:Events:whiteLightStatus:coolingDown: coolingDown *********** :IDL_Type: boolean :Units: dimensionless **Description**: Blue LED status from the digital output .. _ATWhiteLight:Events:whiteLightStatus:error: error ***** :IDL_Type: boolean :Units: dimensionless **Description**: Red LED status from the digital output. The kiloarc has some safe switches. The lamp system immediately extinguishes the bulb, the status indicator turns red, and the error indicator flashes the error code cycle (see above) continuously. .. _ATWhiteLight:Events:whiteLightStatus:acceptingCommands: acceptingCommands ***************** :IDL_Type: boolean :Units: dimensionless **Description**: Greed LED status from the digital output. It could be in Standby or operation. appliedSettingsMatchStart ~~~~~~~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: SALGeneric_logevent_appliedSettingsMatchStart .. _ATWhiteLight:appliedSettingsMatchStart:appliedSettingsMatchStartIsTrue: appliedSettingsMatchStartIsTrue ******************************* :IDL_Type: boolean :Units: unitless **Description**: True when the configuration matches the start conditions authList ~~~~~~~~ :EFDB_Topic: SALGeneric_logevent_authList .. _ATWhiteLight:authList:authorizedUsers: authorizedUsers *************** :IDL_Type: string :Units: unitless **Description**: Comma seperated list of authorized users currently allowed to command this CSC. .. _ATWhiteLight:authList:nonAuthorizedCSCs: nonAuthorizedCSCs ***************** :IDL_Type: string :Units: unitless **Description**: Comma seperated list of CSC's not currently allowed to command this CSC. errorCode ~~~~~~~~~ **Description**: Output when a CSC goes into the Fault state as an explanation of the problem. :EFDB_Topic: SALGeneric_logevent_errorCode .. _ATWhiteLight:errorCode:errorCode: errorCode ********* :IDL_Type: long :Units: unitless **Description**: A numeric error code .. _ATWhiteLight:errorCode:errorReport: errorReport *********** :IDL_Type: string :Units: unitless **Description**: An string providing detailed information about the error .. _ATWhiteLight:errorCode:traceback: traceback ********* :IDL_Type: string :Units: unitless **Description**: An optional stack trace of the error condition heartbeat ~~~~~~~~~ :EFDB_Topic: SALGeneric_logevent_heartbeat .. _ATWhiteLight:heartbeat:heartbeat: heartbeat ********* :IDL_Type: boolean :Units: unitless **Description**: Beats the drum. logLevel ~~~~~~~~ **Description**: Current logging level. :EFDB_Topic: SALGeneric_logevent_logLevel .. _ATWhiteLight:logLevel:level: level ***** :IDL_Type: int :Units: unitless **Description**: Current logging level, a Python logging level: error=40, warning=30, info=20, debug=10. logMessage ~~~~~~~~~~ **Description**: A log message. :EFDB_Topic: SALGeneric_logevent_logMessage .. _ATWhiteLight:logMessage:name: name **** :IDL_Type: string :Units: unitless **Description**: Log name. .. _ATWhiteLight:logMessage:level: level ***** :IDL_Type: int :Units: unitless **Description**: Message level, a Python logging level: error=40, warning=30, info=20, debug=10. .. _ATWhiteLight:logMessage:message: message ******* :IDL_Type: string :Units: unitless **Description**: Log message. .. _ATWhiteLight:logMessage:traceback: traceback ********* :IDL_Type: string :Units: unitless **Description**: Exception traceback; "" if not an exception. .. _ATWhiteLight:logMessage:filePath: filePath ******** :IDL_Type: string :Units: unitless **Description**: Path to source file. .. _ATWhiteLight:logMessage:functionName: functionName ************ :IDL_Type: string :Units: unitless **Description**: Function or method name. .. _ATWhiteLight:logMessage:lineNumber: lineNumber ********** :IDL_Type: long :Units: unitless **Description**: Line number in the file specified by filePath. .. _ATWhiteLight:logMessage:process: process ******* :IDL_Type: long :Units: unitless **Description**: Process ID. settingVersions ~~~~~~~~~~~~~~~ **Description**: Information about settings which can be specified in the start command. :EFDB_Topic: SALGeneric_logevent_settingVersions .. _ATWhiteLight:settingVersions:recommendedSettingsVersion: recommendedSettingsVersion ************************** :IDL_Type: string :Units: unitless **Description**: List of comma seperated recomended versions of settings sets .. _ATWhiteLight:settingVersions:recommendedSettingsLabels: recommendedSettingsLabels ************************* :IDL_Type: string :Units: unitless **Description**: List of comma seperated names of settings sets .. _ATWhiteLight:settingVersions:settingsUrl: settingsUrl *********** :IDL_Type: string :Units: unitless **Description**: The URL where the settings sets definitions can be found settingsApplied ~~~~~~~~~~~~~~~ **Description**: Base settings applied. :EFDB_Topic: SALGeneric_logevent_settingsApplied .. _ATWhiteLight:settingsApplied:settingsVersion: settingsVersion *************** :IDL_Type: string :IDL_Size: 256 :Units: unitless **Description**: The SHA or name corresponding to the published configuration .. _ATWhiteLight:settingsApplied:otherSettingsEvents: otherSettingsEvents ******************* :IDL_Type: string :Units: unitless **Description**: A comma delimited list of other specific CSC configuration events. This may be blank if no other CSC specific events are necessary simulationMode ~~~~~~~~~~~~~~ **Description**: Current simulation mode. :EFDB_Topic: SALGeneric_logevent_simulationMode .. _ATWhiteLight:simulationMode:mode: mode **** :IDL_Type: int :Units: unitless **Description**: Current simulation mode; 0 for normal operation (no simulation); other supported values are specific to each CSC. softwareVersions ~~~~~~~~~~~~~~~~ **Description**: Current versions of software in use by CSC. :EFDB_Topic: SALGeneric_logevent_softwareVersions .. _ATWhiteLight:softwareVersions:salVersion: salVersion ********** :IDL_Type: string :IDL_Size: 16 :Units: unitless **Description**: This is the current version of SAL generation .. _ATWhiteLight:softwareVersions:xmlVersion: xmlVersion ********** :IDL_Type: string :IDL_Size: 16 :Units: unitless **Description**: This is the current version of CSC XML .. _ATWhiteLight:softwareVersions:openSpliceVersion: openSpliceVersion ***************** :IDL_Type: string :IDL_Size: 16 :Units: unitless **Description**: This is the current version of OpenSplice .. _ATWhiteLight:softwareVersions:cscVersion: cscVersion ********** :IDL_Type: string :IDL_Size: 16 :Units: unitless **Description**: This is the top-level version of the CSC .. _ATWhiteLight:softwareVersions:subsystemVersions: subsystemVersions ***************** :IDL_Type: string :Units: unitless **Description**: A comma delimited list of key=value pairs relating subsystem name (key) to its version number (value). This may be left blank if there are no subsystems within a CSC summaryState ~~~~~~~~~~~~ **Description**: Current summary state of the CSC :EFDB_Topic: SALGeneric_logevent_summaryState .. _ATWhiteLight:summaryState:summaryState: summaryState ************ :IDL_Type: long :Units: unitless **Description**: High level state machine state identifier Telemetry --------- .. _ATWhiteLight:Telemetry:bulbWatthour: bulbWatthour ~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_bulbWatthour .. _ATWhiteLight:Telemetry:bulbWatthour:bulbhour: bulbhour ******** :IDL_Type: double :Units: watt hour **Description**: The uptime in watt-hour of the WLS bulb .. _ATWhiteLight:Telemetry:bulbhour: bulbhour ~~~~~~~~ :EFDB_Topic: ATWhiteLight_bulbhour .. _ATWhiteLight:Telemetry:bulbhour:bulbhour: bulbhour ******** :IDL_Type: double :Units: hour **Description**: The uptime of the WLS bulb .. _ATWhiteLight:Telemetry:chillerFansSpeed: chillerFansSpeed ~~~~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_chillerFansSpeed .. _ATWhiteLight:Telemetry:chillerFansSpeed:fan1Speed: fan1Speed ********* :IDL_Type: long :Units: Hz **Description**: fan 1 speed .. _ATWhiteLight:Telemetry:chillerFansSpeed:fan2Speed: fan2Speed ********* :IDL_Type: long :Units: Hz **Description**: fan 2 speed .. _ATWhiteLight:Telemetry:chillerFansSpeed:fan3Speed: fan3Speed ********* :IDL_Type: long :Units: Hz **Description**: fan 3 speed .. _ATWhiteLight:Telemetry:chillerFansSpeed:fan4Speed: fan4Speed ********* :IDL_Type: long :Units: Hz **Description**: fan 4 speed .. _ATWhiteLight:Telemetry:chillerFansSpeed:timestamp: timestamp ********* :IDL_Type: double :Units: second **Description**: time stamp .. _ATWhiteLight:Telemetry:chillerProcessFlow: chillerProcessFlow ~~~~~~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_chillerProcessFlow .. _ATWhiteLight:Telemetry:chillerProcessFlow:flow: flow **** :IDL_Type: float :Units: liter/min **Description**: flow rate in liters/min .. _ATWhiteLight:Telemetry:chillerProcessFlow:timestamp: timestamp ********* :IDL_Type: double :Units: second **Description**: timestamp .. _ATWhiteLight:Telemetry:chillerTECBankCurrent: chillerTECBankCurrent ~~~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_chillerTECBankCurrent .. _ATWhiteLight:Telemetry:chillerTECBankCurrent:bank1Current: bank1Current ************ :IDL_Type: float :Units: ampere **Description**: DC Amps bank 1 .. _ATWhiteLight:Telemetry:chillerTECBankCurrent:bank2Current: bank2Current ************ :IDL_Type: float :Units: ampere **Description**: DC Amps bank 2 .. _ATWhiteLight:Telemetry:chillerTECBankCurrent:timestamp: timestamp ********* :IDL_Type: double :Units: second **Description**: timestamp .. _ATWhiteLight:Telemetry:chillerTEDriveLevel: chillerTEDriveLevel ~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_chillerTEDriveLevel .. _ATWhiteLight:Telemetry:chillerTEDriveLevel:chillerTEDriveLevel: chillerTEDriveLevel ******************* :IDL_Type: float :Units: percent **Description**: thermo electric drive level .. _ATWhiteLight:Telemetry:chillerTEDriveLevel:timestamp: timestamp ********* :IDL_Type: double :Units: second **Description**: timestamp .. _ATWhiteLight:Telemetry:chillerTempSensors: chillerTempSensors ~~~~~~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_chillerTempSensors .. _ATWhiteLight:Telemetry:chillerTempSensors:setTemperature: setTemperature ************** :IDL_Type: float :Units: degree **Description**: the celsius temperature we currently targetting .. _ATWhiteLight:Telemetry:chillerTempSensors:supplyTemperature: supplyTemperature ***************** :IDL_Type: float :Units: degree **Description**: the celsius temperature of the coolant supply .. _ATWhiteLight:Telemetry:chillerTempSensors:returnTemperature: returnTemperature ***************** :IDL_Type: float :Units: degree **Description**: the celsius return temperature of coolant .. _ATWhiteLight:Telemetry:chillerTempSensors:ambientTemperature: ambientTemperature ****************** :IDL_Type: float :Units: degree **Description**: ambient temperature celsius .. _ATWhiteLight:Telemetry:chillerTempSensors:timestamp: timestamp ********* :IDL_Type: double :Units: second **Description**: timestamp .. _ATWhiteLight:Telemetry:chillerUpTime: chillerUpTime ~~~~~~~~~~~~~ :EFDB_Topic: ATWhiteLight_chillerUpTime .. _ATWhiteLight:Telemetry:chillerUpTime:upTime: upTime ****** :IDL_Type: long :Units: minute **Description**: chiller uptime .. _ATWhiteLight:Telemetry:chillerUpTime:timestamp: timestamp ********* :IDL_Type: double :Units: second **Description**: time stamp .. _ATWhiteLight:Telemetry:loopTime: loopTime ~~~~~~~~ :EFDB_Topic: ATWhiteLight_loopTime .. _ATWhiteLight:Telemetry:loopTime:loopTime: loopTime ******** :IDL_Type: double :Units: second **Description**: The actual loop time is millisecond. .. _ATWhiteLight:Telemetry:timestamp: timestamp ~~~~~~~~~ :EFDB_Topic: ATWhiteLight_timestamp .. _ATWhiteLight:Telemetry:timestamp:timestamp: timestamp ********* :IDL_Type: double :Units: second **Description**: The system time (TAI).