MTCamera¶
Note
This page is generated by python script generate_cet.py
.
Commands¶
alert¶
- EFDB_Topic:
MTCamera_command_alert
alertId¶
- IDL_Type:
string
- Units:
unitless
Description: The alertId for which this command applies (or *)
action¶
- IDL_Type:
string
- Units:
unitless
Description: The action to take on the specified alert (TBD)
clear¶
- EFDB_Topic:
MTCamera_command_clear
nClears¶
- IDL_Type:
long
- Units:
unitless
Description: Number of consecutive clear operations to perform
disableCalibration¶
- EFDB_Topic:
MTCamera_command_disableCalibration
discardRows¶
- EFDB_Topic:
MTCamera_command_discardRows
nRows¶
- IDL_Type:
long
- Units:
unitless
Description: Number of rows to discard
enableCalibration¶
- EFDB_Topic:
MTCamera_command_enableCalibration
endImage¶
- EFDB_Topic:
MTCamera_command_endImage
initGuiders¶
- EFDB_Topic:
MTCamera_command_initGuiders
roiSpec¶
- IDL_Type:
string
- Units:
unitless
Description: Specification for region of interest
initImage¶
- EFDB_Topic:
MTCamera_command_initImage
deltaT¶
- IDL_Type:
double
- Units:
second
Description: Estimate of time period before takeImages will be issued
play¶
- EFDB_Topic:
MTCamera_command_play
playlist¶
- IDL_Type:
string
- Units:
unitless
Description: Name of an existing DAQ playlist to play
repeat¶
- IDL_Type:
boolean
- Units:
unitless
Description: True if the playlist should run in repeat mode
playlist¶
- EFDB_Topic:
MTCamera_command_playlist
playlist¶
- IDL_Type:
string
- Units:
unitless
Description: Name of a DAQ playlist to be defined (replaced if exists)
folder¶
- IDL_Type:
string
- Units:
unitless
Description: Folder where images exist in DAQ 2-day store (typically emu)
images¶
- IDL_Type:
string
- Units:
unitless
Description: Colon (:) delimited list of images to add to the playlist
setFilter¶
- EFDB_Topic:
MTCamera_command_setFilter
name¶
- IDL_Type:
string
- IDL_Size:
256
- Units:
unitless
Description: The filter name to install
startImage¶
- EFDB_Topic:
MTCamera_command_startImage
shutter¶
- IDL_Type:
boolean
- Units:
unitless
Description: True if the shutter should be opened/closed
sensors¶
- IDL_Type:
string
- Units:
unitless
Description: Sensors to be read out, if blank all configured sensors will be read out
keyValueMap¶
- IDL_Type:
string
- Units:
unitless
Description: Map of additional key value pairs, e.g. imageType: XYZ, groupId: ABC
obsNote¶
- IDL_Type:
string
- Units:
unitless
Description: An arbitrary operator provided string, useful for informally flagging images
timeout¶
- IDL_Type:
double
- Units:
second
Description: Timeout after which imaging will be abandoned if no endImage command received
stop¶
- EFDB_Topic:
MTCamera_command_stop
takeImages¶
- EFDB_Topic:
MTCamera_command_takeImages
numImages¶
- IDL_Type:
long
- Units:
unitless
Description: Number of consecutive images to take
expTime¶
- IDL_Type:
double
- Units:
second
Description: Exposure time
shutter¶
- IDL_Type:
boolean
- Units:
unitless
Description: True if the shutter should be opened/closed
sensors¶
- IDL_Type:
string
- Units:
unitless
Description: Sensors to be read out, if blank all configured sensors will be read out
keyValueMap¶
- IDL_Type:
string
- Units:
unitless
Description: Map of additional key value pairs to associate extra data with the image(s), e.g. imageType: XYZ, groupId: ABC
obsNote¶
- IDL_Type:
string
- Units:
unitless
Description: An arbitrary operator provided string, useful for informally flagging images
wakeFilterChanger¶
- EFDB_Topic:
MTCamera_command_wakeFilterChanger
mode¶
- IDL_Type:
long
- Units:
unitless
Description: 0=low power, 1=prepare for setFilter, 2=high power
disable¶
Description: Transition from state Enabled to Disabled.
- EFDB_Topic:
SALGeneric_command_disable
- Category:
csc
enable¶
Description: Transition from state Disabled to Enabled.
- EFDB_Topic:
SALGeneric_command_enable
- Category:
csc
enterControl¶
Description: Transition from state Offline to Standby. Only a few CSCs support this command; all other CSCs start in Standby state and quit when they go to Offline.
- EFDB_Topic:
SALGeneric_command_enterControl
exitControl¶
Description: Transition from state Standby to Offline. Most CSCs will quit, but CSCs that support the enterControl command will keep running.
- EFDB_Topic:
SALGeneric_command_exitControl
- Category:
csc
setLogLevel¶
Description: Set the logging level.
- EFDB_Topic:
SALGeneric_command_setLogLevel
- Category:
csc
level¶
- IDL_Type:
int
- Units:
unitless
Description: Logging level, as a Python logging level: error=40, warning=30, info=20, debug=10.
subsystem¶
- IDL_Type:
string
- Units:
unitless
Description: If this CSC itself has sub-ordinate components, they may be listed here. An empty string means the setting applies to all such sub-ordinate components, or just to this CSC itself.
standby¶
Description: Transition from state Offline/Available, Disabled or Fault to Standby.
- EFDB_Topic:
SALGeneric_command_standby
- Category:
csc
start¶
Description: Transition from state Standby to Disable, in a specified configuration.
- EFDB_Topic:
SALGeneric_command_start
- Category:
csc
configurationOverride¶
- IDL_Type:
string
- Units:
unitless
- Description:
Configuration override in the form [{name}][:{version}]. For salobj-based CSCs: name is a filename with “.yaml” suffix and version is a git hash; for example:
“foo.yaml” specifies just a file. Two or three config files are loaded: “_init.yaml”, “_{site}.yaml” (if present), and “foo.yaml”.
“:37bf936” specifies just a git hash. One or two config files are loaded from the specified git commit: “_init.yaml” and “_{site}.yaml” (if present.
“bar.yaml:HEAD~2” specifies both a file and a git hash. Two or three config files are read from the specified git commit: “_init.yaml”, “_{site}.yaml” (if present), and “bar.yaml”.
Events¶
image_handling_ImageHandler_CommandsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_image_handling_ImageHandler_CommandsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
imagehandlingconfig_additionalFileCommands¶
- IDL_Type:
string
- Units:
unitless
Description: Commands to issue on additional (non FITS) files (colon delimited array)
imagehandlingconfig_additionalFileFilter¶
- IDL_Type:
string
- Units:
unitless
Description: Filter to apply to additional files
imagehandlingconfig_commands¶
- IDL_Type:
string
- Units:
unitless
Description: Commands to be issued after FITS files written (colon delimited array)
imagehandlingconfig_currentDirectory¶
- IDL_Type:
string
- Units:
unitless
Description: Current directory to set when issuing FITS file commands
imagehandlingconfig_environment¶
- IDL_Type:
string
- Units:
unitless
Description: Environment variables to set when issuing FITS file commands (colon delimited array)
imagehandlingconfig_logDirectory¶
- IDL_Type:
string
- Units:
unitless
Description: Directory in which it write log files for FITS file commands
refrig_CryoCompLimits_CompLimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_CryoCompLimits_CompLimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
cmprPowerDelayLimit¶
- IDL_Type:
double
- Units:
Watt
Description: Compressor power limit causing delayed compressor shutoff
cmprPowerDelayTime¶
- IDL_Type:
long
- Units:
second
Description: Time delay before excess compressor power causes compressor shutoff
cmprPowerImmedLimit¶
- IDL_Type:
double
- Units:
Watt
Description: Compressor power limit causing immediate compressor shutoff
discPressDelayLimit¶
- IDL_Type:
double
- Units:
psia
Description: Discharge pressure limit causing delayed compressor shutoff
discPressImmedLimit¶
- IDL_Type:
double
- Units:
psia
Description: Discharge pressure limit causing immediate compressor shutoff
discTempDelayLimit¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge temperature limit causing delayed compressor shutoff
discTempDelayTime¶
- IDL_Type:
long
- Units:
second
Description: Time delay before excess discharge temperature causes compressor shutoff
discTempImmedLimit¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge temperature limit causing immediate compressor shutoff
discTempLowImmedLimit¶
- IDL_Type:
double
- Units:
Celsius
Description: Low discharge temperature limit inhibiting compressor startup
heaterTempLimit¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge temperature limit causing heater shutoff
oilLevelImmedLimit¶
- IDL_Type:
double
- Units:
mm
Description: Low oil level limit causing immediate compressor shutoff
orificeOffPress¶
- IDL_Type:
double
- Units:
psia
Description: Discharge pressure above which orifice valve is closed
orificeOnPress¶
- IDL_Type:
double
- Units:
psia
Description: Discharge pressure below which orifice valve is opened
phaseSepTempDelayLimit¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase separator temperature limit causing delayed compressor shutoff
phaseSepTempDelayTime¶
- IDL_Type:
long
- Units:
second
Description: Time delay before excess phase separator temperature causes compressor shutoff
pressDiffImmedLimit¶
- IDL_Type:
double
- Units:
psia
Description: Discharge pressure difference limit inhibiting compressor startup
suctTempImmedLimit¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction temperature limit causing immediate compressor shutoff
vacuum_CryoFlineGauge_CryoConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_CryoFlineGauge_CryoConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
busAddr¶
- IDL_Type:
long
- Units:
unitless
Description: vacuum gauge bus address
devcId¶
- IDL_Type:
string
- Units:
unitless
Description: vacuum gauge device ID
relayTrip¶
- IDL_Type:
double
- Units:
Torr
- Count:
3
Description: vacuum gauge relay trip levels
vacuum_CryoTurboGauge_CryoConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_CryoTurboGauge_CryoConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
busAddr¶
- IDL_Type:
long
- Units:
unitless
Description: vacuum gauge bus address
devcId¶
- IDL_Type:
string
- Units:
unitless
Description: vacuum gauge device ID
relayTrip¶
- IDL_Type:
double
- Units:
Torr
- Count:
3
Description: vacuum gauge relay trip levels
vacuum_CryoVacGauge_CryoConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_CryoVacGauge_CryoConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
busAddr¶
- IDL_Type:
long
- Units:
unitless
Description: vacuum gauge bus address
devcId¶
- IDL_Type:
string
- Units:
unitless
Description: vacuum gauge device ID
relayTrip¶
- IDL_Type:
double
- Units:
Torr
- Count:
3
Description: vacuum gauge relay trip levels
vacuum_HexFlineGauge_CryoConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_HexFlineGauge_CryoConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
busAddr¶
- IDL_Type:
long
- Units:
unitless
Description: vacuum gauge bus address
devcId¶
- IDL_Type:
string
- Units:
unitless
Description: vacuum gauge device ID
relayTrip¶
- IDL_Type:
double
- Units:
Torr
- Count:
3
Description: vacuum gauge relay trip levels
vacuum_HexTurboGauge_CryoConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_HexTurboGauge_CryoConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
busAddr¶
- IDL_Type:
long
- Units:
unitless
Description: vacuum gauge bus address
devcId¶
- IDL_Type:
string
- Units:
unitless
Description: vacuum gauge device ID
relayTrip¶
- IDL_Type:
double
- Units:
Torr
- Count:
3
Description: vacuum gauge relay trip levels
vacuum_HexVacGauge_CryoConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_HexVacGauge_CryoConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
busAddr¶
- IDL_Type:
long
- Units:
unitless
Description: vacuum gauge bus address
devcId¶
- IDL_Type:
string
- Units:
unitless
Description: vacuum gauge device ID
relayTrip¶
- IDL_Type:
double
- Units:
Torr
- Count:
3
Description: vacuum gauge relay trip levels
vacuum_InstVacGauge_CryoConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_InstVacGauge_CryoConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
busAddr¶
- IDL_Type:
long
- Units:
unitless
Description: vacuum gauge bus address
devcId¶
- IDL_Type:
string
- Units:
unitless
Description: vacuum gauge device ID
relayTrip¶
- IDL_Type:
double
- Units:
Torr
- Count:
3
Description: vacuum gauge relay trip levels
vacuum_IonPumps_CryoConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_IonPumps_CryoConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
cip1c_current¶
- IDL_Type:
double
- Units:
A
Description: ion pump current limit
cip1c_power¶
- IDL_Type:
double
- Units:
VA
Description: ion pump power limit
cip1c_voltage¶
- IDL_Type:
double
- Units:
V
Description: ion pump voltage setting
cip2c_current¶
- IDL_Type:
double
- Units:
A
Description: ion pump current limit
cip2c_power¶
- IDL_Type:
double
- Units:
VA
Description: ion pump power limit
cip2c_voltage¶
- IDL_Type:
double
- Units:
V
Description: ion pump voltage setting
cip3c_current¶
- IDL_Type:
double
- Units:
A
Description: ion pump current limit
cip3c_power¶
- IDL_Type:
double
- Units:
VA
Description: ion pump power limit
cip3c_voltage¶
- IDL_Type:
double
- Units:
V
Description: ion pump voltage setting
cip4c_current¶
- IDL_Type:
double
- Units:
A
Description: ion pump current limit
cip4c_power¶
- IDL_Type:
double
- Units:
VA
Description: ion pump power limit
cip4c_voltage¶
- IDL_Type:
double
- Units:
V
Description: ion pump voltage setting
cip5c_current¶
- IDL_Type:
double
- Units:
A
Description: ion pump current limit
cip5c_power¶
- IDL_Type:
double
- Units:
VA
Description: ion pump power limit
cip5c_voltage¶
- IDL_Type:
double
- Units:
V
Description: ion pump voltage setting
cip6c_current¶
- IDL_Type:
double
- Units:
A
Description: ion pump current limit
cip6c_power¶
- IDL_Type:
double
- Units:
VA
Description: ion pump power limit
cip6c_voltage¶
- IDL_Type:
double
- Units:
V
Description: ion pump voltage setting
hip1c_current¶
- IDL_Type:
double
- Units:
A
Description: ion pump current limit
hip1c_power¶
- IDL_Type:
double
- Units:
VA
Description: ion pump power limit
hip1c_voltage¶
- IDL_Type:
double
- Units:
V
Description: ion pump voltage setting
hip2c_current¶
- IDL_Type:
double
- Units:
A
Description: ion pump current limit
hip2c_power¶
- IDL_Type:
double
- Units:
VA
Description: ion pump power limit
hip2c_voltage¶
- IDL_Type:
double
- Units:
V
Description: ion pump voltage setting
ipAddr¶
- IDL_Type:
string
- Units:
unitless
Description: The Ion Pump IP address
vacuum_PumpCart_CryoConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_PumpCart_CryoConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
devcId¶
- IDL_Type:
string
- Units:
unitless
Description: The device id
maxVentPressure¶
- IDL_Type:
double
- Units:
Torr
Description: Maximum pressure while venting
minPumpPressure¶
- IDL_Type:
double
- Units:
Torr
Description: Minimum pressure while venting
focal_plane_SequencerConfig_DAQConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_SequencerConfig_DAQConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
badPixelAlarmLimit¶
- IDL_Type:
long
- Units:
unitless
Description: Number of bad pixels allowed before alarm raised
daqFolder¶
- IDL_Type:
string
- Units:
unitless
Description: Folder in 2-day store where images will be created
daqPartition¶
- IDL_Type:
string
- Units:
unitless
Description: DAQ partition for science sensors
emulatedDAQ¶
- IDL_Type:
boolean
- Units:
unitless
Description: True when using an emulated DAQ
scienceLocations¶
- IDL_Type:
string
- Units:
unitless
Description: The rafts/sensors to be used for science (comma separated)
simulatedDAQ¶
- IDL_Type:
boolean
- Units:
unitless
Description: True when using an simulated DAQ
simulatedDataFolder¶
- IDL_Type:
string
- Units:
unitless
Description: True when using an simulated DAQ
image_handling_ImageHandler_DAQConfiguration¶
- EFDB_Topic:
MTCamera_logevent_image_handling_ImageHandler_DAQConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
imagehandlingconfig_badPixelAlarmLevel¶
- IDL_Type:
long
- Units:
unitless
Description: Number of bad pixels above which an alarm is generated
imagehandlingconfig_badPixelHighThreshold¶
- IDL_Type:
long
- Units:
unitless
Description: Threshold above which DAQ pixels are considered bad
imagehandlingconfig_badPixelLowThreshold¶
- IDL_Type:
long
- Units:
unitless
Description: Threashold below which DAQ pixelse are considered bad
imagehandlingconfig_badPixelWarningLevel¶
- IDL_Type:
long
- Units:
unitless
Description: Number of bad pixels above which a warning is generated
imagehandlingconfig_checkForBadPixels¶
- IDL_Type:
boolean
- Units:
unitless
Description: Whether to check the DAQ data for bad (possibly corrupt) pixels
imagehandlingconfig_daqFolder¶
- IDL_Type:
string
- Units:
unitless
Description: The folder in the DAQ partition to monitor for new science data
imagehandlingconfig_daqPartition¶
- IDL_Type:
string
- Units:
unitless
Description: The DAQ partition to use for science data
imagehandlingconfig_daqThreads¶
- IDL_Type:
long
- Units:
unitless
Description: The number of thread to allow to simulateously pull data from the 2-day store
imagehandlingconfig_locations¶
- IDL_Type:
string
- Units:
unitless
Description: The locations to monitor for new science data
imagehandlingconfig_useStreaming¶
- IDL_Type:
boolean
- Units:
unitless
Description: Whether to stream the DAQ science data to FITS files as it arrives
quadbox_Maq20_DeviceConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_Maq20_DeviceConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
node¶
- IDL_Type:
string
- Units:
unitless
Description: Maq20 IP address
serials¶
- IDL_Type:
string
- Units:
unitless
Description: serial numbers of MAQ20 modules (colon delimited array)
hex_Maq20_DeviceConfiguration¶
- EFDB_Topic:
MTCamera_logevent_hex_Maq20_DeviceConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
node¶
- IDL_Type:
string
- Units:
unitless
Description: Maq20 IP address
serials¶
- IDL_Type:
string
- Units:
unitless
Description: serial numbers of MAQ20 modules (colon delimited array)
refrig_Cryo1_DeviceConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo1_DeviceConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
maq20_node¶
- IDL_Type:
string
- Units:
unitless
Description: Maq20 IP address
maq20_serials¶
- IDL_Type:
string
- Units:
unitless
Description: serial numbers of MAQ20 modules (colon delimited array)
plc_node¶
- IDL_Type:
string
- Units:
unitless
Description: Pluto IP address
refrig_Cryo2_DeviceConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo2_DeviceConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
maq20_node¶
- IDL_Type:
string
- Units:
unitless
Description: Maq20 IP address
maq20_serials¶
- IDL_Type:
string
- Units:
unitless
Description: serial numbers of MAQ20 modules (colon delimited array)
plc_node¶
- IDL_Type:
string
- Units:
unitless
Description: Pluto IP address
refrig_Cryo3_DeviceConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo3_DeviceConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
maq20_node¶
- IDL_Type:
string
- Units:
unitless
Description: Maq20 IP address
maq20_serials¶
- IDL_Type:
string
- Units:
unitless
Description: serial numbers of MAQ20 modules (colon delimited array)
plc_node¶
- IDL_Type:
string
- Units:
unitless
Description: Pluto IP address
refrig_Cryo4_DeviceConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo4_DeviceConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
maq20_node¶
- IDL_Type:
string
- Units:
unitless
Description: Maq20 IP address
maq20_serials¶
- IDL_Type:
string
- Units:
unitless
Description: serial numbers of MAQ20 modules (colon delimited array)
plc_node¶
- IDL_Type:
string
- Units:
unitless
Description: Pluto IP address
refrig_Cryo5_DeviceConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo5_DeviceConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
maq20_node¶
- IDL_Type:
string
- Units:
unitless
Description: Maq20 IP address
maq20_serials¶
- IDL_Type:
string
- Units:
unitless
Description: serial numbers of MAQ20 modules (colon delimited array)
plc_node¶
- IDL_Type:
string
- Units:
unitless
Description: Pluto IP address
refrig_Cryo6_DeviceConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo6_DeviceConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
maq20_node¶
- IDL_Type:
string
- Units:
unitless
Description: Maq20 IP address
maq20_serials¶
- IDL_Type:
string
- Units:
unitless
Description: serial numbers of MAQ20 modules (colon delimited array)
plc_node¶
- IDL_Type:
string
- Units:
unitless
Description: Pluto IP address
vacuum_Maq20Cryo_DeviceConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_Maq20Cryo_DeviceConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
node¶
- IDL_Type:
string
- Units:
unitless
Description: Maq20 IP address
serials¶
- IDL_Type:
string
- Units:
unitless
Description: serial numbers of MAQ20 modules (colon delimited array)
vacuum_Maq20Ut_DeviceConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_Maq20Ut_DeviceConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
node¶
- IDL_Type:
string
- Units:
unitless
Description: Maq20 IP address
serials¶
- IDL_Type:
string
- Units:
unitless
Description: serial numbers of MAQ20 modules (colon delimited array)
vacuum_VacPluto_DeviceConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_VacPluto_DeviceConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
node¶
- IDL_Type:
string
- Units:
unitless
Description: Pluto IP address
mpm_Pluto_DeviceConfiguration¶
- EFDB_Topic:
MTCamera_logevent_mpm_Pluto_DeviceConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
node¶
- IDL_Type:
string
- Units:
unitless
Description: Pluto IP address
chiller_DeviceConfiguration¶
- EFDB_Topic:
MTCamera_logevent_chiller_DeviceConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
maq20_node¶
- IDL_Type:
string
- Units:
unitless
Description: Maq20 IP address
maq20_serials¶
- IDL_Type:
string
- Units:
unitless
Description: serial numbers of MAQ20 modules (colon delimited array)
pluto_node¶
- IDL_Type:
string
- Units:
unitless
Description: Pluto IP address
thermal_DeviceConfiguration¶
- EFDB_Topic:
MTCamera_logevent_thermal_DeviceConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
protrtds_node¶
- IDL_Type:
string
- Units:
unitless
Description: Pluto IP address
rtds_node¶
- IDL_Type:
string
- Units:
unitless
Description: Maq20 IP address
rtds_serials¶
- IDL_Type:
string
- Units:
unitless
Description: serial numbers of MAQ20 modules (colon delimited array)
utiltrunk_BodyMaq20_DeviceConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_BodyMaq20_DeviceConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
node¶
- IDL_Type:
string
- Units:
unitless
Description: Maq20 IP address
serials¶
- IDL_Type:
string
- Units:
unitless
Description: serial numbers of MAQ20 modules (colon delimited array)
utiltrunk_CryoMaq20_DeviceConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_CryoMaq20_DeviceConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
node¶
- IDL_Type:
string
- Units:
unitless
Description: Maq20 IP address
serials¶
- IDL_Type:
string
- Units:
unitless
Description: serial numbers of MAQ20 modules (colon delimited array)
utiltrunk_Pluto_DeviceConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Pluto_DeviceConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
node¶
- IDL_Type:
string
- Units:
unitless
Description: Pluto IP address
utiltrunk_UtMaq20_DeviceConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UtMaq20_DeviceConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
node¶
- IDL_Type:
string
- Units:
unitless
Description: Maq20 IP address
serials¶
- IDL_Type:
string
- Units:
unitless
Description: serial numbers of MAQ20 modules (colon delimited array)
quadbox_BFR_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_BFR_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
quadbox_Maq20_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_Maq20_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
quadbox_PDU_24VC_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_PDU_24VC_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
quadbox_PDU_24VD_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_PDU_24VD_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
quadbox_PDU_48V_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_PDU_48V_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
quadbox_PDU_5V_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_PDU_5V_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
quadbox_REB_Bulk_PS_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_REB_Bulk_PS_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
rebpower_Rebps_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_rebpower_Rebps_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
- Count:
13
Description: If true, Device is diabled
location¶
- IDL_Type:
string
- Units:
unitless
Description: rebps location
hex_Maq20_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_hex_Maq20_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
refrig_Cryo1_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo1_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
maq20_disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
plc_disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
refrig_Cryo2_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo2_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
maq20_disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
plc_disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
refrig_Cryo3_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo3_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
maq20_disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
plc_disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
refrig_Cryo4_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo4_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
maq20_disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
plc_disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
refrig_Cryo5_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo5_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
maq20_disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
plc_disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
refrig_Cryo6_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo6_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
maq20_disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
plc_disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
vacuum_CryoFlineGauge_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_CryoFlineGauge_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
vacuum_CryoTurboGauge_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_CryoTurboGauge_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
vacuum_CryoTurboPump_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_CryoTurboPump_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
vacuum_CryoVacGauge_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_CryoVacGauge_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
vacuum_HexFlineGauge_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_HexFlineGauge_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
vacuum_HexTurboGauge_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_HexTurboGauge_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
vacuum_HexTurboPump_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_HexTurboPump_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
vacuum_HexVacGauge_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_HexVacGauge_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
vacuum_InstVacGauge_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_InstVacGauge_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
vacuum_IonPumps_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_IonPumps_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
vacuum_Maq20Cryo_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_Maq20Cryo_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
vacuum_Maq20Ut_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_Maq20Ut_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
vacuum_PDU_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_PDU_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
vacuum_PumpCart_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_PumpCart_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
vacuum_VacPluto_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_VacPluto_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
daq_monitor_Store_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_daq_monitor_Store_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
focal_plane_Reb_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_Reb_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
- Count:
71
Description: If true, Device is diabled
location¶
- IDL_Type:
string
- Units:
unitless
Description: reb location
mpm_Pluto_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_mpm_Pluto_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
fcs_Seneca1_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Seneca1_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
fcs_Seneca2_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Seneca2_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
chiller_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_chiller_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
chiller_disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
maq20_disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
pluto_disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
thermal_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_thermal_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
protrtds_disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
rtds_disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
trimpower_disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
utiltrunk_BFR_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_BFR_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
utiltrunk_BodyMaq20_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_BodyMaq20_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
utiltrunk_CryoMaq20_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_CryoMaq20_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
utiltrunk_PDU_48V_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_PDU_48V_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
utiltrunk_Pluto_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Pluto_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
utiltrunk_Telescope_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Telescope_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
utiltrunk_UtMaq20_DevicesConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UtMaq20_DevicesConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
disabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true, Device is diabled
image_handling_ImageHandler_FitsHandlingConfiguration¶
- EFDB_Topic:
MTCamera_logevent_image_handling_ImageHandler_FitsHandlingConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
imagehandlingconfig_FITSAutoSave¶
- IDL_Type:
boolean
- Units:
unitless
Description: Whether FITS files should always be saved
imagehandlingconfig_FITSDirectoryPattern¶
- IDL_Type:
string
- Units:
unitless
Description: Pattern used to generate folders below FITSRootDirectory
imagehandlingconfig_FITSFilePattern¶
- IDL_Type:
string
- Units:
unitless
Description: Pattern used to generte FITS file names
imagehandlingconfig_FITSRootDirectory¶
- IDL_Type:
string
- Units:
unitless
Description: Root directory where FITS files are written
imagehandlingconfig_raiseAlertOnMissingOrBadHeaderServiceData¶
- IDL_Type:
boolean
- Units:
unitless
Description: Whether to raise an alert if the fits header data does not arrive
imagehandlingconfig_subsystemsToClearOnNewRun¶
- IDL_Type:
string
- Units:
unitless
Description: Subsystems whose data should be cleared when a new run starts (SLAC only) (colon delimited array)
imagehandlingconfig_tempFileRelativeLocation¶
- IDL_Type:
string
- Units:
unitless
Description: Relative loction of temporary files (if written)
imagehandlingconfig_useTempFile¶
- IDL_Type:
boolean
- Units:
unitless
Description: Whether FITS files should first be written with a temporary name and then renamed on success
imagehandlingconfig_waitForHeaderService¶
- IDL_Type:
string
- Units:
unitless
Description: Whether to wait for header service data before finalizing FITS files
quadbox_PeriodicTasks_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_PeriodicTasks_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
schedulers_default_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_default_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
schedulers_monitor_check_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_monitor_check_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
schedulers_monitor_update_publish_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_monitor_update_publish_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
rebpower_EmergencyResponseManager_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_rebpower_EmergencyResponseManager_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
processOnlyClearedAlerts¶
- IDL_Type:
boolean
- Units:
unitless
Description: Only cleared alerts are processed.
rebpower_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_rebpower_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
powerOffSleepMillis¶
- IDL_Type:
long long
- Units:
ms
Description: During the powerOffAllRebs command this is the sleep time between each node being powered off.
psDeviceExcepNumToOffline¶
- IDL_Type:
long
- Units:
unitless
Description: Number of consecutive read failures (exceptions) before gonig Offline. Must be a positive number greater than zero.
psDeviceReadTimeout¶
- IDL_Type:
long long
- Units:
ms
Description: Read Timeout for the underlying PS driver
rebpower_PeriodicTasks_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_rebpower_PeriodicTasks_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
schedulers_default_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_default_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
schedulers_monitor_check_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_monitor_check_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
schedulers_monitor_update_publish_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_monitor_update_publish_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
rebpower_Reb_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_rebpower_Reb_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
dphi¶
- IDL_Type:
long
- Units:
Volt
- Count:
71
Description: Delta voltage between Parallel High and Low
hvBias¶
- IDL_Type:
long
- Units:
V
- Count:
71
Description: REB bias voltage
location¶
- IDL_Type:
string
- Units:
unitless
Description: reb location
rebpower_Rebps_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_rebpower_Rebps_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
location¶
- IDL_Type:
string
- Units:
unitless
Description: rebps location
rebs¶
- IDL_Type:
string
- Units:
unitless
Description: List of Rebs powered by this PS (colon delimited array)
hex_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_hex_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
lowCryoTempLimit¶
- IDL_Type:
double
- Units:
Celsius
Description: Low limit for cryo system evaporator temperature
rtnToEvapOffset¶
- IDL_Type:
double
- Units:
psia
Description: Offset between cold system return and evaporator pressures
hex_PeriodicTasks_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_hex_PeriodicTasks_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
schedulers_default_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_default_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
schedulers_monitor_update_publish_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_monitor_update_publish_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
hex_StatusAggregator_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_hex_StatusAggregator_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
patternConfigList¶
- IDL_Type:
string
- Units:
unitless
Description: List of patterns that describe which data is to be aggregated and how. (colon delimited array)
refrig_PeriodicTasks_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_PeriodicTasks_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
schedulers_default_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_default_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
schedulers_monitor_check_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_monitor_check_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
schedulers_monitor_update_publish_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_monitor_update_publish_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
vacuum_CryoTurboPump_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_CryoTurboPump_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
activeStopMode¶
- IDL_Type:
boolean
- Units:
unitless
Description: Active-Stop mode <true|false>, req pump stopped
analogOutput¶
- IDL_Type:
long
- Units:
Hz
Description: 0 = freq, 1 = power
baudRate¶
- IDL_Type:
long
- Units:
unitless
Description: Baudrate, 4=9600
devcId¶
- IDL_Type:
string
- Units:
unitless
Description: serial port
extFanConfig¶
- IDL_Type:
long
- Units:
unitless
Description: 0 = always on,1 = controlled
gasType¶
- IDL_Type:
long
- Units:
unitless
Description: 0,1,2 for Ar/N2/He
gasTypeArgon¶
- IDL_Type:
boolean
- Units:
unitless
Description: true/false for Ar/N2
interlockType¶
- IDL_Type:
boolean
- Units:
unitless
Description: interlock type … normally continuous
lowSpeedMode¶
- IDL_Type:
boolean
- Units:
unitless
Description: true/false for low/normal speed
maxpower¶
- IDL_Type:
long
- Units:
Watt
Description: max power cutoff (read-only)
rotfreqLow¶
- IDL_Type:
long
- Units:
Hz
Description: Rotation Freq Low limit
rotfreqMax¶
- IDL_Type:
long
- Units:
Hz
Description: Rotation Freq Max limit
rotfreqSet¶
- IDL_Type:
long
- Units:
Hz
Description: Rotation Freq Set limit
setpointActive¶
- IDL_Type:
boolean
- Units:
unitless
Description: 0|1 = active(High|Low)
setpointDelay¶
- IDL_Type:
long
- Units:
s
Description: delay to activate
setpointHyst¶
- IDL_Type:
long
- Units:
Hz
Description: Setpoint value for digital outout
setpointThresh¶
- IDL_Type:
long
- Units:
Hz
Description: Threshold to activate digital outout
setpointType¶
- IDL_Type:
long
- Units:
Hz
Description: 0:freq, 1:current, …
softStartMode¶
- IDL_Type:
boolean
- Units:
unitless
Description: Soft-Start mode <true|false>, req pump stopped
speedReadActivate¶
- IDL_Type:
boolean
- Units:
unitless
Description: Read speed after Stop
ventDelay¶
- IDL_Type:
long
- Units:
0.2s/count
Description: opening delay count
ventOpentime¶
- IDL_Type:
long
- Units:
0.2s/count
Description: opening time, 74,84 models only
ventvalveByCmnd¶
- IDL_Type:
boolean
- Units:
unitless
Description: By-command mode
ventvalveType¶
- IDL_Type:
boolean
- Units:
unitless
Description: critical value per model
waterCooling¶
- IDL_Type:
boolean
- Units:
unitless
Description: water cooling
vacuum_HexTurboPump_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_HexTurboPump_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
activeStopMode¶
- IDL_Type:
boolean
- Units:
unitless
Description: Active-Stop mode <true|false>, req pump stopped
analogOutput¶
- IDL_Type:
long
- Units:
Hz
Description: 0 = freq, 1 = power
baudRate¶
- IDL_Type:
long
- Units:
unitless
Description: Baudrate, 4=9600
devcId¶
- IDL_Type:
string
- Units:
unitless
Description: serial port
extFanConfig¶
- IDL_Type:
long
- Units:
unitless
Description: 0 = always on,1 = controlled
gasType¶
- IDL_Type:
long
- Units:
unitless
Description: 0,1,2 for Ar/N2/He
gasTypeArgon¶
- IDL_Type:
boolean
- Units:
unitless
Description: true/false for Ar/N2
interlockType¶
- IDL_Type:
boolean
- Units:
unitless
Description: interlock type … normally continuous
lowSpeedMode¶
- IDL_Type:
boolean
- Units:
unitless
Description: true/false for low/normal speed
maxpower¶
- IDL_Type:
long
- Units:
Watt
Description: max power cutoff (read-only)
rotfreqLow¶
- IDL_Type:
long
- Units:
Hz
Description: Rotation Freq Low limit
rotfreqMax¶
- IDL_Type:
long
- Units:
Hz
Description: Rotation Freq Max limit
rotfreqSet¶
- IDL_Type:
long
- Units:
Hz
Description: Rotation Freq Set limit
setpointActive¶
- IDL_Type:
boolean
- Units:
unitless
Description: 0|1 = active(High|Low)
setpointDelay¶
- IDL_Type:
long
- Units:
s
Description: delay to activate
setpointHyst¶
- IDL_Type:
long
- Units:
Hz
Description: Setpoint value for digital outout
setpointThresh¶
- IDL_Type:
long
- Units:
Hz
Description: Threshold to activate digital outout
setpointType¶
- IDL_Type:
long
- Units:
Hz
Description: 0:freq, 1:current, …
softStartMode¶
- IDL_Type:
boolean
- Units:
unitless
Description: Soft-Start mode <true|false>, req pump stopped
speedReadActivate¶
- IDL_Type:
boolean
- Units:
unitless
Description: Read speed after Stop
ventDelay¶
- IDL_Type:
long
- Units:
0.2s/count
Description: opening delay count
ventOpentime¶
- IDL_Type:
long
- Units:
0.2s/count
Description: opening time, 74,84 models only
ventvalveByCmnd¶
- IDL_Type:
boolean
- Units:
unitless
Description: By-command mode
ventvalveType¶
- IDL_Type:
boolean
- Units:
unitless
Description: critical value per model
waterCooling¶
- IDL_Type:
boolean
- Units:
unitless
Description: water cooling
vacuum_PeriodicTasks_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_PeriodicTasks_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
schedulers_default_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_default_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
schedulers_monitor_check_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_monitor_check_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
schedulers_monitor_update_publish_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_monitor_update_publish_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
daq_monitor_PeriodicTasks_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_daq_monitor_PeriodicTasks_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
schedulers_default_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_default_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
schedulers_monitor_update_publish_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_monitor_update_publish_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
focal_plane_ImageDatabaseService_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_ImageDatabaseService_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
dbURL¶
- IDL_Type:
string
- Units:
unitless
Description: Image Database URL
enabled¶
- IDL_Type:
boolean
- Units:
unitless
Description: true/false Image Database enable flag
focal_plane_ImageNameService_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_ImageNameService_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
controller¶
- IDL_Type:
string
- Units:
unitless
Description: The controller of this image name service (CCS, OCS, etc)
dbURL¶
- IDL_Type:
string
- Units:
unitless
Description: Image Name Database URL
offset¶
- IDL_Type:
string
- Units:
unitless
Description: The offset from midnight when the data transition occurs (e.g. 12 hours)
source¶
- IDL_Type:
string
- Units:
unitless
Description: The source of this image name service MainCamera, ComCam, AuxTel, TestStand
timeZoneId¶
- IDL_Type:
string
- Units:
unitless
Description: The timezone used to assign the date (e.g. UTC)
focal_plane_PeriodicTasks_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_PeriodicTasks_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
schedulers_default_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_default_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
schedulers_monitor_check_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_monitor_check_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
schedulers_monitor_update_publish_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_monitor_update_publish_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
focal_plane_Reb_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_Reb_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
location¶
- IDL_Type:
string
- Units:
unitless
Description: reb location
tempavg_temperatureNames¶
- IDL_Type:
string
- Units:
unitless
Description: List of sibling temperature channels to average (colon delimited array)
focal_plane_RebsAverageTemp6_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_RebsAverageTemp6_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
chanNames¶
- IDL_Type:
string
- Units:
unitless
Description: Path regular expression to select the Channels to be averaged (colon delimited array)
chanWeights¶
- IDL_Type:
string
- Units:
unitless
Description: Weights of Channels to be averaged (colon delimited array)
ignoreNaN¶
- IDL_Type:
boolean
- Units:
unitless
Description: if true ignore (omit) NaN channels
image_handling_FitsService_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_image_handling_FitsService_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
guider_headerFilesList¶
- IDL_Type:
string
- Units:
unitless
Description: List of spec files to be read by this FITS service (colon delimited array)
science_headerFilesList¶
- IDL_Type:
string
- Units:
unitless
Description: List of spec files to be read by this FITS service (colon delimited array)
image_handling_PeriodicTasks_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_image_handling_PeriodicTasks_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
schedulers_default_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_default_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
image_handling_StatusAggregator_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_image_handling_StatusAggregator_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
patternConfigList¶
- IDL_Type:
string
- Units:
unitless
Description: List of patterns that describe which data is to be aggregated and how. (colon delimited array)
mpm_PeriodicTasks_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_mpm_PeriodicTasks_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
schedulers_default_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_default_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
schedulers_monitor_update_publish_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_monitor_update_publish_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
fcs_PeriodicTasks_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_PeriodicTasks_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
schedulers_default_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_default_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
schedulers_monitor_update_publish_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
schedulers_monitor_update_publish_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
shutter_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_shutter_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
controller_centeringSpeed¶
- IDL_Type:
double
- Units:
mm/s
Description: Move blade sets at this speed when centering.
controller_localAMSaddr¶
- IDL_Type:
string
- Units:
unitless
Description: Local AMS address used by the subsystem.
controller_maxHallPositionError¶
- IDL_Type:
double
- Units:
mm
Description: Max allowed difference of a Hall transition position from prediction.
controller_maxStrokeSpeed¶
- IDL_Type:
double
- Units:
mm/s
Description: Max speed (to attain during a stroke.
controller_minExposureTime¶
- IDL_Type:
string
- Units:
unitless
Description: The minimum exposure time.
controller_noticeReaderRestartDelay¶
- IDL_Type:
string
- Units:
unitless
Description: Restart delay for the notification reader.
controller_noticeReaderStartupDelay¶
- IDL_Type:
string
- Units:
unitless
Description: Startup delay for the notification reader.
controller_plcAMSaddr¶
- IDL_Type:
string
- Units:
unitless
Description: AMS address of the shutter controller.
controller_plcAckTimeout¶
- IDL_Type:
string
- Units:
unitless
Description: Ack timeout for commands sent to the shutter controller.
controller_plcIPaddr¶
- IDL_Type:
string
- Units:
unitless
Description: IP address of the shutter controller.
controller_referenceMinusXpositions¶
- IDL_Type:
string
- Units:
unitless
Description: Reference positions for the -X blade set. (colon delimited array)
controller_referencePlusXpositions¶
- IDL_Type:
string
- Units:
unitless
Description: Reference positions for the +X blade set. (colon delimited array)
controller_safeCtrlTempRange¶
- IDL_Type:
string
- Units:
unitless
Description: Safe internal temperature range for motor controller modules. (colon delimited array)
controller_safeRtdTempRange¶
- IDL_Type:
string
- Units:
unitless
Description: Safe temperature ranges for RTD sites. (colon delimited array)
periodictasks_schedulers_default_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
periodictasks_schedulers_default_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
publisher_configurationName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the subsystem configuration in effect.
publisher_publicationInterval¶
- IDL_Type:
string
- Units:
unitless
Description: The interval between regular status publications.
statemachine_brakepower_brakeVoltageKey¶
- IDL_Type:
string
- Units:
unitless
Description: The key of the brake voltage value in the KeyValueDataList.
statemachine_brakepower_powerOnThreshold¶
- IDL_Type:
double
- Units:
V
Description: Brake power voltage must be at least this to be considered ‘on’.
statemachine_resetSyncTimeout¶
- IDL_Type:
string
- Units:
unitless
Description: Wait this long for the shutter to enter Still or Disabled after a reset.
statemachine_taskRestartDelay¶
- IDL_Type:
string
- Units:
unitless
Description: How long to delay restarting a crashed long-running task.
watchdog_checkInterval¶
- IDL_Type:
string
- Units:
unitless
Description: The interval between checks of the PLC message counter.
chiller_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_chiller_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
chilleralertlistener_thermalAlertSource¶
- IDL_Type:
string
- Units:
unitless
Description: Subsystem listened to for temperature alerts
chilleralertlistener_vacuumAlertSource¶
- IDL_Type:
string
- Units:
unitless
Description: Subsystem listened to for vacuum alerts
chiller_host¶
- IDL_Type:
string
- Units:
unitless
Description: IP host
coldInletChannelPath¶
- IDL_Type:
string
- Units:
unitless
Description: path of cold inlet temperature Channel to listen for
coldOutletChannelPath¶
- IDL_Type:
string
- Units:
unitless
Description: path of cold outlet temperature Channel to listen for
coldplateChannelPath¶
- IDL_Type:
string
- Units:
unitless
Description: path of coldplate temperature Channel to listen for
connectedToCamera¶
- IDL_Type:
boolean
- Units:
unitless
Description: whether this is the chiller providing fluid to the camera
glycolCooling¶
- IDL_Type:
boolean
- Units:
unitless
Description: cooling by glycol (true)/water (false)
listenTo¶
- IDL_Type:
string
- Units:
unitless
Description: Which refrig subsystem to listen to (RefrigAgentProperties)
maq20_ColdPlHeatXfer_flowChanPath¶
- IDL_Type:
string
- Units:
unitless
Description: path to flow-rate Channel
maq20_ColdPlHeatXfer_inletTChanPath¶
- IDL_Type:
string
- Units:
unitless
Description: Path to inlet temperature Channel
maq20_ColdPlHeatXfer_outletTChanPath¶
- IDL_Type:
string
- Units:
unitless
Description: Path to outlet temperature Channel
maq20_CoolantHeatXfer_flowChanPath¶
- IDL_Type:
string
- Units:
unitless
Description: path to flow-rate Channel
maq20_CoolantHeatXfer_inletTChanPath¶
- IDL_Type:
string
- Units:
unitless
Description: Path to inlet temperature Channel
maq20_CoolantHeatXfer_outletTChanPath¶
- IDL_Type:
string
- Units:
unitless
Description: Path to outlet temperature Channel
maq20_GlycHeatXfer_flowChanPath¶
- IDL_Type:
string
- Units:
unitless
Description: path to flow-rate Channel
maq20_GlycHeatXfer_inletTChanPath¶
- IDL_Type:
string
- Units:
unitless
Description: Path to inlet temperature Channel
maq20_GlycHeatXfer_outletTChanPath¶
- IDL_Type:
string
- Units:
unitless
Description: Path to outlet temperature Channel
maxPressure¶
- IDL_Type:
double
- Units:
psig
Description: Burst-disc presssure to stop flow
periodictasks_schedulers_default_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
periodictasks_schedulers_default_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
periodictasks_schedulers_monitor_check_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
periodictasks_schedulers_monitor_check_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
periodictasks_schedulers_monitor_update_publish_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
periodictasks_schedulers_monitor_update_publish_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
temperatureTimeoutFactor¶
- IDL_Type:
double
- Units:
unitless
Description: Factor on temperature-setting timeout
thermal_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_thermal_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
cold_Temp_AvgColdTemp_chanNames¶
- IDL_Type:
string
- Units:
unitless
Description: Path regular expression to select the Channels to be averaged (colon delimited array)
cold_Temp_AvgColdTemp_chanWeights¶
- IDL_Type:
string
- Units:
unitless
Description: Weights of Channels to be averaged (colon delimited array)
cold_Temp_AvgColdTemp_ignoreNaN¶
- IDL_Type:
boolean
- Units:
unitless
Description: if true ignore (omit) NaN channels
cryo_Temp_AvgCryoTemp_chanNames¶
- IDL_Type:
string
- Units:
unitless
Description: Path regular expression to select the Channels to be averaged (colon delimited array)
cryo_Temp_AvgCryoTemp_chanWeights¶
- IDL_Type:
string
- Units:
unitless
Description: Weights of Channels to be averaged (colon delimited array)
cryo_Temp_AvgCryoTemp_ignoreNaN¶
- IDL_Type:
boolean
- Units:
unitless
Description: if true ignore (omit) NaN channels
periodictasks_schedulers_default_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
periodictasks_schedulers_default_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
periodictasks_schedulers_monitor_check_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
periodictasks_schedulers_monitor_check_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
periodictasks_schedulers_monitor_update_publish_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
periodictasks_schedulers_monitor_update_publish_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
utiltrunk_PeriodicTasks_Schedulers_GeneralConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_PeriodicTasks_Schedulers_GeneralConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
default_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
default_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
monitor_check_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
monitor_check_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
monitor_update_publish_scheduler_nTasks¶
- IDL_Type:
long
- Units:
count
Description: Number of tasks assigned to the Scheduler.
monitor_update_publish_scheduler_nThreads¶
- IDL_Type:
long
- Units:
count
Description: Number of threads assigned to the Scheduler.
focal_plane_SequencerConfig_GuiderConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_SequencerConfig_GuiderConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
guiderLocations¶
- IDL_Type:
string
- Units:
unitless
Description: The sensor locations to be used for guiding (comma separated)
guiderPartition¶
- IDL_Type:
string
- Units:
unitless
Description: The DAQ partition to be used for guiding
image_handling_ImageHandler_GuiderConfiguration¶
- EFDB_Topic:
MTCamera_logevent_image_handling_ImageHandler_GuiderConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
imagehandlingconfig_guiderFITSFilePattern¶
- IDL_Type:
string
- Units:
unitless
Description: FITS file pattern to use for writting guider FITS files
imagehandlingconfig_guiderLocations¶
- IDL_Type:
string
- Units:
unitless
Description: Locations to monitor for guider data
imagehandlingconfig_guiderPartition¶
- IDL_Type:
string
- Units:
unitless
Description: DAQ partition to monitor for guider data
imagehandlingconfig_includeRawStamps¶
- IDL_Type:
boolean
- Units:
unitless
Description: Whether to write raw stamps to FITS file
focal_plane_Ccd_HardwareIdConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_Ccd_HardwareIdConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
location¶
- IDL_Type:
string
- Units:
unitless
Description: ccd location
manSerNum¶
- IDL_Type:
string
- Units:
unitless
Description: CCD Manufacturer Serial Number (colon delimited array)
name¶
- IDL_Type:
string
- Units:
unitless
Description: Hardware name (colon delimited array)
focal_plane_Raft_HardwareIdConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_Raft_HardwareIdConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
location¶
- IDL_Type:
string
- Units:
unitless
Description: raft location
name¶
- IDL_Type:
string
- Units:
unitless
Description: Hardware name (colon delimited array)
focal_plane_Reb_HardwareIdConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_Reb_HardwareIdConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
location¶
- IDL_Type:
string
- Units:
unitless
Description: reb location
name¶
- IDL_Type:
string
- Units:
unitless
Description: Hardware name (colon delimited array)
focal_plane_InstrumentConfig_InstrumentConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_InstrumentConfig_InstrumentConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
instrument¶
- IDL_Type:
string
- Units:
unitless
Description: The instrument: MTCamera, ATCamera or CCCamera
telescope¶
- IDL_Type:
string
- Units:
unitless
Description: The telescope
testStand¶
- IDL_Type:
string
- Units:
unitless
Description: The test stand
quadbox_BFR_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_BFR_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
clean_5_24V_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: Clean 5 and 24V current high warning level
clean_5_24V_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: Clean 5 and 24V current low warning level
clean_5_24V_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: Clean 5 and 24V current high alarm level
clean_5_24V_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: Clean 5 and 24V current low alarm level
dirty_24V_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: Dirty 24V current high warning level
dirty_24V_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: Dirty 24V current low warning level
dirty_24V_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: Dirty 24V current high alarm level
dirty_24V_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: Dirty 24V current low alarm level
dirty_28V_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: Dirty 28V current high warning level
dirty_28V_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: Dirty 28V current low warning level
dirty_28V_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: Dirty 28V current high alarm level
dirty_28V_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: Dirty 28V current low alarm level
dirty_48V_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: Dirty 48V current high warning level
dirty_48V_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: Dirty 48V current low warning level
dirty_48V_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: Dirty 48V current high alarm level
dirty_48V_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: Dirty 48V current low alarm level
protection_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: Protection system current high warning level
protection_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: Protection system current low warning level
protection_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: Protection system current high alarm level
protection_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: Protection system current low alarm level
rebps_0_2_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 0-2 current high warning level
rebps_0_2_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 0-2 current low warning level
rebps_0_2_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 0-2 current high alarm level
rebps_0_2_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 0-2 current low alarm level
rebps_3_5_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 3-5 current high warning level
rebps_3_5_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 3-5 current low warning level
rebps_3_5_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 3-5 current high alarm level
rebps_3_5_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 3-5 current low alarm level
rebps_6_8_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 6-8 current high warning level
rebps_6_8_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 6-8 current low warning level
rebps_6_8_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 6-8 current high alarm level
rebps_6_8_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 6-8 current low alarm level
rebps_9_12_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 9-12 current high warning level
rebps_9_12_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 9-12 current low warning level
rebps_9_12_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 9-12 current high alarm level
rebps_9_12_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 9-12 current low alarm level
rebps_Spr_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: REB PS spare current high warning level
rebps_Spr_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: REB PS spare current low warning level
rebps_Spr_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: REB PS spare current high alarm level
rebps_Spr_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: REB PS spare current low alarm level
quadbox_PDU_24VC_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_PDU_24VC_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
board_T_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Clean PDU board temperature high warning level
board_T_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Clean PDU board temperature low warning level
board_T_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Clean PDU board temperature high alarm level
board_T_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Clean PDU board temperature low alarm level
body_Maq20_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: Body MAQ20 current high warning level
body_Maq20_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: Body MAQ20 current low warning level
body_Maq20_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: Body MAQ20 current high alarm level
body_Maq20_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: Body MAQ20 current low alarm level
body_Maq20_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Body MAQ20 voltage high warning level
body_Maq20_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Body MAQ20 voltage low warning level
body_Maq20_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Body MAQ20 voltage high alarm level
body_Maq20_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Body MAQ20 voltage low alarm level
cryo_Maq20_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: Cryostat MAQ20 current high warning level
cryo_Maq20_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: Cryostat MAQ20 current low warning level
cryo_Maq20_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: Cryostat MAQ20 current high alarm level
cryo_Maq20_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: Cryostat MAQ20 current low alarm level
cryo_Maq20_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Cryostat MAQ20 voltage high warning level
cryo_Maq20_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Cryostat MAQ20 voltage low warning level
cryo_Maq20_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Cryostat MAQ20 voltage high alarm level
cryo_Maq20_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Cryostat MAQ20 voltage low alarm level
fes_CarouselC_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: FES carouselC current high warning level
fes_CarouselC_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: FES carouselC current low warning level
fes_CarouselC_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: FES carouselC current high alarm level
fes_CarouselC_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: FES carouselC current low alarm level
fes_CarouselC_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: FES carouselC voltage high warning level
fes_CarouselC_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: FES carouselC voltage low warning level
fes_CarouselC_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: FES carouselC voltage high alarm level
fes_CarouselC_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: FES carouselC voltage low alarm level
fes_ChangerC_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: FES changerC current high warning level
fes_ChangerC_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: FES changerC current low warning level
fes_ChangerC_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: FES changerC current high alarm level
fes_ChangerC_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: FES changerC current low alarm level
fes_ChangerC_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: FES changerC voltage high warning level
fes_ChangerC_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: FES changerC voltage low warning level
fes_ChangerC_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: FES changerC voltage high alarm level
fes_ChangerC_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: FES changerC voltage low alarm level
fes_LoaderC_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: FES loaderC current high warning level
fes_LoaderC_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: FES loaderC current low warning level
fes_LoaderC_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: FES loaderC current high alarm level
fes_LoaderC_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: FES loaderC current low alarm level
fes_LoaderC_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: FES loaderC voltage high warning level
fes_LoaderC_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: FES loaderC voltage low warning level
fes_LoaderC_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: FES loaderC voltage high alarm level
fes_LoaderC_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: FES loaderC voltage low alarm level
fpga_T_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Clean PDU FPGA temperature high warning level
fpga_T_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Clean PDU FPGA temperature low warning level
fpga_T_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Clean PDU FPGA temperature high alarm level
fpga_T_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Clean PDU FPGA temperature low alarm level
gauges_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: Gauges current high warning level
gauges_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: Gauges current low warning level
gauges_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: Gauges current high alarm level
gauges_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: Gauges current low alarm level
gauges_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Gauges voltage high warning level
gauges_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Gauges voltage low warning level
gauges_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Gauges voltage high alarm level
gauges_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Gauges voltage low alarm level
int_Valves_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: Interstitial valves current high warning level
int_Valves_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: Interstitial valves current low warning level
int_Valves_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: Interstitial valves current high alarm level
int_Valves_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: Interstitial valves current low alarm level
int_Valves_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Interstitial valves voltage high warning level
int_Valves_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Interstitial valves voltage low warning level
int_Valves_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Interstitial valves voltage high alarm level
int_Valves_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Interstitial valves voltage low alarm level
ion_Pumps_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: Ion pumps current high warning level
ion_Pumps_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: Ion pumps current low warning level
ion_Pumps_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: Ion pumps current high alarm level
ion_Pumps_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: Ion pumps current low alarm level
ion_Pumps_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Ion pumps voltage high warning level
ion_Pumps_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Ion pumps voltage low warning level
ion_Pumps_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Ion pumps voltage high alarm level
ion_Pumps_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Ion pumps voltage low alarm level
main_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: 24V Clean PDU main current high warning level
main_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: 24V Clean PDU main current low warning level
main_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: 24V Clean PDU main current high alarm level
main_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: 24V Clean PDU main current low alarm level
main_T_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Clean PDU main temperature high warning level
main_T_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Clean PDU main temperature low warning level
main_T_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Clean PDU main temperature high alarm level
main_T_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Clean PDU main temperature low alarm level
main_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: 24V Clean PDU main voltage high warning level
main_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: 24V Clean PDU main voltage low warning level
main_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: 24V Clean PDU main voltage high alarm level
main_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: 24V Clean PDU main voltage low alarm level
shtr_PLC1_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: Shutter PLC 1 current high warning level
shtr_PLC1_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: Shutter PLC 1 current low warning level
shtr_PLC1_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: Shutter PLC 1 current high alarm level
shtr_PLC1_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: Shutter PLC 1 current low alarm level
shtr_PLC1_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter PLC 1 voltage high warning level
shtr_PLC1_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter PLC 1 voltage low warning level
shtr_PLC1_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter PLC 1 voltage high alarm level
shtr_PLC1_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter PLC 1 voltage low alarm level
shtr_PLC2_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: Shutter PLC 2 current high warning level
shtr_PLC2_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: Shutter PLC 2 current low warning level
shtr_PLC2_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: Shutter PLC 2 current high alarm level
shtr_PLC2_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: Shutter PLC 2 current low alarm level
shtr_PLC2_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter PLC 2 voltage high warning level
shtr_PLC2_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter PLC 2 voltage low warning level
shtr_PLC2_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter PLC 2 voltage high alarm level
shtr_PLC2_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter PLC 2 voltage low alarm level
quadbox_PDU_24VD_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_PDU_24VD_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
board_T_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Dirty PDU board temperature high warning level
board_T_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Dirty PDU board temperature low warning level
board_T_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Dirty PDU board temperature high alarm level
board_T_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Dirty PDU board temperature low alarm level
cryo_Turbo_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: Cryo turbo pump current high warning level
cryo_Turbo_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: Cryo turbo pump current low warning level
cryo_Turbo_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: Cryo turbo pump current high alarm level
cryo_Turbo_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: Cryo turbo pump current low alarm level
cryo_Turbo_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Cryo turbo pump voltage high warning level
cryo_Turbo_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Cryo turbo pump voltage low warning level
cryo_Turbo_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Cryo turbo pump voltage high alarm level
cryo_Turbo_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Cryo turbo pump voltage low alarm level
fes_Brakes_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: FES brakes current high warning level
fes_Brakes_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: FES brakes current low warning level
fes_Brakes_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: FES brakes current high alarm level
fes_Brakes_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: FES brakes current low alarm level
fes_Brakes_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: FES brakes voltage high warning level
fes_Brakes_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: FES brakes voltage low warning level
fes_Brakes_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: FES brakes voltage high alarm level
fes_Brakes_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: FES brakes voltage low alarm level
fes_ChangerD_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: FES changerD current high warning level
fes_ChangerD_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: FES changerD current low warning level
fes_ChangerD_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: FES changerD current high alarm level
fes_ChangerD_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: FES changerD current low alarm level
fes_ChangerD_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: FES changerD voltage high warning level
fes_ChangerD_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: FES changerD voltage low warning level
fes_ChangerD_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: FES changerD voltage high alarm level
fes_ChangerD_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: FES changerD voltage low alarm level
fes_Clamps_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: FES clamps current high warning level
fes_Clamps_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: FES clamps current low warning level
fes_Clamps_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: FES clamps current high alarm level
fes_Clamps_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: FES clamps current low alarm level
fes_Clamps_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: FES clamps voltage high warning level
fes_Clamps_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: FES clamps voltage low warning level
fes_Clamps_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: FES clamps voltage high alarm level
fes_Clamps_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: FES clamps voltage low alarm level
fes_LoaderD_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: FES loaderD current high warning level
fes_LoaderD_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: FES loaderD current low warning level
fes_LoaderD_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: FES loaderD current high alarm level
fes_LoaderD_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: FES loaderD current low alarm level
fes_LoaderD_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: FES loaderD voltage high warning level
fes_LoaderD_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: FES loaderD voltage low warning level
fes_LoaderD_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: FES loaderD voltage high alarm level
fes_LoaderD_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: FES loaderD voltage low alarm level
fpga_T_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Dirty PDU FPGA temperature high warning level
fpga_T_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Dirty PDU FPGA temperature low warning level
fpga_T_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Dirty PDU FPGA temperature high alarm level
fpga_T_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Dirty PDU FPGA temperature low alarm level
hex_Turbo_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: Hex turbo pump current high warning level
hex_Turbo_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: Hex turbo pump current low warning level
hex_Turbo_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: Hex turbo pump current high alarm level
hex_Turbo_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: Hex turbo pump current low alarm level
hex_Turbo_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Hex turbo pump voltage high warning level
hex_Turbo_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Hex turbo pump voltage low warning level
hex_Turbo_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Hex turbo pump voltage high alarm level
hex_Turbo_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Hex turbo pump voltage low alarm level
main_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: 24V Dirty PDU main current high warning level
main_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: 24V Dirty PDU main current low warning level
main_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: 24V Dirty PDU main current high alarm level
main_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: 24V Dirty PDU main current low alarm level
main_T_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Dirty PDU main temperature high warning level
main_T_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Dirty PDU main temperature low warning level
main_T_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Dirty PDU main temperature high alarm level
main_T_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Dirty PDU main temperature low alarm level
main_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: 24V Dirty PDU main voltage high warning level
main_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: 24V Dirty PDU main voltage low warning level
main_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: 24V Dirty PDU main voltage high alarm level
main_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: 24V Dirty PDU main voltage low alarm level
shtr_Brakes_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: Shutter brakes current high warning level
shtr_Brakes_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: Shutter brakes current low warning level
shtr_Brakes_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: Shutter brakes current high alarm level
shtr_Brakes_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: Shutter brakes current low alarm level
shtr_Brakes_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter brakes voltage high warning level
shtr_Brakes_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter brakes voltage low warning level
shtr_Brakes_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter brakes voltage high alarm level
shtr_Brakes_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter brakes voltage low alarm level
quadbox_PDU_48V_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_PDU_48V_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
board_T_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: 48V PDU board temperature high warning level
board_T_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: 48V PDU board temperature low warning level
board_T_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: 48V PDU board temperature high alarm level
board_T_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: 48V PDU board temperature low alarm level
fes_CarouselD_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: FES carouselD current high warning level
fes_CarouselD_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: FES carouselD current low warning level
fes_CarouselD_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: FES carouselD current high alarm level
fes_CarouselD_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: FES carouselD current low alarm level
fes_CarouselD_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: FES carouselD voltage high warning level
fes_CarouselD_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: FES carouselD voltage low warning level
fes_CarouselD_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: FES carouselD voltage high alarm level
fes_CarouselD_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: FES carouselD voltage low alarm level
fes_Heater_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: FES heater current high warning level
fes_Heater_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: FES heater current low warning level
fes_Heater_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: FES heater current high alarm level
fes_Heater_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: FES heater current low alarm level
fes_Heater_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: FES heater voltage high warning level
fes_Heater_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: FES heater voltage low warning level
fes_Heater_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: FES heater voltage high alarm level
fes_Heater_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: FES heater voltage low alarm level
fpga_T_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: 48V PDU FPGA temperature high warning level
fpga_T_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: 48V PDU FPGA temperature low warning level
fpga_T_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: 48V PDU FPGA temperature high alarm level
fpga_T_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: 48V PDU FPGA temperature low alarm level
main_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: 48V PDU main current high warning level
main_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: 48V PDU main current low warning level
main_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: 48V PDU main current high alarm level
main_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: 48V PDU main current low alarm level
main_T_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: 48V PDU main temperature high warning level
main_T_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: 48V PDU main temperature low warning level
main_T_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: 48V PDU main temperature high alarm level
main_T_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: 48V PDU main temperature low alarm level
main_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: 48V PDU main voltage high warning level
main_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: 48V PDU main voltage low warning level
main_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: 48V PDU main voltage high alarm level
main_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: 48V PDU main voltage low alarm level
purge_Fan_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: Purge fan current high warning level
purge_Fan_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: Purge fan current low warning level
purge_Fan_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: Purge fan current high alarm level
purge_Fan_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: Purge fan current low alarm level
purge_Fan_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Purge fan voltage high warning level
purge_Fan_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Purge fan voltage low warning level
purge_Fan_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Purge fan voltage high alarm level
purge_Fan_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Purge fan voltage low alarm level
shtr_Motor1_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: Shutter motor 1 current high warning level
shtr_Motor1_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: Shutter motor 1 current low warning level
shtr_Motor1_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: Shutter motor 1 current high alarm level
shtr_Motor1_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: Shutter motor 1 current low alarm level
shtr_Motor1_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter motor 1 voltage high warning level
shtr_Motor1_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter motor 1 voltage low warning level
shtr_Motor1_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter motor 1 voltage high alarm level
shtr_Motor1_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter motor 1 voltage low alarm level
shtr_Motor2_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: Shutter motor 2 current high warning level
shtr_Motor2_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: Shutter motor 2 current low warning level
shtr_Motor2_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: Shutter motor 2 current high alarm level
shtr_Motor2_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: Shutter motor 2 current low alarm level
shtr_Motor2_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter motor 2 voltage high warning level
shtr_Motor2_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter motor 2 voltage low warning level
shtr_Motor2_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter motor 2 voltage high alarm level
shtr_Motor2_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter motor 2 voltage low alarm level
quadbox_PDU_5V_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_PDU_5V_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
otm_0_A_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 0-A current high warning level
otm_0_A_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 0-A current low warning level
otm_0_A_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 0-A current high alarm level
otm_0_A_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 0-A current low alarm level
otm_0_A_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 0-A voltage high warning level
otm_0_A_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 0-A voltage low warning level
otm_0_A_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 0-A voltage high alarm level
otm_0_A_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 0-A voltage low alarm level
otm_0_B_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 0-B current high warning level
otm_0_B_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 0-B current low warning level
otm_0_B_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 0-B current high alarm level
otm_0_B_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 0-B current low alarm level
otm_0_B_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 0-B voltage high warning level
otm_0_B_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 0-B voltage low warning level
otm_0_B_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 0-B voltage high alarm level
otm_0_B_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 0-B voltage low alarm level
otm_1_A_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 1-A current high warning level
otm_1_A_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 1-A current low warning level
otm_1_A_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 1-A current high alarm level
otm_1_A_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 1-A current low alarm level
otm_1_A_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 1-A voltage high warning level
otm_1_A_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 1-A voltage low warning level
otm_1_A_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 1-A voltage high alarm level
otm_1_A_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 1-A voltage low alarm level
otm_1_B_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 1-B current high warning level
otm_1_B_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 1-B current low warning level
otm_1_B_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 1-B current high alarm level
otm_1_B_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 1-B current low alarm level
otm_1_B_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 1-B voltage high warning level
otm_1_B_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 1-B voltage low warning level
otm_1_B_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 1-B voltage high alarm level
otm_1_B_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 1-B voltage low alarm level
otm_2_A_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 2-A current high warning level
otm_2_A_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 2-A current low warning level
otm_2_A_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 2-A current high alarm level
otm_2_A_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 2-A current low alarm level
otm_2_A_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 2-A voltage high warning level
otm_2_A_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 2-A voltage low warning level
otm_2_A_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 2-A voltage high alarm level
otm_2_A_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 2-A voltage low alarm level
otm_2_B_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 2-B current high warning level
otm_2_B_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 2-B current low warning level
otm_2_B_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 2-B current high alarm level
otm_2_B_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 2-B current low alarm level
otm_2_B_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 2-B voltage high warning level
otm_2_B_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 2-B voltage low warning level
otm_2_B_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 2-B voltage high alarm level
otm_2_B_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 2-B voltage low alarm level
otm_3_A_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 3-A current high warning level
otm_3_A_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 3-A current low warning level
otm_3_A_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 3-A current high alarm level
otm_3_A_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 3-A current low alarm level
otm_3_A_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 3-A voltage high warning level
otm_3_A_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 3-A voltage low warning level
otm_3_A_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 3-A voltage high alarm level
otm_3_A_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 3-A voltage low alarm level
otm_3_B_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 3-B current high warning level
otm_3_B_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 3-B current low warning level
otm_3_B_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 3-B current high alarm level
otm_3_B_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 3-B current low alarm level
otm_3_B_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 3-B voltage high warning level
otm_3_B_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 3-B voltage low warning level
otm_3_B_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 3-B voltage high alarm level
otm_3_B_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 3-B voltage low alarm level
otm_4_A_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 4-A current high warning level
otm_4_A_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 4-A current low warning level
otm_4_A_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 4-A current high alarm level
otm_4_A_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 4-A current low alarm level
otm_4_A_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 4-A voltage high warning level
otm_4_A_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 4-A voltage low warning level
otm_4_A_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 4-A voltage high alarm level
otm_4_A_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 4-A voltage low alarm level
otm_4_B_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 4-B current high warning level
otm_4_B_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 4-B current low warning level
otm_4_B_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 4-B current high alarm level
otm_4_B_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 4-B current low alarm level
otm_4_B_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 4-B voltage high warning level
otm_4_B_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 4-B voltage low warning level
otm_4_B_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 4-B voltage high alarm level
otm_4_B_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 4-B voltage low alarm level
otm_5_A_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 5-A current high warning level
otm_5_A_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 5-A current low warning level
otm_5_A_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 5-A current high alarm level
otm_5_A_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 5-A current low alarm level
otm_5_A_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 5-A voltage high warning level
otm_5_A_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 5-A voltage low warning level
otm_5_A_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 5-A voltage high alarm level
otm_5_A_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 5-A voltage low alarm level
otm_5_B_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 5-B current high warning level
otm_5_B_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 5-B current low warning level
otm_5_B_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: OTM 5-B current high alarm level
otm_5_B_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: OTM 5-B current low alarm level
otm_5_B_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 5-B voltage high warning level
otm_5_B_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 5-B voltage low warning level
otm_5_B_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 5-B voltage high alarm level
otm_5_B_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 5-B voltage low alarm level
quadbox_REB_Bulk_PS_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_REB_Bulk_PS_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
rebbulkps_0_2_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 0-2 current high warning level
rebbulkps_0_2_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 0-2 current low warning level
rebbulkps_0_2_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 0-2 current high alarm level
rebbulkps_0_2_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 0-2 current low alarm level
rebbulkps_0_2_T_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 0-2 temperature high warning level
rebbulkps_0_2_T_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 0-2 temperature low warning level
rebbulkps_0_2_T_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 0-2 temperature high alarm level
rebbulkps_0_2_T_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 0-2 temperature low alarm level
rebbulkps_0_2_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 0-2 voltage high warning level
rebbulkps_0_2_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 0-2 voltage low warning level
rebbulkps_0_2_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 0-2 voltage high alarm level
rebbulkps_0_2_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 0-2 voltage low alarm level
rebbulkps_3_5_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 3-5 current high warning level
rebbulkps_3_5_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 3-5 current low warning level
rebbulkps_3_5_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 3-5 current high alarm level
rebbulkps_3_5_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 3-5 current low alarm level
rebbulkps_3_5_T_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 3-5 temperature high warning level
rebbulkps_3_5_T_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 3-5 temperature low warning level
rebbulkps_3_5_T_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 3-5 temperature high alarm level
rebbulkps_3_5_T_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 3-5 temperature low alarm level
rebbulkps_3_5_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 3-5 voltage high warning level
rebbulkps_3_5_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 3-5 voltage low warning level
rebbulkps_3_5_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 3-5 voltage high alarm level
rebbulkps_3_5_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 3-5 voltage low alarm level
rebbulkps_6_8_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 6-8 current high warning level
rebbulkps_6_8_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 6-8 current low warning level
rebbulkps_6_8_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 6-8 current high alarm level
rebbulkps_6_8_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 6-8 current low alarm level
rebbulkps_6_8_T_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 6-8 temperature high warning level
rebbulkps_6_8_T_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 6-8 temperature low warning level
rebbulkps_6_8_T_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 6-8 temperature high alarm level
rebbulkps_6_8_T_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 6-8 temperature low alarm level
rebbulkps_6_8_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 6-8 voltage high warning level
rebbulkps_6_8_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 6-8 voltage low warning level
rebbulkps_6_8_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 6-8 voltage high alarm level
rebbulkps_6_8_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 6-8 voltage low alarm level
rebbulkps_9_12_I_warnHi¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 9-12 current high warning level
rebbulkps_9_12_I_warnLo¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 9-12 current low warning level
rebbulkps_9_12_I_limitHi¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 9-12 current high alarm level
rebbulkps_9_12_I_limitLo¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 9-12 current low alarm level
rebbulkps_9_12_T_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 9-12 temperature high warning level
rebbulkps_9_12_T_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 9-12 temperature low warning level
rebbulkps_9_12_T_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 9-12 temperature high alarm level
rebbulkps_9_12_T_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 9-12 temperature low alarm level
rebbulkps_9_12_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 9-12 voltage high warning level
rebbulkps_9_12_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 9-12 voltage low warning level
rebbulkps_9_12_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 9-12 voltage high alarm level
rebbulkps_9_12_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 9-12 voltage low alarm level
rebbulkps_Brd_T_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS board temperature high warning level
rebbulkps_Brd_T_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS board temperature low warning level
rebbulkps_Brd_T_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS board temperature high alarm level
rebbulkps_Brd_T_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS board temperature low alarm level
rebpower_RebTotalPower_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_rebpower_RebTotalPower_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Watt
Description: Reb Total Power high warning level
warnLo¶
- IDL_Type:
double
- Units:
Watt
Description: Reb Total Power low warning level
limitHi¶
- IDL_Type:
double
- Units:
Watt
Description: Reb Total Power high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Watt
Description: Reb Total Power low alarm level
rebpower_Reb_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_rebpower_Reb_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
analog_IaftLDO_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO high warning level
analog_IaftLDO_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO low warning level
analog_IaftLDO_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO high alarm level
analog_IaftLDO_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO low alarm level
analog_IbefLDO_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO high warning level
analog_IbefLDO_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO low warning level
analog_IbefLDO_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO high alarm level
analog_IbefLDO_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO low alarm level
analog_VaftLDO_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO high warning level
analog_VaftLDO_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO low warning level
analog_VaftLDO_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO high alarm level
analog_VaftLDO_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO low alarm level
analog_VaftSwch_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch high warning level
analog_VaftSwch_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch low warning level
analog_VaftSwch_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch high alarm level
analog_VaftSwch_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch low alarm level
analog_VbefLDO_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO high warning level
analog_VbefLDO_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO low warning level
analog_VbefLDO_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO high alarm level
analog_VbefLDO_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO low alarm level
clockhi_IaftLDO_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO high warning level
clockhi_IaftLDO_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO low warning level
clockhi_IaftLDO_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO high alarm level
clockhi_IaftLDO_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO low alarm level
clockhi_IbefLDO_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO high warning level
clockhi_IbefLDO_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO low warning level
clockhi_IbefLDO_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO high alarm level
clockhi_IbefLDO_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO low alarm level
clockhi_VaftLDO_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO high warning level
clockhi_VaftLDO_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO low warning level
clockhi_VaftLDO_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO high alarm level
clockhi_VaftLDO_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO low alarm level
clockhi_VaftSwch_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch high warning level
clockhi_VaftSwch_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch low warning level
clockhi_VaftSwch_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch high alarm level
clockhi_VaftSwch_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch low alarm level
clockhi_VbefLDO_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO high warning level
clockhi_VbefLDO_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO low warning level
clockhi_VbefLDO_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO high alarm level
clockhi_VbefLDO_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO low alarm level
clocklo_IaftLDO_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO high warning level
clocklo_IaftLDO_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO low warning level
clocklo_IaftLDO_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO high alarm level
clocklo_IaftLDO_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO low alarm level
clocklo_IbefLDO_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO high warning level
clocklo_IbefLDO_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO low warning level
clocklo_IbefLDO_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO high alarm level
clocklo_IbefLDO_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO low alarm level
clocklo_VaftLDO2_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO2 high warning level
clocklo_VaftLDO2_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO2 low warning level
clocklo_VaftLDO2_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO2 high alarm level
clocklo_VaftLDO2_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO2 low alarm level
clocklo_VaftLDO_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO high warning level
clocklo_VaftLDO_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO low warning level
clocklo_VaftLDO_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO high alarm level
clocklo_VaftLDO_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO low alarm level
clocklo_VaftSwch_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch high warning level
clocklo_VaftSwch_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch low warning level
clocklo_VaftSwch_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch high alarm level
clocklo_VaftSwch_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch low alarm level
clocklo_VbefLDO_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO high warning level
clocklo_VbefLDO_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO low warning level
clocklo_VbefLDO_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO high alarm level
clocklo_VbefLDO_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO low alarm level
digital_IaftLDO_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO high warning level
digital_IaftLDO_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO low warning level
digital_IaftLDO_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO high alarm level
digital_IaftLDO_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO low alarm level
digital_IbefLDO_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO high warning level
digital_IbefLDO_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO low warning level
digital_IbefLDO_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO high alarm level
digital_IbefLDO_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO low alarm level
digital_VaftLDO_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO high warning level
digital_VaftLDO_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO low warning level
digital_VaftLDO_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO high alarm level
digital_VaftLDO_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO low alarm level
digital_VaftSwch_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch high warning level
digital_VaftSwch_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch low warning level
digital_VaftSwch_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch high alarm level
digital_VaftSwch_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch low alarm level
digital_VbefLDO_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO high warning level
digital_VbefLDO_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO low warning level
digital_VbefLDO_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO high alarm level
digital_VbefLDO_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO low alarm level
dphi_IaftLDO_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO high warning level
dphi_IaftLDO_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO low warning level
dphi_IaftLDO_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO high alarm level
dphi_IaftLDO_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO low alarm level
dphi_IbefLDO_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO high warning level
dphi_IbefLDO_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO low warning level
dphi_IbefLDO_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO high alarm level
dphi_IbefLDO_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO low alarm level
dphi_VaftLDO_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO high warning level
dphi_VaftLDO_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO low warning level
dphi_VaftLDO_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO high alarm level
dphi_VaftLDO_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO low alarm level
dphi_VaftSwch_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch high warning level
dphi_VaftSwch_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch low warning level
dphi_VaftSwch_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch high alarm level
dphi_VaftSwch_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch low alarm level
dphi_VbefLDO_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO high warning level
dphi_VbefLDO_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO low warning level
dphi_VbefLDO_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO high alarm level
dphi_VbefLDO_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO low alarm level
heater_IaftLDO_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO high warning level
heater_IaftLDO_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO low warning level
heater_IaftLDO_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO high alarm level
heater_IaftLDO_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO low alarm level
heater_IbefLDO_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO high warning level
heater_IbefLDO_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO low warning level
heater_IbefLDO_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO high alarm level
heater_IbefLDO_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO low alarm level
heater_VaftLDO_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO high warning level
heater_VaftLDO_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO low warning level
heater_VaftLDO_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO high alarm level
heater_VaftLDO_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO low alarm level
heater_VaftSwch_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch high warning level
heater_VaftSwch_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch low warning level
heater_VaftSwch_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch high alarm level
heater_VaftSwch_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch low alarm level
heater_VbefLDO_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO high warning level
heater_VbefLDO_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO low warning level
heater_VbefLDO_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO high alarm level
heater_VbefLDO_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO low alarm level
hvbias_IbefSwch_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before switch high warning level
hvbias_IbefSwch_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before switch high alarm level
hvbias_VbefSwch_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before switch high warning level
hvbias_VbefSwch_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before switch high alarm level
location¶
- IDL_Type:
string
- Units:
unitless
Description: reb location
od_IaftLDO_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO high warning level
od_IaftLDO_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO low warning level
od_IaftLDO_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO high alarm level
od_IaftLDO_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO low alarm level
od_IbefLDO_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO high warning level
od_IbefLDO_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO low warning level
od_IbefLDO_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO high alarm level
od_IbefLDO_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO low alarm level
od_VaftLDO2_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO2 high warning level
od_VaftLDO2_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO2 low warning level
od_VaftLDO2_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO2 high alarm level
od_VaftLDO2_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO2 low alarm level
od_VaftLDO_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO high warning level
od_VaftLDO_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO low warning level
od_VaftLDO_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO high alarm level
od_VaftLDO_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO low alarm level
od_VaftSwch_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch high warning level
od_VaftSwch_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch low warning level
od_VaftSwch_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch high alarm level
od_VaftSwch_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch low alarm level
od_VbefLDO_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO high warning level
od_VbefLDO_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO low warning level
od_VbefLDO_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO high alarm level
od_VbefLDO_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO low alarm level
power_warnHi¶
- IDL_Type:
double
- Units:
Watt
- Count:
71
Description: Total power high warning level
power_warnLo¶
- IDL_Type:
double
- Units:
Watt
- Count:
71
Description: Total power low warning level
power_limitHi¶
- IDL_Type:
double
- Units:
Watt
- Count:
71
Description: Total power high alarm level
power_limitLo¶
- IDL_Type:
double
- Units:
Watt
- Count:
71
Description: Total power low alarm level
rebpower_Rebps_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_rebpower_Rebps_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
boardtemp0_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 0 high warning level
boardtemp0_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 0 low warning level
boardtemp0_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 0 high alarm level
boardtemp0_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 0 low alarm level
boardtemp1_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 1 high warning level
boardtemp1_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 1 low warning level
boardtemp1_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 1 high alarm level
boardtemp1_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 1 low alarm level
boardtemp2_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 2 high warning level
boardtemp2_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 2 low warning level
boardtemp2_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 2 high alarm level
boardtemp2_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 2 low alarm level
boardtemp3_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 3 high warning level
boardtemp3_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 3 low warning level
boardtemp3_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 3 high alarm level
boardtemp3_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 3 low alarm level
boardtemp4_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 4 high warning level
boardtemp4_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 4 low warning level
boardtemp4_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 4 high alarm level
boardtemp4_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 4 low alarm level
boardtemp5_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 5 high warning level
boardtemp5_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 5 low warning level
boardtemp5_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 5 high alarm level
boardtemp5_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 5 low alarm level
boardtemp6_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 6 high warning level
boardtemp6_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 6 low warning level
boardtemp6_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 6 high alarm level
boardtemp6_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 6 low alarm level
fpgatemp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: FPGA temperature high warning level
fpgatemp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: FPGA temperature low warning level
fpgatemp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: FPGA temperature high alarm level
fpgatemp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: FPGA temperature low alarm level
location¶
- IDL_Type:
string
- Units:
unitless
Description: rebps location
hex_Cold1_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_hex_Cold1_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
returntmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Return Temperature high warning level
returntmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Return Temperature low warning level
returntmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Return Temperature high alarm level
returntmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Return Temperature low alarm level
supplytmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Supply Temperature high warning level
supplytmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Supply Temperature low warning level
supplytmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Supply Temperature high alarm level
supplytmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Supply Temperature low alarm level
hex_Cold2_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_hex_Cold2_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
returntmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Return Temperature high warning level
returntmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Return Temperature low warning level
returntmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Return Temperature high alarm level
returntmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Return Temperature low alarm level
supplytmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Supply Temperature high warning level
supplytmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Supply Temperature low warning level
supplytmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Supply Temperature high alarm level
supplytmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Supply Temperature low alarm level
hex_Cryo1_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_hex_Cryo1_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
c3exittmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature high warning level
c3exittmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature low warning level
c3exittmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature high alarm level
c3exittmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature low alarm level
c4exittmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature high warning level
c4exittmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature low warning level
c4exittmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature high alarm level
c4exittmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature low alarm level
evapexittmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature high warning level
evapexittmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature low warning level
evapexittmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature high alarm level
evapexittmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature low alarm level
hexrtrntmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature high warning level
hexrtrntmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature low warning level
hexrtrntmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature high alarm level
hexrtrntmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature low alarm level
liquidprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure high warning level
liquidprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure low warning level
liquidprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure high alarm level
liquidprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure low alarm level
prec3tmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature high warning level
prec3tmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature low warning level
prec3tmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature high alarm level
prec3tmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature low alarm level
prec4tmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature high warning level
prec4tmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature low warning level
prec4tmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature high alarm level
prec4tmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature low alarm level
returnprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure high warning level
returnprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure low warning level
returnprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure high alarm level
returnprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure low alarm level
vaporprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure high warning level
vaporprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure low warning level
vaporprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure high alarm level
vaporprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure low alarm level
hex_Cryo2_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_hex_Cryo2_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
c3exittmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature high warning level
c3exittmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature low warning level
c3exittmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature high alarm level
c3exittmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature low alarm level
c4exittmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature high warning level
c4exittmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature low warning level
c4exittmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature high alarm level
c4exittmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature low alarm level
evapexittmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature high warning level
evapexittmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature low warning level
evapexittmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature high alarm level
evapexittmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature low alarm level
hexrtrntmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature high warning level
hexrtrntmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature low warning level
hexrtrntmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature high alarm level
hexrtrntmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature low alarm level
liquidprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure high warning level
liquidprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure low warning level
liquidprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure high alarm level
liquidprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure low alarm level
prec3tmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature high warning level
prec3tmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature low warning level
prec3tmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature high alarm level
prec3tmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature low alarm level
prec4tmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature high warning level
prec4tmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature low warning level
prec4tmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature high alarm level
prec4tmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature low alarm level
returnprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure high warning level
returnprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure low warning level
returnprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure high alarm level
returnprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure low alarm level
vaporprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure high warning level
vaporprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure low warning level
vaporprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure high alarm level
vaporprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure low alarm level
hex_Cryo3_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_hex_Cryo3_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
c3exittmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature high warning level
c3exittmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature low warning level
c3exittmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature high alarm level
c3exittmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature low alarm level
c4exittmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature high warning level
c4exittmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature low warning level
c4exittmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature high alarm level
c4exittmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature low alarm level
evapexittmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature high warning level
evapexittmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature low warning level
evapexittmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature high alarm level
evapexittmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature low alarm level
hexrtrntmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature high warning level
hexrtrntmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature low warning level
hexrtrntmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature high alarm level
hexrtrntmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature low alarm level
liquidprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure high warning level
liquidprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure low warning level
liquidprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure high alarm level
liquidprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure low alarm level
prec3tmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature high warning level
prec3tmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature low warning level
prec3tmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature high alarm level
prec3tmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature low alarm level
prec4tmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature high warning level
prec4tmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature low warning level
prec4tmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature high alarm level
prec4tmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature low alarm level
returnprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure high warning level
returnprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure low warning level
returnprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure high alarm level
returnprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure low alarm level
vaporprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure high warning level
vaporprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure low warning level
vaporprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure high alarm level
vaporprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure low alarm level
hex_Cryo4_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_hex_Cryo4_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
c3exittmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature high warning level
c3exittmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature low warning level
c3exittmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature high alarm level
c3exittmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature low alarm level
c4exittmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature high warning level
c4exittmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature low warning level
c4exittmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature high alarm level
c4exittmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature low alarm level
evapexittmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature high warning level
evapexittmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature low warning level
evapexittmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature high alarm level
evapexittmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature low alarm level
hexrtrntmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature high warning level
hexrtrntmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature low warning level
hexrtrntmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature high alarm level
hexrtrntmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature low alarm level
liquidprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure high warning level
liquidprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure low warning level
liquidprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure high alarm level
liquidprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure low alarm level
prec3tmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature high warning level
prec3tmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature low warning level
prec3tmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature high alarm level
prec3tmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature low alarm level
prec4tmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature high warning level
prec4tmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature low warning level
prec4tmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature high alarm level
prec4tmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature low alarm level
returnprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure high warning level
returnprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure low warning level
returnprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure high alarm level
returnprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure low alarm level
vaporprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure high warning level
vaporprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure low warning level
vaporprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure high alarm level
vaporprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure low alarm level
hex_Cryo5_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_hex_Cryo5_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
c3exittmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature high warning level
c3exittmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature low warning level
c3exittmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature high alarm level
c3exittmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature low alarm level
c4exittmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature high warning level
c4exittmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature low warning level
c4exittmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature high alarm level
c4exittmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature low alarm level
evapexittmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature high warning level
evapexittmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature low warning level
evapexittmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature high alarm level
evapexittmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature low alarm level
hexrtrntmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature high warning level
hexrtrntmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature low warning level
hexrtrntmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature high alarm level
hexrtrntmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature low alarm level
liquidprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure high warning level
liquidprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure low warning level
liquidprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure high alarm level
liquidprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure low alarm level
prec3tmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature high warning level
prec3tmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature low warning level
prec3tmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature high alarm level
prec3tmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature low alarm level
prec4tmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature high warning level
prec4tmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature low warning level
prec4tmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature high alarm level
prec4tmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature low alarm level
returnprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure high warning level
returnprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure low warning level
returnprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure high alarm level
returnprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure low alarm level
vaporprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure high warning level
vaporprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure low warning level
vaporprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure high alarm level
vaporprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure low alarm level
hex_Cryo6_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_hex_Cryo6_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
c3exittmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature high warning level
c3exittmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature low warning level
c3exittmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature high alarm level
c3exittmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature low alarm level
c4exittmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature high warning level
c4exittmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature low warning level
c4exittmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature high alarm level
c4exittmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature low alarm level
evapexittmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature high warning level
evapexittmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature low warning level
evapexittmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature high alarm level
evapexittmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature low alarm level
hexrtrntmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature high warning level
hexrtrntmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature low warning level
hexrtrntmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature high alarm level
hexrtrntmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature low alarm level
liquidprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure high warning level
liquidprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure low warning level
liquidprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure high alarm level
liquidprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure low alarm level
prec3tmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature high warning level
prec3tmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature low warning level
prec3tmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature high alarm level
prec3tmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature low alarm level
prec4tmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature high warning level
prec4tmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature low warning level
prec4tmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature high alarm level
prec4tmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature low alarm level
returnprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure high warning level
returnprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure low warning level
returnprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure high alarm level
returnprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure low alarm level
vaporprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure high warning level
vaporprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure low warning level
vaporprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure high alarm level
vaporprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure low alarm level
refrig_Cryo1_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo1_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
aftercooltmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature high warning level
aftercooltmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature low warning level
aftercooltmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature high alarm level
aftercooltmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature low alarm level
compcurrent_warnHi¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current high warning level
compcurrent_warnLo¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current low warning level
compcurrent_limitHi¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current high alarm level
compcurrent_limitLo¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current low alarm level
comppower_warnHi¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power high warning level
comppower_warnLo¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power low warning level
comppower_limitHi¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power high alarm level
comppower_limitLo¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power low alarm level
compvoltage_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage high warning level
compvoltage_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage low warning level
compvoltage_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage high alarm level
compvoltage_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage low alarm level
dischrgprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure high warning level
dischrgprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure low warning level
dischrgprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure high alarm level
dischrgprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure low alarm level
dischrgtmp_M_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) high warning level
dischrgtmp_M_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) low warning level
dischrgtmp_M_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) high alarm level
dischrgtmp_M_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) low alarm level
dischrgtmp_P_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) high warning level
dischrgtmp_P_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) low warning level
dischrgtmp_P_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) high alarm level
dischrgtmp_P_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) low alarm level
fanspeed_warnHi¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed high warning level
fanspeed_warnLo¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed low warning level
fanspeed_limitHi¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed high alarm level
fanspeed_limitLo¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed low alarm level
oillevel_warnHi¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level high warning level
oillevel_warnLo¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level low warning level
oillevel_limitHi¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level high alarm level
oillevel_limitLo¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level low alarm level
oilseptmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature high warning level
oilseptmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature low warning level
oilseptmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature high alarm level
oilseptmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature low alarm level
phaseseptmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature high warning level
phaseseptmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature low warning level
phaseseptmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature high alarm level
phaseseptmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature low alarm level
suctionprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure high warning level
suctionprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure low warning level
suctionprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure high alarm level
suctionprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure low alarm level
suctiontmp_M_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) high warning level
suctiontmp_M_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) low warning level
suctiontmp_M_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) high alarm level
suctiontmp_M_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) low alarm level
suctiontmp_P_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) high warning level
suctiontmp_P_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) low warning level
suctiontmp_P_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) high alarm level
suctiontmp_P_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) low alarm level
surgetanktmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature high warning level
surgetanktmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature low warning level
surgetanktmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature high alarm level
surgetanktmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature low alarm level
waterintmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature high warning level
waterintmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature low warning level
waterintmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature high alarm level
waterintmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature low alarm level
waterouttmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature high warning level
waterouttmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature low warning level
waterouttmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature high alarm level
waterouttmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature low alarm level
refrig_Cryo2_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo2_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
aftercooltmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature high warning level
aftercooltmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature low warning level
aftercooltmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature high alarm level
aftercooltmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature low alarm level
compcurrent_warnHi¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current high warning level
compcurrent_warnLo¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current low warning level
compcurrent_limitHi¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current high alarm level
compcurrent_limitLo¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current low alarm level
comppower_warnHi¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power high warning level
comppower_warnLo¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power low warning level
comppower_limitHi¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power high alarm level
comppower_limitLo¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power low alarm level
compvoltage_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage high warning level
compvoltage_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage low warning level
compvoltage_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage high alarm level
compvoltage_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage low alarm level
dischrgprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure high warning level
dischrgprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure low warning level
dischrgprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure high alarm level
dischrgprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure low alarm level
dischrgtmp_M_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) high warning level
dischrgtmp_M_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) low warning level
dischrgtmp_M_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) high alarm level
dischrgtmp_M_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) low alarm level
dischrgtmp_P_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) high warning level
dischrgtmp_P_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) low warning level
dischrgtmp_P_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) high alarm level
dischrgtmp_P_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) low alarm level
fanspeed_warnHi¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed high warning level
fanspeed_warnLo¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed low warning level
fanspeed_limitHi¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed high alarm level
fanspeed_limitLo¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed low alarm level
oillevel_warnHi¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level high warning level
oillevel_warnLo¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level low warning level
oillevel_limitHi¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level high alarm level
oillevel_limitLo¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level low alarm level
oilseptmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature high warning level
oilseptmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature low warning level
oilseptmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature high alarm level
oilseptmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature low alarm level
phaseseptmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature high warning level
phaseseptmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature low warning level
phaseseptmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature high alarm level
phaseseptmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature low alarm level
suctionprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure high warning level
suctionprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure low warning level
suctionprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure high alarm level
suctionprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure low alarm level
suctiontmp_M_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) high warning level
suctiontmp_M_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) low warning level
suctiontmp_M_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) high alarm level
suctiontmp_M_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) low alarm level
suctiontmp_P_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) high warning level
suctiontmp_P_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) low warning level
suctiontmp_P_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) high alarm level
suctiontmp_P_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) low alarm level
surgetanktmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature high warning level
surgetanktmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature low warning level
surgetanktmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature high alarm level
surgetanktmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature low alarm level
waterintmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature high warning level
waterintmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature low warning level
waterintmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature high alarm level
waterintmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature low alarm level
waterouttmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature high warning level
waterouttmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature low warning level
waterouttmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature high alarm level
waterouttmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature low alarm level
refrig_Cryo3_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo3_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
aftercooltmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature high warning level
aftercooltmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature low warning level
aftercooltmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature high alarm level
aftercooltmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature low alarm level
ambienttmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Ambient Temperature high warning level
ambienttmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Ambient Temperature low warning level
ambienttmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Ambient Temperature high alarm level
ambienttmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Ambient Temperature low alarm level
cabinettmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cabinet Temperature high warning level
cabinettmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cabinet Temperature low warning level
cabinettmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cabinet Temperature high alarm level
cabinettmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cabinet Temperature low alarm level
compcurrent_warnHi¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current high warning level
compcurrent_warnLo¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current low warning level
compcurrent_limitHi¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current high alarm level
compcurrent_limitLo¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current low alarm level
comppower_warnHi¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power high warning level
comppower_warnLo¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power low warning level
comppower_limitHi¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power high alarm level
comppower_limitLo¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power low alarm level
compvoltage_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage high warning level
compvoltage_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage low warning level
compvoltage_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage high alarm level
compvoltage_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage low alarm level
dischrgprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure high warning level
dischrgprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure low warning level
dischrgprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure high alarm level
dischrgprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure low alarm level
dischrgtmp_M_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) high warning level
dischrgtmp_M_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) low warning level
dischrgtmp_M_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) high alarm level
dischrgtmp_M_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) low alarm level
dischrgtmp_P_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) high warning level
dischrgtmp_P_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) low warning level
dischrgtmp_P_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) high alarm level
dischrgtmp_P_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) low alarm level
fanspeed_warnHi¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed high warning level
fanspeed_warnLo¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed low warning level
fanspeed_limitHi¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed high alarm level
fanspeed_limitLo¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed low alarm level
oillevel_warnHi¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level high warning level
oillevel_warnLo¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level low warning level
oillevel_limitHi¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level high alarm level
oillevel_limitLo¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level low alarm level
oilseptmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature high warning level
oilseptmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature low warning level
oilseptmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature high alarm level
oilseptmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature low alarm level
phaseseptmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature high warning level
phaseseptmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature low warning level
phaseseptmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature high alarm level
phaseseptmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature low alarm level
suctionprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure high warning level
suctionprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure low warning level
suctionprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure high alarm level
suctionprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure low alarm level
suctiontmp_M_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) high warning level
suctiontmp_M_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) low warning level
suctiontmp_M_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) high alarm level
suctiontmp_M_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) low alarm level
suctiontmp_P_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) high warning level
suctiontmp_P_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) low warning level
suctiontmp_P_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) high alarm level
suctiontmp_P_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) low alarm level
surgetanktmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature high warning level
surgetanktmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature low warning level
surgetanktmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature high alarm level
surgetanktmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature low alarm level
waterintmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature high warning level
waterintmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature low warning level
waterintmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature high alarm level
waterintmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature low alarm level
waterouttmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature high warning level
waterouttmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature low warning level
waterouttmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature high alarm level
waterouttmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature low alarm level
refrig_Cryo4_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo4_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
aftercooltmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature high warning level
aftercooltmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature low warning level
aftercooltmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature high alarm level
aftercooltmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature low alarm level
compcurrent_warnHi¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current high warning level
compcurrent_warnLo¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current low warning level
compcurrent_limitHi¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current high alarm level
compcurrent_limitLo¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current low alarm level
comppower_warnHi¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power high warning level
comppower_warnLo¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power low warning level
comppower_limitHi¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power high alarm level
comppower_limitLo¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power low alarm level
compvoltage_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage high warning level
compvoltage_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage low warning level
compvoltage_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage high alarm level
compvoltage_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage low alarm level
dischrgprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure high warning level
dischrgprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure low warning level
dischrgprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure high alarm level
dischrgprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure low alarm level
dischrgtmp_M_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) high warning level
dischrgtmp_M_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) low warning level
dischrgtmp_M_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) high alarm level
dischrgtmp_M_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) low alarm level
dischrgtmp_P_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) high warning level
dischrgtmp_P_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) low warning level
dischrgtmp_P_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) high alarm level
dischrgtmp_P_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) low alarm level
fanspeed_warnHi¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed high warning level
fanspeed_warnLo¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed low warning level
fanspeed_limitHi¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed high alarm level
fanspeed_limitLo¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed low alarm level
oillevel_warnHi¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level high warning level
oillevel_warnLo¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level low warning level
oillevel_limitHi¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level high alarm level
oillevel_limitLo¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level low alarm level
oilseptmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature high warning level
oilseptmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature low warning level
oilseptmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature high alarm level
oilseptmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature low alarm level
phaseseptmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature high warning level
phaseseptmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature low warning level
phaseseptmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature high alarm level
phaseseptmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature low alarm level
suctionprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure high warning level
suctionprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure low warning level
suctionprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure high alarm level
suctionprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure low alarm level
suctiontmp_M_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) high warning level
suctiontmp_M_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) low warning level
suctiontmp_M_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) high alarm level
suctiontmp_M_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) low alarm level
suctiontmp_P_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) high warning level
suctiontmp_P_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) low warning level
suctiontmp_P_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) high alarm level
suctiontmp_P_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) low alarm level
surgetanktmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature high warning level
surgetanktmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature low warning level
surgetanktmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature high alarm level
surgetanktmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature low alarm level
waterintmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature high warning level
waterintmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature low warning level
waterintmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature high alarm level
waterintmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature low alarm level
waterouttmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature high warning level
waterouttmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature low warning level
waterouttmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature high alarm level
waterouttmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature low alarm level
refrig_Cryo5_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo5_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
aftercooltmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature high warning level
aftercooltmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature low warning level
aftercooltmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature high alarm level
aftercooltmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature low alarm level
ambienttmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Ambient Temperature high warning level
ambienttmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Ambient Temperature low warning level
ambienttmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Ambient Temperature high alarm level
ambienttmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Ambient Temperature low alarm level
cabinettmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cabinet Temperature high warning level
cabinettmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cabinet Temperature low warning level
cabinettmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cabinet Temperature high alarm level
cabinettmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cabinet Temperature low alarm level
compcurrent_warnHi¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current high warning level
compcurrent_warnLo¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current low warning level
compcurrent_limitHi¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current high alarm level
compcurrent_limitLo¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current low alarm level
comppower_warnHi¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power high warning level
comppower_warnLo¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power low warning level
comppower_limitHi¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power high alarm level
comppower_limitLo¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power low alarm level
compvoltage_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage high warning level
compvoltage_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage low warning level
compvoltage_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage high alarm level
compvoltage_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage low alarm level
dischrgprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure high warning level
dischrgprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure low warning level
dischrgprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure high alarm level
dischrgprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure low alarm level
dischrgtmp_M_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) high warning level
dischrgtmp_M_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) low warning level
dischrgtmp_M_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) high alarm level
dischrgtmp_M_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) low alarm level
dischrgtmp_P_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) high warning level
dischrgtmp_P_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) low warning level
dischrgtmp_P_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) high alarm level
dischrgtmp_P_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) low alarm level
fanspeed_warnHi¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed high warning level
fanspeed_warnLo¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed low warning level
fanspeed_limitHi¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed high alarm level
fanspeed_limitLo¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed low alarm level
oillevel_warnHi¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level high warning level
oillevel_warnLo¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level low warning level
oillevel_limitHi¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level high alarm level
oillevel_limitLo¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level low alarm level
oilseptmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature high warning level
oilseptmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature low warning level
oilseptmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature high alarm level
oilseptmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature low alarm level
phaseseptmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature high warning level
phaseseptmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature low warning level
phaseseptmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature high alarm level
phaseseptmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature low alarm level
suctionprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure high warning level
suctionprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure low warning level
suctionprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure high alarm level
suctionprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure low alarm level
suctiontmp_M_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) high warning level
suctiontmp_M_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) low warning level
suctiontmp_M_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) high alarm level
suctiontmp_M_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) low alarm level
suctiontmp_P_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) high warning level
suctiontmp_P_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) low warning level
suctiontmp_P_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) high alarm level
suctiontmp_P_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) low alarm level
surgetanktmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature high warning level
surgetanktmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature low warning level
surgetanktmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature high alarm level
surgetanktmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature low alarm level
waterintmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature high warning level
waterintmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature low warning level
waterintmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature high alarm level
waterintmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature low alarm level
waterouttmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature high warning level
waterouttmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature low warning level
waterouttmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature high alarm level
waterouttmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature low alarm level
refrig_Cryo6_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo6_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
aftercooltmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature high warning level
aftercooltmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature low warning level
aftercooltmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature high alarm level
aftercooltmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature low alarm level
compcurrent_warnHi¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current high warning level
compcurrent_warnLo¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current low warning level
compcurrent_limitHi¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current high alarm level
compcurrent_limitLo¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current low alarm level
comppower_warnHi¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power high warning level
comppower_warnLo¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power low warning level
comppower_limitHi¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power high alarm level
comppower_limitLo¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power low alarm level
compvoltage_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage high warning level
compvoltage_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage low warning level
compvoltage_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage high alarm level
compvoltage_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage low alarm level
dischrgprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure high warning level
dischrgprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure low warning level
dischrgprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure high alarm level
dischrgprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure low alarm level
dischrgtmp_M_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) high warning level
dischrgtmp_M_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) low warning level
dischrgtmp_M_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) high alarm level
dischrgtmp_M_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20) low alarm level
dischrgtmp_P_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) high warning level
dischrgtmp_P_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) low warning level
dischrgtmp_P_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) high alarm level
dischrgtmp_P_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC) low alarm level
fanspeed_warnHi¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed high warning level
fanspeed_warnLo¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed low warning level
fanspeed_limitHi¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed high alarm level
fanspeed_limitLo¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed low alarm level
oillevel_warnHi¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level high warning level
oillevel_warnLo¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level low warning level
oillevel_limitHi¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level high alarm level
oillevel_limitLo¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level low alarm level
oilseptmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature high warning level
oilseptmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature low warning level
oilseptmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature high alarm level
oilseptmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature low alarm level
phaseseptmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature high warning level
phaseseptmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature low warning level
phaseseptmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature high alarm level
phaseseptmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature low alarm level
suctionprs_warnHi¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure high warning level
suctionprs_warnLo¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure low warning level
suctionprs_limitHi¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure high alarm level
suctionprs_limitLo¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure low alarm level
suctiontmp_M_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) high warning level
suctiontmp_M_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) low warning level
suctiontmp_M_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) high alarm level
suctiontmp_M_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20) low alarm level
suctiontmp_P_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) high warning level
suctiontmp_P_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) low warning level
suctiontmp_P_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) high alarm level
suctiontmp_P_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC) low alarm level
surgetanktmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature high warning level
surgetanktmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature low warning level
surgetanktmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature high alarm level
surgetanktmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature low alarm level
waterintmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature high warning level
waterintmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature low warning level
waterintmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature high alarm level
waterintmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature low alarm level
waterouttmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature high warning level
waterouttmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature low warning level
waterouttmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature high alarm level
waterouttmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature low alarm level
vacuum_Cip_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_Cip_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
cryo_I_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
6
Description: Cryo ion pump 1 current high warning level
cryo_I_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
6
Description: Cryo ion pump 1 current low warning level
cryo_I_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
6
Description: Cryo ion pump 1 current high alarm level
cryo_I_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
6
Description: Cryo ion pump 1 current low alarm level
cryo_Life_warnHi¶
- IDL_Type:
double
- Units:
hour
- Count:
6
Description: Cryo ion pump 1 lifetime high warning level
cryo_Life_warnLo¶
- IDL_Type:
double
- Units:
hour
- Count:
6
Description: Cryo ion pump 1 lifetime low warning level
cryo_Life_limitHi¶
- IDL_Type:
double
- Units:
hour
- Count:
6
Description: Cryo ion pump 1 lifetime high alarm level
cryo_Life_limitLo¶
- IDL_Type:
double
- Units:
hour
- Count:
6
Description: Cryo ion pump 1 lifetime low alarm level
cryo_Usage_warnHi¶
- IDL_Type:
double
- Units:
Torr.hour
- Count:
6
Description: Cryo ion pump 1 usage high warning level
cryo_Usage_warnLo¶
- IDL_Type:
double
- Units:
Torr.hour
- Count:
6
Description: Cryo ion pump 1 usage low warning level
cryo_Usage_limitHi¶
- IDL_Type:
double
- Units:
Torr.hour
- Count:
6
Description: Cryo ion pump 1 usage high alarm level
cryo_Usage_limitLo¶
- IDL_Type:
double
- Units:
Torr.hour
- Count:
6
Description: Cryo ion pump 1 usage low alarm level
cryo_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
6
Description: Cryo ion pump 1 voltage high warning level
cryo_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
6
Description: Cryo ion pump 1 voltage low warning level
cryo_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
6
Description: Cryo ion pump 1 voltage high alarm level
cryo_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
6
Description: Cryo ion pump 1 voltage low alarm level
location¶
- IDL_Type:
string
- Units:
unitless
Description: cip location
vacuum_Cryo_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_Cryo_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
airpressure_warnHi¶
- IDL_Type:
double
- Units:
psig
Description: UT compressed air pressure high warning level
airpressure_warnLo¶
- IDL_Type:
double
- Units:
psig
Description: UT compressed air pressure low warning level
airpressure_limitHi¶
- IDL_Type:
double
- Units:
psig
Description: UT compressed air pressure high alarm level
airpressure_limitLo¶
- IDL_Type:
double
- Units:
psig
Description: UT compressed air pressure low alarm level
cryovac_warnHi¶
- IDL_Type:
double
- Units:
Torr
Description: Cryostat vacuum high warning level
cryovac_warnLo¶
- IDL_Type:
double
- Units:
Torr
Description: Cryostat vacuum low warning level
cryovac_limitHi¶
- IDL_Type:
double
- Units:
Torr
Description: Cryostat vacuum high alarm level
cryovac_limitLo¶
- IDL_Type:
double
- Units:
Torr
Description: Cryostat vacuum low alarm level
flinepower_warnHi¶
- IDL_Type:
double
- Units:
Watt
Description: Cryo foreline pump power high warning level
flinepower_limitHi¶
- IDL_Type:
double
- Units:
Watt
Description: Cryo foreline pump power high alarm level
forelinevac_warnHi¶
- IDL_Type:
double
- Units:
Torr
Description: Foreline pump vacuum high warning level
forelinevac_warnLo¶
- IDL_Type:
double
- Units:
Torr
Description: Foreline pump vacuum low warning level
forelinevac_limitHi¶
- IDL_Type:
double
- Units:
Torr
Description: Foreline pump vacuum high alarm level
forelinevac_limitLo¶
- IDL_Type:
double
- Units:
Torr
Description: Foreline pump vacuum low alarm level
gaugedose_warnHi¶
- IDL_Type:
double
- Units:
Torr.hour
Description: Cryostat vacuum gauge pressure dose high warning level
gaugedose_warnLo¶
- IDL_Type:
double
- Units:
Torr.hour
Description: Cryostat vacuum gauge pressure dose low warning level
gaugedose_limitHi¶
- IDL_Type:
double
- Units:
Torr.hour
Description: Cryostat vacuum gauge pressure dose high alarm level
gaugedose_limitLo¶
- IDL_Type:
double
- Units:
Torr.hour
Description: Cryostat vacuum gauge pressure dose low alarm level
pumpcartpressure_warnHi¶
- IDL_Type:
double
- Units:
Torr
Description: Pump Cart Inlet Pressure high warning level
pumpcartpressure_warnLo¶
- IDL_Type:
double
- Units:
Torr
Description: Pump Cart Inlet Pressure low warning level
pumpcartpressure_limitHi¶
- IDL_Type:
double
- Units:
Torr
Description: Pump Cart Inlet Pressure high alarm level
pumpcartpressure_limitLo¶
- IDL_Type:
double
- Units:
Torr
Description: Pump Cart Inlet Pressure low alarm level
turbogaugedose_warnHi¶
- IDL_Type:
double
- Units:
Torr.hour
Description: Cryostat turbo vacuum gauge pressure dose high warning level
turbogaugedose_warnLo¶
- IDL_Type:
double
- Units:
Torr.hour
Description: Cryostat turbo vacuum gauge pressure dose low warning level
turbogaugedose_limitHi¶
- IDL_Type:
double
- Units:
Torr.hour
Description: Cryostat turbo vacuum gauge pressure dose high alarm level
turbogaugedose_limitLo¶
- IDL_Type:
double
- Units:
Torr.hour
Description: Cryostat turbo vacuum gauge pressure dose low alarm level
turbohours_warnHi¶
- IDL_Type:
double
- Units:
hour
Description: Cryo turbo pump hours high warning level
turbohours_warnLo¶
- IDL_Type:
double
- Units:
hour
Description: Cryo turbo pump hours low warning level
turbohours_limitHi¶
- IDL_Type:
double
- Units:
hour
Description: Cryo turbo pump hours high alarm level
turbohours_limitLo¶
- IDL_Type:
double
- Units:
hour
Description: Cryo turbo pump hours low alarm level
turbopower_warnHi¶
- IDL_Type:
double
- Units:
W
Description: Cryo turbo pump power high warning level
turbopower_limitHi¶
- IDL_Type:
double
- Units:
W
Description: Cryo turbo pump power high alarm level
turbopumpstatus_warnHi¶
- IDL_Type:
double
- Units:
unitless
Description: Cryo turbo pump status high warning level
turbopumpstatus_limitHi¶
- IDL_Type:
double
- Units:
unitless
Description: Cryo turbo pump status high alarm level
turbopumptemp_warnHi¶
- IDL_Type:
double
- Units:
deg C
Description: Cryo turbo pump temperature high warning level
turbopumptemp_warnLo¶
- IDL_Type:
double
- Units:
deg C
Description: Cryo turbo pump temperature low warning level
turbopumptemp_limitHi¶
- IDL_Type:
double
- Units:
deg C
Description: Cryo turbo pump temperature high alarm level
turbopumptemp_limitLo¶
- IDL_Type:
double
- Units:
deg C
Description: Cryo turbo pump temperature low alarm level
turbospeed_warnHi¶
- IDL_Type:
double
- Units:
rpm
Description: Cryo turbo pump speed high warning level
turbospeed_warnLo¶
- IDL_Type:
double
- Units:
rpm
Description: Cryo turbo pump speed low warning level
turbospeed_limitHi¶
- IDL_Type:
double
- Units:
rpm
Description: Cryo turbo pump speed high alarm level
turbospeed_limitLo¶
- IDL_Type:
double
- Units:
rpm
Description: Cryo turbo pump speed low alarm level
turbovac_warnHi¶
- IDL_Type:
double
- Units:
Torr
Description: Turbo pump vacuum high warning level
turbovac_warnLo¶
- IDL_Type:
double
- Units:
Torr
Description: Turbo pump vacuum low warning level
turbovac_limitHi¶
- IDL_Type:
double
- Units:
Torr
Description: Turbo pump vacuum high alarm level
turbovac_limitLo¶
- IDL_Type:
double
- Units:
Torr
Description: Turbo pump vacuum low alarm level
vacuum_HX_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_HX_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
airpressure_warnHi¶
- IDL_Type:
double
- Units:
psig
Description: UT compressed air pressure high warning level
airpressure_warnLo¶
- IDL_Type:
double
- Units:
psig
Description: UT compressed air pressure low warning level
airpressure_limitHi¶
- IDL_Type:
double
- Units:
psig
Description: UT compressed air pressure high alarm level
airpressure_limitLo¶
- IDL_Type:
double
- Units:
psig
Description: UT compressed air pressure low alarm level
flinepower_warnHi¶
- IDL_Type:
double
- Units:
Watt
Description: HX foreline pump power high warning level
flinepower_limitHi¶
- IDL_Type:
double
- Units:
Watt
Description: HX foreline pump power high alarm level
forelinevac_warnHi¶
- IDL_Type:
double
- Units:
Torr
Description: HX foreline pump vacuum high warning level
forelinevac_warnLo¶
- IDL_Type:
double
- Units:
Torr
Description: HX foreline pump vacuum low warning level
forelinevac_limitHi¶
- IDL_Type:
double
- Units:
Torr
Description: HX foreline pump vacuum high alarm level
forelinevac_limitLo¶
- IDL_Type:
double
- Units:
Torr
Description: HX foreline pump vacuum low alarm level
gaugedose_warnHi¶
- IDL_Type:
double
- Units:
Torr.hour
Description: HX vacuum gauge pressure dose high warning level
gaugedose_warnLo¶
- IDL_Type:
double
- Units:
Torr.hour
Description: HX vacuum gauge pressure dose low warning level
gaugedose_limitHi¶
- IDL_Type:
double
- Units:
Torr.hour
Description: HX vacuum gauge pressure dose high alarm level
gaugedose_limitLo¶
- IDL_Type:
double
- Units:
Torr.hour
Description: HX vacuum gauge pressure dose low alarm level
hexvac_warnHi¶
- IDL_Type:
double
- Units:
Torr
Description: Heat exchanger vacuum high warning level
hexvac_warnLo¶
- IDL_Type:
double
- Units:
Torr
Description: Heat exchanger vacuum low warning level
hexvac_limitHi¶
- IDL_Type:
double
- Units:
Torr
Description: Heat exchanger vacuum high alarm level
hexvac_limitLo¶
- IDL_Type:
double
- Units:
Torr
Description: Heat exchanger vacuum low alarm level
pumpcartpressure_warnHi¶
- IDL_Type:
double
- Units:
Torr
Description: Pump Cart Inlet Pressure high warning level
pumpcartpressure_warnLo¶
- IDL_Type:
double
- Units:
Torr
Description: Pump Cart Inlet Pressure low warning level
pumpcartpressure_limitHi¶
- IDL_Type:
double
- Units:
Torr
Description: Pump Cart Inlet Pressure high alarm level
pumpcartpressure_limitLo¶
- IDL_Type:
double
- Units:
Torr
Description: Pump Cart Inlet Pressure low alarm level
turbogaugedose_warnHi¶
- IDL_Type:
double
- Units:
Torr.hour
Description: HX turbo vacuum gauge pressure dose high warning level
turbogaugedose_warnLo¶
- IDL_Type:
double
- Units:
Torr.hour
Description: HX turbo vacuum gauge pressure dose low warning level
turbogaugedose_limitHi¶
- IDL_Type:
double
- Units:
Torr.hour
Description: HX turbo vacuum gauge pressure dose high alarm level
turbogaugedose_limitLo¶
- IDL_Type:
double
- Units:
Torr.hour
Description: HX turbo vacuum gauge pressure dose low alarm level
turbohours_warnHi¶
- IDL_Type:
double
- Units:
hour
Description: HX turbo pump hours high warning level
turbohours_warnLo¶
- IDL_Type:
double
- Units:
hour
Description: HX turbo pump hours low warning level
turbohours_limitHi¶
- IDL_Type:
double
- Units:
hour
Description: HX turbo pump hours high alarm level
turbohours_limitLo¶
- IDL_Type:
double
- Units:
hour
Description: HX turbo pump hours low alarm level
turbopower_warnHi¶
- IDL_Type:
double
- Units:
W
Description: HX turbo pump power high warning level
turbopower_limitHi¶
- IDL_Type:
double
- Units:
W
Description: HX turbo pump power high alarm level
turbopumpstatus_warnHi¶
- IDL_Type:
double
- Units:
unitless
Description: HX turbo pump status high warning level
turbopumpstatus_limitHi¶
- IDL_Type:
double
- Units:
unitless
Description: HX turbo pump status high alarm level
turbopumptemp_warnHi¶
- IDL_Type:
double
- Units:
deg C
Description: HX turbo pump temperature high warning level
turbopumptemp_warnLo¶
- IDL_Type:
double
- Units:
deg C
Description: HX turbo pump temperature low warning level
turbopumptemp_limitHi¶
- IDL_Type:
double
- Units:
deg C
Description: HX turbo pump temperature high alarm level
turbopumptemp_limitLo¶
- IDL_Type:
double
- Units:
deg C
Description: HX turbo pump temperature low alarm level
turbospeed_warnHi¶
- IDL_Type:
double
- Units:
rpm
Description: HX turbo pump speed high warning level
turbospeed_warnLo¶
- IDL_Type:
double
- Units:
rpm
Description: HX turbo pump speed low warning level
turbospeed_limitHi¶
- IDL_Type:
double
- Units:
rpm
Description: HX turbo pump speed high alarm level
turbospeed_limitLo¶
- IDL_Type:
double
- Units:
rpm
Description: HX turbo pump speed low alarm level
turbovac_warnHi¶
- IDL_Type:
double
- Units:
Torr
Description: HX turbo pump vacuum high warning level
turbovac_warnLo¶
- IDL_Type:
double
- Units:
Torr
Description: HX turbo pump vacuum low warning level
turbovac_limitHi¶
- IDL_Type:
double
- Units:
Torr
Description: HX turbo pump vacuum high alarm level
turbovac_limitLo¶
- IDL_Type:
double
- Units:
Torr
Description: HX turbo pump vacuum low alarm level
vacuum_Hip_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_Hip_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
hx_I_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
2
Description: HX ion pump 1 current high warning level
hx_I_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
2
Description: HX ion pump 1 current low warning level
hx_I_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
2
Description: HX ion pump 1 current high alarm level
hx_I_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
2
Description: HX ion pump 1 current low alarm level
hx_Life_warnHi¶
- IDL_Type:
double
- Units:
hour
- Count:
2
Description: HX ion pump 1 lifetime high warning level
hx_Life_warnLo¶
- IDL_Type:
double
- Units:
hour
- Count:
2
Description: HX ion pump 1 lifetime low warning level
hx_Life_limitHi¶
- IDL_Type:
double
- Units:
hour
- Count:
2
Description: HX ion pump 1 lifetime high alarm level
hx_Life_limitLo¶
- IDL_Type:
double
- Units:
hour
- Count:
2
Description: HX ion pump 1 lifetime low alarm level
hx_Usage_warnHi¶
- IDL_Type:
double
- Units:
Torr.hour
- Count:
2
Description: HX ion pump 1 usage high warning level
hx_Usage_warnLo¶
- IDL_Type:
double
- Units:
Torr.hour
- Count:
2
Description: HX ion pump 1 usage low warning level
hx_Usage_limitHi¶
- IDL_Type:
double
- Units:
Torr.hour
- Count:
2
Description: HX ion pump 1 usage high alarm level
hx_Usage_limitLo¶
- IDL_Type:
double
- Units:
Torr.hour
- Count:
2
Description: HX ion pump 1 usage low alarm level
hx_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
2
Description: HX ion pump 1 voltage high warning level
hx_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
2
Description: HX ion pump 1 voltage low warning level
hx_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
2
Description: HX ion pump 1 voltage high alarm level
hx_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
2
Description: HX ion pump 1 voltage low alarm level
location¶
- IDL_Type:
string
- Units:
unitless
Description: hip location
vacuum_Inst_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_Inst_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
cryoflinevalvestate_warnHi¶
- IDL_Type:
double
- Units:
unitless
Description: Cryo Foreline Valve Limit Switches State high warning level
cryoflinevalvestate_warnLo¶
- IDL_Type:
double
- Units:
unitless
Description: Cryo Foreline Valve Limit Switches State low warning level
cryoflinevalvestate_limitHi¶
- IDL_Type:
double
- Units:
unitless
Description: Cryo Foreline Valve Limit Switches State high alarm level
cryoflinevalvestate_limitLo¶
- IDL_Type:
double
- Units:
unitless
Description: Cryo Foreline Valve Limit Switches State low alarm level
flinepower_warnHi¶
- IDL_Type:
double
- Units:
Watt
Description: Inst foreline pump power high warning level
flinepower_limitHi¶
- IDL_Type:
double
- Units:
Watt
Description: Inst foreline pump power high alarm level
hxflinevalvestate_warnHi¶
- IDL_Type:
double
- Units:
unitless
Description: HX Foreline Valve Limit Switches State high warning level
hxflinevalvestate_warnLo¶
- IDL_Type:
double
- Units:
unitless
Description: HX Foreline Valve Limit Switches State low warning level
hxflinevalvestate_limitHi¶
- IDL_Type:
double
- Units:
unitless
Description: HX Foreline Valve Limit Switches State high alarm level
hxflinevalvestate_limitLo¶
- IDL_Type:
double
- Units:
unitless
Description: HX Foreline Valve Limit Switches State low alarm level
instvac_warnHi¶
- IDL_Type:
double
- Units:
Torr
Description: Interstitial vacuum high warning level
instvac_warnLo¶
- IDL_Type:
double
- Units:
Torr
Description: Interstitial vacuum low warning level
instvac_limitHi¶
- IDL_Type:
double
- Units:
Torr
Description: Interstitial vacuum high alarm level
instvac_limitLo¶
- IDL_Type:
double
- Units:
Torr
Description: Interstitial vacuum low alarm level
pumpcartcycling_warnHi¶
- IDL_Type:
double
- Units:
unitless
Description: Pump Cart Cycling Status high warning level
pumpcartcycling_warnLo¶
- IDL_Type:
double
- Units:
unitless
Description: Pump Cart Cycling Status low warning level
pumpcartcycling_limitHi¶
- IDL_Type:
double
- Units:
unitless
Description: Pump Cart Cycling Status high alarm level
pumpcartcycling_limitLo¶
- IDL_Type:
double
- Units:
unitless
Description: Pump Cart Cycling Status low alarm level
pumpcartpressure_warnHi¶
- IDL_Type:
double
- Units:
Torr
Description: Pump Cart Inlet Pressure high warning level
pumpcartpressure_warnLo¶
- IDL_Type:
double
- Units:
Torr
Description: Pump Cart Inlet Pressure low warning level
pumpcartpressure_limitHi¶
- IDL_Type:
double
- Units:
Torr
Description: Pump Cart Inlet Pressure high alarm level
pumpcartpressure_limitLo¶
- IDL_Type:
double
- Units:
Torr
Description: Pump Cart Inlet Pressure low alarm level
pumpcarttemperature_warnHi¶
- IDL_Type:
double
- Units:
deg C
Description: Pump Cart Temperature high warning level
pumpcarttemperature_warnLo¶
- IDL_Type:
double
- Units:
deg C
Description: Pump Cart Temperature low warning level
pumpcarttemperature_limitHi¶
- IDL_Type:
double
- Units:
deg C
Description: Pump Cart Temperature high alarm level
pumpcarttemperature_limitLo¶
- IDL_Type:
double
- Units:
deg C
Description: Pump Cart Temperature low alarm level
pumpcartventing_warnHi¶
- IDL_Type:
double
- Units:
unitless
Description: Pump Cart Venting Status high warning level
pumpcartventing_warnLo¶
- IDL_Type:
double
- Units:
unitless
Description: Pump Cart Venting Status low warning level
pumpcartventing_limitHi¶
- IDL_Type:
double
- Units:
unitless
Description: Pump Cart Venting Status high alarm level
pumpcartventing_limitLo¶
- IDL_Type:
double
- Units:
unitless
Description: Pump Cart Venting Status low alarm level
daq_monitor_Store_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_daq_monitor_Store_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
freefraction_warnLo¶
- IDL_Type:
double
- Units:
unitless
Description: available-space fraction low warning level
freefraction_limitLo¶
- IDL_Type:
double
- Units:
unitless
Description: available-space fraction low alarm level
focal_plane_Ccd_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_Ccd_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
gdv_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: GD 0 voltage high warning level
gdv_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: GD 0 voltage low warning level
gdv_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: GD 0 voltage high alarm level
gdv_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: GD 0 voltage low alarm level
location¶
- IDL_Type:
string
- Units:
unitless
Description: ccd location
odi_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
201
Description: OD 0 current high warning level
odi_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
201
Description: OD 0 current low warning level
odi_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
201
Description: OD 0 current high alarm level
odi_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
201
Description: OD 0 current low alarm level
odv_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: OD 0 voltage high warning level
odv_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: OD 0 voltage low warning level
odv_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: OD 0 voltage high alarm level
odv_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: OD 0 voltage low alarm level
ogv_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: OG 0 voltage high warning level
ogv_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: OG 0 voltage low warning level
ogv_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: OG 0 voltage high alarm level
ogv_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: OG 0 voltage low alarm level
rdv_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: RD 0 voltage high warning level
rdv_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: RD 0 voltage low warning level
rdv_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: RD 0 voltage high alarm level
rdv_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: RD 0 voltage low alarm level
temp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
201
Description: SG0/Temp temperature high warning level
temp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
201
Description: SG0/Temp temperature low warning level
temp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
201
Description: SG0/Temp temperature high alarm level
temp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
201
Description: SG0/Temp temperature low alarm level
focal_plane_RebTotalPower_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_RebTotalPower_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Watt
Description: Reb Total Power high warning level
warnLo¶
- IDL_Type:
double
- Units:
Watt
Description: Reb Total Power low warning level
limitHi¶
- IDL_Type:
double
- Units:
Watt
Description: Reb Total Power high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Watt
Description: Reb Total Power low alarm level
focal_plane_Reb_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_Reb_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
anai_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Analog PS current high warning level
anai_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Analog PS current low warning level
anai_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Analog PS current high alarm level
anai_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Analog PS current low alarm level
aspicl_Temp0_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 0 lower temp high warning level
aspicl_Temp0_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 0 lower temp low warning level
aspicl_Temp0_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 0 lower temp high alarm level
aspicl_Temp0_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 0 lower temp low alarm level
aspicl_Temp1_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 1 lower temp high warning level
aspicl_Temp1_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 1 lower temp low warning level
aspicl_Temp1_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 1 lower temp high alarm level
aspicl_Temp1_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 1 lower temp low alarm level
aspicl_Temp2_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 2 lower temp high warning level
aspicl_Temp2_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 2 lower temp low warning level
aspicl_Temp2_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 2 lower temp high alarm level
aspicl_Temp2_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 2 lower temp low alarm level
aspicu_Temp0_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 0 upper temp high warning level
aspicu_Temp0_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 0 upper temp low warning level
aspicu_Temp0_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 0 upper temp high alarm level
aspicu_Temp0_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 0 upper temp low alarm level
aspicu_Temp1_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 1 upper temp high warning level
aspicu_Temp1_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 1 upper temp low warning level
aspicu_Temp1_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 1 upper temp high alarm level
aspicu_Temp1_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 1 upper temp low alarm level
aspicu_Temp2_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 2 upper temp high warning level
aspicu_Temp2_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 2 upper temp low warning level
aspicu_Temp2_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 2 upper temp high alarm level
aspicu_Temp2_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 2 upper temp low alarm level
clkhi_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Clock High PS current high warning level
clkhi_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Clock High PS current low warning level
clkhi_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Clock High PS current high alarm level
clkhi_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Clock High PS current low alarm level
clkhv_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Clock High PS voltage high warning level
clkhv_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Clock High PS voltage low warning level
clkhv_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Clock High PS voltage high alarm level
clkhv_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Clock High PS voltage low alarm level
clkli_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Clock Low PS current high warning level
clkli_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Clock Low PS current low warning level
clkli_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Clock Low PS current high alarm level
clkli_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Clock Low PS current low alarm level
clklv_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Clock Low PS voltage high warning level
clklv_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Clock Low PS voltage low warning level
clklv_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Clock Low PS voltage high alarm level
clklv_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Clock Low PS voltage low alarm level
digi_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Digital PS current high warning level
digi_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Digital PS current low warning level
digi_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Digital PS current high alarm level
digi_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Digital PS current low alarm level
digv_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Digital PS voltage high warning level
digv_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Digital PS voltage low warning level
digv_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Digital PS voltage high alarm level
digv_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Digital PS voltage low alarm level
hvbiasswitch_warnHi¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: HV bias switch high warning level
hvbiasswitch_warnLo¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: HV bias switch low warning level
hvbiasswitch_limitHi¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: HV bias switch high alarm level
hvbiasswitch_limitLo¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: HV bias switch low alarm level
htrpi_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Heater PS current high warning level
htrpi_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Heater PS current low warning level
htrpi_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Heater PS current high alarm level
htrpi_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Heater PS current low alarm level
htrpv_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Heater PS voltage high warning level
htrpv_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Heater PS voltage low warning level
htrpv_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Heater PS voltage high alarm level
htrpv_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Heater PS voltage low alarm level
htrv_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Heater voltage high warning level
htrv_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Heater voltage low warning level
htrv_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Heater voltage high alarm level
htrv_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Heater voltage low alarm level
htrw_warnHi¶
- IDL_Type:
double
- Units:
Watt
- Count:
71
Description: Heater power high warning level
htrw_warnLo¶
- IDL_Type:
double
- Units:
Watt
- Count:
71
Description: Heater power low warning level
htrw_limitHi¶
- IDL_Type:
double
- Units:
Watt
- Count:
71
Description: Heater power high alarm level
htrw_limitLo¶
- IDL_Type:
double
- Units:
Watt
- Count:
71
Description: Heater power low alarm level
location¶
- IDL_Type:
string
- Units:
unitless
Description: reb location
odi_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: OD PS current high warning level
odi_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: OD PS current low warning level
odi_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: OD PS current high alarm level
odi_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: OD PS current low alarm level
odv_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: OD PS voltage high warning level
odv_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: OD PS voltage low warning level
odv_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: OD PS voltage high alarm level
odv_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: OD PS voltage low alarm level
pclk0_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel 0 high warning level
pclk0_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel 0 low warning level
pclk0_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel 0 high alarm level
pclk0_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel 0 low alarm level
pclk1_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel 1 high warning level
pclk1_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel 1 low warning level
pclk1_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel 1 high alarm level
pclk1_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel 1 low alarm level
pclkl_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel lower high warning level
pclkl_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel lower low warning level
pclkl_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel lower high alarm level
pclkl_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel lower low alarm level
pclku_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel upper high warning level
pclku_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel upper low warning level
pclku_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel upper high alarm level
pclku_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel upper low alarm level
power_warnHi¶
- IDL_Type:
double
- Units:
Watt
- Count:
71
Description: Total power high warning level
power_warnLo¶
- IDL_Type:
double
- Units:
Watt
- Count:
71
Description: Total power low warning level
power_limitHi¶
- IDL_Type:
double
- Units:
Watt
- Count:
71
Description: Total power high alarm level
power_limitLo¶
- IDL_Type:
double
- Units:
Watt
- Count:
71
Description: Total power low alarm level
rg0_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: RG 0 high warning level
rg0_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: RG 0 low warning level
rg0_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: RG 0 high alarm level
rg0_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: RG 0 low alarm level
rg1_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: RG 1 high warning level
rg1_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: RG 1 low warning level
rg1_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: RG 1 high alarm level
rg1_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: RG 1 low alarm level
rgl_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset gate lower high warning level
rgl_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset gate lower low warning level
rgl_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset gate lower high alarm level
rgl_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset gate lower low alarm level
rgu_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset gate upper high warning level
rgu_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset gate upper low warning level
rgu_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset gate upper high alarm level
rgu_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset gate upper low alarm level
rtdtemp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: RTD temperature high warning level
rtdtemp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: RTD temperature low warning level
rtdtemp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: RTD temperature high alarm level
rtdtemp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: RTD temperature low alarm level
ref05v_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 5V ref 0 voltage high warning level
ref05v_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 5V ref 0 voltage low warning level
ref05v_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 5V ref 0 voltage high alarm level
ref05v_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 5V ref 0 voltage low alarm level
ref125v_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 2.5V ref 1 voltage high warning level
ref125v_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 2.5V ref 1 voltage low warning level
ref125v_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 2.5V ref 1 voltage high alarm level
ref125v_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 2.5V ref 1 voltage low alarm level
ref15v_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 5V ref 1 voltage high warning level
ref15v_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 5V ref 1 voltage low warning level
ref15v_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 5V ref 1 voltage high alarm level
ref15v_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 5V ref 1 voltage low alarm level
ref25v_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 5V ref 2 voltage high warning level
ref25v_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 5V ref 2 voltage low warning level
ref25v_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 5V ref 2 voltage high alarm level
ref25v_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 5V ref 2 voltage low alarm level
refn12_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Negative 12 ref high warning level
refn12_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Negative 12 ref low warning level
refn12_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Negative 12 ref high alarm level
refn12_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Negative 12 ref low alarm level
refp12_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Positive 12 ref high warning level
refp12_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Positive 12 ref low warning level
refp12_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Positive 12 ref high alarm level
refp12_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Positive 12 ref low alarm level
sclk0_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial 0 high warning level
sclk0_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial 0 low warning level
sclk0_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial 0 high alarm level
sclk0_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial 0 low alarm level
sclk1_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial 1 high warning level
sclk1_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial 1 low warning level
sclk1_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial 1 high alarm level
sclk1_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial 1 low alarm level
sclkl_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial lower high warning level
sclkl_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial lower low warning level
sclkl_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial lower high alarm level
sclkl_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial lower low alarm level
sclku_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial upper high warning level
sclku_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial upper low warning level
sclku_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial upper high alarm level
sclku_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial upper low alarm level
temp10_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 10 high warning level
temp10_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 10 low warning level
temp10_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 10 high alarm level
temp10_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 10 low alarm level
temp1_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 1 high warning level
temp1_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 1 low warning level
temp1_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 1 high alarm level
temp1_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 1 low alarm level
temp2_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 2 high warning level
temp2_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 2 low warning level
temp2_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 2 high alarm level
temp2_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 2 low alarm level
temp3_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 3 high warning level
temp3_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 3 low warning level
temp3_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 3 high alarm level
temp3_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 3 low alarm level
temp4_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 4 high warning level
temp4_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 4 low warning level
temp4_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 4 high alarm level
temp4_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 4 low alarm level
temp5_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 5 high warning level
temp5_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 5 low warning level
temp5_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 5 high alarm level
temp5_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 5 low alarm level
temp6_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 6 high warning level
temp6_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 6 low warning level
temp6_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 6 high alarm level
temp6_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 6 low alarm level
temp7_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 7 high warning level
temp7_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 7 low warning level
temp7_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 7 high alarm level
temp7_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 7 low alarm level
temp8_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 8 high warning level
temp8_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 8 low warning level
temp8_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 8 high alarm level
temp8_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 8 low alarm level
temp9_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 9 high warning level
temp9_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 9 low warning level
temp9_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 9 high alarm level
temp9_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 9 low alarm level
focal_plane_RebsAverageTemp6_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_RebsAverageTemp6_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Average Rebs Temp6 high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Average Rebs Temp6 low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Average Rebs Temp6 high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Average Rebs Temp6 low alarm level
focal_plane_Segment_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_Segment_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
i_warnHi¶
- IDL_Type:
double
- Units:
mA
- Count:
3024
Description: S00 lower current 0 high warning level
i_warnLo¶
- IDL_Type:
double
- Units:
mA
- Count:
3024
Description: S00 lower current 0 low warning level
i_limitHi¶
- IDL_Type:
double
- Units:
mA
- Count:
3024
Description: S00 lower current 0 high alarm level
i_limitLo¶
- IDL_Type:
double
- Units:
mA
- Count:
3024
Description: S00 lower current 0 low alarm level
location¶
- IDL_Type:
string
- Units:
unitless
Description: segment location
mpm_CLP_RTD_03_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_mpm_CLP_RTD_03_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 03 high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 03 low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 03 high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 03 low alarm level
mpm_CLP_RTD_05_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_mpm_CLP_RTD_05_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 05 high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 05 low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 05 high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 05 low alarm level
mpm_CLP_RTD_50_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_mpm_CLP_RTD_50_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 50 high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 50 low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 50 high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 50 low alarm level
mpm_CLP_RTD_55_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_mpm_CLP_RTD_55_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 55 high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 55 low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 55 high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 55 low alarm level
mpm_CYP_RTD_12_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_mpm_CYP_RTD_12_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 12 high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 12 low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 12 high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 12 low alarm level
mpm_CYP_RTD_14_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_mpm_CYP_RTD_14_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 14 high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 14 low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 14 high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 14 low alarm level
mpm_CYP_RTD_31_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_mpm_CYP_RTD_31_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 31 high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 31 low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 31 high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 31 low alarm level
mpm_CYP_RTD_43_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_mpm_CYP_RTD_43_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 43 high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 43 low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 43 high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 43 low alarm level
fcs_Autochanger_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Autochanger_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
temperatures_tempCellXminus_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempCellXminus on Seneca2 high warning level
temperatures_tempCellXminus_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempCellXminus on Seneca2 low warning level
temperatures_tempCellXminus_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempCellXminus on Seneca2 high alarm level
temperatures_tempCellXminus_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempCellXminus on Seneca2 low alarm level
temperatures_tempClampMotorXminus_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempClampMotorXminus on Seneca2 high warning level
temperatures_tempClampMotorXminus_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempClampMotorXminus on Seneca2 low warning level
temperatures_tempClampMotorXminus_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempClampMotorXminus on Seneca2 high alarm level
temperatures_tempClampMotorXminus_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempClampMotorXminus on Seneca2 low alarm level
temperatures_tempClampMotorXplus_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempClampMotorXplus on Seneca1 high warning level
temperatures_tempClampMotorXplus_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempClampMotorXplus on Seneca1 low warning level
temperatures_tempClampMotorXplus_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempClampMotorXplus on Seneca1 high alarm level
temperatures_tempClampMotorXplus_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempClampMotorXplus on Seneca1 low alarm level
temperatures_tempClampMotorYminus_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempClampMotorYminus on Seneca1 high warning level
temperatures_tempClampMotorYminus_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempClampMotorYminus on Seneca1 low warning level
temperatures_tempClampMotorYminus_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempClampMotorYminus on Seneca1 high alarm level
temperatures_tempClampMotorYminus_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempClampMotorYminus on Seneca1 low alarm level
temperatures_tempFrontBox_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempFrontBox on Seneca2 high warning level
temperatures_tempFrontBox_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempFrontBox on Seneca2 low warning level
temperatures_tempFrontBox_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempFrontBox on Seneca2 high alarm level
temperatures_tempFrontBox_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempFrontBox on Seneca2 low alarm level
temperatures_tempLinearRailMotorXminus_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempLinearRailMotorXminus on Seneca1 high warning level
temperatures_tempLinearRailMotorXminus_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempLinearRailMotorXminus on Seneca1 low warning level
temperatures_tempLinearRailMotorXminus_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempLinearRailMotorXminus on Seneca1 high alarm level
temperatures_tempLinearRailMotorXminus_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempLinearRailMotorXminus on Seneca1 low alarm level
temperatures_tempLinearRailMotorXplus_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempLinearRailMotorXplus on Seneca1 high warning level
temperatures_tempLinearRailMotorXplus_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempLinearRailMotorXplus on Seneca1 low warning level
temperatures_tempLinearRailMotorXplus_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempLinearRailMotorXplus on Seneca1 high alarm level
temperatures_tempLinearRailMotorXplus_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempLinearRailMotorXplus on Seneca1 low alarm level
temperatures_tempRearBox_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempRearBox on Seneca2 high warning level
temperatures_tempRearBox_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempRearBox on Seneca2 low warning level
temperatures_tempRearBox_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempRearBox on Seneca2 high alarm level
temperatures_tempRearBox_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempRearBox on Seneca2 low alarm level
chiller_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_chiller_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
chiller_TempDUTInput_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: last DUT input temperature high warning level
chiller_TempDUTInput_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: last DUT input temperature high alarm level
maq20_PBurstReturn_warnHi¶
- IDL_Type:
double
- Units:
psig
Description: Burst disc pressure return line high warning level
maq20_PBurstReturn_limitHi¶
- IDL_Type:
double
- Units:
psig
Description: Burst disc pressure return line high alarm level
maq20_PBurstSupply_warnHi¶
- IDL_Type:
double
- Units:
psig
Description: Burst disc pressure supply line high warning level
maq20_PBurstSupply_limitHi¶
- IDL_Type:
double
- Units:
psig
Description: Burst disc pressure supply line high alarm level
thermal_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_thermal_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
cold_Temp_AvgColdTemp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Average Cold Plate RTD Temperature high warning level
cold_Temp_AvgColdTemp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Average Cold Plate RTD Temperature low warning level
cold_Temp_AvgColdTemp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Average Cold Plate RTD Temperature high alarm level
cold_Temp_AvgColdTemp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Average Cold Plate RTD Temperature low alarm level
cryo_Temp_AvgCryoTemp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Average Cryo Plate RTD Temperature high warning level
cryo_Temp_AvgCryoTemp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Average Cryo Plate RTD Temperature low warning level
cryo_Temp_AvgCryoTemp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Average Cryo Plate RTD Temperature high alarm level
cryo_Temp_AvgCryoTemp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Average Cryo Plate RTD Temperature low alarm level
rtdLocation¶
- IDL_Type:
string
- Units:
unitless
Description: rtd location
rtd_Cold_TempCLP_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Cold Plate RTD 00 high warning level
rtd_Cold_TempCLP_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Cold Plate RTD 00 low warning level
rtd_Cold_TempCLP_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Cold Plate RTD 00 high alarm level
rtd_Cold_TempCLP_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Cold Plate RTD 00 low alarm level
rtd_Cryo_TempCYP_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Cryo Plate RTD 02 high warning level
rtd_Cryo_TempCYP_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Cryo Plate RTD 02 low warning level
rtd_Cryo_TempCYP_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Cryo Plate RTD 02 high alarm level
rtd_Cryo_TempCYP_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Cryo Plate RTD 02 low alarm level
rtd_Grid_TempCFX_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Cryo Flexure RTD 01 high warning level
rtd_Grid_TempCFX_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Cryo Flexure RTD 01 low warning level
rtd_Grid_TempCFX_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Cryo Flexure RTD 01 high alarm level
rtd_Grid_TempCFX_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Cryo Flexure RTD 01 low alarm level
rtd_Grid_TempGFX_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Grid Flexure RTD 01 high warning level
rtd_Grid_TempGFX_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Grid Flexure RTD 01 low warning level
rtd_Grid_TempGFX_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Grid Flexure RTD 01 high alarm level
rtd_Grid_TempGFX_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Grid Flexure RTD 01 low alarm level
rtd_Grid_TempGRD_warnHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Grid RTD 01 high warning level
rtd_Grid_TempGRD_warnLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Grid RTD 01 low warning level
rtd_Grid_TempGRD_limitHi¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Grid RTD 01 high alarm level
rtd_Grid_TempGRD_limitLo¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Grid RTD 01 low alarm level
trimLocation¶
- IDL_Type:
string
- Units:
unitless
Description: trim location
trim_Htrs_ColdTotal_P_warnHi¶
- IDL_Type:
double
- Units:
Watt
Description: Cold Total Power high warning level
trim_Htrs_ColdTotal_P_warnLo¶
- IDL_Type:
double
- Units:
Watt
Description: Cold Total Power low warning level
trim_Htrs_ColdTotal_P_limitHi¶
- IDL_Type:
double
- Units:
Watt
Description: Cold Total Power high alarm level
trim_Htrs_ColdTotal_P_limitLo¶
- IDL_Type:
double
- Units:
Watt
Description: Cold Total Power low alarm level
trim_Htrs_CryoTotal_P_warnHi¶
- IDL_Type:
double
- Units:
Watt
Description: Cryo Total Power high warning level
trim_Htrs_CryoTotal_P_warnLo¶
- IDL_Type:
double
- Units:
Watt
Description: Cryo Total Power low warning level
trim_Htrs_CryoTotal_P_limitHi¶
- IDL_Type:
double
- Units:
Watt
Description: Cryo Total Power high alarm level
trim_Htrs_CryoTotal_P_limitLo¶
- IDL_Type:
double
- Units:
Watt
Description: Cryo Total Power low alarm level
trim_Htrs_HtrBulkTmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Heater Bulk PS Temperature high warning level
trim_Htrs_HtrBulkTmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Heater Bulk PS Temperature low warning level
trim_Htrs_HtrBulkTmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Heater Bulk PS Temperature high alarm level
trim_Htrs_HtrBulkTmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Heater Bulk PS Temperature low alarm level
trim_Htrs_HtrBulk_I_warnHi¶
- IDL_Type:
double
- Units:
A
Description: Heater Bulk PS Current high warning level
trim_Htrs_HtrBulk_I_warnLo¶
- IDL_Type:
double
- Units:
A
Description: Heater Bulk PS Current low warning level
trim_Htrs_HtrBulk_I_limitHi¶
- IDL_Type:
double
- Units:
A
Description: Heater Bulk PS Current high alarm level
trim_Htrs_HtrBulk_I_limitLo¶
- IDL_Type:
double
- Units:
A
Description: Heater Bulk PS Current low alarm level
trim_Htrs_HtrBulk_P_warnHi¶
- IDL_Type:
double
- Units:
Watt
Description: Heater Bulk PS Power high warning level
trim_Htrs_HtrBulk_P_warnLo¶
- IDL_Type:
double
- Units:
Watt
Description: Heater Bulk PS Power low warning level
trim_Htrs_HtrBulk_P_limitHi¶
- IDL_Type:
double
- Units:
Watt
Description: Heater Bulk PS Power high alarm level
trim_Htrs_HtrBulk_P_limitLo¶
- IDL_Type:
double
- Units:
Watt
Description: Heater Bulk PS Power low alarm level
trim_Htrs_HtrBulk_V_warnHi¶
- IDL_Type:
double
- Units:
Volt
Description: Heater Bulk PS Voltage high warning level
trim_Htrs_HtrBulk_V_warnLo¶
- IDL_Type:
double
- Units:
Volt
Description: Heater Bulk PS Voltage low warning level
trim_Htrs_HtrBulk_V_limitHi¶
- IDL_Type:
double
- Units:
Volt
Description: Heater Bulk PS Voltage high alarm level
trim_Htrs_HtrBulk_V_limitLo¶
- IDL_Type:
double
- Units:
Volt
Description: Heater Bulk PS Voltage low alarm level
trim_Htrs_HtrPsTmp_warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Heater PS Temperature high warning level
trim_Htrs_HtrPsTmp_warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Heater PS Temperature low warning level
trim_Htrs_HtrPsTmp_limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Heater PS Temperature high alarm level
trim_Htrs_HtrPsTmp_limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Heater PS Temperature low alarm level
trim_Trim_Htrs_ColdI_warnHi¶
- IDL_Type:
double
- Units:
A
- Count:
6
Description: Cold Heater 0 Current high warning level
trim_Trim_Htrs_ColdI_warnLo¶
- IDL_Type:
double
- Units:
A
- Count:
6
Description: Cold Heater 0 Current low warning level
trim_Trim_Htrs_ColdI_limitHi¶
- IDL_Type:
double
- Units:
A
- Count:
6
Description: Cold Heater 0 Current high alarm level
trim_Trim_Htrs_ColdI_limitLo¶
- IDL_Type:
double
- Units:
A
- Count:
6
Description: Cold Heater 0 Current low alarm level
trim_Trim_Htrs_ColdP_warnHi¶
- IDL_Type:
double
- Units:
Watt
- Count:
6
Description: Cold Heater 0 Power high warning level
trim_Trim_Htrs_ColdP_warnLo¶
- IDL_Type:
double
- Units:
Watt
- Count:
6
Description: Cold Heater 0 Power low warning level
trim_Trim_Htrs_ColdP_limitHi¶
- IDL_Type:
double
- Units:
Watt
- Count:
6
Description: Cold Heater 0 Power high alarm level
trim_Trim_Htrs_ColdP_limitLo¶
- IDL_Type:
double
- Units:
Watt
- Count:
6
Description: Cold Heater 0 Power low alarm level
trim_Trim_Htrs_ColdV_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
6
Description: Cold Heater 0 Voltage high warning level
trim_Trim_Htrs_ColdV_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
6
Description: Cold Heater 0 Voltage low warning level
trim_Trim_Htrs_ColdV_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
6
Description: Cold Heater 0 Voltage high alarm level
trim_Trim_Htrs_ColdV_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
6
Description: Cold Heater 0 Voltage low alarm level
trim_Trim_Htrs_CryoI_warnHi¶
- IDL_Type:
double
- Units:
A
- Count:
6
Description: Cryo Heater 0 Current high warning level
trim_Trim_Htrs_CryoI_warnLo¶
- IDL_Type:
double
- Units:
A
- Count:
6
Description: Cryo Heater 0 Current low warning level
trim_Trim_Htrs_CryoI_limitHi¶
- IDL_Type:
double
- Units:
A
- Count:
6
Description: Cryo Heater 0 Current high alarm level
trim_Trim_Htrs_CryoI_limitLo¶
- IDL_Type:
double
- Units:
A
- Count:
6
Description: Cryo Heater 0 Current low alarm level
trim_Trim_Htrs_CryoP_warnHi¶
- IDL_Type:
double
- Units:
Watt
- Count:
6
Description: Cryo Heater 0 Power high warning level
trim_Trim_Htrs_CryoP_warnLo¶
- IDL_Type:
double
- Units:
Watt
- Count:
6
Description: Cryo Heater 0 Power low warning level
trim_Trim_Htrs_CryoP_limitHi¶
- IDL_Type:
double
- Units:
Watt
- Count:
6
Description: Cryo Heater 0 Power high alarm level
trim_Trim_Htrs_CryoP_limitLo¶
- IDL_Type:
double
- Units:
Watt
- Count:
6
Description: Cryo Heater 0 Power low alarm level
trim_Trim_Htrs_CryoV_warnHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
6
Description: Cryo Heater 0 Voltage high warning level
trim_Trim_Htrs_CryoV_warnLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
6
Description: Cryo Heater 0 Voltage low warning level
trim_Trim_Htrs_CryoV_limitHi¶
- IDL_Type:
double
- Units:
Volt
- Count:
6
Description: Cryo Heater 0 Voltage high alarm level
trim_Trim_Htrs_CryoV_limitLo¶
- IDL_Type:
double
- Units:
Volt
- Count:
6
Description: Cryo Heater 0 Voltage low alarm level
utiltrunk_Body_AmbAirtemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_AmbAirtemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Ambient air temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Ambient air temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Ambient air temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Ambient air temperature low alarm level
utiltrunk_Body_AverageTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_AverageTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera average temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera average temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera average temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera average temperature low alarm level
utiltrunk_Body_BackFlngXMinusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_BackFlngXMinusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Back flange X- in temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Back flange X- in temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Back flange X- in temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Back flange X- in temperature low alarm level
utiltrunk_Body_BackFlngXPlusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_BackFlngXPlusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Back flange X+ in temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Back flange X+ in temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Back flange X+ in temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Back flange X+ in temperature low alarm level
utiltrunk_Body_BackFlngYMinusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_BackFlngYMinusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Back flange Y- in temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Back flange Y- in temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Back flange Y- in temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Back flange Y- in temperature low alarm level
utiltrunk_Body_CamBodyXPlusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_CamBodyXPlusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera body X+ air temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera body X+ air temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera body X+ air temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera body X+ air temperature low alarm level
utiltrunk_Body_CamBodyYMinusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_CamBodyYMinusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera body Y- air temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera body Y- air temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera body Y- air temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera body Y- air temperature low alarm level
utiltrunk_Body_CamBodyYPlusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_CamBodyYPlusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera body Y+ air temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera body Y+ air temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera body Y+ air temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera body Y+ air temperature low alarm level
utiltrunk_Body_CamHousXMinusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_CamHousXMinusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing X- temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing X- temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing X- temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing X- temperature low alarm level
utiltrunk_Body_CamHousXPlusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_CamHousXPlusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing X+ temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing X+ temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing X+ temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing X+ temperature low alarm level
utiltrunk_Body_CamHousYMinusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_CamHousYMinusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing Y- temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing Y- temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing Y- temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing Y- temperature low alarm level
utiltrunk_Body_CamHousYPlusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_CamHousYPlusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing Y+ temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing Y+ temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing Y+ temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing Y+ temperature low alarm level
utiltrunk_Body_ChgrYMinusRtnAirTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_ChgrYMinusRtnAirTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Autochanger Y- return air temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Autochanger Y- return air temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Autochanger Y- return air temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Autochanger Y- return air temperature low alarm level
utiltrunk_Body_ChgrYMinusRtnAirVel_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_ChgrYMinusRtnAirVel_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
m/s
Description: Autochanger Y- return air velocity high warning level
warnLo¶
- IDL_Type:
double
- Units:
m/s
Description: Autochanger Y- return air velocity low warning level
limitHi¶
- IDL_Type:
double
- Units:
m/s
Description: Autochanger Y- return air velocity high alarm level
limitLo¶
- IDL_Type:
double
- Units:
m/s
Description: Autochanger Y- return air velocity low alarm level
utiltrunk_Body_DomeXMinusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_DomeXMinusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Dome X- air temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Dome X- air temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Dome X- air temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Dome X- air temperature low alarm level
utiltrunk_Body_DomeYMinusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_DomeYMinusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Dome Y- air temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Dome Y- air temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Dome Y- air temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Dome Y- air temperature low alarm level
utiltrunk_Body_L1XMinusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_L1XMinusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: L1 X- temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: L1 X- temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: L1 X- temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: L1 X- temperature low alarm level
utiltrunk_Body_L1YMinusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_L1YMinusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: L1 Y- temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: L1 Y- temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: L1 Y- temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: L1 Y- temperature low alarm level
utiltrunk_Body_L2XMinusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_L2XMinusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 X- temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 X- temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 X- temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 X- temperature low alarm level
utiltrunk_Body_L2XPlusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_L2XPlusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 X+ temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 X+ temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 X+ temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 X+ temperature low alarm level
utiltrunk_Body_L2YMinusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_L2YMinusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 Y- temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 Y- temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 Y- temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 Y- temperature low alarm level
utiltrunk_Body_L2YPlusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_L2YPlusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 Y+ temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 Y+ temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 Y+ temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 Y+ temperature low alarm level
utiltrunk_Body_ShrdRngXMinusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_ShrdRngXMinusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring X- temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring X- temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring X- temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring X- temperature low alarm level
utiltrunk_Body_ShrdRngXPlusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_ShrdRngXPlusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring X+ temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring X+ temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring X+ temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring X+ temperature low alarm level
utiltrunk_Body_ShrdRngYMinusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_ShrdRngYMinusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring Y- temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring Y- temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring Y- temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring Y- temperature low alarm level
utiltrunk_Body_ShrdRngYPlusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_ShrdRngYPlusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring Y+ temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring Y+ temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring Y+ temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring Y+ temperature low alarm level
utiltrunk_Body_ShtrEboxRtnAirTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_ShtrEboxRtnAirTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Shutter electronics return air temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Shutter electronics return air temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Shutter electronics return air temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Shutter electronics return air temperature low alarm level
utiltrunk_Body_ShtrEboxRtnAirVel_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_ShtrEboxRtnAirVel_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
m/s
Description: Shutter electronics return air velocity high warning level
warnLo¶
- IDL_Type:
double
- Units:
m/s
Description: Shutter electronics return air velocity low warning level
limitHi¶
- IDL_Type:
double
- Units:
m/s
Description: Shutter electronics return air velocity high alarm level
limitLo¶
- IDL_Type:
double
- Units:
m/s
Description: Shutter electronics return air velocity low alarm level
utiltrunk_Body_ShtrMtrRtnAirTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_ShtrMtrRtnAirTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Shutter motors return air temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Shutter motors return air temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Shutter motors return air temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Shutter motors return air temperature low alarm level
utiltrunk_Body_ShtrMtrRtnAirVel_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_ShtrMtrRtnAirVel_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
m/s
Description: Shutter motors return air velocity high warning level
warnLo¶
- IDL_Type:
double
- Units:
m/s
Description: Shutter motors return air velocity low warning level
limitHi¶
- IDL_Type:
double
- Units:
m/s
Description: Shutter motors return air velocity high alarm level
limitLo¶
- IDL_Type:
double
- Units:
m/s
Description: Shutter motors return air velocity low alarm level
utiltrunk_Body_VPPlenumInTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_Body_VPPlenumInTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: VP plenum in temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: VP plenum in temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: VP plenum in temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: VP plenum in temperature low alarm level
utiltrunk_MPC_AvgAirtempOut_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_MPC_AvgAirtempOut_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC average air temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC average air temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC average air temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC average air temperature low alarm level
utiltrunk_MPC_DeltaPressFilt_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_MPC_DeltaPressFilt_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC filter delta pressure high warning level
warnLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC filter delta pressure low warning level
limitHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC filter delta pressure high alarm level
limitLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC filter delta pressure low alarm level
utiltrunk_MPC_DeltaPressTotal_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_MPC_DeltaPressTotal_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC total delta pressure high warning level
warnLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC total delta pressure low warning level
limitHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC total delta pressure high alarm level
limitLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC total delta pressure low alarm level
utiltrunk_MPC_DeltaTempAct_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_MPC_DeltaTempAct_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC actual delta temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC actual delta temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC actual delta temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC actual delta temperature low alarm level
utiltrunk_MPC_FanRunTime_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_MPC_FanRunTime_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
hour
Description: MPC fan accumulated run time high warning level
warnLo¶
- IDL_Type:
double
- Units:
hour
Description: MPC fan accumulated run time low warning level
limitHi¶
- IDL_Type:
double
- Units:
hour
Description: MPC fan accumulated run time high alarm level
limitLo¶
- IDL_Type:
double
- Units:
hour
Description: MPC fan accumulated run time low alarm level
utiltrunk_MPC_FanSpeed_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_MPC_FanSpeed_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
rpm
Description: MPC fan speed high warning level
warnLo¶
- IDL_Type:
double
- Units:
rpm
Description: MPC fan speed low warning level
limitHi¶
- IDL_Type:
double
- Units:
rpm
Description: MPC fan speed high alarm level
limitLo¶
- IDL_Type:
double
- Units:
rpm
Description: MPC fan speed low alarm level
utiltrunk_MPC_Humidity_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_MPC_Humidity_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
%
Description: MPC relative humidity high warning level
warnLo¶
- IDL_Type:
double
- Units:
%
Description: MPC relative humidity low warning level
limitHi¶
- IDL_Type:
double
- Units:
%
Description: MPC relative humidity high alarm level
limitLo¶
- IDL_Type:
double
- Units:
%
Description: MPC relative humidity low alarm level
utiltrunk_MPC_PreFiltPress_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_MPC_PreFiltPress_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC pre-filter air pressure high warning level
warnLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC pre-filter air pressure low warning level
limitHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC pre-filter air pressure high alarm level
limitLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC pre-filter air pressure low alarm level
utiltrunk_MPC_RetnAirTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_MPC_RetnAirTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC return air temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC return air temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC return air temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC return air temperature low alarm level
utiltrunk_MPC_RetnPress_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_MPC_RetnPress_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC return air pressure high warning level
warnLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC return air pressure low warning level
limitHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC return air pressure high alarm level
limitLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC return air pressure low alarm level
utiltrunk_MPC_SplyAirTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_MPC_SplyAirTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC supply air temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC supply air temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC supply air temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC supply air temperature low alarm level
utiltrunk_MPC_SplyPress_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_MPC_SplyPress_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC supply air pressure high warning level
warnLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC supply air pressure low warning level
limitHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC supply air pressure high alarm level
limitLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC supply air pressure low alarm level
utiltrunk_MPC_ValvePosn_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_MPC_ValvePosn_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
%
Description: MPC coolant valve position high warning level
warnLo¶
- IDL_Type:
double
- Units:
%
Description: MPC coolant valve position low warning level
limitHi¶
- IDL_Type:
double
- Units:
%
Description: MPC coolant valve position high alarm level
limitLo¶
- IDL_Type:
double
- Units:
%
Description: MPC coolant valve position low alarm level
utiltrunk_UT_AverageTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_AverageTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT weighted average temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT weighted average temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT weighted average temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT weighted average temperature low alarm level
utiltrunk_UT_CoolFlowRate_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_CoolFlowRate_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
gallon/min
Description: UT coolant flow rate high warning level
warnLo¶
- IDL_Type:
double
- Units:
gallon/min
Description: UT coolant flow rate low warning level
limitHi¶
- IDL_Type:
double
- Units:
gallon/min
Description: UT coolant flow rate high alarm level
limitLo¶
- IDL_Type:
double
- Units:
gallon/min
Description: UT coolant flow rate low alarm level
utiltrunk_UT_CoolPipeRetnTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_CoolPipeRetnTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT coolant pipe return temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT coolant pipe return temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT coolant pipe return temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT coolant pipe return temperature low alarm level
utiltrunk_UT_CoolPipeSplyTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_CoolPipeSplyTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT coolant pipe supply temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT coolant pipe supply temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT coolant pipe supply temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT coolant pipe supply temperature low alarm level
utiltrunk_UT_CoolReturnPrs_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_CoolReturnPrs_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
psia
Description: UT coolant return pressure high warning level
warnLo¶
- IDL_Type:
double
- Units:
psia
Description: UT coolant return pressure low warning level
limitHi¶
- IDL_Type:
double
- Units:
psia
Description: UT coolant return pressure high alarm level
limitLo¶
- IDL_Type:
double
- Units:
psia
Description: UT coolant return pressure low alarm level
utiltrunk_UT_CoolSupplyPrs_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_CoolSupplyPrs_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
psia
Description: UT coolant supply pressure high warning level
warnLo¶
- IDL_Type:
double
- Units:
psia
Description: UT coolant supply pressure low warning level
limitHi¶
- IDL_Type:
double
- Units:
psia
Description: UT coolant supply pressure high alarm level
limitLo¶
- IDL_Type:
double
- Units:
psia
Description: UT coolant supply pressure low alarm level
utiltrunk_UT_DomeXMinusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_DomeXMinusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Telescope dome X- temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Telescope dome X- temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Telescope dome X- temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Telescope dome X- temperature low alarm level
utiltrunk_UT_DomeYMinusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_DomeYMinusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Telescope dome Y- temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Telescope dome Y- temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: Telescope dome Y- temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: Telescope dome Y- temperature low alarm level
utiltrunk_UT_FanInletTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_FanInletTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT fan inlet temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT fan inlet temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT fan inlet temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT fan inlet temperature low alarm level
utiltrunk_UT_FanRunTime_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_FanRunTime_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
hour
Description: UT fan accumulated run time high warning level
warnLo¶
- IDL_Type:
double
- Units:
hour
Description: UT fan accumulated run time low warning level
limitHi¶
- IDL_Type:
double
- Units:
hour
Description: UT fan accumulated run time high alarm level
limitLo¶
- IDL_Type:
double
- Units:
hour
Description: UT fan accumulated run time low alarm level
utiltrunk_UT_FanSpeed_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_FanSpeed_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
rpm
Description: UT fan speed high warning level
warnLo¶
- IDL_Type:
double
- Units:
rpm
Description: UT fan speed low warning level
limitHi¶
- IDL_Type:
double
- Units:
rpm
Description: UT fan speed high alarm level
limitLo¶
- IDL_Type:
double
- Units:
rpm
Description: UT fan speed low alarm level
utiltrunk_UT_MidXMinusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_MidXMinusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Mid-plate X- temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Mid-plate X- temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Mid-plate X- temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Mid-plate X- temperature low alarm level
utiltrunk_UT_MidXPlusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_MidXPlusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Mid-plate X+ temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Mid-plate X+ temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Mid-plate X+ temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Mid-plate X+ temperature low alarm level
utiltrunk_UT_SuppXMinusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_SuppXMinusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Support ring X- temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Support ring X- temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Support ring X- temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Support ring X- temperature low alarm level
utiltrunk_UT_SuppXPlusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_SuppXPlusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Support ring X+ temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Support ring X+ temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Support ring X+ temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Support ring X+ temperature low alarm level
utiltrunk_UT_TopXMinusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_TopXMinusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Top end X- temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Top end X- temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Top end X- temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Top end X- temperature low alarm level
utiltrunk_UT_TopXPlusTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_TopXPlusTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Top end X+ temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Top end X+ temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Top end X+ temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Top end X+ temperature low alarm level
utiltrunk_UT_ValvePosn_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_ValvePosn_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
%
Description: UT coolant valve position high warning level
warnLo¶
- IDL_Type:
double
- Units:
%
Description: UT coolant valve position low warning level
limitHi¶
- IDL_Type:
double
- Units:
%
Description: UT coolant valve position high alarm level
limitLo¶
- IDL_Type:
double
- Units:
%
Description: UT coolant valve position low alarm level
utiltrunk_UT_W2Q1Temp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_W2Q1Temp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT W2 Q1 temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT W2 Q1 temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT W2 Q1 temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT W2 Q1 temperature low alarm level
utiltrunk_UT_W4Q3Temp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UT_W4Q3Temp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT W4 Q3 temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT W4 Q3 temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: UT W4 Q3 temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: UT W4 Q3 temperature low alarm level
utiltrunk_VPC_DeltaPressFilt_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_VPC_DeltaPressFilt_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC filter delta pressure high warning level
warnLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC filter delta pressure low warning level
limitHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC filter delta pressure high alarm level
limitLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC filter delta pressure low alarm level
utiltrunk_VPC_DeltaPressTotal_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_VPC_DeltaPressTotal_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC total delta pressure high warning level
warnLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC total delta pressure low warning level
limitHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC total delta pressure high alarm level
limitLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC total delta pressure low alarm level
utiltrunk_VPC_DeltaTempAct_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_VPC_DeltaTempAct_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: VPC actual delta temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: VPC actual delta temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: VPC actual delta temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: VPC actual delta temperature low alarm level
utiltrunk_VPC_FanRunTime_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_VPC_FanRunTime_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
hour
Description: VPC fan accumulated run time high warning level
warnLo¶
- IDL_Type:
double
- Units:
hour
Description: VPC fan accumulated run time low warning level
limitHi¶
- IDL_Type:
double
- Units:
hour
Description: VPC fan accumulated run time high alarm level
limitLo¶
- IDL_Type:
double
- Units:
hour
Description: VPC fan accumulated run time low alarm level
utiltrunk_VPC_FanSpeed_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_VPC_FanSpeed_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
rpm
Description: VPC fan speed high warning level
warnLo¶
- IDL_Type:
double
- Units:
rpm
Description: VPC fan speed low warning level
limitHi¶
- IDL_Type:
double
- Units:
rpm
Description: VPC fan speed high alarm level
limitLo¶
- IDL_Type:
double
- Units:
rpm
Description: VPC fan speed low alarm level
utiltrunk_VPC_HtrCurrent_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_VPC_HtrCurrent_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
mA
Description: VPC heater current high warning level
warnLo¶
- IDL_Type:
double
- Units:
mA
Description: VPC heater current low warning level
limitHi¶
- IDL_Type:
double
- Units:
mA
Description: VPC heater current high alarm level
limitLo¶
- IDL_Type:
double
- Units:
mA
Description: VPC heater current low alarm level
utiltrunk_VPC_Humidity_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_VPC_Humidity_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
%
Description: VPC relative humidity high warning level
warnLo¶
- IDL_Type:
double
- Units:
%
Description: VPC relative humidity low warning level
limitHi¶
- IDL_Type:
double
- Units:
%
Description: VPC relative humidity high alarm level
limitLo¶
- IDL_Type:
double
- Units:
%
Description: VPC relative humidity low alarm level
utiltrunk_VPC_PreFiltPress_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_VPC_PreFiltPress_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC pre-filter air pressure high warning level
warnLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC pre-filter air pressure low warning level
limitHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC pre-filter air pressure high alarm level
limitLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC pre-filter air pressure low alarm level
utiltrunk_VPC_RetnAirTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_VPC_RetnAirTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: VPC return air temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: VPC return air temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: VPC return air temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: VPC return air temperature low alarm level
utiltrunk_VPC_RetnPress_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_VPC_RetnPress_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC return air pressure high warning level
warnLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC return air pressure low warning level
limitHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC return air pressure high alarm level
limitLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC return air pressure low alarm level
utiltrunk_VPC_SplyAirTemp_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_VPC_SplyAirTemp_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
Celsius
Description: VPC supply air temperature high warning level
warnLo¶
- IDL_Type:
double
- Units:
Celsius
Description: VPC supply air temperature low warning level
limitHi¶
- IDL_Type:
double
- Units:
Celsius
Description: VPC supply air temperature high alarm level
limitLo¶
- IDL_Type:
double
- Units:
Celsius
Description: VPC supply air temperature low alarm level
utiltrunk_VPC_SplyAirVel_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_VPC_SplyAirVel_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
m/s
Description: VPC supply air velocity high warning level
warnLo¶
- IDL_Type:
double
- Units:
m/s
Description: VPC supply air velocity low warning level
limitHi¶
- IDL_Type:
double
- Units:
m/s
Description: VPC supply air velocity high alarm level
limitLo¶
- IDL_Type:
double
- Units:
m/s
Description: VPC supply air velocity low alarm level
utiltrunk_VPC_SplyPress_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_VPC_SplyPress_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC supply air pressure high warning level
warnLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC supply air pressure low warning level
limitHi¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC supply air pressure high alarm level
limitLo¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC supply air pressure low alarm level
utiltrunk_VPC_ValvePosn_LimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_VPC_ValvePosn_LimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
warnHi¶
- IDL_Type:
double
- Units:
%
Description: VPC coolant valve position high warning level
warnLo¶
- IDL_Type:
double
- Units:
%
Description: VPC coolant valve position low warning level
limitHi¶
- IDL_Type:
double
- Units:
%
Description: VPC coolant valve position high alarm level
limitLo¶
- IDL_Type:
double
- Units:
%
Description: VPC coolant valve position low alarm level
focal_plane_MonitoringConfig_MonitoringConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_MonitoringConfig_MonitoringConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
postReadoutTriggerTasks¶
- IDL_Type:
string
- Units:
unitless
Description: Regular expression to select tasks to trigger immediately after readout. An empty String means no tasks will be triggered.
readoutPauseTasks¶
- IDL_Type:
string
- Units:
unitless
Description: Regular expression to select tasks to pause before readout. An empty String means no tasks will be paused.
refrig_Cryo3_PicConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo3_PicConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
fanctrl_awGain¶
- IDL_Type:
double
- Units:
unitless
Description: anti-windup gain
fanctrl_baseDuty¶
- IDL_Type:
double
- Units:
unitless
Description: base duty cycle
fanctrl_gain¶
- IDL_Type:
double
- Units:
unitless
Description: loop gain
fanctrl_maxInput¶
- IDL_Type:
double
- Units:
Celsius
Description: maximum input (temp. difference)
fanctrl_maxOutput¶
- IDL_Type:
double
- Units:
unitless
Description: maximum PID output (duty cycle)
fanctrl_minInput¶
- IDL_Type:
double
- Units:
Celsius
Description: minimum input (temp. difference)
fanctrl_minOutput¶
- IDL_Type:
double
- Units:
unitless
Description: minimum PID output (duty cycle)
fanctrl_setTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Temperature set point
fanctrl_smoothTime¶
- IDL_Type:
double
- Units:
second
Description: input smoothing time
fanctrl_timeConst¶
- IDL_Type:
double
- Units:
second
Description: Integration time constant
fanctrl_tolerance¶
- IDL_Type:
double
- Units:
unitless
Description: maximum on-target error (%)
fanctrl_useAbsTemp¶
- IDL_Type:
boolean
- Units:
unitless
Description: true/false to use absolute temperature set point, not difference
refrig_Cryo5_PicConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_Cryo5_PicConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
fanctrl_awGain¶
- IDL_Type:
double
- Units:
unitless
Description: anti-windup gain
fanctrl_baseDuty¶
- IDL_Type:
double
- Units:
unitless
Description: base duty cycle
fanctrl_gain¶
- IDL_Type:
double
- Units:
unitless
Description: loop gain
fanctrl_maxInput¶
- IDL_Type:
double
- Units:
Celsius
Description: maximum input (temp. difference)
fanctrl_maxOutput¶
- IDL_Type:
double
- Units:
unitless
Description: maximum PID output (duty cycle)
fanctrl_minInput¶
- IDL_Type:
double
- Units:
Celsius
Description: minimum input (temp. difference)
fanctrl_minOutput¶
- IDL_Type:
double
- Units:
unitless
Description: minimum PID output (duty cycle)
fanctrl_setTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Temperature set point
fanctrl_smoothTime¶
- IDL_Type:
double
- Units:
second
Description: input smoothing time
fanctrl_timeConst¶
- IDL_Type:
double
- Units:
second
Description: Integration time constant
fanctrl_tolerance¶
- IDL_Type:
double
- Units:
unitless
Description: maximum on-target error (%)
fanctrl_useAbsTemp¶
- IDL_Type:
boolean
- Units:
unitless
Description: true/false to use absolute temperature set point, not difference
refrig_PeriodicTasks_PicConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_PeriodicTasks_PicConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
cryo3_FanCtrl_iterate_updateTime¶
- IDL_Type:
long long
- Units:
ms
Description: Periodic task Cryo3/FanCtrl update time
cryo5_FanCtrl_iterate_updateTime¶
- IDL_Type:
long long
- Units:
ms
Description: Periodic task Cryo5/FanCtrl update time
chiller_PicConfiguration¶
- EFDB_Topic:
MTCamera_logevent_chiller_PicConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
fanctrl_awGain¶
- IDL_Type:
double
- Units:
unitless
Description: anti-windup gain
fanctrl_baseDuty¶
- IDL_Type:
double
- Units:
unitless
Description: base duty cycle
fanctrl_gain¶
- IDL_Type:
double
- Units:
unitless
Description: loop gain
fanctrl_maxInput¶
- IDL_Type:
double
- Units:
Celsius
Description: maximum input (temp. difference)
fanctrl_maxOutput¶
- IDL_Type:
double
- Units:
unitless
Description: maximum PID output (duty cycle)
fanctrl_minInput¶
- IDL_Type:
double
- Units:
Celsius
Description: minimum input (temp. difference)
fanctrl_minOutput¶
- IDL_Type:
double
- Units:
unitless
Description: minimum PID output (duty cycle)
fanctrl_setTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Temperature set point
fanctrl_smoothTime¶
- IDL_Type:
double
- Units:
second
Description: input smoothing time
fanctrl_timeConst¶
- IDL_Type:
double
- Units:
second
Description: Integration time constant
fanctrl_tolerance¶
- IDL_Type:
double
- Units:
unitless
Description: maximum on-target error (%)
fanctrl_useAbsTemp¶
- IDL_Type:
boolean
- Units:
unitless
Description: true/false to use absolute temperature set point, not difference
periodictasks_FanCtrl_iterate_updateTime¶
- IDL_Type:
long long
- Units:
ms
Description: Periodic task FanCtrl update time
thermal_PicConfiguration¶
- EFDB_Topic:
MTCamera_logevent_thermal_PicConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
coldtempctrlc_awGain¶
- IDL_Type:
double
- Units:
unitless
Description: Anti-windup gain
coldtempctrlc_basePower¶
- IDL_Type:
double
- Units:
Watt
Description: Base power input
coldtempctrlc_gain¶
- IDL_Type:
double
- Units:
unitless
Description: Control loop gain
coldtempctrlc_maxInput¶
- IDL_Type:
double
- Units:
Celsius
Description: Maximum allowed input temperature
coldtempctrlc_maxOutput¶
- IDL_Type:
double
- Units:
Watt
Description: Maximum allowed PID output power
coldtempctrlc_minInput¶
- IDL_Type:
double
- Units:
Celsius
Description: Minimum allowed input temperature
coldtempctrlc_minOutput¶
- IDL_Type:
double
- Units:
Watt
Description: Minimum allowed PID output power
coldtempctrlc_smoothTime¶
- IDL_Type:
double
- Units:
second
Description: Input smoothing time
coldtempctrlc_timeConst¶
- IDL_Type:
double
- Units:
second
Description: Integration time constant
coldtempctrlc_tolerance¶
- IDL_Type:
double
- Units:
unitless
Description: Maximum allowed on-target error (%)
coldtempctrlmye_awGain¶
- IDL_Type:
double
- Units:
unitless
Description: Anti-windup gain
coldtempctrlmye_basePower¶
- IDL_Type:
double
- Units:
Watt
Description: Base power input
coldtempctrlmye_gain¶
- IDL_Type:
double
- Units:
unitless
Description: Control loop gain
coldtempctrlmye_maxInput¶
- IDL_Type:
double
- Units:
Celsius
Description: Maximum allowed input temperature
coldtempctrlmye_maxOutput¶
- IDL_Type:
double
- Units:
Watt
Description: Maximum allowed PID output power
coldtempctrlmye_minInput¶
- IDL_Type:
double
- Units:
Celsius
Description: Minimum allowed input temperature
coldtempctrlmye_minOutput¶
- IDL_Type:
double
- Units:
Watt
Description: Minimum allowed PID output power
coldtempctrlmye_smoothTime¶
- IDL_Type:
double
- Units:
second
Description: Input smoothing time
coldtempctrlmye_timeConst¶
- IDL_Type:
double
- Units:
second
Description: Integration time constant
coldtempctrlmye_tolerance¶
- IDL_Type:
double
- Units:
unitless
Description: Maximum allowed on-target error (%)
coldtempctrlpye_awGain¶
- IDL_Type:
double
- Units:
unitless
Description: Anti-windup gain
coldtempctrlpye_basePower¶
- IDL_Type:
double
- Units:
Watt
Description: Base power input
coldtempctrlpye_gain¶
- IDL_Type:
double
- Units:
unitless
Description: Control loop gain
coldtempctrlpye_maxInput¶
- IDL_Type:
double
- Units:
Celsius
Description: Maximum allowed input temperature
coldtempctrlpye_maxOutput¶
- IDL_Type:
double
- Units:
Watt
Description: Maximum allowed PID output power
coldtempctrlpye_minInput¶
- IDL_Type:
double
- Units:
Celsius
Description: Minimum allowed input temperature
coldtempctrlpye_minOutput¶
- IDL_Type:
double
- Units:
Watt
Description: Minimum allowed PID output power
coldtempctrlpye_smoothTime¶
- IDL_Type:
double
- Units:
second
Description: Input smoothing time
coldtempctrlpye_timeConst¶
- IDL_Type:
double
- Units:
second
Description: Integration time constant
coldtempctrlpye_tolerance¶
- IDL_Type:
double
- Units:
unitless
Description: Maximum allowed on-target error (%)
cryotempctrl_awGain¶
- IDL_Type:
double
- Units:
unitless
Description: Anti-windup gain
cryotempctrl_basePower¶
- IDL_Type:
double
- Units:
Watt
Description: Base power input
cryotempctrl_gain¶
- IDL_Type:
double
- Units:
unitless
Description: Control loop gain
cryotempctrl_maxInput¶
- IDL_Type:
double
- Units:
Celsius
Description: Maximum allowed input temperature
cryotempctrl_maxOutput¶
- IDL_Type:
double
- Units:
Watt
Description: Maximum allowed PID output power
cryotempctrl_minInput¶
- IDL_Type:
double
- Units:
Celsius
Description: Minimum allowed input temperature
cryotempctrl_minOutput¶
- IDL_Type:
double
- Units:
Watt
Description: Minimum allowed PID output power
cryotempctrl_smoothTime¶
- IDL_Type:
double
- Units:
second
Description: Input smoothing time
cryotempctrl_timeConst¶
- IDL_Type:
double
- Units:
second
Description: Integration time constant
cryotempctrl_tolerance¶
- IDL_Type:
double
- Units:
unitless
Description: Maximum allowed on-target error (%)
periodictasks_ColdTempCtrlC_iterate_updateTime¶
- IDL_Type:
long long
- Units:
ms
Description: Periodic task ColdTempCtrlC update time
periodictasks_ColdTempCtrlMYE_iterate_updateTime¶
- IDL_Type:
long long
- Units:
ms
Description: Periodic task ColdTempCtrlMYE update time
periodictasks_ColdTempCtrlPYE_iterate_updateTime¶
- IDL_Type:
long long
- Units:
ms
Description: Periodic task ColdTempCtrlPYE update time
periodictasks_CryoTempCtrl_iterate_updateTime¶
- IDL_Type:
long long
- Units:
ms
Description: Periodic task CryoTempCtrl update time
utiltrunk_MPCFan_PicConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_MPCFan_PicConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
awGain¶
- IDL_Type:
double
- Units:
unitless
Description: Anti-windup gain
baseDuty¶
- IDL_Type:
double
- Units:
unitless
Description: Base duty cycle input
gain¶
- IDL_Type:
double
- Units:
unitless
Description: Loop gain
maxDutyCycle¶
- IDL_Type:
double
- Units:
unitless
Description: Maximum duty cycle
maxInput¶
- IDL_Type:
double
- Units:
Celsius
Description: Maximum input (temperature difference)
maxRpm¶
- IDL_Type:
long
- Units:
rpm
Description: Maximum fan speed
minDutyCycle¶
- IDL_Type:
double
- Units:
unitless
Description: Minimum duty cycle
minInput¶
- IDL_Type:
double
- Units:
Celsius
Description: Minimum input (temperature difference)
minRpm¶
- IDL_Type:
long
- Units:
rpm
Description: Minimum fan speed
offDutyCycle¶
- IDL_Type:
double
- Units:
unitless
Description: Turn-off duty cycle
settleTime¶
- IDL_Type:
long
- Units:
ms
Description: Fan speed settle time
smoothTime¶
- IDL_Type:
double
- Units:
s
Description: Input smoothing time
timeConst¶
- IDL_Type:
double
- Units:
s
Description: Integration time constant
tolerance¶
- IDL_Type:
double
- Units:
unitless
Description: Maximum on-target error (%)
utiltrunk_PeriodicTasks_Fan_loop_MPCFan_PicConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_PeriodicTasks_Fan_loop_MPCFan_PicConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
updateTime¶
- IDL_Type:
long long
- Units:
ms
Description: Fan Loop MPCFan update time
utiltrunk_PeriodicTasks_Fan_loop_UTFan_PicConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_PeriodicTasks_Fan_loop_UTFan_PicConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
updateTime¶
- IDL_Type:
long long
- Units:
ms
Description: Fan Loop UTFan update time
utiltrunk_PeriodicTasks_Fan_loop_VPCFan_PicConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_PeriodicTasks_Fan_loop_VPCFan_PicConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
updateTime¶
- IDL_Type:
long long
- Units:
ms
Description: Fan Loop VPCFan update time
utiltrunk_UTFan_PicConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UTFan_PicConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
awGain¶
- IDL_Type:
double
- Units:
unitless
Description: Anti-windup gain
baseDuty¶
- IDL_Type:
double
- Units:
unitless
Description: Base duty cycle input
gain¶
- IDL_Type:
double
- Units:
unitless
Description: Loop gain
maxDutyCycle¶
- IDL_Type:
double
- Units:
unitless
Description: Maximum duty cycle
maxInput¶
- IDL_Type:
double
- Units:
Celsius
Description: Maximum input (temperature difference)
maxRpm¶
- IDL_Type:
long
- Units:
rpm
Description: Maximum fan speed
minDutyCycle¶
- IDL_Type:
double
- Units:
unitless
Description: Minimum duty cycle
minInput¶
- IDL_Type:
double
- Units:
Celsius
Description: Minimum input (temperature difference)
minRpm¶
- IDL_Type:
long
- Units:
rpm
Description: Minimum fan speed
offDutyCycle¶
- IDL_Type:
double
- Units:
unitless
Description: Turn-off duty cycle
settleTime¶
- IDL_Type:
long
- Units:
ms
Description: Fan speed settle time
smoothTime¶
- IDL_Type:
double
- Units:
s
Description: Input smoothing time
timeConst¶
- IDL_Type:
double
- Units:
s
Description: Integration time constant
tolerance¶
- IDL_Type:
double
- Units:
unitless
Description: Maximum on-target error (%)
utiltrunk_VPCFan_PicConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_VPCFan_PicConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
awGain¶
- IDL_Type:
double
- Units:
unitless
Description: Anti-windup gain
baseDuty¶
- IDL_Type:
double
- Units:
unitless
Description: Base duty cycle input
gain¶
- IDL_Type:
double
- Units:
unitless
Description: Loop gain
maxDutyCycle¶
- IDL_Type:
double
- Units:
unitless
Description: Maximum duty cycle
maxInput¶
- IDL_Type:
double
- Units:
Celsius
Description: Maximum input (temperature difference)
maxRpm¶
- IDL_Type:
long
- Units:
rpm
Description: Maximum fan speed
minDutyCycle¶
- IDL_Type:
double
- Units:
unitless
Description: Minimum duty cycle
minInput¶
- IDL_Type:
double
- Units:
Celsius
Description: Minimum input (temperature difference)
minRpm¶
- IDL_Type:
long
- Units:
rpm
Description: Minimum fan speed
offDutyCycle¶
- IDL_Type:
double
- Units:
unitless
Description: Turn-off duty cycle
settleTime¶
- IDL_Type:
long
- Units:
ms
Description: Fan speed settle time
smoothTime¶
- IDL_Type:
double
- Units:
s
Description: Input smoothing time
timeConst¶
- IDL_Type:
double
- Units:
s
Description: Integration time constant
tolerance¶
- IDL_Type:
double
- Units:
unitless
Description: Maximum on-target error (%)
rebpower_Rebps_PowerConfiguration¶
- EFDB_Topic:
MTCamera_logevent_rebpower_Rebps_PowerConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
ipAddr¶
- IDL_Type:
string
- Units:
unitless
Description: REB PS IP address (colon delimited array)
location¶
- IDL_Type:
string
- Units:
unitless
Description: rebps location
nPowerOnPub¶
- IDL_Type:
long
- Units:
unitless
- Count:
13
Description: Number of publications after a power on sequence
quadbox_BFR_QuadboxConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_BFR_QuadboxConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
node¶
- IDL_Type:
long
- Units:
unitless
Description: The node board id
quadbox_PDU_24VC_QuadboxConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_PDU_24VC_QuadboxConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
node¶
- IDL_Type:
long
- Units:
unitless
Description: The PDU node id.
quadbox_PDU_24VD_QuadboxConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_PDU_24VD_QuadboxConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
node¶
- IDL_Type:
long
- Units:
unitless
Description: The PDU node id.
quadbox_PDU_48V_QuadboxConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_PDU_48V_QuadboxConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
node¶
- IDL_Type:
long
- Units:
unitless
Description: The PDU node id.
quadbox_PDU_5V_QuadboxConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_PDU_5V_QuadboxConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
node¶
- IDL_Type:
long
- Units:
unitless
Description: The PDU node id.
quadbox_REB_Bulk_PS_QuadboxConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_REB_Bulk_PS_QuadboxConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
node¶
- IDL_Type:
long
- Units:
unitless
Description: REB Bulk PS board id
focal_plane_Raft_RaftTempControlConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_Raft_RaftTempControlConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
location¶
- IDL_Type:
string
- Units:
unitless
Description: raft location
tempcontrol_basePower¶
- IDL_Type:
double
- Units:
Watt
- Count:
25
Description: base power input
tempcontrol_coefD¶
- IDL_Type:
double
- Units:
unitless
- Count:
25
Description: PID D coeficient
tempcontrol_coefI¶
- IDL_Type:
double
- Units:
unitless
- Count:
25
Description: PID I coeficient
tempcontrol_coefP¶
- IDL_Type:
double
- Units:
unitless
- Count:
25
Description: PID P coeficient
tempcontrol_maxInput¶
- IDL_Type:
double
- Units:
unitless
- Count:
25
Description: maximum input
tempcontrol_maxOutput¶
- IDL_Type:
double
- Units:
Watt
- Count:
25
Description: maximum PID output
tempcontrol_minInput¶
- IDL_Type:
double
- Units:
unitless
- Count:
25
Description: minimum input
tempcontrol_minOutput¶
- IDL_Type:
double
- Units:
Watt
- Count:
25
Description: minimum PID output
tempcontrol_rebs¶
- IDL_Type:
string
- Units:
unitless
Description: The REBs with heaters to use (colon delimited array)
tempcontrol_setTemp¶
- IDL_Type:
double
- Units:
C
- Count:
25
Description: Temperature set point
tempcontrol_smoothTime¶
- IDL_Type:
double
- Units:
second
- Count:
25
Description: input smoothing time
tempcontrol_tempChans¶
- IDL_Type:
string
- Units:
unitless
Description: Temperature channels to use (colon delimited array)
tempcontrol_timeConst¶
- IDL_Type:
double
- Units:
second
- Count:
25
Description: integration time constant
focal_plane_Raft_RaftTempControlStatusConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_Raft_RaftTempControlStatusConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
location¶
- IDL_Type:
string
- Units:
unitless
Description: raft location
tempcontrol_active¶
- IDL_Type:
boolean
- Units:
unitless
- Count:
25
Description: True if loop is active
focal_plane_Reb_RaftsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_Reb_RaftsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
bias0_csGateP¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current source
bias0_gdP¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Guard diode
bias0_odP¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output drain
bias0_ogP¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output gate
bias0_rdP¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset drain
bias1_csGateP¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current source
bias1_gdP¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Guard diode
bias1_odP¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output drain
bias1_ogP¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output gate
bias1_rdP¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset drain
bias2_csGateP¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current source
bias2_gdP¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Guard diode
bias2_odP¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output drain
bias2_ogP¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output gate
bias2_rdP¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset drain
dac_pclkHighP¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel clock high
dac_pclkLowP¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel clock low
dac_rgHighP¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset gate high
dac_rgLowP¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset gate low
dac_sclkHighP¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial clock high
dac_sclkLowP¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial clock low
disableRTDHardwareCheck¶
- IDL_Type:
boolean
- Units:
unitless
- Count:
71
Description: Disables the RTD derived CCD type check.
location¶
- IDL_Type:
string
- Units:
unitless
Description: reb location
serialNum¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: The REB Serial Number
focal_plane_Reb_RaftsLimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_Reb_RaftsLimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
bias0_gdMax¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Guard diode max
bias0_gdMin¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Guard diode min
bias0_odMax¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output drain max
bias0_odMin¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output drain min
bias0_ogMax¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output gate max
bias0_ogMin¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output gate min
bias0_rdMax¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset drain max
bias0_rdMin¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset drain min
bias1_gdMax¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Guard diode max
bias1_gdMin¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Guard diode min
bias1_odMax¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output drain max
bias1_odMin¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output drain min
bias1_ogMax¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output gate max
bias1_ogMin¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output gate min
bias1_rdMax¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset drain max
bias1_rdMin¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset drain min
bias2_gdMax¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Guard diode max
bias2_gdMin¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Guard diode min
bias2_odMax¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output drain max
bias2_odMin¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output drain min
bias2_ogMax¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output gate max
bias2_ogMin¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output gate min
bias2_rdMax¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset drain max
bias2_rdMin¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset drain min
dac_pclkHighMax¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel clock high max
dac_pclkHighMin¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel clock high min
dac_pclkLowMax¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel clock low max
dac_pclkLowMin¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel clock low min
dac_rgHighMax¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset gate high max
dac_rgHighMin¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset gate high min
dac_rgLowMax¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset gate low max
dac_rgLowMin¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset gate low min
dac_sclkHighMax¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial clock high max
dac_sclkHighMin¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial clock high min
dac_sclkLowMax¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial clock low max
dac_sclkLowMin¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial clock low min
location¶
- IDL_Type:
string
- Units:
unitless
Description: reb location
focal_plane_Reb_RaftsPowerConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_Reb_RaftsPowerConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
bias0_gdCal¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: GD convert factor
bias0_gdTestVolts¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Shorts Test Voltage for GD
bias0_gdTol¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Guard diode tolerance
bias0_gdValueErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for GD at TestVolts
bias0_gdZeroErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for GD at 0V
bias0_odCal¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: OD convert factor
bias0_odIMax¶
- IDL_Type:
double
- Units:
A
- Count:
71
Description: Max ODI value
bias0_odTol¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output drain tolerance
bias0_odZeroErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for OD at 0V
bias0_ogCal¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: OG convert factor
bias0_ogTestVolts¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Shorts Test Voltage for OG
bias0_ogTol¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output gate tolerance
bias0_ogValueErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for OG at TestVolts
bias0_ogZeroErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for OG at 0V
bias0_rdCal¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: RD convert factor
bias0_rdTestVolts¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Shorts Test Voltage for RD
bias0_rdTol¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset drain tolerance
bias0_rdValueErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for RD at TestVolts
bias0_rdZeroErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for RD at 0V
bias1_gdCal¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: GD convert factor
bias1_gdTestVolts¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Shorts Test Voltage for GD
bias1_gdTol¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Guard diode tolerance
bias1_gdValueErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for GD at TestVolts
bias1_gdZeroErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for GD at 0V
bias1_odCal¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: OD convert factor
bias1_odIMax¶
- IDL_Type:
double
- Units:
A
- Count:
71
Description: Max ODI value
bias1_odTol¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output drain tolerance
bias1_odZeroErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for OD at 0V
bias1_ogCal¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: OG convert factor
bias1_ogTestVolts¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Shorts Test Voltage for OG
bias1_ogTol¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output gate tolerance
bias1_ogValueErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for OG at TestVolts
bias1_ogZeroErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for OG at 0V
bias1_rdCal¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: RD convert factor
bias1_rdTestVolts¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Shorts Test Voltage for RD
bias1_rdTol¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset drain tolerance
bias1_rdValueErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for RD at TestVolts
bias1_rdZeroErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for RD at 0V
bias2_gdCal¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: GD convert factor
bias2_gdTestVolts¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Shorts Test Voltage for GD
bias2_gdTol¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Guard diode tolerance
bias2_gdValueErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for GD at TestVolts
bias2_gdZeroErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for GD at 0V
bias2_odCal¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: OD convert factor
bias2_odIMax¶
- IDL_Type:
double
- Units:
A
- Count:
71
Description: Max ODI value
bias2_odTol¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output drain tolerance
bias2_odZeroErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for OD at 0V
bias2_ogCal¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: OG convert factor
bias2_ogTestVolts¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Shorts Test Voltage for OG
bias2_ogTol¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Output gate tolerance
bias2_ogValueErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for OG at TestVolts
bias2_ogZeroErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for OG at 0V
bias2_rdCal¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: RD convert factor
bias2_rdTestVolts¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Shorts Test Voltage for RD
bias2_rdTol¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset drain tolerance
bias2_rdValueErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for RD at TestVolts
bias2_rdZeroErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for RD at 0V
clkhiAmin¶
- IDL_Type:
double
- Units:
A
- Count:
71
Description: Minimum ON_State CLKHI (A) per REB
clkhiQmax¶
- IDL_Type:
double
- Units:
A
- Count:
71
Description: Max OFF_State CLKHI (A) per REB
clkliAmin¶
- IDL_Type:
double
- Units:
A
- Count:
71
Description: Minimum ON_State CLKLI (A) per REB
clkliQmax¶
- IDL_Type:
double
- Units:
A
- Count:
71
Description: Max OFF_State CLKLI (A) per REB
dac_clkhIMax¶
- IDL_Type:
double
- Units:
A
- Count:
71
Description: Max ClkHI value
dac_clklIMax¶
- IDL_Type:
double
- Units:
A
- Count:
71
Description: Max ClkLI value
dac_pclkHighCal¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: Parallel high calib
dac_pclkHighTestV¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Shorts Test Voltage for PClkU
dac_pclkHighTol¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel high tolerance
dac_pclkHighValueErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for PClkU TestV
dac_pclkHighZeroErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for 0V w/PClkU test
dac_pclkLowCal¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: Parallel low calib
dac_pclkLowTestV¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Shorts Test Voltage for PClkL
dac_pclkLowTol¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel low tolerance
dac_pclkLowValueErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for PClkL TestV
dac_pclkLowZeroErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for 0V w/PClkL test
dac_rgHighCal¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: Reset high calib
dac_rgHighTestV¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Shorts Test Voltage for RGU
dac_rgHighTol¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset high tolerance
dac_rgHighValueErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for RGU TestV
dac_rgHighZeroErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for 0V w/RGU test
dac_rgLowCal¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: Reset low calib
dac_rgLowTestV¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Shorts Test Voltage for RGL
dac_rgLowTol¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset low tolerance
dac_rgLowValueErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for RGL TestV
dac_rgLowZeroErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for 0V w/RGL test
dac_sclkHighCal¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: Serial high calib
dac_sclkHighTestV¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Shorts Test Voltage for SClkU
dac_sclkHighTol¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial high tolerance
dac_sclkHighValueErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for SClkU TestV
dac_sclkHighZeroErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for 0V w/SClkU test
dac_sclkLowCal¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: Serial low calib
dac_sclkLowTestV¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Shorts Test Voltage for SClkL
dac_sclkLowTol¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial low tolerance
dac_sclkLowValueErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for SClkL TestV
dac_sclkLowZeroErr¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Tolerance for 0V w/SClkL test
location¶
- IDL_Type:
string
- Units:
unitless
Description: reb location
maxDelta¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Max allowed SlowAdcs delta
maxStep¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Max allowed SlowAdcs step
minTol¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Min allowed SlowAdcs tolerance
nPowerOnPub¶
- IDL_Type:
long
- Units:
unitless
- Count:
71
Description: Number of consequtive monitor-update pubs after trigger
odiAmin¶
- IDL_Type:
double
- Units:
A
- Count:
71
Description: Minimum ON_State ODI (A) per CCD
odiQmax¶
- IDL_Type:
double
- Units:
A
- Count:
71
Description: Max OFF_State ODI (A) per CCD
thermal_RefrigConfiguration¶
- EFDB_Topic:
MTCamera_logevent_thermal_RefrigConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
coldtempctrlc_tempDeadband¶
- IDL_Type:
double
- Units:
Celsius
Description: The temperature limit dead band
coldtempctrlc_tempLimit¶
- IDL_Type:
double
- Units:
Celsius
Description: The temperature limit causing heaters to be disabled
coldtempctrlc_tempWeights¶
- IDL_Type:
string
- Units:
unitless
Description: The map of temperature channel weights (colon delimited array)
coldtempctrlmye_tempDeadband¶
- IDL_Type:
double
- Units:
Celsius
Description: The temperature limit dead band
coldtempctrlmye_tempLimit¶
- IDL_Type:
double
- Units:
Celsius
Description: The temperature limit causing heaters to be disabled
coldtempctrlmye_tempWeights¶
- IDL_Type:
string
- Units:
unitless
Description: The map of temperature channel weights (colon delimited array)
coldtempctrlpye_tempDeadband¶
- IDL_Type:
double
- Units:
Celsius
Description: The temperature limit dead band
coldtempctrlpye_tempLimit¶
- IDL_Type:
double
- Units:
Celsius
Description: The temperature limit causing heaters to be disabled
coldtempctrlpye_tempWeights¶
- IDL_Type:
string
- Units:
unitless
Description: The map of temperature channel weights (colon delimited array)
cryotempctrl_tempDeadband¶
- IDL_Type:
double
- Units:
Celsius
Description: The temperature limit dead band
cryotempctrl_tempLimit¶
- IDL_Type:
double
- Units:
Celsius
Description: The temperature limit causing heaters to be disabled
cryotempctrl_tempWeights¶
- IDL_Type:
string
- Units:
unitless
Description: The map of temperature channel weights (colon delimited array)
trimpower_coldPowerWeights¶
- IDL_Type:
double
- Units:
unitless
- Count:
6
Description: Cold Power weights
trimpower_connType¶
- IDL_Type:
string
- Units:
unitless
Description: Power supply connection type
trimpower_cryoPowerWeights¶
- IDL_Type:
double
- Units:
unitless
- Count:
6
Description: Cryo Power weights
trimpower_devcId¶
- IDL_Type:
string
- Units:
unitless
Description: Power supply device id
trimpower_devcParm¶
- IDL_Type:
long
- Units:
unitless
Description: Power supply device parameter
trimpower_node¶
- IDL_Type:
long
- Units:
unitless
Description: Heater PS node number
focal_plane_SequencerConfig_SequencerConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_SequencerConfig_SequencerConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
clearCountParameter¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the clear count parameter
clearMain¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the clear main
idleFlushMain¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the idle flush main
idleFlushTimeout¶
- IDL_Type:
long long
- Units:
unitless
Description: Idle time in milliseconds before sequencer will enter IDLE_FLUSH. Can be zero (enter immeidately) or negative (never)
integrateMain¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the integrate main
metaDataRegisters¶
- IDL_Type:
string
- Units:
unitless
Description: Names of meta-data related registers which must be in the sequencer (colon delimited array)
overCols¶
- IDL_Type:
long
- Units:
unitless
Description: Allows overCols setting specified in the sequencer file to be overriden
overRows¶
- IDL_Type:
long
- Units:
unitless
Description: Allows overRows setting specified in the sequencer file to be overriden
postCols¶
- IDL_Type:
long
- Units:
unitless
Description: Allows postCols setting specified in the sequencer file to be overriden
postRows¶
- IDL_Type:
long
- Units:
unitless
Description: Allows postRows setting specified in the sequencer file to be overriden
preCols¶
- IDL_Type:
long
- Units:
unitless
Description: Allows preCols setting specified in the sequencer file to be overriden
preRows¶
- IDL_Type:
long
- Units:
unitless
Description: Allows preRows setting specified in the sequencer file to be overriden
pseudoReadMain¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the pseudo read main
readCols¶
- IDL_Type:
long
- Units:
unitless
Description: Allows readCols setting specified in the sequencer file to be overriden
readCols2¶
- IDL_Type:
long
- Units:
unitless
Description: Allows readCols2 setting specified in the sequencer file to be overriden
readMain¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the read main
readRows¶
- IDL_Type:
long
- Units:
unitless
Description: Allows readRows setting specified in the sequencer file to be overriden
rowShiftForwardMain¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the row shift forward main
rowShiftReverseMain¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the row shift reverse main
scanMode¶
- IDL_Type:
boolean
- Units:
unitless
Description: True if the sequencer is in scan mode
sequencer¶
- IDL_Type:
string
- Units:
unitless
Description: Map of sequencer names to load (by type, ITL or E2V) (colon delimited array)
sequencerChecksums¶
- IDL_Type:
string
- Units:
unitless
Description: Checksums for the loaded sequencers, by type (colon delimited array)
shiftCountParameter¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the shift count parameter
stepAfterIntegrate¶
- IDL_Type:
boolean
- Units:
unitless
Description: Perform a step rather than stop after integrate
transparentMode¶
- IDL_Type:
long
- Units:
unitless
Description: True if the ASPIC is in transparent mode
underCols¶
- IDL_Type:
long
- Units:
unitless
Description: Allows underCols setting specified in the sequencer file to be overriden
useParallelRegisters¶
- IDL_Type:
boolean
- Units:
unitless
Description: Read all registers in parallel when waiting for sequencers to stop
daq_monitor_Stats_StatisticsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_daq_monitor_Stats_StatisticsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
minDiffAlertWarning¶
- IDL_Type:
long
- Units:
unitless
Description: minimum difference between successive reads to raise Alert at warning level
minDiffLogWarning¶
- IDL_Type:
long
- Units:
unitless
Description: minimum difference between successive reads to put warning in log
sumDriverChecks¶
- IDL_Type:
string
- Units:
unitless
Description: Driver Stats for warnings on sums (colon delimited array)
sumDriverStats¶
- IDL_Type:
string
- Units:
unitless
Description: Driver Stats for sums over location (colon delimited array)
sumFirmwareChecks¶
- IDL_Type:
string
- Units:
unitless
Description: Firmware Stats for warnings on sums (colon delimited array)
sumFirmwareStats¶
- IDL_Type:
string
- Units:
unitless
Description: Firmware Stats for sums over location (colon delimited array)
sumRdsChecks¶
- IDL_Type:
string
- Units:
unitless
Description: Rds Stats for warnings on sums (colon delimited array)
sumRdsStats¶
- IDL_Type:
string
- Units:
unitless
Description: Rds Stats for sums over location (colon delimited array)
sumRmsChecks¶
- IDL_Type:
string
- Units:
unitless
Description: Rms Stats for warnings on sums (colon delimited array)
sumRmsStats¶
- IDL_Type:
string
- Units:
unitless
Description: Rms Stats for sums over location (colon delimited array)
daq_monitor_StoreConfiguration¶
- EFDB_Topic:
MTCamera_logevent_daq_monitor_StoreConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
alarmPurgeFailures¶
- IDL_Type:
long
- Units:
unitless
Description: number of successive autoPurge failures for alarm
daqPartition¶
- IDL_Type:
string
- Units:
unitless
Description: partition containing DAQ store
daq_monitor_Store_StoreConfiguration¶
- EFDB_Topic:
MTCamera_logevent_daq_monitor_Store_StoreConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
daqFolder¶
- IDL_Type:
string
- Units:
unitless
Description: top-level folder for DAQ store
enableAutoPurge¶
- IDL_Type:
boolean
- Units:
unitless
Description: enable automatic purge of DAQ store
purgeTarget¶
- IDL_Type:
double
- Units:
unitless
Description: goal of purge for maximum fractional disk space used
purgeThreshold¶
- IDL_Type:
double
- Units:
unitless
Description: fraction of used disk space to trigger a store purge
thermal_ThermalLimitsConfiguration¶
- EFDB_Topic:
MTCamera_logevent_thermal_ThermalLimitsConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
coldTempLimit¶
- IDL_Type:
double
- Units:
Celsius
Description: High limit for cold plate temperatures
coldTempLowLimit¶
- IDL_Type:
double
- Units:
Celsius
Description: Low limit for cold plate temperatures
cryoTempLowLimit¶
- IDL_Type:
double
- Units:
Celsius
Description: Low limit for cryo plate temperatures
utiltrunk_BFR_UtilConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_BFR_UtilConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
node¶
- IDL_Type:
long
- Units:
unitless
Description: BFR node number
utiltrunk_PDU_48V_UtilConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_PDU_48V_UtilConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
node¶
- IDL_Type:
long
- Units:
unitless
Description: PDU node number
utiltrunk_UtilConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_UtilConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
maxTemperature¶
- IDL_Type:
double
- Units:
Celsius
Description: Maximum allowed temperature
vacuum_PDU_VacuumConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_PDU_VacuumConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
node¶
- IDL_Type:
long
- Units:
unitless
Description: PDU node id
vacuum_VacuumConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_VacuumConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
cryoPScale¶
- IDL_Type:
double
- Units:
unitless
Description: scale for the allowed cryostat-foreline pressure difference
cryoPdiffFloor¶
- IDL_Type:
double
- Units:
Torr
Description: floor value for the allowed cryostat-foreline pressure difference
delayCCOff¶
- IDL_Type:
double
- Units:
ms
Description: vacuum gauge cold cathode off delay
hxPScale¶
- IDL_Type:
double
- Units:
unitless
Description: scale for the allowed HX-foreline pressure difference
hxPdiffFloor¶
- IDL_Type:
double
- Units:
Torr
Description: floor value for the allowed HX-foreline pressure difference
pChangeStateUpdate¶
- IDL_Type:
double
- Units:
Torr
Description: cryostat pressure change pumpcart panel update trigger
pFLChangeStateUpdate¶
- IDL_Type:
double
- Units:
Torr
Description: foreline pressure change pumpcart panel update trigger
pPCChangeStateUpdate¶
- IDL_Type:
double
- Units:
Torr
Description: pumpcart pressure change pumpcart panel update trigger
pcPdiffFloor¶
- IDL_Type:
double
- Units:
Torr
Description: floor value for the allowable difference btwn the foreline and the PC inlet pressure
pcPdiffScaleFactor¶
- IDL_Type:
double
- Units:
unitless
Description: scale value for the allowable difference btwn the foreline and the PC inlet pressure
pressCCEnable¶
- IDL_Type:
double
- Units:
Torr
Description: max pressure allowed for enabling the vacuum gauge cold cathode
pressCCOff¶
- IDL_Type:
double
- Units:
Torr
Description: max pressure allowed for enabling the vacuum gauge cold cathode
pressDiffHighMin¶
- IDL_Type:
double
- Units:
Torr
Description: max allowed press difference across gate valve when turbo not spinning
pressDiffLow¶
- IDL_Type:
double
- Units:
Torr
Description: max allowed press difference across gate valve
pressForelineLow¶
- IDL_Type:
double
- Units:
Torr
Description: max foreline pressure at which turbo pump is enabled
pressIonEnable¶
- IDL_Type:
double
- Units:
Torr
Description: pressure below which the ion pumps are enabled
pressIonOff¶
- IDL_Type:
double
- Units:
Torr
Description: pressure above which the ion pumps are turned off
pressRefrigOk¶
- IDL_Type:
double
- Units:
Torr
Description: max pressure for allowing refrigeration to operate
pressTurboLow¶
- IDL_Type:
double
- Units:
Torr
Description: max turbo pressure at which turbo pump is enabled
pressVacuum¶
- IDL_Type:
double
- Units:
Torr
Description: pressure below which the system considered to be under vacuum and for correspondingly setting the state
speedFractTurboLow¶
- IDL_Type:
double
- Units:
unitless
Description: fraction of max turbo speed below which the turbo is considered to be not spinning
tranTimeCryoGate¶
- IDL_Type:
long long
- Units:
ms
Description: max cryo gate transit time between limit switches before declaring a problem
tranTimeHxGate¶
- IDL_Type:
long long
- Units:
ms
Description: max cryo gate transit time between limit switches before declaring a problem
focal_plane_WebHooksConfig_VisualizationConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_WebHooksConfig_VisualizationConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
webHooks¶
- IDL_Type:
string
- Units:
unitless
Description: List of webhook URLs (colon delimited array)
utiltrunk_VPCHtrs_VpcConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_VPCHtrs_VpcConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
deltaTemps¶
- IDL_Type:
double
- Units:
Celsius
- Count:
2
Description: Heater turn-on temperature differences
updateTime¶
- IDL_Type:
long
- Units:
ms
Description: Control loop update time
alertRaised¶
Description: Event sent when camera alert status changes
- EFDB_Topic:
MTCamera_logevent_alertRaised
timestampAlertStatusChanged¶
- IDL_Type:
double
- Units:
second
Description: The time when the status change occurred
alertId¶
- IDL_Type:
string
- Units:
unitless
Description: The alertId corresponding to this alert
description¶
- IDL_Type:
string
- Units:
unitless
Description: The description corresponding to this alertId
currentSeverity¶
- IDL_Type:
long
- Units:
unitless
- Enumeration:
NOMINAL,WARNING, ALARM
Description: The current severity level for this alert
highestSeverity¶
- IDL_Type:
long
- Units:
unitless
Description: The highest severity level for this alert since last clear
isCleared¶
- IDL_Type:
boolean
- Units:
unitless
Description: Whether the alert has been cleared
cause¶
- IDL_Type:
string
- Units:
unitless
Description: The cause corresponding to this alert
origin¶
- IDL_Type:
string
- Units:
unitless
Description: The CCS subsystem which raised this alert
additionalInfo¶
- IDL_Type:
string
- Units:
unitless
Description: Any additional info associated with this raised alert. To allow for future flexibility, usage TBD.
fcs_Autochanger_autochangerConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Autochanger_autochangerConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
autochangertrucks_adjustmentFactor¶
- IDL_Type:
double
- Units:
micron/V
Description: Adjustment factor.
autochangertrucks_approachOnlinePosition¶
- IDL_Type:
long
- Units:
micron
Description: Approach ONLINE position
autochangertrucks_approachStandbyPosition¶
- IDL_Type:
long
- Units:
micron
Description: Approach STANDBY position
autochangertrucks_deltaPositionForAlignLenient¶
- IDL_Type:
long
- Units:
micron
Description: Value in alignFollower when we want a lenient alignment : alignment of follower is done when |deltaPosition| > deltaPositionForAlignLenient.
autochangertrucks_deltaPositionForAlignStrict¶
- IDL_Type:
long
- Units:
micron
Description: Value in alignFollower when we want a strict alignment : alignment of follower is done when |deltaPosition| > deltaPositionForAlignStrict.
autochangertrucks_deltaPositionForAlignStrictLoader¶
- IDL_Type:
long
- Units:
micron
Description: Value in alignFollower when we want a strict alignment for interactions with Loader : alignment of follower is done when |deltaPosition| > deltaPositionForAlignStrictForLoader.
autochangertrucks_deltaPreliminaryTargetPosition¶
- IDL_Type:
long
- Units:
micron
Description: Proximity to preliminaryTargetPosition to allow to find the true ONLINE position
autochangertrucks_driverSide¶
- IDL_Type:
string
- Units:
unitless
Description: Which of the two trucks is master. Should be ‘Xminus’ if acTruckXminus is master, or ‘Xplus’ if acTruckXplus is master. Used in the build method
autochangertrucks_handoffPosition¶
- IDL_Type:
long
- Units:
micron
Description: HANDOFF position
autochangertrucks_highAcceleration¶
- IDL_Type:
long
- Units:
unitless
Description: High acceleration to approach STANDBY position
autochangertrucks_highDeceleration¶
- IDL_Type:
long
- Units:
unitless
Description: High deceleration to approach STANDBY position
autochangertrucks_highSpeed¶
- IDL_Type:
long
- Units:
unitless
Description: High speed to approach STANDBY position
autochangertrucks_lowAcceleration¶
- IDL_Type:
long
- Units:
unitless
Description: Low acceleration to approach STANDBY position
autochangertrucks_lowDeceleration¶
- IDL_Type:
long
- Units:
unitless
Description: Low deceleration to approach STANDBY position
autochangertrucks_lowSpeed¶
- IDL_Type:
long
- Units:
unitless
Description: Low speed to approach STANDBY position
autochangertrucks_maxActualPositionValue¶
- IDL_Type:
long
- Units:
micron
Description: Maximal position for autochanger trucks
autochangertrucks_minActualPositionValue¶
- IDL_Type:
long
- Units:
micron
Description: Minimal position for autochanger trucks
autochangertrucks_minTargetPosition¶
- IDL_Type:
long
- Units:
micron
Description: Lowest position to be used by command moveAndClampFilterOnline.
autochangertrucks_naturalPosition¶
- IDL_Type:
long
- Units:
micron
Description: Natural position at ONLINE position used by process whichmoves a filter at ONLINE position.
autochangertrucks_onlinePosition¶
- IDL_Type:
long
- Units:
micron
Description: ONLINE position
autochangertrucks_positionRangeAtHandoff¶
- IDL_Type:
long
- Units:
micron
Description: Position is reached at HANDOFF if |targetPosition - driverPosition| < positionRangeAtOnHandoff
autochangertrucks_positionRangeAtOnline¶
- IDL_Type:
long
- Units:
micron
Description: Position is reached at ONLINE if |targetPosition - driverPosition| < positionRangeAtOnline
autochangertrucks_positionRangeAtStandby¶
- IDL_Type:
long
- Units:
micron
Description: Position is reached at STANDBY if |targetPosition - driverPosition| < positionRangeAtStandby
autochangertrucks_positionRangeInTravel¶
- IDL_Type:
long
- Units:
micron
Description: Position is reached in TRAVEL if |targetPosition - driverPosition| < positionRangeAtOnline
autochangertrucks_prelimaryTargetPosition¶
- IDL_Type:
long
- Units:
micron
Description: Preliminary ONLINE position, used by process whichmoves a filter at ONLINE position.
autochangertrucks_proximitySensorInput¶
- IDL_Type:
long
- Units:
unitless
Description: Input number on the ADC where proximity sensor is plugged
autochangertrucks_slowMotionPosition¶
- IDL_Type:
long
- Units:
micron
Description: Slow motion point until online
autochangertrucks_standbyPosition¶
- IDL_Type:
long
- Units:
micron
Description: STANDBY position to be used to store a filter on carousel
autochangertrucks_standbyPositionEmpty¶
- IDL_Type:
long
- Units:
micron
Description: STANDBY position to be used when grabing a filter on Carousel
autochangertrucks_timeoutForAlignFollower¶
- IDL_Type:
long long
- Units:
millisecond
Description: Time to align follower on driver controller
autochangertrucks_timeoutForTrucksMotion¶
- IDL_Type:
long long
- Units:
millisecond
Description: Time for trucks motion from ONLINE to STANDBY
autochangertrucks_umax¶
- IDL_Type:
double
- Units:
V
Description: Maximum value of voltage read on proximitySensor.
autochangertrucks_umin¶
- IDL_Type:
double
- Units:
V
Description: Minimum value of voltage read on proximitySensor.
autochangertrucks_utarget¶
- IDL_Type:
double
- Units:
V
Description: Voltage target on proximitySensor.
latches_latchXminus_currentToOpen¶
- IDL_Type:
long
- Units:
mA
Description: Current to be sent to the controller to open the latch.
latches_latchXminus_timeoutForLatchMotion¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for opening or closing latch.
latches_latchXplus_currentToOpen¶
- IDL_Type:
long
- Units:
mA
Description: Current to be sent to the controller to open the latch.
latches_latchXplus_timeoutForLatchMotion¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for opening or closing latch.
onlineclamps_maxClosedStrain¶
- IDL_Type:
short
- Units:
mV
Description: If strain superior to maxClosedStrain, clamps are OPENED
onlineclamps_maxLockedStrain¶
- IDL_Type:
short
- Units:
mV
Description: If strain strictly inferior to maxLockedStrain, clamps are LOCKED
onlineclamps_maxTimeToCloseClampsX¶
- IDL_Type:
long
- Units:
millisecond
Description: Maximum time in milliseconds to close the 3 clamps
onlineclamps_maxTimeToLockAllClamps¶
- IDL_Type:
long
- Units:
millisecond
Description: Maximum time in milliseconds to lock the 3 clamps
onlineclamps_maxTimeToOpenClampsX¶
- IDL_Type:
long
- Units:
millisecond
Description: Maximum time in milliseconds to open the 3 clamps
onlineclamps_maxTimeToUnlockAllClamps¶
- IDL_Type:
long
- Units:
millisecond
Description: Maximum time in milliseconds to unlock the 3 clamps
onlineclamps_minLockedStrain¶
- IDL_Type:
short
- Units:
mV
Description: If strain strictly inferior to minLockedStrain, clamps may be in ERROR
onlineclamps_minPeriod¶
- IDL_Type:
long
- Units:
millisecond
Description: Minimal period for current ramps. Should be > 50
onlineclamps_onlineClampXminus_currentToClamp¶
- IDL_Type:
long
- Units:
mA
Description: Current to clamp ONLINE clamp
onlineclamps_onlineClampXminus_currentToOpen¶
- IDL_Type:
long
- Units:
mA
Description: Current to open ONLINE clamp
onlineclamps_onlineClampXminus_deltaCurrent¶
- IDL_Type:
long
- Units:
mA
Description: Delta of current between target current and current read on controller. Used to know if action is completed for homing.
onlineclamps_onlineClampXminus_finalCurrentToClose¶
- IDL_Type:
long
- Units:
mA
Description: Final current to close clamp in a current ramp
onlineclamps_onlineClampXminus_incrementCurrentToClamp¶
- IDL_Type:
long
- Units:
mA
Description: Increment of current to lock in a current ramp
onlineclamps_onlineClampXminus_incrementCurrentToClose¶
- IDL_Type:
long
- Units:
mA
Description: Increment of current to close clamp in a current ramp
onlineclamps_onlineClampXminus_incrementCurrentToOpen¶
- IDL_Type:
long
- Units:
mA
Description: Increment of current to open clamp in a current ramp
onlineclamps_onlineClampXminus_initialCurrentToClose¶
- IDL_Type:
long
- Units:
mA
Description: Initial current to close clamp in a current ramp
onlineclamps_onlineClampXminus_targetPositionToClose¶
- IDL_Type:
long
- Units:
unitless
Description: Absolute target position to close clamp
onlineclamps_onlineClampXminus_targetPositionToOpen¶
- IDL_Type:
long
- Units:
unitless
Description: Absolute target position to open clamp
onlineclamps_onlineClampXplus_currentToClamp¶
- IDL_Type:
long
- Units:
mA
Description: Current to clamp ONLINE clamp
onlineclamps_onlineClampXplus_currentToOpen¶
- IDL_Type:
long
- Units:
mA
Description: Current to open ONLINE clamp
onlineclamps_onlineClampXplus_deltaCurrent¶
- IDL_Type:
long
- Units:
mA
Description: Delta of current between target current and current read on controller. Used to know if action is completed for homing.
onlineclamps_onlineClampXplus_finalCurrentToClose¶
- IDL_Type:
long
- Units:
mA
Description: Final current to close clamp in a current ramp
onlineclamps_onlineClampXplus_incrementCurrentToClamp¶
- IDL_Type:
long
- Units:
mA
Description: Increment of current to lock in a current ramp
onlineclamps_onlineClampXplus_incrementCurrentToClose¶
- IDL_Type:
long
- Units:
mA
Description: Increment of current to close clamp in a current ramp
onlineclamps_onlineClampXplus_incrementCurrentToOpen¶
- IDL_Type:
long
- Units:
mA
Description: Increment of current to open clamp in a current ramp
onlineclamps_onlineClampXplus_initialCurrentToClose¶
- IDL_Type:
long
- Units:
mA
Description: Initial current to close clamp in a current ramp
onlineclamps_onlineClampXplus_targetPositionToClose¶
- IDL_Type:
long
- Units:
unitless
Description: Absolute target position to close clamp
onlineclamps_onlineClampXplus_targetPositionToOpen¶
- IDL_Type:
long
- Units:
unitless
Description: Absolute target position to open clamp
onlineclamps_onlineClampYminus_currentToClamp¶
- IDL_Type:
long
- Units:
mA
Description: Current to clamp ONLINE clamp
onlineclamps_onlineClampYminus_currentToOpen¶
- IDL_Type:
long
- Units:
mA
Description: Current to open ONLINE clamp
onlineclamps_onlineClampYminus_deltaCurrent¶
- IDL_Type:
long
- Units:
mA
Description: Delta of current between target current and current read on controller. Used to know if action is completed for homing.
onlineclamps_onlineClampYminus_finalCurrentToClose¶
- IDL_Type:
long
- Units:
mA
Description: Final current to close clamp in a current ramp
onlineclamps_onlineClampYminus_incrementCurrentToClamp¶
- IDL_Type:
long
- Units:
mA
Description: Increment of current to lock in a current ramp
onlineclamps_onlineClampYminus_incrementCurrentToClose¶
- IDL_Type:
long
- Units:
mA
Description: Increment of current to close clamp in a current ramp
onlineclamps_onlineClampYminus_incrementCurrentToOpen¶
- IDL_Type:
long
- Units:
mA
Description: Increment of current to open clamp in a current ramp
onlineclamps_onlineClampYminus_initialCurrentToClose¶
- IDL_Type:
long
- Units:
mA
Description: Initial current to close clamp in a current ramp
onlineclamps_onlineClampYminus_targetPositionToClose¶
- IDL_Type:
long
- Units:
unitless
Description: Absolute target position to close clamp
onlineclamps_onlineClampYminus_targetPositionToOpen¶
- IDL_Type:
long
- Units:
unitless
Description: Absolute target position to open clamp
onlineclamps_strainGain¶
- IDL_Type:
double
- Units:
unitless
Description: Gain to convert from raw strain to temperature-aware strain
onlineclamps_timeoutForLockingClamps¶
- IDL_Type:
long
- Units:
millisecond
Description: Timeout in milliseconds : if closing the clamps last more than this amount of time, then the subsystem goes in ERROR.
onlineclamps_timeoutForUnlockingClamps¶
- IDL_Type:
long
- Units:
millisecond
Description: Timeout in milliseconds : if unlocking the clamps last more than this amount of time, then the subsystem goes in ERROR.
timeToUpdateProtectionSystem¶
- IDL_Type:
long long
- Units:
millisecond
Description: Time to wait until protection system signals are updated
waitTimeForBrakeLR¶
- IDL_Type:
long
- Units:
millisecond
Description: Time to wait between activateBrake and disableOperation for linear rails
waitTimeForBrakeOC¶
- IDL_Type:
long
- Units:
millisecond
Description: Time to wait between activateBrake and disableOperation for online clamps
availableFilters¶
- EFDB_Topic:
MTCamera_logevent_availableFilters
filterNames¶
- IDL_Type:
string
- IDL_Size:
256
- Units:
unitless
Description: A list of names of available filters (comma delimited, U-001,G-004,R-010,Z-012,Y-014, NONE), in the same order as the list of filter types.
filterTypes¶
- IDL_Type:
string
- IDL_Size:
256
- Units:
unitless
Description: A list of types of available filters in the same order as the list of available filters (comma delimited)
maxChangeAngle¶
- IDL_Type:
double
- Units:
degree
Description: The maximum camera angle (in degrees) away from vertical that a filter change can be requested.
maxFastChangeAngle¶
- IDL_Type:
double
- Units:
degree
Description: The maximum camera angle (in degrees) away from vertical that a fast filter change can be performed.
maxSlowChangeTime¶
- IDL_Type:
double
- Units:
second
- Count:
6
Description: The maximum estimated time (in seconds) for a setFilter command, when in degraded (slow) mode (per filter).
maxFastChangeTime¶
- IDL_Type:
double
- Units:
second
- Count:
6
Description: The maximum estimated time (in seconds) for a setFilter command, when in fast mode (per filter).
rebpower_Rebps_buildConfiguration¶
- EFDB_Topic:
MTCamera_logevent_rebpower_Rebps_buildConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
location¶
- IDL_Type:
string
- Units:
unitless
Description: rebps location
switchName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the switch (colon delimited array)
calibrationDetailedState¶
- EFDB_Topic:
MTCamera_logevent_calibrationDetailedState
substate¶
- IDL_Type:
long
- Units:
unitless
- Enumeration:
DISABLED,ENABLED,INTEGRATING
Description: Enumeration of valid substates
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
fcs_Canbus0_canbusConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Canbus0_canbusConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
baud¶
- IDL_Type:
string
- Units:
unitless
Description: CANbus rate.
busName¶
- IDL_Type:
string
- Units:
unitless
Description: CANbus name. Can be 0 for changer or 1 for loader.
hardwareBootTimeout¶
- IDL_Type:
long long
- Units:
millisecond
Description: A timeout for the hardware booting process
masterNodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANbus master nodeID.
fcs_Canbus1_canbusConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Canbus1_canbusConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
baud¶
- IDL_Type:
string
- Units:
unitless
Description: CANbus rate.
busName¶
- IDL_Type:
string
- Units:
unitless
Description: CANbus name. Can be 0 for changer or 1 for loader.
hardwareBootTimeout¶
- IDL_Type:
long long
- Units:
millisecond
Description: A timeout for the hardware booting process
masterNodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANbus master nodeID.
fcs_Carousel_carouselConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Carousel_carouselConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
brake1Limit¶
- IDL_Type:
long
- Units:
mV
Description: Upper brake1 (bay I) limit for state CLOSED
brake2Limit¶
- IDL_Type:
long
- Units:
mV
Description: Upper brake2 (bay N) limit for state CLOSED
brake3Limit¶
- IDL_Type:
long
- Units:
mV
Description: Upper brake3 (bay X) limit for state CLOSED
currentToPrepareUnlock¶
- IDL_Type:
long
- Units:
mA
Description: For command unlock of carousel clamp : current to send to prepare unlock
fastAcceleration¶
- IDL_Type:
long
- Units:
rpm/s
Description: Acceleration in fast mode.
fastDeceleration¶
- IDL_Type:
long
- Units:
rpm/s
Description: Deceleration in fast mode.
fastRotationTimeout¶
- IDL_Type:
long
- Units:
millisecond
Description: Timeout for the rotation in fast mode.
fastVelocity¶
- IDL_Type:
long
- Units:
rpm
Description: Velocity in fast mode.
filterPresenceMinNoFilter¶
- IDL_Type:
long
- Units:
mV
Description: Minimum value of filter presence sensor without filter. Generic value used by all carousel clamps
lockSensorMaxLimitXminus¶
- IDL_Type:
long
- Units:
mV
Description: If lockSensor side X- returns a value above lockSensorMaxLimitXminus, the sensor is in error.
lockSensorMaxLimitXplus¶
- IDL_Type:
long
- Units:
mV
Description: If lockSensor side X+ returns a value above lockSensorMaxLimitXplus, the sensor is in error.
lockSensorMinLimitXminus¶
- IDL_Type:
long
- Units:
mV
Description: If lockSensor side X- returns a value < lockSensorMinLimitXminus, sensor is in ERROR.
lockSensorMinLimitXplus¶
- IDL_Type:
long
- Units:
mV
Description: If lockSensor side X+ returns a value < lockSensorMinLimitXplus, sensor is in ERROR.
maxClampsOffsetDelta¶
- IDL_Type:
long
- Units:
mV
Description: If difference between offset read on hyttc580 and persisted offset is over this limit an ALARM is launched
maxStandbyDeltaPosition¶
- IDL_Type:
long
- Units:
unitless
Description: If the value of deltaPosition exceeds this threshold after the recovery procedure, cancel any rotation action.
powerSaveAllowed¶
- IDL_Type:
boolean
- Units:
unitless
Description: If true powerSaveActivate is activated at the end of setFilter command.
recoveryBackwardStep¶
- IDL_Type:
long
- Units:
micron
Description: A number of steps to go back if after rotation carousel position has exceeded standbyPosition by more than maxStandbyDeltaPosition.
recoveryForwardStep¶
- IDL_Type:
long
- Units:
micron
Description: Number of steps to go forward if after rotation carousel position has exceeded standbyPosition by more than maxStandbyDeltaPosition.
recoveryLockingCurrent¶
- IDL_Type:
long
- Units:
mA
Description: A current to be sent to clampXminus controller during locking recovery.
recoveryMaxVelocity¶
- IDL_Type:
long
- Units:
unitless
Description: If the velocity in clampXminus controller goes over this value during locking recovery, it means that the recovery process has failed. [rpm]
recoveryStandbyDeltaPosition¶
- IDL_Type:
long
- Units:
unitless
Description: When deltaPosition exceeds this threshold, a rotation recovery procedure is initiated
slowAcceleration¶
- IDL_Type:
long
- Units:
rpm/s
Description: Acceleration in slow mode.
slowDeceleration¶
- IDL_Type:
long
- Units:
rpm/s
Description: Deceleration in slow mode.
slowRotationTimeout¶
- IDL_Type:
long
- Units:
millisecond
Description: Timeout for the rotation in slow mode.
slowVelocity¶
- IDL_Type:
long
- Units:
rpm
Description: Velocity in slow mode.
socket1_clampXminus1_currentToUnlock¶
- IDL_Type:
long
- Units:
mA
Description: value of current to send to controller to unlock carousel clamp
socket1_clampXminus1_filterPresenceMaxValue¶
- IDL_Type:
long
- Units:
mV
Description: Maximum value for the filter presence sensor on the clamp
socket1_clampXminus1_filterPresenceOffset3¶
- IDL_Type:
long
- Units:
mV
Description: An offset to account for a discrepancy in a given clamp filter presence sensor
socket1_clampXminus1_timeoutForReleasing¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for releasing the clamp
socket1_clampXminus1_timeoutForUnlocking¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for unlocking the clamp
socket1_clampXplus1_currentToUnlock¶
- IDL_Type:
long
- Units:
mA
Description: value of current to send to controller to unlock carousel clamp
socket1_clampXplus1_filterPresenceMaxValue¶
- IDL_Type:
long
- Units:
mV
Description: Maximum value for the filter presence sensor on the clamp
socket1_clampXplus1_filterPresenceOffset3¶
- IDL_Type:
long
- Units:
mV
Description: An offset to account for a discrepancy in a given clamp filter presence sensor
socket1_clampXplus1_timeoutForReleasing¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for releasing the clamp
socket1_clampXplus1_timeoutForUnlocking¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for unlocking the clamp
socket1_deltaAutochangerStandbyPosition¶
- IDL_Type:
long
- Units:
micron
Description: autochanger delta STANDBY position to be used to store a filter on carousel on this socket
socket1_standbyPosition¶
- IDL_Type:
long
- Units:
unitless
Description: carousel position when this socket is at standby [carousel encoder step]
socket2_clampXminus2_currentToUnlock¶
- IDL_Type:
long
- Units:
mA
Description: value of current to send to controller to unlock carousel clamp
socket2_clampXminus2_filterPresenceMaxValue¶
- IDL_Type:
long
- Units:
mV
Description: Maximum value for the filter presence sensor on the clamp
socket2_clampXminus2_filterPresenceOffset3¶
- IDL_Type:
long
- Units:
mV
Description: An offset to account for a discrepancy in a given clamp filter presence sensor
socket2_clampXminus2_timeoutForReleasing¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for releasing the clamp
socket2_clampXminus2_timeoutForUnlocking¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for unlocking the clamp
socket2_clampXplus2_currentToUnlock¶
- IDL_Type:
long
- Units:
mA
Description: value of current to send to controller to unlock carousel clamp
socket2_clampXplus2_filterPresenceMaxValue¶
- IDL_Type:
long
- Units:
mV
Description: Maximum value for the filter presence sensor on the clamp
socket2_clampXplus2_filterPresenceOffset3¶
- IDL_Type:
long
- Units:
mV
Description: An offset to account for a discrepancy in a given clamp filter presence sensor
socket2_clampXplus2_timeoutForReleasing¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for releasing the clamp
socket2_clampXplus2_timeoutForUnlocking¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for unlocking the clamp
socket2_deltaAutochangerStandbyPosition¶
- IDL_Type:
long
- Units:
micron
Description: autochanger delta STANDBY position to be used to store a filter on carousel on this socket
socket2_standbyPosition¶
- IDL_Type:
long
- Units:
unitless
Description: carousel position when this socket is at standby [carousel encoder step]
socket3_clampXminus3_currentToUnlock¶
- IDL_Type:
long
- Units:
mA
Description: value of current to send to controller to unlock carousel clamp
socket3_clampXminus3_filterPresenceMaxValue¶
- IDL_Type:
long
- Units:
mV
Description: Maximum value for the filter presence sensor on the clamp
socket3_clampXminus3_filterPresenceOffset3¶
- IDL_Type:
long
- Units:
mV
Description: An offset to account for a discrepancy in a given clamp filter presence sensor
socket3_clampXminus3_timeoutForReleasing¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for releasing the clamp
socket3_clampXminus3_timeoutForUnlocking¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for unlocking the clamp
socket3_clampXplus3_currentToUnlock¶
- IDL_Type:
long
- Units:
mA
Description: value of current to send to controller to unlock carousel clamp
socket3_clampXplus3_filterPresenceMaxValue¶
- IDL_Type:
long
- Units:
mV
Description: Maximum value for the filter presence sensor on the clamp
socket3_clampXplus3_filterPresenceOffset3¶
- IDL_Type:
long
- Units:
mV
Description: An offset to account for a discrepancy in a given clamp filter presence sensor
socket3_clampXplus3_timeoutForReleasing¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for releasing the clamp
socket3_clampXplus3_timeoutForUnlocking¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for unlocking the clamp
socket3_deltaAutochangerStandbyPosition¶
- IDL_Type:
long
- Units:
micron
Description: autochanger delta STANDBY position to be used to store a filter on carousel on this socket
socket3_standbyPosition¶
- IDL_Type:
long
- Units:
unitless
Description: carousel position when this socket is at standby [carousel encoder step]
socket4_clampXminus4_currentToUnlock¶
- IDL_Type:
long
- Units:
mA
Description: value of current to send to controller to unlock carousel clamp
socket4_clampXminus4_filterPresenceMaxValue¶
- IDL_Type:
long
- Units:
mV
Description: Maximum value for the filter presence sensor on the clamp
socket4_clampXminus4_filterPresenceOffset3¶
- IDL_Type:
long
- Units:
mV
Description: An offset to account for a discrepancy in a given clamp filter presence sensor
socket4_clampXminus4_timeoutForReleasing¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for releasing the clamp
socket4_clampXminus4_timeoutForUnlocking¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for unlocking the clamp
socket4_clampXplus4_currentToUnlock¶
- IDL_Type:
long
- Units:
mA
Description: value of current to send to controller to unlock carousel clamp
socket4_clampXplus4_filterPresenceMaxValue¶
- IDL_Type:
long
- Units:
mV
Description: Maximum value for the filter presence sensor on the clamp
socket4_clampXplus4_filterPresenceOffset3¶
- IDL_Type:
long
- Units:
mV
Description: An offset to account for a discrepancy in a given clamp filter presence sensor
socket4_clampXplus4_timeoutForReleasing¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for releasing the clamp
socket4_clampXplus4_timeoutForUnlocking¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for unlocking the clamp
socket4_deltaAutochangerStandbyPosition¶
- IDL_Type:
long
- Units:
micron
Description: autochanger delta STANDBY position to be used to store a filter on carousel on this socket
socket4_standbyPosition¶
- IDL_Type:
long
- Units:
unitless
Description: carousel position when this socket is at standby [carousel encoder step]
socket5_clampXminus5_currentToUnlock¶
- IDL_Type:
long
- Units:
mA
Description: value of current to send to controller to unlock carousel clamp
socket5_clampXminus5_filterPresenceMaxValue¶
- IDL_Type:
long
- Units:
mV
Description: Maximum value for the filter presence sensor on the clamp
socket5_clampXminus5_filterPresenceOffset3¶
- IDL_Type:
long
- Units:
mV
Description: An offset to account for a discrepancy in a given clamp filter presence sensor
socket5_clampXminus5_timeoutForReleasing¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for releasing the clamp
socket5_clampXminus5_timeoutForUnlocking¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for unlocking the clamp
socket5_clampXplus5_currentToUnlock¶
- IDL_Type:
long
- Units:
mA
Description: value of current to send to controller to unlock carousel clamp
socket5_clampXplus5_filterPresenceMaxValue¶
- IDL_Type:
long
- Units:
mV
Description: Maximum value for the filter presence sensor on the clamp
socket5_clampXplus5_filterPresenceOffset3¶
- IDL_Type:
long
- Units:
mV
Description: An offset to account for a discrepancy in a given clamp filter presence sensor
socket5_clampXplus5_timeoutForReleasing¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for releasing the clamp
socket5_clampXplus5_timeoutForUnlocking¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout for unlocking the clamp
socket5_deltaAutochangerStandbyPosition¶
- IDL_Type:
long
- Units:
micron
Description: autochanger delta STANDBY position to be used to store a filter on carousel on this socket
socket5_standbyPosition¶
- IDL_Type:
long
- Units:
unitless
Description: carousel position when this socket is at standby [carousel encoder step]
timeToPrepareUnlock¶
- IDL_Type:
long
- Units:
millisecond
Description: For command unlock of carousel clamp : time between little current to prepare hardware and currentToLock
timeToUpdateProtectionSystem¶
- IDL_Type:
long long
- Units:
millisecond
Description: Time to wait for the protection system to update its status after motion events.
ccsCommandState¶
- EFDB_Topic:
MTCamera_logevent_ccsCommandState
substate¶
- IDL_Type:
long
- Units:
unitless
- Enumeration:
IDLE,BUSY
Description: Substate of the CCS command.
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
ccsConfigured¶
- EFDB_Topic:
MTCamera_logevent_ccsConfigured
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
fcs_Canbus0_controllerConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Canbus0_controllerConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
actruckxminuscontroller_encoderRibbonMinValue¶
- IDL_Type:
long
- Units:
unitless
Description: Minimal position of the encoder ribbon.
actruckxminuscontroller_paramsForCurrent¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for current (colon delimited array)
actruckxminuscontroller_paramsForHoming¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for homing (colon delimited array)
actruckxminuscontroller_paramsForProfilePosition¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for profile position (colon delimited array)
actruckxpluscontroller_encoderRibbonMinValue¶
- IDL_Type:
long
- Units:
unitless
Description: Minimal position of the encoder ribbon.
actruckxpluscontroller_paramsForCurrent¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for current (colon delimited array)
actruckxpluscontroller_paramsForHoming¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for homing (colon delimited array)
actruckxpluscontroller_paramsForProfilePosition¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for profile position (colon delimited array)
carouselcontroller_paramsForCurrent¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for current (colon delimited array)
carouselcontroller_paramsForHoming¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for homing (colon delimited array)
carouselcontroller_paramsForProfilePosition¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for profile position (colon delimited array)
clampxminuscontroller_paramsForCurrent¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for current (colon delimited array)
clampxminuscontroller_paramsForHoming¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for homing (colon delimited array)
clampxminuscontroller_paramsForProfilePosition¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for profile position (colon delimited array)
clampxpluscontroller_paramsForCurrent¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for current (colon delimited array)
clampxpluscontroller_paramsForHoming¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for homing (colon delimited array)
clampxpluscontroller_paramsForProfilePosition¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for profile position (colon delimited array)
latchxminuscontroller_paramsForCurrent¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for current (colon delimited array)
latchxminuscontroller_paramsForHoming¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for homing (colon delimited array)
latchxminuscontroller_paramsForProfilePosition¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for profile position (colon delimited array)
latchxpluscontroller_paramsForCurrent¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for current (colon delimited array)
latchxpluscontroller_paramsForHoming¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for homing (colon delimited array)
latchxpluscontroller_paramsForProfilePosition¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for profile position (colon delimited array)
onlineclampxminuscontroller_paramsForCurrent¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for current (colon delimited array)
onlineclampxminuscontroller_paramsForHoming¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for homing (colon delimited array)
onlineclampxminuscontroller_paramsForProfilePosition¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for profile position (colon delimited array)
onlineclampxpluscontroller_paramsForCurrent¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for current (colon delimited array)
onlineclampxpluscontroller_paramsForHoming¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for homing (colon delimited array)
onlineclampxpluscontroller_paramsForProfilePosition¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for profile position (colon delimited array)
onlineclampyminuscontroller_paramsForCurrent¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for current (colon delimited array)
onlineclampyminuscontroller_paramsForHoming¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for homing (colon delimited array)
onlineclampyminuscontroller_paramsForProfilePosition¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for profile position (colon delimited array)
fcs_Canbus1_controllerConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Canbus1_controllerConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
carriercontroller_paramsForCurrent¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for current (colon delimited array)
carriercontroller_paramsForHoming¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for homing (colon delimited array)
carriercontroller_paramsForProfilePosition¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for profile position (colon delimited array)
hookscontroller_paramsForCurrent¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for current (colon delimited array)
hookscontroller_paramsForHoming¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for homing (colon delimited array)
hookscontroller_paramsForProfilePosition¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller parameters for profile position (colon delimited array)
endInitializeGuider¶
- EFDB_Topic:
MTCamera_logevent_endInitializeGuider
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
endInitializeImage¶
- EFDB_Topic:
MTCamera_logevent_endInitializeImage
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
endLoadFilter¶
- EFDB_Topic:
MTCamera_logevent_endLoadFilter
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
endOfImageTelemetry¶
- Description: Event sent once all telemetry correesponding to the image has been sent. (Typically ~300mS after the end of readout).
Note: all : delimited strings (aka string arrays) follow the escaping convention defined in CAP-572
- EFDB_Topic:
MTCamera_logevent_endOfImageTelemetry
additionalKeys¶
- IDL_Type:
string
- Units:
unitless
Description: Additional keys passed to the takeImages command (: delimited)
additionalValues¶
- IDL_Type:
string
- Units:
unitless
Description: Additional values passed to the takeImages command (: delimited, in same order as additionalKeys)
imagesInSequence¶
- IDL_Type:
long
- Units:
unitless
Description: The total number of requested images in sequence
imageName¶
- IDL_Type:
string
- IDL_Size:
32
- Units:
unitless
Description: The imageName for this specific exposure, assigned by the camera
imageIndex¶
- IDL_Type:
long
- Units:
unitless
Description: The one based index number for this specific exposure within the sequence
imageSource¶
- IDL_Type:
string
- IDL_Size:
2
- Units:
unitless
Description: The source component of the image name (AT/CC/MC)
imageController¶
- IDL_Type:
string
- Units:
unitless
Description: The controller for the image (O=OCS/C=CCS/…)
imageDate¶
- IDL_Type:
string
- IDL_Size:
8
- Units:
unitless
Description: The date component of the image name (YYYYMMDD)
imageNumber¶
- IDL_Type:
long
- Units:
unitless
Description: The image number (SEQNO) component of the image name
timestampAcquisitionStart¶
- IDL_Type:
double
- Units:
second
Description: The effective time at which the image acquisition started (i.e. the end of the previous clear or readout)
exposureTime¶
- IDL_Type:
double
- Units:
second
Description: The requested exposure time
imageTag¶
- IDL_Type:
string
- IDL_Size:
64
- Units:
unitless
Description: The DAQ assigned image tag (hex string)
timestampDateObs¶
- IDL_Type:
double
- Units:
second
Description: The observation date, as computed by CCS (as TAI)
timestampDateEnd¶
- IDL_Type:
double
- Units:
second
Description: The end observation date, as computed by CCS (as TAI)
measuredShutterOpenTime¶
- IDL_Type:
double
- Units:
second
- Description: The measured shutter open time, as computed by CCS. This is a best estimate based on a summary of the full information provided
in the shutterBladeMotionProfile events.
darkTime¶
- IDL_Type:
double
- Units:
second
Description: The dark time, as computed by CCS
emulatedImage¶
- IDL_Type:
string
- Units:
unitless
Description: When using emulated DAQ, this is the name of the image read from the 2-day store (otherwise an empty string)
endReadout¶
- Description: Event sent at end of readout. When this event is received the corresponding image should be complete
in the DAQ 2-day store. Note: all : delimited strings (aka string arrays) follow the escaping convention defined in CAP-572
- EFDB_Topic:
MTCamera_logevent_endReadout
additionalKeys¶
- IDL_Type:
string
- Units:
unitless
Description: Additional keys passed to the takeImages command (: delimited)
additionalValues¶
- IDL_Type:
string
- Units:
unitless
Description: Additional values passed to the takeImages command (: delimited, in same order as additionalKeys)
imagesInSequence¶
- IDL_Type:
long
- Units:
unitless
Description: The total number of requested images in sequence
imageName¶
- IDL_Type:
string
- IDL_Size:
32
- Units:
unitless
Description: The imageName for this specific exposure, assigned by the camera
imageIndex¶
- IDL_Type:
long
- Units:
unitless
Description: The one based index number for this specific exposure within the sequence
imageSource¶
- IDL_Type:
string
- IDL_Size:
2
- Units:
unitless
Description: The source component of the image name (AT/CC/MC)
imageController¶
- IDL_Type:
string
- Units:
unitless
Description: The controller for the image (O=OCS/C=CCS/…)
imageDate¶
- IDL_Type:
string
- IDL_Size:
8
- Units:
unitless
Description: The date component of the image name (YYYYMMDD)
imageNumber¶
- IDL_Type:
long
- Units:
unitless
Description: The image number (SEQNO) component of the image name
timestampAcquisitionStart¶
- IDL_Type:
double
- Units:
second
Description: The effective time at which the image acquisition started (i.e. the end of the previous clear or readout)
requestedExposureTime¶
- IDL_Type:
double
- Units:
second
Description: The requested exposure time (as specified in the takeImages command)
timestampEndOfReadout¶
- IDL_Type:
double
- Units:
second
Description: The time at which the readout was completed
endRotateCarousel¶
- EFDB_Topic:
MTCamera_logevent_endRotateCarousel
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
endSetFilter¶
Description: Event issued once the new filter is in its final position
- EFDB_Topic:
MTCamera_logevent_endSetFilter
filterName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the filter being installed (e.g. U-001)
filterType¶
- IDL_Type:
string
- Units:
unitless
- Description: The type of the filter being installed (e.g. g,r,i,z,y,u,none,other). If other it can optionally be
followed by a : delimited qualifier, e.g. other:pinhole
filterSlot¶
- IDL_Type:
int
- Units:
unitless
Description: The slot which the filter is in (ComCam) or came from (Main Camera)
filterPosition¶
- IDL_Type:
double
- Units:
mm
Description: For ComCam this is the measured linear encoder position once the filter in in place. For Main Camera it may be unused.
endShutterClose¶
- EFDB_Topic:
MTCamera_logevent_endShutterClose
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
endShutterOpen¶
- EFDB_Topic:
MTCamera_logevent_endShutterOpen
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
endTakeImage¶
- EFDB_Topic:
MTCamera_logevent_endTakeImage
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
endUnloadFilter¶
- EFDB_Topic:
MTCamera_logevent_endUnloadFilter
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
filterChangerDetailedState¶
- EFDB_Topic:
MTCamera_logevent_filterChangerDetailedState
substate¶
- IDL_Type:
long
- Units:
unitless
- Enumeration:
UNLOADING,LOADING,LOADED,UNLOADED,ROTATING
Description: substate
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
filterChangerPowerStatus¶
Description: Event sent when the filter changer power state changes
- EFDB_Topic:
MTCamera_logevent_filterChangerPowerStatus
timestampStatusChanged¶
- IDL_Type:
double
- Units:
second
Description: The time when the last status changed.
powerState¶
- IDL_Type:
long
- Units:
unitless
- Enumeration:
LOW_POWER,HIGH_POWER
Description: The current filter changer power state.
fcs_FilterManager_filterConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_FilterManager_filterConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
a_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
a_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
a_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
da1_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
da1_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
da1_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
da2_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
da2_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
da2_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
dr1_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
dr1_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
dr1_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
du1_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
du1_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
du1_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
du2_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
du2_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
du2_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
dz1_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
dz1_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
dz1_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
ef_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
ef_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
ef_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
f15_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
f15_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
f15_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
f17_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
f17_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
f17_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
f29_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
f29_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
f29_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
f34_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
f34_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
f34_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
f3_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
f3_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
f3_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
f46_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
f46_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
f46_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
f48_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
f48_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
f48_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
f60_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
f60_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
f60_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
g_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
g_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
g_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
i_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
i_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
i_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
oa_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
oa_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
oa_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
ob_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
ob_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
ob_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
oc_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
oc_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
oc_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
ph_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
ph_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
ph_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
r_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
r_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
r_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
tu_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
tu_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
tu_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
ty_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
ty_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
ty_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
u_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
u_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
u_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
y_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
y_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
y_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
z_family¶
- IDL_Type:
string
- Units:
unitless
Description: Filter family: S ; D ; F ; T ; O
z_filterID¶
- IDL_Type:
long
- Units:
unitless
Description: FilterID which is coded on filter frame with 6 hall effect sensors.
z_weight¶
- IDL_Type:
double
- Units:
kg
Description: weight of this filter
focalPlaneSummaryInfo¶
- Description: Special event for use by header service. All of the information in this event is redundant (i,e. also supplied in
other configuration events), but the information in this event is formatted for ease-of-use of the header service, specifically information which is REB or Raft specific is repeated for each CCD. This event will be sent at the same time as other configuration events Note: all : delimited strings (aka string arrays) follow the escaping convention defined in CAP-572
- EFDB_Topic:
MTCamera_logevent_focalPlaneSummaryInfo
ccdLocation¶
- IDL_Type:
string
- Units:
unitless
- Description: CCD location in focal-plane (e.g. R22S01) (: delimited).
This should be considered the key for all the remaining items, which will be in the same order as the locations, whether they are arrays or : delimited strings.
raftBay¶
- IDL_Type:
string
- Units:
unitless
Description: The raft bay for each CCD listed above, of the form Rnn : delimited
ccdSlot¶
- IDL_Type:
string
- Units:
unitless
Description: The CCD slot for each CCD listed above, of the form SXn : delimited
rebSerialNumber¶
- IDL_Type:
string
- Units:
unitless
Description: REB hardware serial number (: delimited)
rebLSSTName¶
- IDL_Type:
string
- Units:
unitless
Description: REB LSST identifier (: delimited)
ccdLSSTName¶
- IDL_Type:
string
- Units:
unitless
Description: CCD LSST identifier (: delimited)
raftLSSTName¶
- IDL_Type:
string
- Units:
unitless
Description: Raft LSST identifier (: delimited)
ccdManSerNum¶
- IDL_Type:
string
- Units:
unitless
Description: Sensor manufacturer’s serial number (: delimited)
ccdManufacturer¶
- IDL_Type:
string
- Units:
unitless
Description: Sensor manufacturer E2V or ITL (: delimited)
ccdType¶
- IDL_Type:
int
- Units:
unitless
- Count:
212
- Enumeration:
E2V, ITL
Description: The type of each CCD
ccdTempSetPoint¶
- IDL_Type:
double
- Units:
unitless
- Count:
212
Description: Sensor temperature set point
sequencerKey¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the CCD sequencer loaded (: delimited)
sequencerChecksum¶
- IDL_Type:
string
- Units:
unitless
Description: The checksum of the CCD sequencer loaded (: delimited)
imageReadinessDetailedState¶
- EFDB_Topic:
MTCamera_logevent_imageReadinessDetailedState
substate¶
- IDL_Type:
long
- Units:
unitless
- Enumeration:
READY,NOT_READY,GETTING_READY
Description: Enumeration of valid substates
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
imageReadoutParameters¶
- Description: Event sent describing image readout parameters.
Note: all : delimited strings (aka string arrays) follow the escaping convention defined in CAP-572
- EFDB_Topic:
MTCamera_logevent_imageReadoutParameters
imageName¶
- IDL_Type:
string
- Units:
unitless
Description: The imageName for this specific exposure
ccdLocation¶
- IDL_Type:
string
- Units:
unitless
Description: A list of all ccds currently configured, of the form RnnSnn, : delimited (empty if entry not used)
raftBay¶
- IDL_Type:
string
- Units:
unitless
Description: The raft bay for each CCD listed above, of the form Rnn : delimited
ccdSlot¶
- IDL_Type:
string
- Units:
unitless
Description: The CCD slot for each CCD listed above, of the form SXn : delimited
ccdType¶
- IDL_Type:
int
- Units:
unitless
- Count:
201
- Enumeration:
E2V, ITL
Description: The type of each CCD, this determines segRows, segCols and serCols
overRows¶
- IDL_Type:
int
- Units:
unitless
- Count:
201
Description: See CCD Readout Parameters Diagram
overCols¶
- IDL_Type:
int
- Units:
unitless
- Count:
201
Description: See CCD Readout Parameters Diagram
readRows¶
- IDL_Type:
int
- Units:
unitless
- Count:
201
Description: See CCD Readout Parameters Diagram
readCols¶
- IDL_Type:
int
- Units:
unitless
- Count:
201
Description: See CCD Readout Parameters Diagram
readCols2¶
- IDL_Type:
int
- Units:
unitless
- Count:
201
Description: See CCD Readout Parameters Diagram
preCols¶
- IDL_Type:
int
- Units:
unitless
- Count:
201
Description: See CCD Readout Parameters Diagram
preRows¶
- IDL_Type:
int
- Units:
unitless
- Count:
201
Description: See CCD Readout Parameters Diagram
postCols¶
- IDL_Type:
int
- Units:
unitless
- Count:
201
Description: See CCD Readout Parameters Diagram
underCols¶
- IDL_Type:
int
- Units:
unitless
- Count:
201
Description: See CCD Readout Parameters Diagram
daqFolder¶
- IDL_Type:
string
- Units:
unitless
Description: DAQ folder where image will be created
daqAnnotation¶
- IDL_Type:
string
- Units:
unitless
Description: Annotation sent to DAQ
fcs_Loader_loaderConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Loader_loaderConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
carrier_deltaPosition¶
- IDL_Type:
long
- Units:
micron
Description: Relative tolerance used for the carrier to reach a given position
carrier_engagedPosition¶
- IDL_Type:
long
- Units:
micron
Description: Loader Engaged position
carrier_handoffPosition¶
- IDL_Type:
long
- Units:
micron
Description: Loader Handoff position
carrier_highAcceleration¶
- IDL_Type:
long
- Units:
rpm/s
Description: High acceleration to move carrier empty from ENGAGED to STORAGE position
carrier_highDeceleration¶
- IDL_Type:
long
- Units:
rpm/s
Description: High deceleration to move carrier with a filter from ENGAGED to STORAGE position
carrier_highSpeed¶
- IDL_Type:
long
- Units:
rpm
Description: High speed to move carrier when it’s empty or with a filter from ENGAGED to STORAGE position
carrier_lowAcceleration¶
- IDL_Type:
long
- Units:
rpm/s
Description: Low acceleration to move carrier with a filter from ENGAGED to STORAGE position
carrier_lowDeceleration¶
- IDL_Type:
long
- Units:
rpm/s
Description: Low deceleration to move carrier with a filter from ENGAGED to STORAGE position
carrier_lowSpeed¶
- IDL_Type:
long
- Units:
rpm
Description: Low speed to move a filter from ENGAGED to HANDOFF position
carrier_maxCurrent¶
- IDL_Type:
long
- Units:
mA
Description: For the Loader GUI : Maximum current to be sent to the Loader Carrier controller.
carrier_maxSpeed¶
- IDL_Type:
long
- Units:
rpm
Description: For the Loader GUI : Loader Carrier Maximum speed.
carrier_storagePosition¶
- IDL_Type:
long
- Units:
micron
Description: Loader Storage position
carrier_timeoutForGoingToEngaged¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout to go from storage to engaged on loader
carrier_timeoutForGoingToHandOff¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout to go from storage to handoff on loader
carrier_timeoutForGoingToStorage¶
- IDL_Type:
long long
- Units:
millisecond
Description: Timeout to go from handoff to storage on loader
filterDistanceMin¶
- IDL_Type:
long
- Units:
mV
Description: Maximum value of the position sensor for the filter
hooks_absolutePositionToClose¶
- IDL_Type:
long
- Units:
unitless
Description: Target encoder absolute value in qc when hooks are CLOSED
hooks_currentThreshold¶
- IDL_Type:
long
- Units:
mA
Description: Current to open hooks in homing mode
hooks_currentToClamp¶
- IDL_Type:
long
- Units:
mA
Description: Current to clamp hooks
hooks_currentToOpen¶
- IDL_Type:
long
- Units:
mA
Description: Current to open hooks
hooks_minClampedVoltage¶
- IDL_Type:
long
- Units:
0.1 Volt
Description: Trigger to know when action clamp is completed. If force sensor voltage is over this limit then action clamp is completed.
hooks_relativePositionToUnclamp¶
- IDL_Type:
long
- Units:
unitless
Description: Relative position in qc to unclamp when hooks are CLAMPED
hooks_timeoutForClampingHooks¶
- IDL_Type:
long
- Units:
millisecond
Description: Timeout : if closing strongly the clamp last more than this amount of time, then the subsystem goes in ERROR.
hooks_timeoutForClosingHooks¶
- IDL_Type:
long
- Units:
millisecond
Description: Timeout : if closing the clamp last more than this amount of time, then the subsystem goes in ERROR.
hooks_timeoutForOpeningHooks¶
- IDL_Type:
long
- Units:
millisecond
Description: Timeout : if opening the clamp last more than this amount of time, then the subsystem goes in ERROR.
fcs_Canbus0_nodeIDConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Canbus0_nodeIDConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
acsensorsgateway_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
actruckxminuscontroller_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
actruckxpluscontroller_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
accelerobf_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
ai814_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
brakesystemgateway_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
carouselcontroller_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
clampxminuscontroller_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
clampxpluscontroller_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
hyttc580_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
latchxminuscontroller_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
latchxpluscontroller_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
onlineclampxminuscontroller_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
onlineclampxpluscontroller_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
onlineclampyminuscontroller_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
onlinestraingauge_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
proximitysensorsdevice_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
pt100_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
tempsensorsdevice1_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
tempsensorsdevice2_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
fcs_Canbus1_nodeIDConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Canbus1_nodeIDConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
carriercontroller_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
hookscontroller_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
loaderplutogateway_nodeID¶
- IDL_Type:
long
- Units:
unitless
Description: CANOpen node ID of this CANOpen device
notReadyToTakeImage¶
- EFDB_Topic:
MTCamera_logevent_notReadyToTakeImage
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
offlineDetailedState¶
- EFDB_Topic:
MTCamera_logevent_offlineDetailedState
substate¶
- IDL_Type:
long
- Units:
unitless
- Enumeration:
OFFLINE_AVAILABLE,OFFLINE_PUBLISH_ONLY
Description: Enumeration of valid substates
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
prepareToTakeImage¶
- EFDB_Topic:
MTCamera_logevent_prepareToTakeImage
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
raftsDetailedState¶
- EFDB_Topic:
MTCamera_logevent_raftsDetailedState
substate¶
- IDL_Type:
long
- Units:
unitless
- Enumeration:
NEEDS_CLEAR,CLEARING,INTEGRATING,READING_OUT,QUIESCENT,DISCARDING
Description: Enumeration of valid substates
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
fcs_Autochanger_readRateConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Autochanger_readRateConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
autochangertrucks_readSensorsRate¶
- IDL_Type:
long
- Units:
millisecond
Description: Time interval between two consecutive sensor readouts
latches_latchXminus_readSensorsRate¶
- IDL_Type:
long
- Units:
millisecond
Description: Time interval between two consecutive sensor readouts
latches_latchXplus_readSensorsRate¶
- IDL_Type:
long
- Units:
millisecond
Description: Time interval between two consecutive sensor readouts
onlineclamps_onlineClampXminus_readSensorsRate¶
- IDL_Type:
long
- Units:
millisecond
Description: Time interval between two consecutive sensor readouts
onlineclamps_onlineClampXplus_readSensorsRate¶
- IDL_Type:
long
- Units:
millisecond
Description: Time interval between two consecutive sensor readouts
onlineclamps_onlineClampYminus_readSensorsRate¶
- IDL_Type:
long
- Units:
millisecond
Description: Time interval between two consecutive sensor readouts
fcs_Carousel_readRateConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Carousel_readRateConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
readSensorsRate¶
- IDL_Type:
long
- Units:
millisecond
Description: Time interval between two consecutive sensor readouts
socket1_clampXminus1_readSensorsRate¶
- IDL_Type:
long
- Units:
millisecond
Description: Time interval between two consecutive sensor readouts
socket1_clampXplus1_readSensorsRate¶
- IDL_Type:
long
- Units:
millisecond
Description: Time interval between two consecutive sensor readouts
socket2_clampXminus2_readSensorsRate¶
- IDL_Type:
long
- Units:
millisecond
Description: Time interval between two consecutive sensor readouts
socket2_clampXplus2_readSensorsRate¶
- IDL_Type:
long
- Units:
millisecond
Description: Time interval between two consecutive sensor readouts
socket3_clampXminus3_readSensorsRate¶
- IDL_Type:
long
- Units:
millisecond
Description: Time interval between two consecutive sensor readouts
socket3_clampXplus3_readSensorsRate¶
- IDL_Type:
long
- Units:
millisecond
Description: Time interval between two consecutive sensor readouts
socket4_clampXminus4_readSensorsRate¶
- IDL_Type:
long
- Units:
millisecond
Description: Time interval between two consecutive sensor readouts
socket4_clampXplus4_readSensorsRate¶
- IDL_Type:
long
- Units:
millisecond
Description: Time interval between two consecutive sensor readouts
socket5_clampXminus5_readSensorsRate¶
- IDL_Type:
long
- Units:
millisecond
Description: Time interval between two consecutive sensor readouts
socket5_clampXplus5_readSensorsRate¶
- IDL_Type:
long
- Units:
millisecond
Description: Time interval between two consecutive sensor readouts
fcs_Loader_readRateConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Loader_readRateConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
carrier_readSensorsRate¶
- IDL_Type:
long
- Units:
millisecond
Description: Time interval between two consecutive sensor readouts
hooks_readSensorsRate¶
- IDL_Type:
long
- Units:
millisecond
Description: Time interval between two consecutive sensor readouts
readyToTakeImage¶
- EFDB_Topic:
MTCamera_logevent_readyToTakeImage
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
fcs_Autochanger_sensorConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Autochanger_sensorConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
autochangertrucks_acTruckXminus_handoffPositionSensorsXminus_handoffPositionSensorBXminus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
autochangertrucks_acTruckXminus_handoffPositionSensorsXminus_handoffPositionSensorBXminus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
autochangertrucks_acTruckXminus_handoffPositionSensorsXminus_handoffPositionSensorBXminus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
autochangertrucks_acTruckXminus_handoffPositionSensorsXminus_handoffPositionSensorXminus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
autochangertrucks_acTruckXminus_handoffPositionSensorsXminus_handoffPositionSensorXminus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
autochangertrucks_acTruckXminus_handoffPositionSensorsXminus_handoffPositionSensorXminus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
autochangertrucks_acTruckXminus_onlinePositionSensorsXminus_onlinePositionSensorBXminus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
autochangertrucks_acTruckXminus_onlinePositionSensorsXminus_onlinePositionSensorBXminus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
autochangertrucks_acTruckXminus_onlinePositionSensorsXminus_onlinePositionSensorBXminus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
autochangertrucks_acTruckXminus_onlinePositionSensorsXminus_onlinePositionSensorXminus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
autochangertrucks_acTruckXminus_onlinePositionSensorsXminus_onlinePositionSensorXminus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
autochangertrucks_acTruckXminus_onlinePositionSensorsXminus_onlinePositionSensorXminus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
autochangertrucks_acTruckXminus_standbyPositionSensorsXminus_standbyPositionSensorBXminus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
autochangertrucks_acTruckXminus_standbyPositionSensorsXminus_standbyPositionSensorBXminus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
autochangertrucks_acTruckXminus_standbyPositionSensorsXminus_standbyPositionSensorBXminus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
autochangertrucks_acTruckXminus_standbyPositionSensorsXminus_standbyPositionSensorXminus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
autochangertrucks_acTruckXminus_standbyPositionSensorsXminus_standbyPositionSensorXminus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
autochangertrucks_acTruckXminus_standbyPositionSensorsXminus_standbyPositionSensorXminus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
autochangertrucks_acTruckXplus_handoffPositionSensorsXplus_handoffPositionSensorBXplus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
autochangertrucks_acTruckXplus_handoffPositionSensorsXplus_handoffPositionSensorBXplus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
autochangertrucks_acTruckXplus_handoffPositionSensorsXplus_handoffPositionSensorBXplus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
autochangertrucks_acTruckXplus_handoffPositionSensorsXplus_handoffPositionSensorXplus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
autochangertrucks_acTruckXplus_handoffPositionSensorsXplus_handoffPositionSensorXplus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
autochangertrucks_acTruckXplus_handoffPositionSensorsXplus_handoffPositionSensorXplus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
autochangertrucks_acTruckXplus_onlinePositionSensorsXplus_onlinePositionSensorBXplus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
autochangertrucks_acTruckXplus_onlinePositionSensorsXplus_onlinePositionSensorBXplus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
autochangertrucks_acTruckXplus_onlinePositionSensorsXplus_onlinePositionSensorBXplus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
autochangertrucks_acTruckXplus_onlinePositionSensorsXplus_onlinePositionSensorXplus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
autochangertrucks_acTruckXplus_onlinePositionSensorsXplus_onlinePositionSensorXplus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
autochangertrucks_acTruckXplus_onlinePositionSensorsXplus_onlinePositionSensorXplus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
autochangertrucks_acTruckXplus_standbyPositionSensorsXplus_standbyPositionSensorBXplus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
autochangertrucks_acTruckXplus_standbyPositionSensorsXplus_standbyPositionSensorBXplus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
autochangertrucks_acTruckXplus_standbyPositionSensorsXplus_standbyPositionSensorBXplus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
autochangertrucks_acTruckXplus_standbyPositionSensorsXplus_standbyPositionSensorXplus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
autochangertrucks_acTruckXplus_standbyPositionSensorsXplus_standbyPositionSensorXplus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
autochangertrucks_acTruckXplus_standbyPositionSensorsXplus_standbyPositionSensorXplus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
latches_latchXminus_closeSensorsLatchXminus_closeSensorBLatchXminus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
latches_latchXminus_closeSensorsLatchXminus_closeSensorBLatchXminus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
latches_latchXminus_closeSensorsLatchXminus_closeSensorBLatchXminus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
latches_latchXminus_closeSensorsLatchXminus_closeSensorLatchXminus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
latches_latchXminus_closeSensorsLatchXminus_closeSensorLatchXminus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
latches_latchXminus_closeSensorsLatchXminus_closeSensorLatchXminus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
latches_latchXminus_filterEngagedSensorsLatchXminus_filterEngagedSensorBLatchXminus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
latches_latchXminus_filterEngagedSensorsLatchXminus_filterEngagedSensorBLatchXminus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
latches_latchXminus_filterEngagedSensorsLatchXminus_filterEngagedSensorBLatchXminus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
latches_latchXminus_filterEngagedSensorsLatchXminus_filterEngagedSensorLatchXminus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
latches_latchXminus_filterEngagedSensorsLatchXminus_filterEngagedSensorLatchXminus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
latches_latchXminus_filterEngagedSensorsLatchXminus_filterEngagedSensorLatchXminus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
latches_latchXminus_openSensorsLatchXminus_openSensorBLatchXminus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
latches_latchXminus_openSensorsLatchXminus_openSensorBLatchXminus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
latches_latchXminus_openSensorsLatchXminus_openSensorBLatchXminus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
latches_latchXminus_openSensorsLatchXminus_openSensorLatchXminus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
latches_latchXminus_openSensorsLatchXminus_openSensorLatchXminus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
latches_latchXminus_openSensorsLatchXminus_openSensorLatchXminus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
latches_latchXplus_closeSensorsLatchXplus_closeSensorBLatchXplus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
latches_latchXplus_closeSensorsLatchXplus_closeSensorBLatchXplus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
latches_latchXplus_closeSensorsLatchXplus_closeSensorBLatchXplus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
latches_latchXplus_closeSensorsLatchXplus_closeSensorLatchXplus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
latches_latchXplus_closeSensorsLatchXplus_closeSensorLatchXplus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
latches_latchXplus_closeSensorsLatchXplus_closeSensorLatchXplus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
latches_latchXplus_filterEngagedSensorsLatchXplus_filterEngagedSensorBLatchXplus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
latches_latchXplus_filterEngagedSensorsLatchXplus_filterEngagedSensorBLatchXplus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
latches_latchXplus_filterEngagedSensorsLatchXplus_filterEngagedSensorBLatchXplus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
latches_latchXplus_filterEngagedSensorsLatchXplus_filterEngagedSensorLatchXplus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
latches_latchXplus_filterEngagedSensorsLatchXplus_filterEngagedSensorLatchXplus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
latches_latchXplus_filterEngagedSensorsLatchXplus_filterEngagedSensorLatchXplus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
latches_latchXplus_openSensorsLatchXplus_openSensorBLatchXplus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
latches_latchXplus_openSensorsLatchXplus_openSensorBLatchXplus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
latches_latchXplus_openSensorsLatchXplus_openSensorBLatchXplus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
latches_latchXplus_openSensorsLatchXplus_openSensorLatchXplus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
latches_latchXplus_openSensorsLatchXplus_openSensorLatchXplus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
latches_latchXplus_openSensorsLatchXplus_openSensorLatchXplus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
onlineclamps_onlineClampXminus_onlineClampXminusCloseSensors_onlineClampXminusCloseSensorC_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
onlineclamps_onlineClampXminus_onlineClampXminusCloseSensors_onlineClampXminusCloseSensorC_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
onlineclamps_onlineClampXminus_onlineClampXminusCloseSensors_onlineClampXminusCloseSensorC_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
onlineclamps_onlineClampXminus_onlineClampXminusCloseSensors_onlineClampXminusCloseSensor_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
onlineclamps_onlineClampXminus_onlineClampXminusCloseSensors_onlineClampXminusCloseSensor_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
onlineclamps_onlineClampXminus_onlineClampXminusCloseSensors_onlineClampXminusCloseSensor_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
onlineclamps_onlineClampXminus_onlineClampXminusOpenSensors_onlineClampXminusOpenSensorC_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
onlineclamps_onlineClampXminus_onlineClampXminusOpenSensors_onlineClampXminusOpenSensorC_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
onlineclamps_onlineClampXminus_onlineClampXminusOpenSensors_onlineClampXminusOpenSensorC_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
onlineclamps_onlineClampXminus_onlineClampXminusOpenSensors_onlineClampXminusOpenSensor_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
onlineclamps_onlineClampXminus_onlineClampXminusOpenSensors_onlineClampXminusOpenSensor_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
onlineclamps_onlineClampXminus_onlineClampXminusOpenSensors_onlineClampXminusOpenSensor_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
onlineclamps_onlineClampXplus_onlineClampXplusCloseSensors_onlineClampXplusCloseSensorC_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
onlineclamps_onlineClampXplus_onlineClampXplusCloseSensors_onlineClampXplusCloseSensorC_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
onlineclamps_onlineClampXplus_onlineClampXplusCloseSensors_onlineClampXplusCloseSensorC_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
onlineclamps_onlineClampXplus_onlineClampXplusCloseSensors_onlineClampXplusCloseSensor_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
onlineclamps_onlineClampXplus_onlineClampXplusCloseSensors_onlineClampXplusCloseSensor_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
onlineclamps_onlineClampXplus_onlineClampXplusCloseSensors_onlineClampXplusCloseSensor_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
onlineclamps_onlineClampXplus_onlineClampXplusOpenSensors_onlineClampXplusOpenSensorC_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
onlineclamps_onlineClampXplus_onlineClampXplusOpenSensors_onlineClampXplusOpenSensorC_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
onlineclamps_onlineClampXplus_onlineClampXplusOpenSensors_onlineClampXplusOpenSensorC_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
onlineclamps_onlineClampXplus_onlineClampXplusOpenSensors_onlineClampXplusOpenSensor_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
onlineclamps_onlineClampXplus_onlineClampXplusOpenSensors_onlineClampXplusOpenSensor_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
onlineclamps_onlineClampXplus_onlineClampXplusOpenSensors_onlineClampXplusOpenSensor_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
onlineclamps_onlineClampYminus_onlineClampYminusCloseSensors_onlineClampYminusCloseSensorC_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
onlineclamps_onlineClampYminus_onlineClampYminusCloseSensors_onlineClampYminusCloseSensorC_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
onlineclamps_onlineClampYminus_onlineClampYminusCloseSensors_onlineClampYminusCloseSensorC_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
onlineclamps_onlineClampYminus_onlineClampYminusCloseSensors_onlineClampYminusCloseSensor_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
onlineclamps_onlineClampYminus_onlineClampYminusCloseSensors_onlineClampYminusCloseSensor_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
onlineclamps_onlineClampYminus_onlineClampYminusCloseSensors_onlineClampYminusCloseSensor_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
onlineclamps_onlineClampYminus_onlineClampYminusOpenSensors_onlineClampYminusOpenSensorC_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
onlineclamps_onlineClampYminus_onlineClampYminusOpenSensors_onlineClampYminusOpenSensorC_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
onlineclamps_onlineClampYminus_onlineClampYminusOpenSensors_onlineClampYminusOpenSensorC_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
onlineclamps_onlineClampYminus_onlineClampYminusOpenSensors_onlineClampYminusOpenSensor_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
onlineclamps_onlineClampYminus_onlineClampYminusOpenSensors_onlineClampYminusOpenSensor_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
onlineclamps_onlineClampYminus_onlineClampYminusOpenSensors_onlineClampYminusOpenSensor_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_OUT_AF0_Sensors_OUT_AF0_C_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_OUT_AF0_Sensors_OUT_AF0_C_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_OUT_AF0_Sensors_OUT_AF0_C_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_OUT_AF0_Sensors_OUT_AF0_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_OUT_AF0_Sensors_OUT_AF0_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_OUT_AF0_Sensors_OUT_AF0_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_OUT_AF1_Sensors_OUT_AF1_C_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_OUT_AF1_Sensors_OUT_AF1_C_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_OUT_AF1_Sensors_OUT_AF1_C_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_OUT_AF1_Sensors_OUT_AF1_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_OUT_AF1_Sensors_OUT_AF1_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_OUT_AF1_Sensors_OUT_AF1_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_OUT_AF3_Sensors_OUT_AF3_C_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_OUT_AF3_Sensors_OUT_AF3_C_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_OUT_AF3_Sensors_OUT_AF3_C_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_OUT_AF3_Sensors_OUT_AF3_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_OUT_AF3_Sensors_OUT_AF3_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_OUT_AF3_Sensors_OUT_AF3_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_OUT_AIN_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_OUT_AIN_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_OUT_AIN_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_OUT_AOL_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_OUT_AOL_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_OUT_AOL_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_OUT_AP1_Sensors_OUT_AP1_C_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_OUT_AP1_Sensors_OUT_AP1_C_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_OUT_AP1_Sensors_OUT_AP1_C_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_OUT_AP1_Sensors_OUT_AP1_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_OUT_AP1_Sensors_OUT_AP1_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_OUT_AP1_Sensors_OUT_AP1_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_OUT_AP2_Sensors_OUT_AP2_C_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_OUT_AP2_Sensors_OUT_AP2_C_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_OUT_AP2_Sensors_OUT_AP2_C_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_OUT_AP2_Sensors_OUT_AP2_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_OUT_AP2_Sensors_OUT_AP2_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_OUT_AP2_Sensors_OUT_AP2_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_OUT_AP3_Sensors_OUT_AP3_C_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_OUT_AP3_Sensors_OUT_AP3_C_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_OUT_AP3_Sensors_OUT_AP3_C_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_OUT_AP3_Sensors_OUT_AP3_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_OUT_AP3_Sensors_OUT_AP3_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_OUT_AP3_Sensors_OUT_AP3_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_carouselHoldingFilterSensors_carouselHoldingFilterSensor0_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_carouselHoldingFilterSensors_carouselHoldingFilterSensor0_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_carouselHoldingFilterSensors_carouselHoldingFilterSensor0_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_carouselHoldingFilterSensors_carouselHoldingFilterSensor1_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_carouselHoldingFilterSensors_carouselHoldingFilterSensor1_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_carouselHoldingFilterSensors_carouselHoldingFilterSensor1_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_carouselStoppedAtStandbySensors_carouselStoppedAtStandbyC_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_carouselStoppedAtStandbySensors_carouselStoppedAtStandbyC_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_carouselStoppedAtStandbySensors_carouselStoppedAtStandbyC_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_carouselStoppedAtStandbySensors_carouselStoppedAtStandby_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_carouselStoppedAtStandbySensors_carouselStoppedAtStandby_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_carouselStoppedAtStandbySensors_carouselStoppedAtStandby_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_carousel_CF0Sensors_carousel_CF0_C_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_carousel_CF0Sensors_carousel_CF0_C_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_carousel_CF0Sensors_carousel_CF0_C_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_carousel_CF0Sensors_carousel_CF0_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_carousel_CF0Sensors_carousel_CF0_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_carousel_CF0Sensors_carousel_CF0_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_carousel_CF1Sensors_carousel_CF1_C_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_carousel_CF1Sensors_carousel_CF1_C_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_carousel_CF1Sensors_carousel_CF1_C_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_carousel_CF1Sensors_carousel_CF1_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_carousel_CF1Sensors_carousel_CF1_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_carousel_CF1Sensors_carousel_CF1_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_inclinometerXminus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Inclinometer byte number
plc_inclinometerXminus_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: Inclinometer device name
plc_inclinometerXplus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Inclinometer byte number
plc_inclinometerXplus_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: Inclinometer device name
plc_loaderConnectedSensors_loaderConnectedSensorC_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_loaderConnectedSensors_loaderConnectedSensorC_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_loaderConnectedSensors_loaderConnectedSensorC_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_loaderConnectedSensors_loaderConnectedSensor_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_loaderConnectedSensors_loaderConnectedSensor_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_loaderConnectedSensors_loaderConnectedSensor_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_loaderHoldingFilterSensors_loaderHoldingFilterSensor0_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_loaderHoldingFilterSensors_loaderHoldingFilterSensor0_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_loaderHoldingFilterSensors_loaderHoldingFilterSensor0_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_loaderHoldingFilterSensors_loaderHoldingFilterSensor1_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_loaderHoldingFilterSensors_loaderHoldingFilterSensor1_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_loaderHoldingFilterSensors_loaderHoldingFilterSensor1_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_loaderPresenceSensors_presenceLoader_C_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_loaderPresenceSensors_presenceLoader_C_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_loaderPresenceSensors_presenceLoader_C_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_loaderPresenceSensors_presenceLoader_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_loaderPresenceSensors_presenceLoader_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_loaderPresenceSensors_presenceLoader_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_lockOutSensors_lockOut_C_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_lockOutSensors_lockOut_C_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_lockOutSensors_lockOut_C_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_lockOutSensors_lockOut_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_lockOutSensors_lockOut_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_lockOutSensors_lockOut_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_lockOutShunt_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_lockOutShunt_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_lockOutShunt_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_lpmEngineeringKeySensors_engineeringKey_C_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_lpmEngineeringKeySensors_engineeringKey_C_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_lpmEngineeringKeySensors_engineeringKey_C_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_lpmEngineeringKeySensors_engineeringKey_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_lpmEngineeringKeySensors_engineeringKey_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_lpmEngineeringKeySensors_engineeringKey_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_lpmLatchesStatus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_lpmLatchesStatus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_lpmLatchesStatus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_lpmLinearRail1Status_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_lpmLinearRail1Status_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_lpmLinearRail1Status_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_lpmLinearRail2Status_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_lpmLinearRail2Status_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_lpmLinearRail2Status_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_lpmOnlineClampsStatus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_lpmOnlineClampsStatus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_lpmOnlineClampsStatus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
fcs_Canbus0_sensorConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Canbus0_sensorConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
ai814_transmissionType¶
- IDL_Type:
long
- Units:
unitless
Description: Transmission types for CAN-CBX-AI814 see CAN-CBX-AI814_Manual.pdf § 8.6.2
fcs_Carousel_sensorConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Carousel_sensorConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
plc_caAF3_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caAF3_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caAF3_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caAF3b_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caAF3b_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caAF3b_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caAP1_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caAP1_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caAP1_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caAP1b_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caAP1b_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caAP1b_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caAP2_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caAP2_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caAP2_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caAP2b_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caAP2b_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caAP2b_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caAP3_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caAP3_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caAP3_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caAP3b_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caAP3b_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caAP3b_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caBrakesActivated_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caBrakesActivated_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caBrakesActivated_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caCF0_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caCF0_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caCF0_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caCF0b_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caCF0b_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caCF0b_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caCF1_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caCF1_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caCF1_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caCF1b_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caCF1b_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caCF1b_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caCFC_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caCFC_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caCFC_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caCFCb_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caCFCb_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caCFCb_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caCS_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caCS_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caCS_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caCSb_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caCSb_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caCSb_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caEnableBrakes_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caEnableBrakes_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caEnableBrakes_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caEnableRotation_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caEnableRotation_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caEnableRotation_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caEnableShutter_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caEnableShutter_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caEnableShutter_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caEnableUnclamp_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caEnableUnclamp_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caEnableUnclamp_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caEng_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caEng_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caEng_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caEngb_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caEngb_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caEngb_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caLockout_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caLockout_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caLockout_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caLockoutb_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caLockoutb_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caLockoutb_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caShutterInactive_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caShutterInactive_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caShutterInactive_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_caSleep_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_caSleep_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_caSleep_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_enableShutterInterlock_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_enableShutterInterlock_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_enableShutterInterlock_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_okDI_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_okDI_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_okDI_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_okDIsafety_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_okDIsafety_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_okDIsafety_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_powerSave_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_powerSave_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_powerSave_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_tpCheckRotation_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_tpCheckRotation_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_tpCheckRotation_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_tpStopRotation_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_tpStopRotation_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_tpStopRotation_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
plc_tpStopUnclamp_bitNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Bit number on the byte where the value sensor is stored.
plc_tpStopUnclamp_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte number on the PDO where the value of this sensor is stored in.
plc_tpStopUnclamp_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket1_clampXminus1_filterPresenceXminus1_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket1_clampXminus1_lockSensorXminus1_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket1_clampXplus1_filterPresenceXplus1_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket1_clampXplus1_lockSensorXplus1_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket1_ioModuleSensor1_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket2_clampXminus2_filterPresenceXminus2_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket2_clampXminus2_lockSensorXminus2_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket2_clampXplus2_filterPresenceXplus2_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket2_clampXplus2_lockSensorXplus2_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket2_ioModuleSensor2_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket3_clampXminus3_filterPresenceXminus3_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket3_clampXminus3_lockSensorXminus3_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket3_clampXplus3_filterPresenceXplus3_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket3_clampXplus3_lockSensorXplus3_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket3_ioModuleSensor3_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket4_clampXminus4_filterPresenceXminus4_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket4_clampXminus4_lockSensorXminus4_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket4_clampXplus4_filterPresenceXplus4_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket4_clampXplus4_lockSensorXplus4_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket4_ioModuleSensor4_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket5_clampXminus5_filterPresenceXminus5_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket5_clampXminus5_lockSensorXminus5_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket5_clampXplus5_filterPresenceXplus5_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket5_clampXplus5_lockSensorXplus5_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
socket5_ioModuleSensor5_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: name of the CAN OPEN device this sensor is plugged on
fcs_FilterIdentificator_sensorConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_FilterIdentificator_sensorConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
filteridsensor0_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
filteridsensor0_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
filteridsensor0_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
filteridsensor1_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
filteridsensor1_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
filteridsensor1_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
filteridsensor2_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
filteridsensor2_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
filteridsensor2_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
filteridsensor3_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
filteridsensor3_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
filteridsensor3_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
filteridsensor4_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
filteridsensor4_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
filteridsensor4_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
filteridsensor5_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
filteridsensor5_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
filteridsensor5_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
fcs_Loader_sensorConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Loader_sensorConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
carrier_loaderEngagedSensors_loaderEngagedPositionSensor0_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
carrier_loaderEngagedSensors_loaderEngagedPositionSensor0_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
carrier_loaderEngagedSensors_loaderEngagedPositionSensor0_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
carrier_loaderEngagedSensors_loaderEngagedPositionSensor1_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
carrier_loaderEngagedSensors_loaderEngagedPositionSensor1_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
carrier_loaderEngagedSensors_loaderEngagedPositionSensor1_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
carrier_loaderHandoffSensors_loaderHandoffPositionSensor0_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
carrier_loaderHandoffSensors_loaderHandoffPositionSensor0_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
carrier_loaderHandoffSensors_loaderHandoffPositionSensor0_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
carrier_loaderHandoffSensors_loaderHandoffPositionSensor1_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
carrier_loaderHandoffSensors_loaderHandoffPositionSensor1_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
carrier_loaderHandoffSensors_loaderHandoffPositionSensor1_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
carrier_loaderStorageSensors_loaderStoragePositionSensor0_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
carrier_loaderStorageSensors_loaderStoragePositionSensor0_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
carrier_loaderStorageSensors_loaderStoragePositionSensor0_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
carrier_loaderStorageSensors_loaderStoragePositionSensor1_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
carrier_loaderStorageSensors_loaderStoragePositionSensor1_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
carrier_loaderStorageSensors_loaderStoragePositionSensor1_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
hooks_clampedStatusSensor_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
hooks_clampedStatusSensor_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
hooks_clampedStatusSensor_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
hooks_forceSensor0_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Byte number on the gateway
hooks_forceSensor0_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the gateway this sensor is plugged on
hooks_forceSensor1_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Byte number on the gateway
hooks_forceSensor1_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the gateway this sensor is plugged on
hooks_hook1_loaderCloseSensor1_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
hooks_hook1_loaderCloseSensor1_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
hooks_hook1_loaderCloseSensor1_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
hooks_hook1_loaderOpenSensor1_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
hooks_hook1_loaderOpenSensor1_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
hooks_hook1_loaderOpenSensor1_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
hooks_hook2_loaderCloseSensor2_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
hooks_hook2_loaderCloseSensor2_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
hooks_hook2_loaderCloseSensor2_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
hooks_hook2_loaderOpenSensor2_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
hooks_hook2_loaderOpenSensor2_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
hooks_hook2_loaderOpenSensor2_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
hooks_hook3_loaderCloseSensor3_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
hooks_hook3_loaderCloseSensor3_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
hooks_hook3_loaderCloseSensor3_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
hooks_hook3_loaderOpenSensor3_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
hooks_hook3_loaderOpenSensor3_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
hooks_hook3_loaderOpenSensor3_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
hooks_hook4_loaderCloseSensor4_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
hooks_hook4_loaderCloseSensor4_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
hooks_hook4_loaderCloseSensor4_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
hooks_hook4_loaderOpenSensor4_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
hooks_hook4_loaderOpenSensor4_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
hooks_hook4_loaderOpenSensor4_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
hooks_overClampedStatusSensor_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
hooks_overClampedStatusSensor_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
hooks_overClampedStatusSensor_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
hooks_unclampedStatusSensor_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
hooks_unclampedStatusSensor_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
hooks_unclampedStatusSensor_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
hooks_underClampedStatusSensor_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
hooks_underClampedStatusSensor_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
hooks_underClampedStatusSensor_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_Loader_LPS_LPS_0_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_Loader_LPS_LPS_0_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_Loader_LPS_LPS_0_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_Loader_LPS_LPS_1_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_Loader_LPS_LPS_1_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_Loader_LPS_LPS_1_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_Loader_LRH_LRH_0_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_Loader_LRH_LRH_0_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_Loader_LRH_LRH_0_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_Loader_LRH_LRH_1_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_Loader_LRH_LRH_1_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_Loader_LRH_LRH_1_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_acAF0_acAF0b_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_acAF0_acAF0b_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_acAF0_acAF0b_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_acAF0_acAF0s_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_acAF0_acAF0s_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_acAF0_acAF0s_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_acAF1_acAF1b_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_acAF1_acAF1b_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_acAF1_acAF1b_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_acAF1_acAF1s_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_acAF1_acAF1s_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_acAF1_acAF1s_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_acAF3_acAF3b_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_acAF3_acAF3b_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_acAF3_acAF3b_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_acAF3_acAF3s_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_acAF3_acAF3s_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_acAF3_acAF3s_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_acAP2_acAP2b_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_acAP2_acAP2b_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_acAP2_acAP2b_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_acAP2_acAP2s_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_acAP2_acAP2s_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_acAP2_acAP2s_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_keyEngSensors_keyEng_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_keyEngSensors_keyEng_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_keyEngSensors_keyEng_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_keyEngSensors_keyEngb_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_keyEngSensors_keyEngb_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_keyEngSensors_keyEngb_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_keyLockSensors_keyLock_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_keyLockSensors_keyLock_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_keyLockSensors_keyLock_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_keyLockSensors_keyLockb_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_keyLockSensors_keyLockb_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_keyLockSensors_keyLockb_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_loaderCarrierRelayStatus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_loaderCarrierRelayStatus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_loaderCarrierRelayStatus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_loaderChainPresenceSensor_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_loaderChainPresenceSensor_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_loaderChainPresenceSensor_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_loaderDefaultStatus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_loaderDefaultStatus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_loaderDefaultStatus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_loaderFilterDistanceSensor_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: Byte number on the gateway
plc_loaderFilterDistanceSensor_deviceName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the gateway this sensor is plugged on
plc_loaderFilterGoodPositionStatus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_loaderFilterGoodPositionStatus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_loaderFilterGoodPositionStatus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_loaderFilterPresenceSensors_loaderFilterPresenceSensor0_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_loaderFilterPresenceSensors_loaderFilterPresenceSensor0_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_loaderFilterPresenceSensors_loaderFilterPresenceSensor0_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_loaderFilterPresenceSensors_loaderFilterPresenceSensor1_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_loaderFilterPresenceSensors_loaderFilterPresenceSensor1_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_loaderFilterPresenceSensors_loaderFilterPresenceSensor1_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_loaderHooksRelayStatus_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_loaderHooksRelayStatus_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_loaderHooksRelayStatus_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_loaderOnCameraSensors_loaderOnCameraSensor0_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_loaderOnCameraSensors_loaderOnCameraSensor0_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_loaderOnCameraSensors_loaderOnCameraSensor0_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_loaderOnCameraSensors_loaderOnCameraSensor1_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_loaderOnCameraSensors_loaderOnCameraSensor1_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_loaderOnCameraSensors_loaderOnCameraSensor1_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_loader_LFD_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_loader_LFD_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_loader_LFD_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
plc_loader_LFS_byteNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The byte numberwhere the value of this sensor is stored in.
plc_loader_LFS_dioName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the Digital Input Output device where this sensor is plugged on.
plc_loader_LFS_inputNumero¶
- IDL_Type:
long
- Units:
unitless
Description: The input number on DIO device where this sensor is plugged on.
fcs_Canbus0_serialNBConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Canbus0_serialNBConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
acsensorsgateway_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
actruckxminuscontroller_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
actruckxpluscontroller_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
accelerobf_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
ai814_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
brakesystemgateway_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
carouselcontroller_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
clampxminuscontroller_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
clampxpluscontroller_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
hyttc580_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
latchxminuscontroller_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
latchxpluscontroller_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
onlineclampxminuscontroller_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
onlineclampxpluscontroller_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
onlineclampyminuscontroller_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
onlinestraingauge_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
proximitysensorsdevice_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
pt100_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
tempsensorsdevice1_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
tempsensorsdevice2_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
fcs_Canbus1_serialNBConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_Canbus1_serialNBConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
carriercontroller_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
hookscontroller_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
loaderplutogateway_serialNB¶
- IDL_Type:
string
- Units:
unitless
Description: Serial number of this CANOpen device
shutterDetailedState¶
- EFDB_Topic:
MTCamera_logevent_shutterDetailedState
substate¶
- IDL_Type:
long
- Units:
unitless
- Enumeration:
CLOSED,OPEN,CLOSING,OPENING
Description: Enumeration of valid substates
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
startIntegration¶
- Description: Event sent at start of image integration.
Note: all : delimited strings (aka string arrays) follow the escaping convention defined in CAP-572
- EFDB_Topic:
MTCamera_logevent_startIntegration
additionalKeys¶
- IDL_Type:
string
- Units:
unitless
Description: Additional keys passed to the takeImages command (: delimited)
additionalValues¶
- IDL_Type:
string
- Units:
unitless
Description: Additional values passed to the takeImages command (: delimited, in same order as additionalKeys)
imagesInSequence¶
- IDL_Type:
long
- Units:
unitless
Description: The total number of requested images in sequence
imageName¶
- IDL_Type:
string
- IDL_Size:
32
- Units:
unitless
Description: The imageName for this specific exposure, assigned by the camera
imageIndex¶
- IDL_Type:
long
- Units:
unitless
Description: The one based index number for this specific exposure within the sequence
imageSource¶
- IDL_Type:
string
- IDL_Size:
2
- Units:
unitless
Description: The source component of the image name (AT/CC/MC)
imageController¶
- IDL_Type:
string
- Units:
unitless
Description: The controller for the image (O=OCS/C=CCS/…)
imageDate¶
- IDL_Type:
string
- IDL_Size:
8
- Units:
unitless
Description: The date component of the image name (YYYYMMDD)
imageNumber¶
- IDL_Type:
long
- Units:
unitless
Description: The image number (SEQNO) component of the image name
timestampAcquisitionStart¶
- IDL_Type:
double
- Units:
second
Description: The effective time at which the image acquisition started (i.e. the end of the previous clear or readout)
exposureTime¶
- IDL_Type:
double
- Units:
second
Description: The requested exposure time
mode¶
- IDL_Type:
string
- Units:
unitless
Description: The camera data taking mode (normal/calibration/(TBD in future))
timeout¶
- IDL_Type:
double
- Units:
second
- Description: The timeout (in seconds) after which the header service should assume something has gone wrong. For
calibration mode the timeout will be set to the argument passed to startImage, for normal mode the timeout will be set to expTime.
startLoadFilter¶
- EFDB_Topic:
MTCamera_logevent_startLoadFilter
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
startReadout¶
- Description: Event sent at start of readout.
Note: all : delimited strings (aka string arrays) follow the escaping convention defined in CAP-572
- EFDB_Topic:
MTCamera_logevent_startReadout
additionalKeys¶
- IDL_Type:
string
- Units:
unitless
Description: Additional keys passed to the takeImages command (: delimited)
additionalValues¶
- IDL_Type:
string
- Units:
unitless
Description: Additional values passed to the takeImages command (: delimited, in same order as additionalKeys)
imagesInSequence¶
- IDL_Type:
long
- Units:
unitless
Description: The total number of requested images in sequence
imageName¶
- IDL_Type:
string
- IDL_Size:
32
- Units:
unitless
Description: The imageName for this specific exposure, assigned by the camera
imageIndex¶
- IDL_Type:
long
- Units:
unitless
Description: The one based index number for this specific exposure within the sequence
imageSource¶
- IDL_Type:
string
- IDL_Size:
2
- Units:
unitless
Description: The source component of the image name (AT/CC/MC)
imageController¶
- IDL_Type:
string
- Units:
unitless
Description: The controller for the image (O=OCS/C=CCS/…)
imageDate¶
- IDL_Type:
string
- IDL_Size:
8
- Units:
unitless
Description: The date component of the image name (YYYYMMDD)
imageNumber¶
- IDL_Type:
long
- Units:
unitless
Description: The image number (SEQNO) component of the image name
timestampAcquisitionStart¶
- IDL_Type:
double
- Units:
second
Description: The effective time at which the image acquisition started (i.e. the end of the previous clear or readout)
exposureTime¶
- IDL_Type:
double
- Units:
second
Description: The requested exposure time
timestampStartOfReadout¶
- IDL_Type:
double
- Units:
second
Description: The time at which the readout was triggered
startRotateCarousel¶
- EFDB_Topic:
MTCamera_logevent_startRotateCarousel
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
startSetFilter¶
- EFDB_Topic:
MTCamera_logevent_startSetFilter
filterName¶
- IDL_Type:
string
- Units:
unitless
Description: The name of the filter being installed (e.g. U-001)
filterType¶
- IDL_Type:
string
- Units:
unitless
- Description: The type of the filter being installed (e.g. g,r,i,z,y,u,none,other). If other it can optionally be
followed by a : delimited qualifier, e.g. other:pinhole
startShutterClose¶
- EFDB_Topic:
MTCamera_logevent_startShutterClose
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
startShutterOpen¶
- EFDB_Topic:
MTCamera_logevent_startShutterOpen
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
startUnloadFilter¶
- EFDB_Topic:
MTCamera_logevent_startUnloadFilter
timestampTransition¶
- IDL_Type:
double
- Units:
second
Description: The time at which the state transition occurred
summaryStatus¶
Description: Event sent when camera summary status changes. Primarily intended to be used by LOVE
- EFDB_Topic:
MTCamera_logevent_summaryStatus
timestampStatusChanged¶
- IDL_Type:
double
- Units:
second
Description: The time when the last status changed.
subsystems¶
- IDL_Type:
string
- Units:
unitless
Description: The list of subsystems for which summary state is published (: delimited)
subsystemState¶
- IDL_Type:
string
- Units:
unitless
Description: The list of states corresponding to subsystems (: delimited).
subsystemColor¶
- IDL_Type:
string
- Units:
unitless
Description: The list of colors corresponding to subsystems (: delimited). E.g. Red, Green, Yellow, (TBD)
additionalInfo¶
- IDL_Type:
string
- Units:
unitless
Description: Additional info to be displayed beside state (: delimited).
drillDownLinks¶
- IDL_Type:
string
- Units:
unitless
Description: URL to link to more info for drill-down (: delimited).
quadbox_PeriodicTasks_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_quadbox_PeriodicTasks_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
agentmonitorservice_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task agentMonitorService
heartbeat_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task heartbeat
maq20_check_status_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task Maq20-check-status
monitor_check_BFR_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/BFR
monitor_check_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Maq20
monitor_check_PDU_24VC_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/PDU_24VC
monitor_check_PDU_24VD_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/PDU_24VD
monitor_check_PDU_48V_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/PDU_48V
monitor_check_PDU_5V_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/PDU_5V
monitor_check_REB_Bulk_PS_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/REB_Bulk_PS
monitor_publish_BFR_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/BFR
monitor_publish_PDU_24VC_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/PDU_24VC
monitor_publish_PDU_24VD_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/PDU_24VD
monitor_publish_PDU_48V_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/PDU_48V
monitor_publish_PDU_5V_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/PDU_5V
monitor_publish_REB_Bulk_PS_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/REB_Bulk_PS
monitor_update_BFR_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/BFR
monitor_update_PDU_24VC_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/PDU_24VC
monitor_update_PDU_24VD_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/PDU_24VD
monitor_update_PDU_48V_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/PDU_48V
monitor_update_PDU_5V_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/PDU_5V
monitor_update_REB_Bulk_PS_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/REB_Bulk_PS
quadbox_state_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task quadbox-state
runtimeinfo_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task runtimeInfo
rebpower_PeriodicTasks_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_rebpower_PeriodicTasks_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
agentmonitorservice_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task agentMonitorService
heartbeat_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task heartbeat
monitor_check_RebPS_P00_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/RebPS/P00
monitor_check_RebPS_P01_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/RebPS/P01
monitor_check_RebPS_P02_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/RebPS/P02
monitor_check_RebPS_P03_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/RebPS/P03
monitor_check_RebPS_P04_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/RebPS/P04
monitor_check_RebPS_P05_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/RebPS/P05
monitor_check_RebPS_P06_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/RebPS/P06
monitor_check_RebPS_P07_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/RebPS/P07
monitor_check_RebPS_P08_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/RebPS/P08
monitor_check_RebPS_P09_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/RebPS/P09
monitor_check_RebPS_P10_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/RebPS/P10
monitor_check_RebPS_P11_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/RebPS/P11
monitor_check_RebPS_P12_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/RebPS/P12
monitor_publish_RebPS_P00_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/RebPS/P00
monitor_publish_RebPS_P01_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/RebPS/P01
monitor_publish_RebPS_P02_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/RebPS/P02
monitor_publish_RebPS_P03_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/RebPS/P03
monitor_publish_RebPS_P04_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/RebPS/P04
monitor_publish_RebPS_P05_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/RebPS/P05
monitor_publish_RebPS_P06_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/RebPS/P06
monitor_publish_RebPS_P07_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/RebPS/P07
monitor_publish_RebPS_P08_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/RebPS/P08
monitor_publish_RebPS_P09_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/RebPS/P09
monitor_publish_RebPS_P10_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/RebPS/P10
monitor_publish_RebPS_P11_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/RebPS/P11
monitor_publish_RebPS_P12_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/RebPS/P12
monitor_publish_r00_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/r00
monitor_publish_r04_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/r04
monitor_publish_r40_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/r40
monitor_publish_r44_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/r44
monitor_publish_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish
monitor_update_RebPS_P00_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/RebPS/P00
monitor_update_RebPS_P01_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/RebPS/P01
monitor_update_RebPS_P02_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/RebPS/P02
monitor_update_RebPS_P03_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/RebPS/P03
monitor_update_RebPS_P04_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/RebPS/P04
monitor_update_RebPS_P05_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/RebPS/P05
monitor_update_RebPS_P06_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/RebPS/P06
monitor_update_RebPS_P07_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/RebPS/P07
monitor_update_RebPS_P08_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/RebPS/P08
monitor_update_RebPS_P09_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/RebPS/P09
monitor_update_RebPS_P10_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/RebPS/P10
monitor_update_RebPS_P11_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/RebPS/P11
monitor_update_RebPS_P12_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/RebPS/P12
monitor_update_r00_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/r00
monitor_update_r04_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/r04
monitor_update_r40_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/r40
monitor_update_r44_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/r44
monitor_update_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update
reb_power_state_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task reb-power-state
runtimeinfo_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task runtimeInfo
rebpower_Power_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_rebpower_Power_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
location¶
- IDL_Type:
string
- Units:
unitless
Description: power location
periodictasks_monitor_publish_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
- Count:
63
Description: period for task monitor-publish/r01-reb1
periodictasks_monitor_update_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
- Count:
63
Description: period for task monitor-update/r01-reb1
hex_PeriodicTasks_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_hex_PeriodicTasks_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
agentmonitorservice_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task agentMonitorService
heartbeat_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task heartbeat
hex_state_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task hex-state
maq20_check_status_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task Maq20-check-status
monitor_check_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check
monitor_publish_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/Maq20
monitor_update_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/Maq20
runtimeinfo_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task runtimeInfo
temp_check_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task temp-check
refrig_PeriodicTasks_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_refrig_PeriodicTasks_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
agentmonitorservice_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task agentMonitorService
compressor_state_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task compressor-state
cryo1_Maq20_check_status_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task Cryo1/Maq20-check-status
cryo2_Maq20_check_status_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task Cryo2/Maq20-check-status
cryo3_Maq20_check_status_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task Cryo3/Maq20-check-status
cryo4_Maq20_check_status_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task Cryo4/Maq20-check-status
cryo5_Maq20_check_status_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task Cryo5/Maq20-check-status
cryo6_Maq20_check_status_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task Cryo6/Maq20-check-status
heartbeat_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task heartbeat
monitor_check_Cryo1_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Cryo1/Maq20
monitor_check_Cryo1_Plc_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Cryo1/Plc
monitor_check_Cryo2_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Cryo2/Maq20
monitor_check_Cryo2_Plc_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Cryo2/Plc
monitor_check_Cryo3_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Cryo3/Maq20
monitor_check_Cryo3_Plc_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Cryo3/Plc
monitor_check_Cryo4_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Cryo4/Maq20
monitor_check_Cryo4_Plc_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Cryo4/Plc
monitor_check_Cryo5_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Cryo5/Maq20
monitor_check_Cryo5_Plc_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Cryo5/Plc
monitor_check_Cryo6_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Cryo6/Maq20
monitor_check_Cryo6_Plc_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Cryo6/Plc
monitor_publish_Cryo1_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/Cryo1/Maq20
monitor_publish_Cryo1_Plc_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/Cryo1/Plc
monitor_publish_Cryo2_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/Cryo2/Maq20
monitor_publish_Cryo2_Plc_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/Cryo2/Plc
monitor_publish_Cryo3_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/Cryo3/Maq20
monitor_publish_Cryo3_Plc_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/Cryo3/Plc
monitor_publish_Cryo4_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/Cryo4/Maq20
monitor_publish_Cryo4_Plc_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/Cryo4/Plc
monitor_publish_Cryo5_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/Cryo5/Maq20
monitor_publish_Cryo5_Plc_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/Cryo5/Plc
monitor_publish_Cryo6_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/Cryo6/Maq20
monitor_publish_Cryo6_Plc_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/Cryo6/Plc
monitor_update_Cryo1_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/Cryo1/Maq20
monitor_update_Cryo1_Plc_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/Cryo1/Plc
monitor_update_Cryo2_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/Cryo2/Maq20
monitor_update_Cryo2_Plc_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/Cryo2/Plc
monitor_update_Cryo3_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/Cryo3/Maq20
monitor_update_Cryo3_Plc_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/Cryo3/Plc
monitor_update_Cryo4_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/Cryo4/Maq20
monitor_update_Cryo4_Plc_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/Cryo4/Plc
monitor_update_Cryo5_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/Cryo5/Maq20
monitor_update_Cryo5_Plc_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/Cryo5/Plc
monitor_update_Cryo6_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/Cryo6/Maq20
monitor_update_Cryo6_Plc_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/Cryo6/Plc
runtimeinfo_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task runtimeInfo
update_time_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task update-time
vacuum_PeriodicTasks_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_vacuum_PeriodicTasks_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
agentmonitorservice_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task agentMonitorService
heartbeat_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task heartbeat
maq20cryo_check_status_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task Maq20Cryo-check-status
maq20ut_check_status_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task Maq20Ut-check-status
monitor_check_CryoFlineGauge_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/CryoFlineGauge
monitor_check_CryoTurboGauge_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/CryoTurboGauge
monitor_check_CryoTurboPump_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/CryoTurboPump
monitor_check_CryoVacGauge_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/CryoVacGauge
monitor_check_HexFlineGauge_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/HexFlineGauge
monitor_check_HexTurboGauge_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/HexTurboGauge
monitor_check_HexTurboPump_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/HexTurboPump
monitor_check_HexVacGauge_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/HexVacGauge
monitor_check_InstVacGauge_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/InstVacGauge
monitor_check_IonPumps_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/IonPumps
monitor_check_Maq20Cryo_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Maq20Cryo
monitor_check_Maq20Ut_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Maq20Ut
monitor_check_PDU_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/PDU
monitor_check_PumpCart_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/PumpCart
monitor_check_VacPluto_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/VacPluto
monitor_publish_CryoTurboPump_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/CryoTurboPump
monitor_publish_HexTurboPump_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/HexTurboPump
monitor_publish_IonPumps_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/IonPumps
monitor_publish_Maq20Cryo_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/Maq20Cryo
monitor_publish_PDU_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/PDU
monitor_publish_PumpCart_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/PumpCart
monitor_publish_slowMon_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/slowMon
monitor_publish_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish
monitor_publish_tts0_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/tts0
monitor_publish_tts1_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/tts1
monitor_update_CryoTurboPump_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/CryoTurboPump
monitor_update_HexTurboPump_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/HexTurboPump
monitor_update_IonPumps_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/IonPumps
monitor_update_Maq20Cryo_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/Maq20Cryo
monitor_update_PDU_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/PDU
monitor_update_PumpCart_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/PumpCart
monitor_update_slowMon_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/slowMon
monitor_update_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update
monitor_update_tts0_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/tts0
monitor_update_tts1_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/tts1
runtimeinfo_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task runtimeInfo
vacuum_state_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task vacuum-state
daq_monitor_PeriodicTasks_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_daq_monitor_PeriodicTasks_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
agentmonitorservice_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task agentMonitorService
heartbeat_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task heartbeat
monitor_check_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check
monitor_publish_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish
monitor_update_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update
publishstats_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task publishStats
purgedaq_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task purgeDAQ
runtimeinfo_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task runtimeInfo
focal_plane_PeriodicTasks_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_PeriodicTasks_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
agentmonitorservice_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task agentMonitorService
heartbeat_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task heartbeat
monitor_publish_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish
monitor_update_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update
runtimeinfo_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task runtimeInfo
tempcontrol_R00_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R00
tempcontrol_R01_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R01
tempcontrol_R02_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R02
tempcontrol_R03_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R03
tempcontrol_R04_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R04
tempcontrol_R10_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R10
tempcontrol_R11_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R11
tempcontrol_R12_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R12
tempcontrol_R13_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R13
tempcontrol_R14_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R14
tempcontrol_R20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R20
tempcontrol_R21_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R21
tempcontrol_R22_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R22
tempcontrol_R23_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R23
tempcontrol_R24_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R24
tempcontrol_R30_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R30
tempcontrol_R31_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R31
tempcontrol_R32_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R32
tempcontrol_R33_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R33
tempcontrol_R34_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R34
tempcontrol_R40_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R40
tempcontrol_R41_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R41
tempcontrol_R42_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R42
tempcontrol_R43_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R43
tempcontrol_R44_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task tempControl/R44
focal_plane_Reb_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_focal_plane_Reb_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
location¶
- IDL_Type:
string
- Units:
unitless
Description: reb location
periodictasks_monitor_check_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
- Count:
71
Description: period for task monitor-check/R00/RebG
periodictasks_monitor_publish_aspicTemp_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
- Count:
71
Description: period for task monitor-publish/R01/Reb0/aspicTemp
periodictasks_monitor_publish_biasVolt_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
- Count:
71
Description: period for task monitor-publish/R01/Reb0/biasVolt
periodictasks_monitor_publish_boardPower_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
- Count:
71
Description: period for task monitor-publish/R00/RebG/boardPower
periodictasks_monitor_publish_ccdCurrent_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
- Count:
71
Description: period for task monitor-publish/R01/Reb0/ccdCurrent
periodictasks_monitor_publish_crVolt_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
- Count:
71
Description: period for task monitor-publish/R00/RebG/crVolt
periodictasks_monitor_publish_rebTemp_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
- Count:
71
Description: period for task monitor-publish/R00/RebG/rebTemp
periodictasks_monitor_publish_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
- Count:
71
Description: period for task monitor-publish/R00/RebG
periodictasks_monitor_update_aspicTemp_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
- Count:
71
Description: period for task monitor-update/R01/Reb0/aspicTemp
periodictasks_monitor_update_biasVolt_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
- Count:
71
Description: period for task monitor-update/R01/Reb0/biasVolt
periodictasks_monitor_update_boardPower_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
- Count:
71
Description: period for task monitor-update/R00/RebG/boardPower
periodictasks_monitor_update_ccdCurrent_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
- Count:
71
Description: period for task monitor-update/R01/Reb0/ccdCurrent
periodictasks_monitor_update_crVolt_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
- Count:
71
Description: period for task monitor-update/R00/RebG/crVolt
periodictasks_monitor_update_rebTemp_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
- Count:
71
Description: period for task monitor-update/R00/RebG/rebTemp
periodictasks_monitor_update_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
- Count:
71
Description: period for task monitor-update/R00/RebG
image_handling_PeriodicTasks_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_image_handling_PeriodicTasks_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
agentmonitorservice_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task agentMonitorService
heartbeat_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task heartbeat
runtimeinfo_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task runtimeInfo
mpm_PeriodicTasks_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_mpm_PeriodicTasks_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
agentmonitorservice_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task agentMonitorService
heartbeat_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task heartbeat
monitor_check_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check
monitor_publish_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish
monitor_update_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update
protection_state_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task Protection-state
runtimeinfo_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task runtimeInfo
fcs_PeriodicTasks_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_fcs_PeriodicTasks_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
agentmonitorservice_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task agentMonitorService
heartbeat_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task heartbeat
main_checkControllers_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task main-checkControllers
main_updateGui_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task main-updateGui
monitor_check_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check
monitor_publish_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish
monitor_update_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update
runtimeinfo_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task runtimeInfo
shutter_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_shutter_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
periodictasks_agentMonitorService_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task agentMonitorService
periodictasks_heartbeat_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task heartbeat
periodictasks_runtimeInfo_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task runtimeInfo
chiller_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_chiller_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
periodictasks_Maq20_check_status_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task Maq20-check-status
periodictasks_agentMonitorService_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task agentMonitorService
periodictasks_checkBurstDiscP_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task checkBurstDiscP
periodictasks_checkDataArrival_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task checkDataArrival
periodictasks_heartbeat_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task heartbeat
periodictasks_monitor_check_Chiller_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Chiller
periodictasks_monitor_check_Maq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Maq20
periodictasks_monitor_check_Pluto_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Pluto
periodictasks_monitor_publish_burstDiscs_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/burstDiscs
periodictasks_monitor_publish_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish
periodictasks_monitor_update_burstDiscs_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/burstDiscs
periodictasks_monitor_update_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update
periodictasks_publishParams_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task publishParams
periodictasks_runtimeInfo_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task runtimeInfo
periodictasks_sendDutTemperature_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task sendDutTemperature
periodictasks_updateCtrlState_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task updateCtrlState
thermal_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_thermal_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
periodictasks_ColdTempCtrlC_tempCheck_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task ColdTempCtrlC-tempCheck
periodictasks_ColdTempCtrlMYE_tempCheck_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task ColdTempCtrlMYE-tempCheck
periodictasks_ColdTempCtrlPYE_tempCheck_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task ColdTempCtrlPYE-tempCheck
periodictasks_CryoTempCtrl_tempCheck_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task CryoTempCtrl-tempCheck
periodictasks_Rtds_check_status_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task Rtds-check-status
periodictasks_agentMonitorService_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task agentMonitorService
periodictasks_heartbeat_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task heartbeat
periodictasks_maintain_power_TrimPower_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task maintain-power-TrimPower
periodictasks_monitor_check_ProtRtds_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/ProtRtds
periodictasks_monitor_check_Rtds_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Rtds
periodictasks_monitor_check_TrimPower_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/TrimPower
periodictasks_monitor_publish_avgTemp_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/avgTemp
periodictasks_monitor_publish_coldTemp_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/coldTemp
periodictasks_monitor_publish_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish
periodictasks_monitor_update_avgTemp_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/avgTemp
periodictasks_monitor_update_coldTemp_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/coldTemp
periodictasks_monitor_update_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update
periodictasks_runtimeInfo_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task runtimeInfo
periodictasks_thermal_state_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task thermal-state
utiltrunk_PeriodicTasks_AgentMonitorService_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_PeriodicTasks_AgentMonitorService_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task agentMonitorService
utiltrunk_PeriodicTasks_BodyMaq20_check_status_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_PeriodicTasks_BodyMaq20_check_status_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task BodyMaq20-check-status
utiltrunk_PeriodicTasks_CryoMaq20_check_status_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_PeriodicTasks_CryoMaq20_check_status_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task CryoMaq20-check-status
utiltrunk_PeriodicTasks_Heartbeat_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_PeriodicTasks_Heartbeat_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task heartbeat
utiltrunk_PeriodicTasks_Monitor_check_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_PeriodicTasks_Monitor_check_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
bfr_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/BFR
bodymaq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/BodyMaq20
cryomaq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/CryoMaq20
pdu_48V_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/PDU_48V
pluto_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Pluto
telescope_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/Telescope
utmaq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-check/UtMaq20
utiltrunk_PeriodicTasks_Monitor_publish_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_PeriodicTasks_Monitor_publish_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
bfr_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/BFR
bodymaq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/BodyMaq20
cryomaq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/CryoMaq20
taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish
telescope_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/Telescope
utmaq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-publish/UtMaq20
utiltrunk_PeriodicTasks_Monitor_update_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_PeriodicTasks_Monitor_update_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
bfr_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/BFR
bodymaq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/BodyMaq20
cryomaq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/CryoMaq20
taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update
telescope_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/Telescope
utmaq20_taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task monitor-update/UtMaq20
utiltrunk_PeriodicTasks_RuntimeInfo_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_PeriodicTasks_RuntimeInfo_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task runtimeInfo
utiltrunk_PeriodicTasks_UT_alarms_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_PeriodicTasks_UT_alarms_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task UT-alarms
utiltrunk_PeriodicTasks_UT_state_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_PeriodicTasks_UT_state_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task UT-state
utiltrunk_PeriodicTasks_UtMaq20_check_status_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_PeriodicTasks_UtMaq20_check_status_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task UtMaq20-check-status
utiltrunk_PeriodicTasks_Vpc_loop_VPCHtrs_timersConfiguration¶
- EFDB_Topic:
MTCamera_logevent_utiltrunk_PeriodicTasks_Vpc_loop_VPCHtrs_timersConfiguration
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the settings, formatted using CCS conventions
taskPeriodMillis¶
- IDL_Type:
long long
- Units:
ms
Description: period for task vpc-loop-VPCHtrs
configurationApplied¶
Description: Information about this CSC’s current configuration overrides.
- EFDB_Topic:
SALGeneric_logevent_configurationApplied
- Category:
configurable
configurations¶
- IDL_Type:
string
- Units:
unitless
Description: A comma-separated list of configurations applied. If configuration comes from a clone of a git repo, or similar directory, then it will be a list of file names, without the file extension. Ignore whitespace after commas.
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the configuration source. For a clone of a git repo it will be a git hash.
url¶
- IDL_Type:
string
- Units:
unitless
Description: URL of the configuration source. For a clone of a git repo this will be a file URL. For a database it will be a standard database URL. This should always match the same-named field in configurationsAvailable.
schemaVersion¶
- IDL_Type:
string
- Units:
unitless
Description: Version of config schema used by this CSC. For a configuration git repo, this is the name of a folder in the config package, and is typically something like “v1”. This should always match the same-named field in configurationsAvailable.
otherInfo¶
- IDL_Type:
string
- Units:
unitless
Description: A comma-separated list of event topics (without the logevent prefix) used to publish the entire set of configuration parameters loaded by this CSC, and any other pertinent information. Ignore whitespace after commas.
configurationsAvailable¶
Description: Available configuration overrides for this CSC.
- EFDB_Topic:
SALGeneric_logevent_configurationsAvailable
- Category:
configurable
overrides¶
- IDL_Type:
string
- Units:
unitless
Description: Available overrides as a comma-separated list. Each entry is a possible value of the configurationOverride
field of the start
command. Ignore whitespace after commas.
version¶
- IDL_Type:
string
- Units:
unitless
Description: Version of the configuration source. For a clone of a git repo it will be a git hash.
url¶
- IDL_Type:
string
- Units:
unitless
Description: URL of the configuration source. For a clone of a git repo this will be a file URL. For a database it will be a standard database URL.
schemaVersion¶
- IDL_Type:
string
- Units:
unitless
Description: Version of config schema used by this CSC. For a configuration git repo, this is the name of a folder in the config package, and is typically something like “v1”.
errorCode¶
Description: Output when this CSC goes into the Fault state as an explanation of the problem.
- EFDB_Topic:
SALGeneric_logevent_errorCode
- Category:
csc
errorCode¶
- IDL_Type:
long
- Units:
unitless
Description: A numeric error code.
errorReport¶
- IDL_Type:
string
- Units:
unitless
Description: An string providing detailed information about the error.
traceback¶
- IDL_Type:
string
- Units:
unitless
Description: An optional stack trace of the error condition.
heartbeat¶
Description: Event output at regular intervals (typcally once per second) to show that the SAL component is alive.
- EFDB_Topic:
SALGeneric_logevent_heartbeat
- Category:
mandatory
heartbeat¶
- IDL_Type:
boolean
- Units:
unitless
Description: Deprecated field that you should ignore.
largeFileObjectAvailable¶
Description: A new large file object is available.
- EFDB_Topic:
SALGeneric_logevent_largeFileObjectAvailable
url¶
- IDL_Type:
string
- IDL_Size:
256
- Units:
unitless
Description: A Uniform Resource Locator which links to a Large File Object either for ingest into the EFD Large File Annex, or to announce the successful copy of same to the EFD Large File Annex.Protocols are those supported by the cURL library.
generator¶
- IDL_Type:
string
- IDL_Size:
256
- Units:
unitless
Description: Name of the package which generated the file being announced.
version¶
- IDL_Type:
float
- Units:
unitless
Description: A dotted x.y version number denoting the file format revision.
byteSize¶
- IDL_Type:
long
- Units:
unitless
Description: Size of file in bytes.
checkSum¶
- IDL_Type:
string
- IDL_Size:
256
- Units:
unitless
Description: Hexadecimal character string holding the checksum of the file.
mimeType¶
- IDL_Type:
string
- IDL_Size:
256
- Units:
unitless
Description: Mime Type code for the file.
id¶
- IDL_Type:
string
- IDL_Size:
256
- Units:
unitless
Description: A generic identifier field.
logLevel¶
Description: Current logging level.
- EFDB_Topic:
SALGeneric_logevent_logLevel
- Category:
mandatory
level¶
- IDL_Type:
int
- Units:
unitless
Description: Current logging level, a Python logging level: error=40, warning=30, info=20, debug=10.
subsystem¶
- IDL_Type:
string
- Units:
unitless
Description: If this CSC itself has sub-ordinate components, they may be listed here. An empty string means the setting applies to all such sub-ordinate components, or just to this CSC itself.
logMessage¶
Description: A log message.
- EFDB_Topic:
SALGeneric_logevent_logMessage
- Category:
mandatory
name¶
- IDL_Type:
string
- Units:
unitless
Description: Log name.
level¶
- IDL_Type:
int
- Units:
unitless
Description: Message level, a Python logging level: error=40, warning=30, info=20, debug=10.
message¶
- IDL_Type:
string
- Units:
unitless
Description: Log message.
traceback¶
- IDL_Type:
string
- Units:
unitless
Description: Exception traceback; “” if not an exception.
filePath¶
- IDL_Type:
string
- Units:
unitless
Description: Path to source file.
functionName¶
- IDL_Type:
string
- Units:
unitless
Description: Function or method name.
lineNumber¶
- IDL_Type:
long
- Units:
unitless
Description: Line number in the file specified by filePath.
process¶
- IDL_Type:
long
- Units:
unitless
Description: Process ID.
timestamp¶
- IDL_Type:
double
- Units:
second
Description: The time at which the condition being reported was observed (TAI unix seconds). 0 if unspecified.
simulationMode¶
Description: Current simulation mode.
- EFDB_Topic:
SALGeneric_logevent_simulationMode
- Category:
csc
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
- Category:
mandatory
salVersion¶
- IDL_Type:
string
- IDL_Size:
256
- Units:
unitless
Description: This is the current version of SAL generation.
xmlVersion¶
- IDL_Type:
string
- IDL_Size:
256
- Units:
unitless
Description: This is the current version of CSC XML.
openSpliceVersion¶
- IDL_Type:
string
- IDL_Size:
256
- Units:
unitless
Description: This is the current version of OpenSplice.
cscVersion¶
- IDL_Type:
string
- IDL_Size:
256
- Units:
unitless
Description: The software version of this CSC.
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 this CSC.
summaryState¶
Description: Current summary state of this CSC.
- EFDB_Topic:
SALGeneric_logevent_summaryState
- Category:
csc
summaryState¶
- IDL_Type:
long
- Units:
unitless
Description: High level state machine state identifier.
Telemetry¶
mpm_CLP_RTD_03¶
- EFDB_Topic:
MTCamera_mpm_CLP_RTD_03
clp_RTD_03¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 03
mpm_CLP_RTD_05¶
- EFDB_Topic:
MTCamera_mpm_CLP_RTD_05
clp_RTD_05¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 05
mpm_CYP_RTD_12¶
- EFDB_Topic:
MTCamera_mpm_CYP_RTD_12
cyp_RTD_12¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 12
mpm_CYP_RTD_14¶
- EFDB_Topic:
MTCamera_mpm_CYP_RTD_14
cyp_RTD_14¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 14
quadbox_PDU_24VC¶
- EFDB_Topic:
MTCamera_quadbox_PDU_24VC
board_T¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Clean PDU board temperature
body_Maq20_I¶
- IDL_Type:
double
- Units:
mA
Description: Body MAQ20 current
body_Maq20_V¶
- IDL_Type:
double
- Units:
Volt
Description: Body MAQ20 voltage
cryo_Maq20_I¶
- IDL_Type:
double
- Units:
mA
Description: Cryostat MAQ20 current
cryo_Maq20_V¶
- IDL_Type:
double
- Units:
Volt
Description: Cryostat MAQ20 voltage
fes_CarouselC_I¶
- IDL_Type:
double
- Units:
mA
Description: FES carouselC current
fes_CarouselC_V¶
- IDL_Type:
double
- Units:
Volt
Description: FES carouselC voltage
fes_ChangerC_I¶
- IDL_Type:
double
- Units:
mA
Description: FES changerC current
fes_ChangerC_V¶
- IDL_Type:
double
- Units:
Volt
Description: FES changerC voltage
fes_LoaderC_I¶
- IDL_Type:
double
- Units:
mA
Description: FES loaderC current
fes_LoaderC_V¶
- IDL_Type:
double
- Units:
Volt
Description: FES loaderC voltage
fpga_T¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Clean PDU FPGA temperature
gauges_I¶
- IDL_Type:
double
- Units:
mA
Description: Gauges current
gauges_V¶
- IDL_Type:
double
- Units:
Volt
Description: Gauges voltage
int_Valves_I¶
- IDL_Type:
double
- Units:
mA
Description: Interstitial valves current
int_Valves_V¶
- IDL_Type:
double
- Units:
Volt
Description: Interstitial valves voltage
ion_Pumps_I¶
- IDL_Type:
double
- Units:
mA
Description: Ion pumps current
ion_Pumps_V¶
- IDL_Type:
double
- Units:
Volt
Description: Ion pumps voltage
main_I¶
- IDL_Type:
double
- Units:
mA
Description: 24V Clean PDU main current
main_T¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Clean PDU main temperature
main_V¶
- IDL_Type:
double
- Units:
Volt
Description: 24V Clean PDU main voltage
shtr_PLC1_I¶
- IDL_Type:
double
- Units:
mA
Description: Shutter PLC 1 current
shtr_PLC1_V¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter PLC 1 voltage
shtr_PLC2_I¶
- IDL_Type:
double
- Units:
mA
Description: Shutter PLC 2 current
shtr_PLC2_V¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter PLC 2 voltage
quadbox_PDU_24VD¶
- EFDB_Topic:
MTCamera_quadbox_PDU_24VD
board_T¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Dirty PDU board temperature
cryo_Turbo_I¶
- IDL_Type:
double
- Units:
mA
Description: Cryo turbo pump current
cryo_Turbo_V¶
- IDL_Type:
double
- Units:
Volt
Description: Cryo turbo pump voltage
fes_Brakes_I¶
- IDL_Type:
double
- Units:
mA
Description: FES brakes current
fes_Brakes_V¶
- IDL_Type:
double
- Units:
Volt
Description: FES brakes voltage
fes_ChangerD_I¶
- IDL_Type:
double
- Units:
mA
Description: FES changerD current
fes_ChangerD_V¶
- IDL_Type:
double
- Units:
Volt
Description: FES changerD voltage
fes_Clamps_I¶
- IDL_Type:
double
- Units:
mA
Description: FES clamps current
fes_Clamps_V¶
- IDL_Type:
double
- Units:
Volt
Description: FES clamps voltage
fes_LoaderD_I¶
- IDL_Type:
double
- Units:
mA
Description: FES loaderD current
fes_LoaderD_V¶
- IDL_Type:
double
- Units:
Volt
Description: FES loaderD voltage
fpga_T¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Dirty PDU FPGA temperature
hex_Turbo_I¶
- IDL_Type:
double
- Units:
mA
Description: Hex turbo pump current
hex_Turbo_V¶
- IDL_Type:
double
- Units:
Volt
Description: Hex turbo pump voltage
main_I¶
- IDL_Type:
double
- Units:
mA
Description: 24V Dirty PDU main current
main_T¶
- IDL_Type:
double
- Units:
Celsius
Description: 24V Dirty PDU main temperature
main_V¶
- IDL_Type:
double
- Units:
Volt
Description: 24V Dirty PDU main voltage
shtr_Brakes_I¶
- IDL_Type:
double
- Units:
mA
Description: Shutter brakes current
shtr_Brakes_V¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter brakes voltage
mpm_CYP_RTD_31¶
- EFDB_Topic:
MTCamera_mpm_CYP_RTD_31
cyp_RTD_31¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 31
mpm_CYP_RTD_43¶
- EFDB_Topic:
MTCamera_mpm_CYP_RTD_43
cyp_RTD_43¶
- IDL_Type:
double
- Units:
Celsius
Description: Cryo Plate RTD 43
quadbox_PDU_48V¶
- EFDB_Topic:
MTCamera_quadbox_PDU_48V
board_T¶
- IDL_Type:
double
- Units:
Celsius
Description: 48V PDU board temperature
fes_CarouselD_I¶
- IDL_Type:
double
- Units:
mA
Description: FES carouselD current
fes_CarouselD_V¶
- IDL_Type:
double
- Units:
Volt
Description: FES carouselD voltage
fes_Heater_I¶
- IDL_Type:
double
- Units:
mA
Description: FES heater current
fes_Heater_V¶
- IDL_Type:
double
- Units:
Volt
Description: FES heater voltage
fpga_T¶
- IDL_Type:
double
- Units:
Celsius
Description: 48V PDU FPGA temperature
main_I¶
- IDL_Type:
double
- Units:
mA
Description: 48V PDU main current
main_T¶
- IDL_Type:
double
- Units:
Celsius
Description: 48V PDU main temperature
main_V¶
- IDL_Type:
double
- Units:
Volt
Description: 48V PDU main voltage
purge_Fan_I¶
- IDL_Type:
double
- Units:
mA
Description: Purge fan current
purge_Fan_V¶
- IDL_Type:
double
- Units:
Volt
Description: Purge fan voltage
shtr_Motor1_I¶
- IDL_Type:
double
- Units:
mA
Description: Shutter motor 1 current
shtr_Motor1_V¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter motor 1 voltage
shtr_Motor2_I¶
- IDL_Type:
double
- Units:
mA
Description: Shutter motor 2 current
shtr_Motor2_V¶
- IDL_Type:
double
- Units:
Volt
Description: Shutter motor 2 voltage
mpm_CLP_RTD_50¶
- EFDB_Topic:
MTCamera_mpm_CLP_RTD_50
clp_RTD_50¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 50
mpm_CLP_RTD_55¶
- EFDB_Topic:
MTCamera_mpm_CLP_RTD_55
clp_RTD_55¶
- IDL_Type:
double
- Units:
Celsius
Description: Cold Plate RTD 55
quadbox_PDU_5V¶
- EFDB_Topic:
MTCamera_quadbox_PDU_5V
otm_0_A_I¶
- IDL_Type:
double
- Units:
mA
Description: OTM 0-A current
otm_0_A_V¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 0-A voltage
otm_0_B_I¶
- IDL_Type:
double
- Units:
mA
Description: OTM 0-B current
otm_0_B_V¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 0-B voltage
otm_1_A_I¶
- IDL_Type:
double
- Units:
mA
Description: OTM 1-A current
otm_1_A_V¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 1-A voltage
otm_1_B_I¶
- IDL_Type:
double
- Units:
mA
Description: OTM 1-B current
otm_1_B_V¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 1-B voltage
otm_2_A_I¶
- IDL_Type:
double
- Units:
mA
Description: OTM 2-A current
otm_2_A_V¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 2-A voltage
otm_2_B_I¶
- IDL_Type:
double
- Units:
mA
Description: OTM 2-B current
otm_2_B_V¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 2-B voltage
otm_3_A_I¶
- IDL_Type:
double
- Units:
mA
Description: OTM 3-A current
otm_3_A_V¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 3-A voltage
otm_3_B_I¶
- IDL_Type:
double
- Units:
mA
Description: OTM 3-B current
otm_3_B_V¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 3-B voltage
otm_4_A_I¶
- IDL_Type:
double
- Units:
mA
Description: OTM 4-A current
otm_4_A_V¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 4-A voltage
otm_4_B_I¶
- IDL_Type:
double
- Units:
mA
Description: OTM 4-B current
otm_4_B_V¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 4-B voltage
otm_5_A_I¶
- IDL_Type:
double
- Units:
mA
Description: OTM 5-A current
otm_5_A_V¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 5-A voltage
otm_5_B_I¶
- IDL_Type:
double
- Units:
mA
Description: OTM 5-B current
otm_5_B_V¶
- IDL_Type:
double
- Units:
Volt
Description: OTM 5-B voltage
quadbox_BFR¶
- EFDB_Topic:
MTCamera_quadbox_BFR
clean_5_24V_I¶
- IDL_Type:
double
- Units:
mA
Description: Clean 5 and 24V current
dirty_24V_I¶
- IDL_Type:
double
- Units:
mA
Description: Dirty 24V current
dirty_28V_I¶
- IDL_Type:
double
- Units:
mA
Description: Dirty 28V current
dirty_48V_I¶
- IDL_Type:
double
- Units:
mA
Description: Dirty 48V current
protection_I¶
- IDL_Type:
double
- Units:
mA
Description: Protection system current
rebps_0_2_I¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 0-2 current
rebps_3_5_I¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 3-5 current
rebps_6_8_I¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 6-8 current
rebps_9_12_I¶
- IDL_Type:
double
- Units:
mA
Description: REB PS 9-12 current
rebps_Spr_I¶
- IDL_Type:
double
- Units:
mA
Description: REB PS spare current
utiltrunk_Body¶
- EFDB_Topic:
MTCamera_utiltrunk_Body
ambAirtemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Ambient air temperature
averageTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera average temperature
backFlngXMinusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Back flange X- in temperature
backFlngXPlusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Back flange X+ in temperature
backFlngYMinusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Back flange Y- in temperature
camBodyXPlusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera body X+ air temperature
camBodyYMinusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera body Y- air temperature
camBodyYPlusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera body Y+ air temperature
camHousXMinusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing X- temperature
camHousXPlusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing X+ temperature
camHousYMinusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing Y- temperature
camHousYPlusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Camera housing Y+ temperature
chgrYMinusRtnAirTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Autochanger Y- return air temperature
chgrYMinusRtnAirVel¶
- IDL_Type:
double
- Units:
m/s
Description: Autochanger Y- return air velocity
domeXMinusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Dome X- air temperature
domeYMinusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Dome Y- air temperature
l1XMinusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: L1 X- temperature
l1YMinusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: L1 Y- temperature
l2XMinusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 X- temperature
l2XPlusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 X+ temperature
l2YMinusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 Y- temperature
l2YPlusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: L2 Y+ temperature
shrdRngXMinusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring X- temperature
shrdRngXPlusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring X+ temperature
shrdRngYMinusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring Y- temperature
shrdRngYPlusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Shroud ring Y+ temperature
shtrEboxRtnAirTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Shutter electronics return air temperature
shtrEboxRtnAirVel¶
- IDL_Type:
double
- Units:
m/s
Description: Shutter electronics return air velocity
shtrMtrRtnAirTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Shutter motors return air temperature
shtrMtrRtnAirVel¶
- IDL_Type:
double
- Units:
m/s
Description: Shutter motors return air velocity
vPPlenumInTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: VP plenum in temperature
focal_plane_Ccd¶
- EFDB_Topic:
MTCamera_focal_plane_Ccd
gDV¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: GD 0 voltage
location¶
- IDL_Type:
string
- Units:
unitless
Description: ccd location
oDI¶
- IDL_Type:
double
- Units:
mA
- Count:
201
Description: OD 0 current
oDV¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: OD 0 voltage
oGV¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: OG 0 voltage
rDV¶
- IDL_Type:
double
- Units:
Volt
- Count:
201
Description: RD 0 voltage
temp¶
- IDL_Type:
double
- Units:
Celsius
- Count:
201
Description: SW temperature
chiller_Chiller¶
- EFDB_Topic:
MTCamera_chiller_Chiller
cascadeSetPoint¶
- IDL_Type:
double
- Units:
Celsius
Description: cascade setpoint used in DUT
chillerPumpLife¶
- IDL_Type:
double
- Units:
h
Description: chiller pump hours
chillerValveAct¶
- IDL_Type:
double
- Units:
unitless
Description: current valve activations
compressorLife¶
- IDL_Type:
double
- Units:
h
Description: chiller compressorOne hours
controllerLife¶
- IDL_Type:
double
- Units:
h
Description: chiller controller hours
coolPercentage¶
- IDL_Type:
double
- Units:
%
Description: cooling as percentage of max
flowRate¶
- IDL_Type:
double
- Units:
gallon/min
Description: chiller flow rate
flowSetPoint¶
- IDL_Type:
double
- Units:
gallon/min
Description: chiller flow setpoint
fluidTemperature¶
- IDL_Type:
double
- Units:
Celsius
Description: temperature of chiller output
heatPercentage¶
- IDL_Type:
double
- Units:
%
Description: heating as percentage of max
importedColdTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: coldplate temp from listener
pressureIn¶
- IDL_Type:
double
- Units:
psig
Description: chiller input pressure
pressureOut¶
- IDL_Type:
double
- Units:
psig
Description: chiller output pressure
pressureTank¶
- IDL_Type:
double
- Units:
psig
Description: chiller tank pressure
tankLevel¶
- IDL_Type:
double
- Units:
%
Description: tank fluid level in percent
tankSetPoint¶
- IDL_Type:
double
- Units:
psig
Description: tank pressure setpoint
tempCondenser¶
- IDL_Type:
double
- Units:
Celsius
Description: temperature condenser outlet
tempDUTInput¶
- IDL_Type:
double
- Units:
Celsius
Description: last DUT input temperature
tempDynamicSetPt¶
- IDL_Type:
double
- Units:
Celsius
Description: dynamic temperature setpoint
tempSetPoint¶
- IDL_Type:
double
- Units:
Celsius
Description: temperature setpoint
tempStage2Evap¶
- IDL_Type:
double
- Units:
Celsius
Description: temperature chiller Stage2Evap
tempTXVBulb¶
- IDL_Type:
double
- Units:
Celsius
Description: temperature chiller TXV bulb
vacuum_Cip¶
- EFDB_Topic:
MTCamera_vacuum_Cip
cryo_I¶
- IDL_Type:
double
- Units:
mA
- Count:
6
Description: Cryo ion pump 1 current
cryo_Life¶
- IDL_Type:
double
- Units:
hour
- Count:
6
Description: Cryo ion pump 1 lifetime
cryo_Usage¶
- IDL_Type:
double
- Units:
Torr.hour
- Count:
6
Description: Cryo ion pump 1 usage
cryo_V¶
- IDL_Type:
double
- Units:
Volt
- Count:
6
Description: Cryo ion pump 1 voltage
location¶
- IDL_Type:
string
- Units:
unitless
Description: cip location
hex_Cold1¶
- EFDB_Topic:
MTCamera_hex_Cold1
returnTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Return Temperature
supplyTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Supply Temperature
hex_Cold2¶
- EFDB_Topic:
MTCamera_hex_Cold2
returnTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Return Temperature
supplyTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Supply Temperature
vacuum_Cryo¶
- EFDB_Topic:
MTCamera_vacuum_Cryo
airPressure¶
- IDL_Type:
double
- Units:
psig
Description: UT compressed air pressure
cryoVac¶
- IDL_Type:
double
- Units:
Torr
Description: Cryostat vacuum
flineCurrent¶
- IDL_Type:
double
- Units:
mA
Description: Cryo foreline pump current
flinePower¶
- IDL_Type:
double
- Units:
Watt
Description: Cryo foreline pump power
flineVoltage¶
- IDL_Type:
double
- Units:
Volt
Description: Cryo foreline pump voltage
forelineVac¶
- IDL_Type:
double
- Units:
Torr
Description: Foreline pump vacuum
gaugeDose¶
- IDL_Type:
double
- Units:
Torr.hour
Description: Cryostat vacuum gauge pressure dose
pumpCartPressure¶
- IDL_Type:
double
- Units:
Torr
Description: Pump Cart Inlet Pressure
turboCurrent¶
- IDL_Type:
double
- Units:
mA
Description: Cryo turbo pump current
turboCycleNumber¶
- IDL_Type:
double
- Units:
count
Description: Cryo turbo cycle number
turboCycleTime¶
- IDL_Type:
double
- Units:
minute
Description: Cryo turbo latest cycle time
turboGaugeDose¶
- IDL_Type:
double
- Units:
Torr.hour
Description: Cryostat turbo vacuum gauge pressure dose
turboHours¶
- IDL_Type:
double
- Units:
hour
Description: Cryo turbo pump hours
turboPower¶
- IDL_Type:
double
- Units:
W
Description: Cryo turbo pump power
turboPumpStatus¶
- IDL_Type:
double
- Units:
unitless
Description: Cryo turbo pump status
turboPumpTemp¶
- IDL_Type:
double
- Units:
deg C
Description: Cryo turbo pump temperature
turboSpeed¶
- IDL_Type:
double
- Units:
rpm
Description: Cryo turbo pump speed
turboVac¶
- IDL_Type:
double
- Units:
Torr
Description: Turbo pump vacuum
turboVoltage¶
- IDL_Type:
double
- Units:
Volt
Description: Cryo turbo pump voltage
hex_Cryo1¶
- EFDB_Topic:
MTCamera_hex_Cryo1
c3ExitTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature
c4ExitTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature
evapExitTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature
hexRtrnTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature
liquidPrs¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure
preC3Tmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature
preC4Tmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature
returnPrs¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure
vaporPrs¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure
refrig_Cryo1¶
- EFDB_Topic:
MTCamera_refrig_Cryo1
afterCoolTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature
compCurrent¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current
compPower¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power
compVoltage¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage
dischrgPrs¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure
dischrgtmp_M¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20)
dischrgtmp_P¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC)
fanSpeed¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed
oilLevel¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level
oilSepTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature
phaseSepTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature
suctionPrs¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure
suctiontmp_M¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20)
suctiontmp_P¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC)
surgeTankTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature
waterInTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature
waterOutTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature
hex_Cryo2¶
- EFDB_Topic:
MTCamera_hex_Cryo2
c3ExitTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature
c4ExitTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature
evapExitTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature
hexRtrnTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature
liquidPrs¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure
preC3Tmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature
preC4Tmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature
returnPrs¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure
vaporPrs¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure
refrig_Cryo2¶
- EFDB_Topic:
MTCamera_refrig_Cryo2
afterCoolTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature
compCurrent¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current
compPower¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power
compVoltage¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage
dischrgPrs¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure
dischrgtmp_M¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20)
dischrgtmp_P¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC)
fanSpeed¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed
oilLevel¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level
oilSepTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature
phaseSepTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature
suctionPrs¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure
suctiontmp_M¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20)
suctiontmp_P¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC)
surgeTankTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature
waterInTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature
waterOutTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature
hex_Cryo3¶
- EFDB_Topic:
MTCamera_hex_Cryo3
c3ExitTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature
c4ExitTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature
evapExitTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature
hexRtrnTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature
liquidPrs¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure
preC3Tmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature
preC4Tmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature
returnPrs¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure
vaporPrs¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure
refrig_Cryo3¶
- EFDB_Topic:
MTCamera_refrig_Cryo3
afterCoolTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature
ambientTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Ambient Temperature
cabinetTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Cabinet Temperature
compCurrent¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current
compPower¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power
compVoltage¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage
dischrgPrs¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure
dischrgtmp_M¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20)
dischrgtmp_P¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC)
fanSpeed¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed
oilLevel¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level
oilSepTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature
phaseSepTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature
suctionPrs¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure
suctiontmp_M¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20)
suctiontmp_P¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC)
surgeTankTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature
waterInTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature
waterOutTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature
hex_Cryo4¶
- EFDB_Topic:
MTCamera_hex_Cryo4
c3ExitTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature
c4ExitTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature
evapExitTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature
hexRtrnTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature
liquidPrs¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure
preC3Tmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature
preC4Tmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature
returnPrs¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure
vaporPrs¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure
refrig_Cryo4¶
- EFDB_Topic:
MTCamera_refrig_Cryo4
afterCoolTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature
compCurrent¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current
compPower¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power
compVoltage¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage
dischrgPrs¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure
dischrgtmp_M¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20)
dischrgtmp_P¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC)
fanSpeed¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed
oilLevel¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level
oilSepTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature
phaseSepTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature
suctionPrs¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure
suctiontmp_M¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20)
suctiontmp_P¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC)
surgeTankTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature
waterInTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature
waterOutTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature
hex_Cryo5¶
- EFDB_Topic:
MTCamera_hex_Cryo5
c3ExitTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature
c4ExitTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature
evapExitTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature
hexRtrnTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature
liquidPrs¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure
preC3Tmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature
preC4Tmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature
returnPrs¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure
vaporPrs¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure
refrig_Cryo5¶
- EFDB_Topic:
MTCamera_refrig_Cryo5
afterCoolTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature
ambientTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Ambient Temperature
cabinetTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Cabinet Temperature
compCurrent¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current
compPower¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power
compVoltage¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage
dischrgPrs¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure
dischrgtmp_M¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20)
dischrgtmp_P¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC)
fanSpeed¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed
oilLevel¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level
oilSepTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature
phaseSepTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature
suctionPrs¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure
suctiontmp_M¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20)
suctiontmp_P¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC)
surgeTankTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature
waterInTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature
waterOutTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature
hex_Cryo6¶
- EFDB_Topic:
MTCamera_hex_Cryo6
c3ExitTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: C3 Exit Temperature
c4ExitTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: C4 Exit Temperature
evapExitTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Evap Exit Temperature
hexRtrnTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: HX Return Temperature
liquidPrs¶
- IDL_Type:
double
- Units:
psia
Description: Liquid Pressure
preC3Tmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C3 Temperature
preC4Tmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Pre C4 Temperature
returnPrs¶
- IDL_Type:
double
- Units:
psia
Description: Return Pressure
vaporPrs¶
- IDL_Type:
double
- Units:
psia
Description: Vapor Pressure
refrig_Cryo6¶
- EFDB_Topic:
MTCamera_refrig_Cryo6
afterCoolTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: After Cooler Temperature
compCurrent¶
- IDL_Type:
double
- Units:
A
Description: Compressor Current
compPower¶
- IDL_Type:
double
- Units:
VA
Description: Compressor Power
compVoltage¶
- IDL_Type:
double
- Units:
Volt
Description: Compressor Voltage
dischrgPrs¶
- IDL_Type:
double
- Units:
psia
Description: Discharge Pressure
dischrgtmp_M¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (MAQ20)
dischrgtmp_P¶
- IDL_Type:
double
- Units:
Celsius
Description: Discharge Temperature (PLC)
fanSpeed¶
- IDL_Type:
double
- Units:
rpm
Description: Fan Speed
oilLevel¶
- IDL_Type:
double
- Units:
mm
Description: Oil Level
oilSepTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Oil Separator Temperature
phaseSepTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Phase Separator Temperature
suctionPrs¶
- IDL_Type:
double
- Units:
psia
Description: Suction Pressure
suctiontmp_M¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (MAQ20)
suctiontmp_P¶
- IDL_Type:
double
- Units:
Celsius
Description: Suction Temperature (PLC)
surgeTankTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Surge Tank Temperature
waterInTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Inlet Temperature
waterOutTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Water Outlet Temperature
vacuum_HX¶
- EFDB_Topic:
MTCamera_vacuum_HX
airPressure¶
- IDL_Type:
double
- Units:
psig
Description: UT compressed air pressure
flineCurrent¶
- IDL_Type:
double
- Units:
mA
Description: HX foreline pump current
flinePower¶
- IDL_Type:
double
- Units:
Watt
Description: HX foreline pump power
flineVoltage¶
- IDL_Type:
double
- Units:
Volt
Description: HX foreline pump voltage
forelineVac¶
- IDL_Type:
double
- Units:
Torr
Description: HX foreline pump vacuum
gaugeDose¶
- IDL_Type:
double
- Units:
Torr.hour
Description: HX vacuum gauge pressure dose
hexVac¶
- IDL_Type:
double
- Units:
Torr
Description: Heat exchanger vacuum
pumpCartPressure¶
- IDL_Type:
double
- Units:
Torr
Description: Pump Cart Inlet Pressure
turboCurrent¶
- IDL_Type:
double
- Units:
mA
Description: HX turbo pump current
turboCycleNumber¶
- IDL_Type:
double
- Units:
count
Description: HX turbo cycle number
turboCycleTime¶
- IDL_Type:
double
- Units:
minute
Description: HX turbo latest cycle time
turboGaugeDose¶
- IDL_Type:
double
- Units:
Torr.hour
Description: HX turbo vacuum gauge pressure dose
turboHours¶
- IDL_Type:
double
- Units:
hour
Description: HX turbo pump hours
turboPower¶
- IDL_Type:
double
- Units:
W
Description: HX turbo pump power
turboPumpStatus¶
- IDL_Type:
double
- Units:
unitless
Description: HX turbo pump status
turboPumpTemp¶
- IDL_Type:
double
- Units:
deg C
Description: HX turbo pump temperature
turboSpeed¶
- IDL_Type:
double
- Units:
rpm
Description: HX turbo pump speed
turboVac¶
- IDL_Type:
double
- Units:
Torr
Description: HX turbo pump vacuum
turboVoltage¶
- IDL_Type:
double
- Units:
Volt
Description: HX turbo pump voltage
vacuum_Hip¶
- EFDB_Topic:
MTCamera_vacuum_Hip
hx_I¶
- IDL_Type:
double
- Units:
mA
- Count:
2
Description: HX ion pump 1 current
hx_Life¶
- IDL_Type:
double
- Units:
hour
- Count:
2
Description: HX ion pump 1 lifetime
hx_Usage¶
- IDL_Type:
double
- Units:
Torr.hour
- Count:
2
Description: HX ion pump 1 usage
hx_V¶
- IDL_Type:
double
- Units:
Volt
- Count:
2
Description: HX ion pump 1 voltage
location¶
- IDL_Type:
string
- Units:
unitless
Description: hip location
thermal_Trim_Htrs¶
- EFDB_Topic:
MTCamera_thermal_Trim_Htrs
coldtotal_P¶
- IDL_Type:
double
- Units:
Watt
Description: Cold Total Power
cryototal_P¶
- IDL_Type:
double
- Units:
Watt
Description: Cryo Total Power
htrBulkTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Heater Bulk PS Temperature
htrbulk_I¶
- IDL_Type:
double
- Units:
A
Description: Heater Bulk PS Current
htrbulk_P¶
- IDL_Type:
double
- Units:
Watt
Description: Heater Bulk PS Power
htrbulk_V¶
- IDL_Type:
double
- Units:
Volt
Description: Heater Bulk PS Voltage
htrPsTmp¶
- IDL_Type:
double
- Units:
Celsius
Description: Heater PS Temperature
vacuum_Inst¶
- EFDB_Topic:
MTCamera_vacuum_Inst
cryoFlineValveState¶
- IDL_Type:
double
- Units:
unitless
Description: Cryo Foreline Valve Limit Switches State
flineCurrent¶
- IDL_Type:
double
- Units:
mA
Description: Inst foreline pump current
flinePower¶
- IDL_Type:
double
- Units:
Watt
Description: Inst foreline pump power
flineVoltage¶
- IDL_Type:
double
- Units:
Volt
Description: Inst foreline pump voltage
hxFlineValveState¶
- IDL_Type:
double
- Units:
unitless
Description: HX Foreline Valve Limit Switches State
instVac¶
- IDL_Type:
double
- Units:
Torr
Description: Interstitial vacuum
pumpCartCycling¶
- IDL_Type:
double
- Units:
unitless
Description: Pump Cart Cycling Status
pumpCartPressure¶
- IDL_Type:
double
- Units:
Torr
Description: Pump Cart Inlet Pressure
pumpCartTemperature¶
- IDL_Type:
double
- Units:
deg C
Description: Pump Cart Temperature
pumpCartVenting¶
- IDL_Type:
double
- Units:
unitless
Description: Pump Cart Venting Status
utiltrunk_MPC¶
- EFDB_Topic:
MTCamera_utiltrunk_MPC
avgAirtempOut¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC average air temperature
deltaPressFilt¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC filter delta pressure
deltaPressTotal¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC total delta pressure
deltaTempAct¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC actual delta temperature
fanRunTime¶
- IDL_Type:
double
- Units:
hour
Description: MPC fan accumulated run time
fanSpeed¶
- IDL_Type:
double
- Units:
rpm
Description: MPC fan speed
humidity¶
- IDL_Type:
double
- Units:
%
Description: MPC relative humidity
preFiltPress¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC pre-filter air pressure
retnAirTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC return air temperature
retnPress¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC return air pressure
splyAirTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: MPC supply air temperature
splyPress¶
- IDL_Type:
double
- Units:
in. H₂O
Description: MPC supply air pressure
valvePosn¶
- IDL_Type:
double
- Units:
%
Description: MPC coolant valve position
chiller_Maq20¶
- EFDB_Topic:
MTCamera_chiller_Maq20
ambientTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: TC19: Ambient
cabinetTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: TC22: Cabinet ambient
coldPlHeatXfer¶
- IDL_Type:
double
- Units:
Watt
Description: Heat transfer rate from coldplate
coolantHXOut¶
- IDL_Type:
double
- Units:
Celsius
Description: TC15: Pumped Coolant HX out
coolantHeatXfer¶
- IDL_Type:
double
- Units:
Watt
Description: Total heat transfer rate to coolant
coolantPumpIn¶
- IDL_Type:
double
- Units:
Celsius
Description: TC18: Pumped Coolant into Pump
coolantPumpOut¶
- IDL_Type:
double
- Units:
Celsius
Description: TC14: Pumped Coolant Pump out
coolantReturn¶
- IDL_Type:
double
- Units:
Celsius
Description: TC16: Pumped Coolant Return
coolantSupply¶
- IDL_Type:
double
- Units:
Celsius
Description: TC17: Pumped Coolant Supply
fan1Speed¶
- IDL_Type:
double
- Units:
rpm
Description: Fan 1 speed
fan2Speed¶
- IDL_Type:
double
- Units:
rpm
Description: Fan 2 speed
glycChillerIn¶
- IDL_Type:
double
- Units:
Celsius
Description: TC1: Glycol into Chiller
glycChillerOut¶
- IDL_Type:
double
- Units:
Celsius
Description: TC4: Glycol out of Chiller
glycCondensOut¶
- IDL_Type:
double
- Units:
Celsius
Description: TC2: Glycol out of Condenser
glycDeSuHtrFlow¶
- IDL_Type:
double
- Units:
gallon/min
Description: Glycol flow at Stg 2 DeSuperHtr
glycDeSuHtrOut¶
- IDL_Type:
double
- Units:
Celsius
Description: TC3: Glycol out of DeSuperHeater
glycFanIn¶
- IDL_Type:
double
- Units:
Celsius
Description: TC20: Glycol into Fan
glycFanOut¶
- IDL_Type:
double
- Units:
Celsius
Description: TC21: Glycol out of Fan
glycHeatXfer¶
- IDL_Type:
double
- Units:
Watt
Description: Heat transfer rate to cooling glycol
glycInputFlow¶
- IDL_Type:
double
- Units:
gallon/min
Description: Glycol flow rate into Chiller
glycSupplyP¶
- IDL_Type:
double
- Units:
psig
Description: Glycol Supply Pressure
pBurstReturn¶
- IDL_Type:
double
- Units:
psig
Description: Burst disc pressure return line
pBurstSupply¶
- IDL_Type:
double
- Units:
psig
Description: Burst disc pressure supply line
stg1CondensOut¶
- IDL_Type:
double
- Units:
Celsius
Description: TC6: Stage1 Condenser out
stg1Discharge¶
- IDL_Type:
double
- Units:
Celsius
Description: TC5: Stage1 Discharge Temp
stg1Return¶
- IDL_Type:
double
- Units:
Celsius
Description: TC8: Stage1 Return
stg1TXVBulb¶
- IDL_Type:
double
- Units:
Celsius
Description: TC7: Stage1 TXV Thermal Bulb
stg2DeSuHtrOut¶
- IDL_Type:
double
- Units:
Celsius
Description: TC10: Stage2 DeSuperHeater out
stg2Discharge¶
- IDL_Type:
double
- Units:
Celsius
Description: TC9: Stage2 Discharge Temp
stg2DischargeP¶
- IDL_Type:
double
- Units:
psia
Description: Stage 2 Dicharge Pressure
stg2EvapIn¶
- IDL_Type:
double
- Units:
Celsius
Description: TC11: Stage2 Evaporator in
stg2EvapOut¶
- IDL_Type:
double
- Units:
Celsius
Description: TC12: Stage2 Evaporator out
stg2Return¶
- IDL_Type:
double
- Units:
Celsius
Description: TC13: Stage2 Return
quadbox_REB_Bulk_PS¶
- EFDB_Topic:
MTCamera_quadbox_REB_Bulk_PS
rebbulkps_0_2_I¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 0-2 current
rebbulkps_0_2_T¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 0-2 temperature
rebbulkps_0_2_V¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 0-2 voltage
rebbulkps_3_5_I¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 3-5 current
rebbulkps_3_5_T¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 3-5 temperature
rebbulkps_3_5_V¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 3-5 voltage
rebbulkps_6_8_I¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 6-8 current
rebbulkps_6_8_T¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 6-8 temperature
rebbulkps_6_8_V¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 6-8 voltage
rebbulkps_9_12_I¶
- IDL_Type:
double
- Units:
mA
Description: REB Bulk PS 9-12 current
rebbulkps_9_12_T¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS 9-12 temperature
rebbulkps_9_12_V¶
- IDL_Type:
double
- Units:
Volt
Description: REB Bulk PS 9-12 voltage
rebbulkps_Brd_T¶
- IDL_Type:
double
- Units:
Celsius
Description: REB Bulk PS board temperature
rebpower_Reb¶
- EFDB_Topic:
MTCamera_rebpower_Reb
analog_IaftLDO¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO
analog_IbefLDO¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO
analog_VaftLDO¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO
analog_VaftSwch¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch
analog_VbefLDO¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO
clockhi_IaftLDO¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO
clockhi_IbefLDO¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO
clockhi_VaftLDO¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO
clockhi_VaftSwch¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch
clockhi_VbefLDO¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO
clocklo_IaftLDO¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO
clocklo_IbefLDO¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO
clocklo_VaftLDO¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO
clocklo_VaftLDO2¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO2
clocklo_VaftSwch¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch
clocklo_VbefLDO¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO
digital_IaftLDO¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO
digital_IbefLDO¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO
digital_VaftLDO¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO
digital_VaftSwch¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch
digital_VbefLDO¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO
dphi_IaftLDO¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO
dphi_IbefLDO¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO
dphi_VaftLDO¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO
dphi_VaftSwch¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch
dphi_VbefLDO¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO
heater_IaftLDO¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO
heater_IbefLDO¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO
heater_VaftLDO¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO
heater_VaftSwch¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch
heater_VbefLDO¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO
hvbias_IbefSwch¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before switch
hvbias_VbefSwch¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before switch
location¶
- IDL_Type:
string
- Units:
unitless
Description: reb location
od_IaftLDO¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current after LDO
od_IbefLDO¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Current before LDO
od_VaftLDO¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO
od_VaftLDO2¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after LDO2
od_VaftSwch¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage after switch
od_VbefLDO¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Voltage before LDO
power¶
- IDL_Type:
double
- Units:
Watt
- Count:
71
Description: Total power
focal_plane_Reb¶
- EFDB_Topic:
MTCamera_focal_plane_Reb
anaI¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Analog PS current
aspicl_Temp0¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 0 lower temp
aspicl_Temp1¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 1 lower temp
aspicl_Temp2¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 2 lower temp
aspicu_Temp0¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 0 upper temp
aspicu_Temp1¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 1 upper temp
aspicu_Temp2¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: ASPIC 2 upper temp
clkHI¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Clock High PS current
clkHV¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Clock High PS voltage
clkLI¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Clock Low PS current
clkLV¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Clock Low PS voltage
digI¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Digital PS current
digV¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Digital PS voltage
hVBiasSwitch¶
- IDL_Type:
double
- Units:
unitless
- Count:
71
Description: HV bias switch
htrPI¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: Heater PS current
htrPV¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Heater PS voltage
htrV¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Heater voltage
htrW¶
- IDL_Type:
double
- Units:
Watt
- Count:
71
Description: Heater power
location¶
- IDL_Type:
string
- Units:
unitless
Description: reb location
oDI¶
- IDL_Type:
double
- Units:
mA
- Count:
71
Description: OD PS current
oDV¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: OD PS voltage
pClk0¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel 0
pClk1¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel 1
pClkL¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel lower
pClkU¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Parallel upper
power¶
- IDL_Type:
double
- Units:
Watt
- Count:
71
Description: Total power
rG0¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: RG 0
rG1¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: RG 1
rGL¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset gate lower
rGU¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Reset gate upper
rTDTemp¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: RTD temperature
ref05V¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 5V ref 0 voltage
ref125V¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 2.5V ref 1 voltage
ref15V¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 5V ref 1 voltage
ref25V¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: 5V ref 2 voltage
refN12¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Negative 12 ref
refP12¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Positive 12 ref
sClk0¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial 0
sClk1¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial 1
sClkL¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial lower
sClkU¶
- IDL_Type:
double
- Units:
Volt
- Count:
71
Description: Serial upper
temp1¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 1
temp10¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 10
temp2¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 2
temp3¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 3
temp4¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 4
temp5¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 5
temp6¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 6
temp7¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 7
temp8¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 8
temp9¶
- IDL_Type:
double
- Units:
Celsius
- Count:
71
Description: Board temperature 9
rebpower_RebTotalPower¶
- EFDB_Topic:
MTCamera_rebpower_RebTotalPower
rebTotalPower¶
- IDL_Type:
double
- Units:
Watt
Description: Reb Total Power
focal_plane_RebTotalPower¶
- EFDB_Topic:
MTCamera_focal_plane_RebTotalPower
rebTotalPower¶
- IDL_Type:
double
- Units:
Watt
Description: Reb Total Power
rebpower_Rebps¶
- EFDB_Topic:
MTCamera_rebpower_Rebps
boardTemp0¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 0
boardTemp1¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 1
boardTemp2¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 2
boardTemp3¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 3
boardTemp4¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 4
boardTemp5¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 5
boardTemp6¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: Board temperature 6
fPGATemp¶
- IDL_Type:
double
- Units:
Celsius
- Count:
13
Description: FPGA temperature
location¶
- IDL_Type:
string
- Units:
unitless
Description: rebps location
focal_plane_RebsAverageTemp6¶
- EFDB_Topic:
MTCamera_focal_plane_RebsAverageTemp6
rebsAverageTemp6¶
- IDL_Type:
double
- Units:
Celsius
Description: Average Rebs Temp6
thermal_Rtd¶
- EFDB_Topic:
MTCamera_thermal_Rtd
cold_TempCLP¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Cold Plate RTD 00
cryo_TempCYP¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Cryo Plate RTD 02
grid_TempCFX¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Cryo Flexure RTD 01
grid_TempGFX¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Grid Flexure RTD 01
grid_TempGRD¶
- IDL_Type:
double
- Units:
Celsius
- Count:
25
Description: Grid RTD 01
location¶
- IDL_Type:
string
- Units:
unitless
Description: rtd location
focal_plane_Segment¶
- EFDB_Topic:
MTCamera_focal_plane_Segment
i¶
- IDL_Type:
double
- Units:
mA
- Count:
3024
Description: S00 upper current 0
location¶
- IDL_Type:
string
- Units:
unitless
Description: segment location
daq_monitor_Store¶
- EFDB_Topic:
MTCamera_daq_monitor_Store
capacity¶
- IDL_Type:
double
- Units:
Gbyte
Description: total disk space
freeFraction¶
- IDL_Type:
double
- Units:
unitless
Description: available-space fraction
freeSpace¶
- IDL_Type:
double
- Units:
Gbyte
Description: available disk space
thermal_Cold_Temp¶
- EFDB_Topic:
MTCamera_thermal_Cold_Temp
avgColdTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Average Cold Plate RTD Temperature
thermal_Cryo_Temp¶
- EFDB_Topic:
MTCamera_thermal_Cryo_Temp
avgCryoTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Average Cryo Plate RTD Temperature
fcs_Autochanger_Temperatures¶
- EFDB_Topic:
MTCamera_fcs_Autochanger_Temperatures
tempCellXminus¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempCellXminus on Seneca2
tempClampMotorXminus¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempClampMotorXminus on Seneca2
tempClampMotorXplus¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempClampMotorXplus on Seneca1
tempClampMotorYminus¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempClampMotorYminus on Seneca1
tempFrontBox¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempFrontBox on Seneca2
tempLinearRailMotorXminus¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempLinearRailMotorXminus on Seneca1
tempLinearRailMotorXplus¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempLinearRailMotorXplus on Seneca1
tempRearBox¶
- IDL_Type:
double
- Units:
Celsius
Description: autochanger tempRearBox on Seneca2
daq_monitor_Reb_Trending¶
- EFDB_Topic:
MTCamera_daq_monitor_Reb_Trending
driver_errors¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: PGP Frame Errors. The total number of PGP frames received in error. This should equal the rx_errors from the Firmware statistics.
driver_received¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: PGP Frames Received. The total number of PGP frames received. This should equal with the rx_frames from the Firmware statistics.
driver_rx0¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: PGP Frames Received (channel 0). Counts the number of PGP frames received on each virtual channel.
driver_rx1¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: PGP Frames Received (channel 1). Counts the number of PGP frames received on each virtual channel.
driver_rx2¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: PGP Frames Received (channel 2). Counts the number of PGP frames received on each virtual channel.
driver_rx3¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: PGP Frames Received (channel 3). Counts the number of PGP frames received on each virtual channel.
firmware_cell_errors¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: PGP Cell Error Counter. This error counter increments when the lowest level PGP protocol quantum is in error. Examples of errors that would cause this counter to increment are, framing violations, incompatible protocol versions, CRC error, incorrect Cell size.
firmware_last_rx¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Last Received Opcode. The value of the most recently received Opcode.
firmware_last_tx¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Last transmitted Opcode. The value of the most recent command sent from the REB.
firmware_link_down¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Link Down Counter. This should increment by 1 every time the PGP link transitions from UP to DOWN. Unfortunately, it does not use the LSST DAQ definition of UP, but rather only bits 1..0 of the state. Though normal initialization of the link causes only a single increment, on occasion a REB power cycle can cause the counter to increment more than once.
firmware_link_errors¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Link Error Counter. This counter represents a lower level error than the Cell Error. This error is caused by 8B10B errors on the high speed serial line such as disparity errors or symbol decode errors. Sometimes this counter can increment during the link establishment process, though I have tried to change the firmware to eliminate this.
firmware_link_status¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: State of the PGP link (bitfield)
firmware_overflow_local0¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Local Overflow Counters (channel 0). These four counters measure the number of times the firmware on the local side of the link has overflowed its buffers for each virtual channel.
firmware_overflow_local1¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Local Overflow Counters (channel 1). These four counters measure the number of times the firmware on the local side of the link has overflowed its buffers for each virtual channel.
firmware_overflow_local2¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Local Overflow Counters (channel 2). These four counters measure the number of times the firmware on the local side of the link has overflowed its buffers for each virtual channel.
firmware_overflow_local3¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Local Overflow Counters (channel 3). These four counters measure the number of times the firmware on the local side of the link has overflowed its buffers for each virtual channel.
firmware_overflow_remote0¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Remote Overflow Counters (channel 0). These four counters measure the number of times the firmware on the remote side of the link has overflowed its buffers for each virtual channel.
firmware_overflow_remote1¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Remote Overflow Counters (channel 1). These four counters measure the number of times the firmware on the remote side of the link has overflowed its buffers for each virtual channel.
firmware_overflow_remote2¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Remote Overflow Counters (channel 2). These four counters measure the number of times the firmware on the remote side of the link has overflowed its buffers for each virtual channel.
firmware_overflow_remote3¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Remote Overflow Counters (channel 3). These four counters measure the number of times the firmware on the remote side of the link has overflowed its buffers for each virtual channel.
firmware_rlink_data¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Remote Link Data
firmware_rx_clock¶
- IDL_Type:
long long
- Units:
Hz
- Count:
71
Description: Receive Clock Frequency. These quantities reflect the frequency of the clocks used by the Receive and Transmit sides of the transceivers. (Should be around 156.25 MHz)
firmware_rx_errors¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Receive Errors. This is the highest level PGP protocol error. This counter increments when a PGP frame has been successfully received, but was marked with an error when it was sent by the REB.
firmware_rx_frames¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Received Frames. This is the number of PGP Frames received from the REB. (I don’t recall if it is mutually exclusive with rx_errors)
firmware_rx_op¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Description: Received Opcode Count. The number of synchronous commands sent to the REB.
firmware_tx_clock¶
- IDL_Type:
long long
- Units:
Hz
- Count:
71
Description: Transmit Clock Frequency. These quantities reflect the frequency of the clocks used by the Receive and Transmit sides of the transceivers. (Should be around 156.25 MHz)
firmware_tx_errors¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Transmit Errors. This counter increments when a frame is transmitted with the error bit set. (Analog to rx_errors.)
firmware_tx_frames¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Transmitted Frames: This is the number of PGP Frame transmitted to the REB.
firmware_tx_op¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Transmit Opcode Count. These count the number of “synchronous commands” sent from the REB to the RCE. We do not use this functionality.
location¶
- IDL_Type:
string
- Units:
unitless
Description: reb location
rds_bdi_firsts¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: BDI Firsts count. The number of BDI pages marked as First (Start of Image flag is set.)
rds_bdi_frees¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: BDI Frees count. The number of BDI pages processed.
rds_bdi_lasts¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: BDI Lasts count. The number of BDI pages marked as last (End of Image flag is set.)
rds_bdi_nulls¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: BDI Null Pages count. The BDI woke up but no data was present.
rds_bdi_overflows¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: BDI Overflows count. The BDI can report that its data buffers have overflowed.
rds_bdi_seq_errors¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: BDI Sequence Errors count. The BDI can mark pages as coming out of sequence.
rds_bdi_waits¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Bulk Data Interface Waits count. The number of times we have waited for a page of pixel data from the Bulk Data Interface.
rds_discards¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Discards count. The number of times the Server tried to insert Image Metadata into the processing queue but failed to do so. (Presumably because the queue was full.)
rds_no_event¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: No Event count. Upon the arrival of pixel data, there was no Image Metadata available to associate with it. The pixel data is discarded.
rds_wakes¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Wakes count. This counts the number of times the RDS server was awakened to put Image Metadata into it’s processing queue.
rms_in_reset¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Link In Reset error count. When a request cannot be fulfilled because the link is being reset.
rms_inv_tids¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Invalid Task ID count. A Response was received that does not have a valid identifier to use to pair it with a Request.
rms_link_down¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Link is Down error count. When a request cannot be fulfilled because the PGP Link is down.
rms_lists_posted¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Lists Posted count. The number of requests (Lists of register operations) posted the Server.
rms_ops_posted¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Register Operation Requests count. The number of register operation requests sent to the REB.
rms_orphans¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Invalid Task ID count. A Response was received that does not have a valid identifier to use to pair it with a Request.
rms_probes¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Probe Counter. The number of times the RMS server has been probed by Clients. Normally this is once per posted list, but can also be done to detect the presence of RMS servers.
rms_responses¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Register Operation Responses count. The number of register operation responses from the REB. Should be equal to the number of Waits and Operation Requests.
rms_rundowns¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Orphaned Response count. A Response was received for which there was no corresponding request.
rms_tid_hwm¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Task ID High Water Mark. There is a fixed number of buffers available to store outstanding requests while waiting for responses. If the REB does not respond to a request, then a buffer resource is lost. This counter reflects the largest number of outstanding requests. Currently, in a properly functioning system there should never be more than one outstanding request at a time, and the High Water Mark should never be more than 1.
rms_unopened¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Plugin Unopened error count. The window for this error to be encountered is very small. When a request cannot be fulfilled because the Plugin is not yet initialized.
rms_waits¶
- IDL_Type:
long long
- Units:
unitless
- Count:
71
Description: Waits count. The number of times RMS has been presented with a PGP frame from the firmware.
daq_monitor_Sum_Trending¶
- EFDB_Topic:
MTCamera_daq_monitor_Sum_Trending
driver_errors¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: PGP Frame Errors. The total number of PGP frames received in error. This should equal the rx_errors from the Firmware statistics.
firmware_cell_errors¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: PGP Cell Error Counter. This error counter increments when the lowest level PGP protocol quantum is in error. Examples of errors that would cause this counter to increment are, framing violations, incompatible protocol versions, CRC error, incorrect Cell size.
firmware_link_down¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: Link Down Counter. This should increment by 1 every time the PGP link transitions from UP to DOWN. Unfortunately, it does not use the LSST DAQ definition of UP, but rather only bits 1..0 of the state. Though normal initialization of the link causes only a single increment, on occasion a REB power cycle can cause the counter to increment more than once.
firmware_link_errors¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: Link Error Counter. This counter represents a lower level error than the Cell Error. This error is caused by 8B10B errors on the high speed serial line such as disparity errors or symbol decode errors. Sometimes this counter can increment during the link establishment process, though I have tried to change the firmware to eliminate this.
firmware_overflow_local0¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: Local Overflow Counters (channel 0). These four counters measure the number of times the firmware on the local side of the link has overflowed its buffers for each virtual channel.
firmware_overflow_local1¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: Local Overflow Counters (channel 1). These four counters measure the number of times the firmware on the local side of the link has overflowed its buffers for each virtual channel.
firmware_overflow_local2¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: Local Overflow Counters (channel 2). These four counters measure the number of times the firmware on the local side of the link has overflowed its buffers for each virtual channel.
firmware_overflow_remote0¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: Remote Overflow Counters (channel 0). These four counters measure the number of times the firmware on the remote side of the link has overflowed its buffers for each virtual channel.
firmware_overflow_remote1¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: Remote Overflow Counters (channel 1). These four counters measure the number of times the firmware on the remote side of the link has overflowed its buffers for each virtual channel.
firmware_overflow_remote2¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: Remote Overflow Counters (channel 2). These four counters measure the number of times the firmware on the remote side of the link has overflowed its buffers for each virtual channel.
firmware_rx_errors¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: Receive Errors. This is the highest level PGP protocol error. This counter increments when a PGP frame has been successfully received, but was marked with an error when it was sent by the REB.
firmware_tx_errors¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: Transmit Errors. This counter increments when a frame is transmitted with the error bit set. (Analog to rx_errors.)
rds_bdi_nulls¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: BDI Null Pages count. The BDI woke up but no data was present.
rds_bdi_overflows¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: BDI Overflows count. The BDI can report that its data buffers have overflowed.
rds_bdi_seq_errors¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: BDI Sequence Errors count. The BDI can mark pages as coming out of sequence.
rds_discards¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: Discards count. The number of times the Server tried to insert Image Metadata into the processing queue but failed to do so. (Presumably because the queue was full.)
rds_no_event¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: No Event count. Upon the arrival of pixel data, there was no Image Metadata available to associate with it. The pixel data is discarded.
rms_in_reset¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: Link In Reset error count. When a request cannot be fulfilled because the link is being reset.
rms_inv_tids¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: Invalid Task ID count. A Response was received that does not have a valid identifier to use to pair it with a Request.
rms_link_down¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: Link is Down error count. When a request cannot be fulfilled because the PGP Link is down.
rms_orphans¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: Invalid Task ID count. A Response was received that does not have a valid identifier to use to pair it with a Request.
rms_unopened¶
- IDL_Type:
long long
- Units:
unitless
Description: Sum over locations: Plugin Unopened error count. The window for this error to be encountered is very small. When a request cannot be fulfilled because the Plugin is not yet initialized.
fcs_Autochanger_AutochangerTrucks_Trending¶
- EFDB_Topic:
MTCamera_fcs_Autochanger_AutochangerTrucks_Trending
actruckxminus_handoffInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger truck position sensors at handoff are in error
actruckxminus_handoffSensorValue¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger truck is at handoff position
actruckxminus_onlineInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger truck position sensors at online are in error
actruckxminus_onlineSensorValue¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger truck is at online position
actruckxminus_standbyInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger truck position sensors at standby are in error
actruckxminus_standbySensorValue¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger truck is at standby position
actruckxplus_handoffInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger truck position sensors at handoff are in error
actruckxplus_handoffSensorValue¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger truck is at handoff position
actruckxplus_onlineInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger truck position sensors at online are in error
actruckxplus_onlineSensorValue¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger truck is at online position
actruckxplus_standbyInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger truck position sensors at standby are in error
actruckxplus_standbySensorValue¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger truck is at standby position
atHandoff¶
- IDL_Type:
boolean
- Units:
unitless
Description: Both autochanger trucks are at handoff position
atOnline¶
- IDL_Type:
boolean
- Units:
unitless
Description: Both autochanger trucks are at online position
atStandby¶
- IDL_Type:
boolean
- Units:
unitless
Description: Both autochanger trucks are at standby position
driverPosition¶
- IDL_Type:
long
- Units:
micron
Description: Position of autochanger driver truck along linear rails
followerPosition¶
- IDL_Type:
long
- Units:
micron
Description: Position of autochanger follower truck along linear rails
homingDone¶
- IDL_Type:
boolean
- Units:
unitless
Description: Homing on both autochanger truck controllers is done
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger trucks position sensors are in error
proximityDistance¶
- IDL_Type:
long
- Units:
micron
Description: Distance computed from proximityVoltage read on proximity sensor device
proximityVoltage¶
- IDL_Type:
double
- Units:
V
Description: Voltage value read on proximity sensor device
fcs_Autochanger_Latches_Trending¶
- EFDB_Topic:
MTCamera_fcs_Autochanger_Latches_Trending
filterId¶
- IDL_Type:
long
- Units:
unitless
Description: ID of filter on autochanger trucks
filterName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of filter on autochanger trucks
filterPresenceStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Autochanger latches filter presence status {ENGAGED; NO_FILTER; UNKNOWN; ERROR}
latchxminus_filterEngagedSensorsInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger latch filter engaged sensors are in error
latchxminus_filterPresenceSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Filter is detected by the autochanger latch sensors
latchxminus_inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger latch sensors are in error
latchxminus_lockSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger latch is locked
latchxminus_lockSensorsInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger latch lock sensors are in error
latchxminus_lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Autochanger latch lock status {OPENED; CLOSED; IN_TRAVEL; ERROR; UNKNOWN}
latchxminus_unlockSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger latch is unlocked
latchxminus_unlockSensorsInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger latch unlock sensors are in error
latchxplus_filterEngagedSensorsInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger latch filter engaged sensors are in error
latchxplus_filterPresenceSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Filter is detected by the autochanger latch sensors
latchxplus_inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger latch sensors are in error
latchxplus_lockSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger latch is locked
latchxplus_lockSensorsInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger latch lock sensors are in error
latchxplus_lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Autochanger latch lock status {OPENED; CLOSED; IN_TRAVEL; ERROR; UNKNOWN}
latchxplus_unlockSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger latch is unlocked
latchxplus_unlockSensorsInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger latch unlock sensors are in error
lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Autochanger latches lockStatus {OPENED; CLOSED; IN_TRAVEL; UNKNOWN; ERROR}
fcs_Autochanger_OnlineClamps_Trending¶
- EFDB_Topic:
MTCamera_fcs_Autochanger_OnlineClamps_Trending
lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Lock status of the autochanger three online clamps {OPENED; CLOSED; LOCKED; IN_TRAVEL; UNKNOWN; ERROR}
onlineClampRawStrain¶
- IDL_Type:
long
- Units:
mV
Description: Raw strain gauge value read on onlineClampXplus. It measures the clamp deformation and is used for the computation of the onlineClampStrain value.
onlineClampStrain¶
- IDL_Type:
long
- Units:
mV
Description: Strain value computed from onlineClampRawStrain and Xplus motor temperature. This value corresponds to the deformation of the clamp and is used at startup to know if a clamp is closed or locked.
onlineclampxminus_current¶
- IDL_Type:
long
- Units:
mA
Description: Current read on autochanger online clamp controller : index 0x6078
onlineclampxminus_inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger online clamp sensors in error
onlineclampxminus_lockSensorInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger online clamp lock sensors in error
onlineclampxminus_lockSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger online clamp is locked
onlineclampxminus_lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Autochanger online clamp lock status
onlineclampxminus_position¶
- IDL_Type:
long
- Units:
micron
Description: Autochanger online clamp position read on controller
onlineclampxminus_sentCurrent¶
- IDL_Type:
long
- Units:
mA
Description: Last current sent to the controller of the autochanger online clamp
onlineclampxminus_unlockSensorInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger online clamp unlock sensors in error
onlineclampxminus_unlockSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger online clamp is unlocked
onlineclampxplus_current¶
- IDL_Type:
long
- Units:
mA
Description: Current read on autochanger online clamp controller : index 0x6078
onlineclampxplus_inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger online clamp sensors in error
onlineclampxplus_lockSensorInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger online clamp lock sensors in error
onlineclampxplus_lockSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger online clamp is locked
onlineclampxplus_lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Autochanger online clamp lock status
onlineclampxplus_position¶
- IDL_Type:
long
- Units:
micron
Description: Autochanger online clamp position read on controller
onlineclampxplus_sentCurrent¶
- IDL_Type:
long
- Units:
mA
Description: Last current sent to the controller of the autochanger online clamp
onlineclampxplus_unlockSensorInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger online clamp unlock sensors in error
onlineclampxplus_unlockSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger online clamp is unlocked
onlineclampyminus_current¶
- IDL_Type:
long
- Units:
mA
Description: Current read on autochanger online clamp controller : index 0x6078
onlineclampyminus_inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger online clamp sensors in error
onlineclampyminus_lockSensorInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger online clamp lock sensors in error
onlineclampyminus_lockSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger online clamp is locked
onlineclampyminus_lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Autochanger online clamp lock status
onlineclampyminus_position¶
- IDL_Type:
long
- Units:
micron
Description: Autochanger online clamp position read on controller
onlineclampyminus_sentCurrent¶
- IDL_Type:
long
- Units:
mA
Description: Last current sent to the controller of the autochanger online clamp
onlineclampyminus_unlockSensorInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger online clamp unlock sensors in error
onlineclampyminus_unlockSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Autochanger online clamp is unlocked
fcs_Canbus0_AcSensorsGateway_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_AcSensorsGateway_Trending
acAF0b¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAF0b
acAF0s¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAF0s
acAF1b¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAF1b
acAF1s¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAF1s
acAF3b¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAF3b
acAF3s¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAF3s
acAP2b¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAP2b
acAP2s¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAP2s
carouselHoldingFilterSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carouselHoldingFilterSensor0
carouselHoldingFilterSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carouselHoldingFilterSensor1
carouselStoppedAtStandby¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carouselStoppedAtStandby
carouselStoppedAtStandbyC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carouselStoppedAtStandbyC
carousel_CF0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carousel_CF0
carousel_CF0_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carousel_CF0_C
carousel_CF1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carousel_CF1
carousel_CF1_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carousel_CF1_C
clampedStatusSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor clampedStatusSensor
closeSensorBLatchXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor closeSensorBLatchXminus
closeSensorBLatchXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor closeSensorBLatchXplus
closeSensorLatchXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor closeSensorLatchXminus
closeSensorLatchXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor closeSensorLatchXplus
engineeringKey¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor engineeringKey
engineeringkey_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor engineeringKey_C
filterEngagedSensorBLatchXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterEngagedSensorBLatchXminus
filterEngagedSensorBLatchXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterEngagedSensorBLatchXplus
filterEngagedSensorLatchXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterEngagedSensorLatchXminus
filterEngagedSensorLatchXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterEngagedSensorLatchXplus
filterIDSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterIDSensor0
filterIDSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterIDSensor1
filterIDSensor2¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterIDSensor2
filterIDSensor3¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterIDSensor3
filterIDSensor4¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterIDSensor4
filterIDSensor5¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterIDSensor5
forceSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor forceSensor0
forceSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor forceSensor1
handoffPositionSensorBXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor handoffPositionSensorBXminus
handoffPositionSensorBXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor handoffPositionSensorBXplus
handoffPositionSensorXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor handoffPositionSensorXminus
handoffPositionSensorXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor handoffPositionSensorXplus
inclinometerXminus¶
- IDL_Type:
double
- Units:
unitless
Description: Value of Digital Sensor inclinometerXminus
inclinometerXplus¶
- IDL_Type:
double
- Units:
unitless
Description: Value of Digital Sensor inclinometerXplus
keyEng¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor keyEng
keyEngb¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor keyEngb
keyLock¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor keyLock
keyLockb¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor keyLockb
lps_0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor LPS_0
lps_1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor LPS_1
lrh_0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor LRH_0
lrh_1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor LRH_1
loaderCarrierRelayStatus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderCarrierRelayStatus
loaderChainPresenceSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderChainPresenceSensor
loaderCloseSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderCloseSensor1
loaderCloseSensor2¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderCloseSensor2
loaderCloseSensor3¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderCloseSensor3
loaderCloseSensor4¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderCloseSensor4
loaderConnectedSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderConnectedSensor
loaderConnectedSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderConnectedSensorC
loaderDefaultStatus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderDefaultStatus
loaderEngagedPositionSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderEngagedPositionSensor0
loaderEngagedPositionSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderEngagedPositionSensor1
loaderFilterDistanceSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderFilterDistanceSensor
loaderFilterGoodPositionStatus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderFilterGoodPositionStatus
loaderFilterPresenceSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderFilterPresenceSensor0
loaderFilterPresenceSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderFilterPresenceSensor1
loaderHandoffPositionSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderHandoffPositionSensor0
loaderHandoffPositionSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderHandoffPositionSensor1
loaderHoldingFilterSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderHoldingFilterSensor0
loaderHoldingFilterSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderHoldingFilterSensor1
loaderHooksRelayStatus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderHooksRelayStatus
loaderOnCameraSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderOnCameraSensor0
loaderOnCameraSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderOnCameraSensor1
loaderOpenSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderOpenSensor1
loaderOpenSensor2¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderOpenSensor2
loaderOpenSensor3¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderOpenSensor3
loaderOpenSensor4¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderOpenSensor4
loaderStoragePositionSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderStoragePositionSensor0
loaderStoragePositionSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderStoragePositionSensor1
loader_LFD¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loader_LFD
loader_LFS¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loader_LFS
lockOut¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lockOut
lockOutShunt¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lockOutShunt
lockout_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lockOut_C
lpmLatchesStatus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lpmLatchesStatus
lpmLinearRail1Status¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lpmLinearRail1Status
lpmLinearRail2Status¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lpmLinearRail2Status
lpmOnlineClampsStatus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lpmOnlineClampsStatus
out_AF0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AF0
out_AF0_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AF0_C
out_AF1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AF1
out_AF1_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AF1_C
out_AF3¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AF3
out_AF3_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AF3_C
out_AIN¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AIN
out_AOL¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AOL
out_AP1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AP1
out_AP1_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AP1_C
out_AP2¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AP2
out_AP2_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AP2_C
out_AP3¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AP3
out_AP3_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AP3_C
onlineClampXminusCloseSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXminusCloseSensor
onlineClampXminusCloseSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXminusCloseSensorC
onlineClampXminusOpenSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXminusOpenSensor
onlineClampXminusOpenSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXminusOpenSensorC
onlineClampXplusCloseSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXplusCloseSensor
onlineClampXplusCloseSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXplusCloseSensorC
onlineClampXplusOpenSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXplusOpenSensor
onlineClampXplusOpenSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXplusOpenSensorC
onlineClampYminusCloseSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampYminusCloseSensor
onlineClampYminusCloseSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampYminusCloseSensorC
onlineClampYminusOpenSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampYminusOpenSensor
onlineClampYminusOpenSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampYminusOpenSensorC
onlinePositionSensorBXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlinePositionSensorBXminus
onlinePositionSensorBXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlinePositionSensorBXplus
onlinePositionSensorXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlinePositionSensorXminus
onlinePositionSensorXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlinePositionSensorXplus
openSensorBLatchXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor openSensorBLatchXminus
openSensorBLatchXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor openSensorBLatchXplus
openSensorLatchXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor openSensorLatchXminus
openSensorLatchXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor openSensorLatchXplus
overClampedStatusSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor overClampedStatusSensor
presenceLoader¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor presenceLoader
presenceloader_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor presenceLoader_C
standbyPositionSensorBXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor standbyPositionSensorBXminus
standbyPositionSensorBXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor standbyPositionSensorBXplus
standbyPositionSensorXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor standbyPositionSensorXminus
standbyPositionSensorXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor standbyPositionSensorXplus
unclampedStatusSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor unclampedStatusSensor
underClampedStatusSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor underClampedStatusSensor
fcs_Canbus0_AcTruckXminusController_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_AcTruckXminusController_Trending
averageCurrent¶
- IDL_Type:
long
- Units:
mA
Description: Average current read on autochanger truck controller : index 0x2027
brakeActivated¶
- IDL_Type:
boolean
- Units:
unitless
Description: Brakes activated by the controller if controllerWithBrake is true
current¶
- IDL_Type:
long
- Units:
mA
Description: Current read on controller : index 0x6078
errorHistoryNB¶
- IDL_Type:
long
- Units:
unitless
Description: Number of errors read on the controller
errorRegister¶
- IDL_Type:
string
- Units:
unitless
Description: Error register read on controller
followingError¶
- IDL_Type:
long
- Units:
micron
Description: Following error read on autochanger truck controller : index 0x20F4
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Device is in error
lastErrorCode¶
- IDL_Type:
long
- Units:
unitless
Description: Code from the last error read on controller
lastErrorName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the last error corresponding to lastErrorCode
mode¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller mode {HOMING; PROFILE_POSITION; PROFILE_VELOCITY; POSITION; MASTER_ENCODER; VELOCITY; CURRENT}
position¶
- IDL_Type:
long
- Units:
micron
Description: Position read on controller : index 0x6064 subindex 0
profileAcceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileAcceleration : index 0x6083 subindex 0. Set to slowAcceleration or fast acceleration.
profileDeceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileDeceleration index 0x6084 subindex 0. Set to slowDeceleration or fastDeceleration.
profileVelocity¶
- IDL_Type:
long long
- Units:
rpm
Description: Value of controller parameter ProfileVelocity : index 0x6081 subindex 0. Set to either slowVelocity or fastVelocity
state¶
- IDL_Type:
string
- Units:
unitless
Description: State of the EPOS controller {SWITCH_ON_DISABLED; READY_TO_SWITCH_ON; SWITCHED_ON; OPERATION_ENABLE; FAULT; QUICKSTOP; UNKNOWN_STATE}
velocity¶
- IDL_Type:
long
- Units:
rpm
Description: Velocity read on controller : index 0x2028 subindex 0
fcs_Canbus0_AcTruckXplusController_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_AcTruckXplusController_Trending
averageCurrent¶
- IDL_Type:
long
- Units:
mA
Description: Average current read on autochanger truck controller : index 0x2027
brakeActivated¶
- IDL_Type:
boolean
- Units:
unitless
Description: Brakes activated by the controller if controllerWithBrake is true
current¶
- IDL_Type:
long
- Units:
mA
Description: Current read on controller : index 0x6078
errorHistoryNB¶
- IDL_Type:
long
- Units:
unitless
Description: Number of errors read on the controller
errorRegister¶
- IDL_Type:
string
- Units:
unitless
Description: Error register read on controller
followingError¶
- IDL_Type:
long
- Units:
micron
Description: Following error read on autochanger truck controller : index 0x20F4
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Device is in error
lastErrorCode¶
- IDL_Type:
long
- Units:
unitless
Description: Code from the last error read on controller
lastErrorName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the last error corresponding to lastErrorCode
mode¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller mode {HOMING; PROFILE_POSITION; PROFILE_VELOCITY; POSITION; MASTER_ENCODER; VELOCITY; CURRENT}
position¶
- IDL_Type:
long
- Units:
micron
Description: Position read on controller : index 0x6064 subindex 0
profileAcceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileAcceleration : index 0x6083 subindex 0. Set to slowAcceleration or fast acceleration.
profileDeceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileDeceleration index 0x6084 subindex 0. Set to slowDeceleration or fastDeceleration.
profileVelocity¶
- IDL_Type:
long long
- Units:
rpm
Description: Value of controller parameter ProfileVelocity : index 0x6081 subindex 0. Set to either slowVelocity or fastVelocity
state¶
- IDL_Type:
string
- Units:
unitless
Description: State of the EPOS controller {SWITCH_ON_DISABLED; READY_TO_SWITCH_ON; SWITCHED_ON; OPERATION_ENABLE; FAULT; QUICKSTOP; UNKNOWN_STATE}
velocity¶
- IDL_Type:
long
- Units:
rpm
Description: Velocity read on controller : index 0x2028 subindex 0
fcs_Canbus0_Accelerobf_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_Accelerobf_Trending
accelerationX¶
- IDL_Type:
double
- Units:
rpm/s
Description: Angular acceleration along the X axis
accelerationY¶
- IDL_Type:
double
- Units:
rpm/s
Description: Angular acceleration along the Y axis
accelerationZ¶
- IDL_Type:
double
- Units:
rpm/s
Description: Angular acceleration along the Z axis
airmass¶
- IDL_Type:
double
- Units:
unitless
Description: Camera body airmass indication
angularVelocityX¶
- IDL_Type:
double
- Units:
rpm
Description: Angular velocity along the X axis
angularVelocityY¶
- IDL_Type:
double
- Units:
rpm
Description: Angular velocity along the Y axis
angularVelocityZ¶
- IDL_Type:
double
- Units:
rpm
Description: Angular velocity along the Z axis
azimut¶
- IDL_Type:
double
- Units:
degree
Description: Camera body azimut from the Z axis
elevation¶
- IDL_Type:
double
- Units:
degree
Description: Camera body elevation from the Z axis
errorHistoryNB¶
- IDL_Type:
long
- Units:
unitless
Description: Number of errors read on the controller
errorRegister¶
- IDL_Type:
string
- Units:
unitless
Description: Error register read on controller
gravity¶
- IDL_Type:
double
- Units:
unitless
Description: Camera body norm of the gravity vector
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Device is in error
lastErrorCode¶
- IDL_Type:
long
- Units:
unitless
Description: Code from the last error read on controller
lastErrorName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the last error corresponding to lastErrorCode
fcs_Canbus0_Ai814_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_Ai814_Trending
errorHistoryNB¶
- IDL_Type:
long
- Units:
unitless
Description: Number of errors read on the controller
errorRegister¶
- IDL_Type:
string
- Units:
unitless
Description: Error register read on controller
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Device is in error
lastErrorCode¶
- IDL_Type:
long
- Units:
unitless
Description: Code from the last error read on controller
lastErrorName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the last error corresponding to lastErrorCode
fcs_Canbus0_BrakeSystemGateway_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_BrakeSystemGateway_Trending
acAF0b¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAF0b
acAF0s¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAF0s
acAF1b¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAF1b
acAF1s¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAF1s
acAF3b¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAF3b
acAF3s¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAF3s
acAP2b¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAP2b
acAP2s¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAP2s
carouselHoldingFilterSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carouselHoldingFilterSensor0
carouselHoldingFilterSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carouselHoldingFilterSensor1
carouselStoppedAtStandby¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carouselStoppedAtStandby
carouselStoppedAtStandbyC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carouselStoppedAtStandbyC
carousel_CF0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carousel_CF0
carousel_CF0_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carousel_CF0_C
carousel_CF1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carousel_CF1
carousel_CF1_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carousel_CF1_C
clampedStatusSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor clampedStatusSensor
closeSensorBLatchXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor closeSensorBLatchXminus
closeSensorBLatchXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor closeSensorBLatchXplus
closeSensorLatchXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor closeSensorLatchXminus
closeSensorLatchXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor closeSensorLatchXplus
engineeringKey¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor engineeringKey
engineeringkey_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor engineeringKey_C
filterEngagedSensorBLatchXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterEngagedSensorBLatchXminus
filterEngagedSensorBLatchXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterEngagedSensorBLatchXplus
filterEngagedSensorLatchXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterEngagedSensorLatchXminus
filterEngagedSensorLatchXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterEngagedSensorLatchXplus
filterIDSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterIDSensor0
filterIDSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterIDSensor1
filterIDSensor2¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterIDSensor2
filterIDSensor3¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterIDSensor3
filterIDSensor4¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterIDSensor4
filterIDSensor5¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterIDSensor5
forceSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor forceSensor0
forceSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor forceSensor1
handoffPositionSensorBXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor handoffPositionSensorBXminus
handoffPositionSensorBXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor handoffPositionSensorBXplus
handoffPositionSensorXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor handoffPositionSensorXminus
handoffPositionSensorXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor handoffPositionSensorXplus
inclinometerXminus¶
- IDL_Type:
double
- Units:
unitless
Description: Value of Digital Sensor inclinometerXminus
inclinometerXplus¶
- IDL_Type:
double
- Units:
unitless
Description: Value of Digital Sensor inclinometerXplus
keyEng¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor keyEng
keyEngb¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor keyEngb
keyLock¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor keyLock
keyLockb¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor keyLockb
lps_0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor LPS_0
lps_1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor LPS_1
lrh_0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor LRH_0
lrh_1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor LRH_1
loaderCarrierRelayStatus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderCarrierRelayStatus
loaderChainPresenceSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderChainPresenceSensor
loaderCloseSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderCloseSensor1
loaderCloseSensor2¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderCloseSensor2
loaderCloseSensor3¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderCloseSensor3
loaderCloseSensor4¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderCloseSensor4
loaderConnectedSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderConnectedSensor
loaderConnectedSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderConnectedSensorC
loaderDefaultStatus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderDefaultStatus
loaderEngagedPositionSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderEngagedPositionSensor0
loaderEngagedPositionSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderEngagedPositionSensor1
loaderFilterDistanceSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderFilterDistanceSensor
loaderFilterGoodPositionStatus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderFilterGoodPositionStatus
loaderFilterPresenceSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderFilterPresenceSensor0
loaderFilterPresenceSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderFilterPresenceSensor1
loaderHandoffPositionSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderHandoffPositionSensor0
loaderHandoffPositionSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderHandoffPositionSensor1
loaderHoldingFilterSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderHoldingFilterSensor0
loaderHoldingFilterSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderHoldingFilterSensor1
loaderHooksRelayStatus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderHooksRelayStatus
loaderOnCameraSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderOnCameraSensor0
loaderOnCameraSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderOnCameraSensor1
loaderOpenSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderOpenSensor1
loaderOpenSensor2¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderOpenSensor2
loaderOpenSensor3¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderOpenSensor3
loaderOpenSensor4¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderOpenSensor4
loaderStoragePositionSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderStoragePositionSensor0
loaderStoragePositionSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderStoragePositionSensor1
loader_LFD¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loader_LFD
loader_LFS¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loader_LFS
lockOut¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lockOut
lockOutShunt¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lockOutShunt
lockout_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lockOut_C
lpmLatchesStatus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lpmLatchesStatus
lpmLinearRail1Status¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lpmLinearRail1Status
lpmLinearRail2Status¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lpmLinearRail2Status
lpmOnlineClampsStatus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lpmOnlineClampsStatus
out_AF0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AF0
out_AF0_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AF0_C
out_AF1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AF1
out_AF1_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AF1_C
out_AF3¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AF3
out_AF3_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AF3_C
out_AIN¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AIN
out_AOL¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AOL
out_AP1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AP1
out_AP1_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AP1_C
out_AP2¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AP2
out_AP2_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AP2_C
out_AP3¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AP3
out_AP3_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AP3_C
onlineClampXminusCloseSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXminusCloseSensor
onlineClampXminusCloseSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXminusCloseSensorC
onlineClampXminusOpenSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXminusOpenSensor
onlineClampXminusOpenSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXminusOpenSensorC
onlineClampXplusCloseSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXplusCloseSensor
onlineClampXplusCloseSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXplusCloseSensorC
onlineClampXplusOpenSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXplusOpenSensor
onlineClampXplusOpenSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXplusOpenSensorC
onlineClampYminusCloseSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampYminusCloseSensor
onlineClampYminusCloseSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampYminusCloseSensorC
onlineClampYminusOpenSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampYminusOpenSensor
onlineClampYminusOpenSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampYminusOpenSensorC
onlinePositionSensorBXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlinePositionSensorBXminus
onlinePositionSensorBXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlinePositionSensorBXplus
onlinePositionSensorXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlinePositionSensorXminus
onlinePositionSensorXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlinePositionSensorXplus
openSensorBLatchXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor openSensorBLatchXminus
openSensorBLatchXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor openSensorBLatchXplus
openSensorLatchXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor openSensorLatchXminus
openSensorLatchXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor openSensorLatchXplus
overClampedStatusSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor overClampedStatusSensor
presenceLoader¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor presenceLoader
presenceloader_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor presenceLoader_C
standbyPositionSensorBXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor standbyPositionSensorBXminus
standbyPositionSensorBXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor standbyPositionSensorBXplus
standbyPositionSensorXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor standbyPositionSensorXminus
standbyPositionSensorXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor standbyPositionSensorXplus
unclampedStatusSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor unclampedStatusSensor
underClampedStatusSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor underClampedStatusSensor
fcs_Canbus0_CarouselController_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_CarouselController_Trending
averageCurrent¶
- IDL_Type:
long
- Units:
mA
Description: Average current read on autochanger truck controller : index 0x2027
brakeActivated¶
- IDL_Type:
boolean
- Units:
unitless
Description: Brakes activated by the controller if controllerWithBrake is true
current¶
- IDL_Type:
long
- Units:
mA
Description: Current read on controller : index 0x6078
errorHistoryNB¶
- IDL_Type:
long
- Units:
unitless
Description: Number of errors read on the controller
errorRegister¶
- IDL_Type:
string
- Units:
unitless
Description: Error register read on controller
followingError¶
- IDL_Type:
long
- Units:
micron
Description: Following error read on autochanger truck controller : index 0x20F4
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Device is in error
lastErrorCode¶
- IDL_Type:
long
- Units:
unitless
Description: Code from the last error read on controller
lastErrorName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the last error corresponding to lastErrorCode
mode¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller mode {HOMING; PROFILE_POSITION; PROFILE_VELOCITY; POSITION; MASTER_ENCODER; VELOCITY; CURRENT}
position¶
- IDL_Type:
long
- Units:
micron
Description: Position read on controller : index 0x6064 subindex 0
profileAcceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileAcceleration : index 0x6083 subindex 0. Set to slowAcceleration or fast acceleration.
profileDeceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileDeceleration index 0x6084 subindex 0. Set to slowDeceleration or fastDeceleration.
profileVelocity¶
- IDL_Type:
long long
- Units:
rpm
Description: Value of controller parameter ProfileVelocity : index 0x6081 subindex 0. Set to either slowVelocity or fastVelocity
state¶
- IDL_Type:
string
- Units:
unitless
Description: State of the EPOS controller {SWITCH_ON_DISABLED; READY_TO_SWITCH_ON; SWITCHED_ON; OPERATION_ENABLE; FAULT; QUICKSTOP; UNKNOWN_STATE}
velocity¶
- IDL_Type:
long
- Units:
rpm
Description: Velocity read on controller : index 0x2028 subindex 0
fcs_Canbus0_ClampXminusController_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_ClampXminusController_Trending
averageCurrent¶
- IDL_Type:
long
- Units:
mA
Description: Average current read on autochanger truck controller : index 0x2027
brakeActivated¶
- IDL_Type:
boolean
- Units:
unitless
Description: Brakes activated by the controller if controllerWithBrake is true
current¶
- IDL_Type:
long
- Units:
mA
Description: Current read on controller : index 0x6078
errorHistoryNB¶
- IDL_Type:
long
- Units:
unitless
Description: Number of errors read on the controller
errorRegister¶
- IDL_Type:
string
- Units:
unitless
Description: Error register read on controller
followingError¶
- IDL_Type:
long
- Units:
micron
Description: Following error read on autochanger truck controller : index 0x20F4
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Device is in error
lastErrorCode¶
- IDL_Type:
long
- Units:
unitless
Description: Code from the last error read on controller
lastErrorName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the last error corresponding to lastErrorCode
mode¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller mode {HOMING; PROFILE_POSITION; PROFILE_VELOCITY; POSITION; MASTER_ENCODER; VELOCITY; CURRENT}
position¶
- IDL_Type:
long
- Units:
micron
Description: Position read on controller : index 0x6064 subindex 0
profileAcceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileAcceleration : index 0x6083 subindex 0. Set to slowAcceleration or fast acceleration.
profileDeceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileDeceleration index 0x6084 subindex 0. Set to slowDeceleration or fastDeceleration.
profileVelocity¶
- IDL_Type:
long long
- Units:
rpm
Description: Value of controller parameter ProfileVelocity : index 0x6081 subindex 0. Set to either slowVelocity or fastVelocity
state¶
- IDL_Type:
string
- Units:
unitless
Description: State of the EPOS controller {SWITCH_ON_DISABLED; READY_TO_SWITCH_ON; SWITCHED_ON; OPERATION_ENABLE; FAULT; QUICKSTOP; UNKNOWN_STATE}
velocity¶
- IDL_Type:
long
- Units:
rpm
Description: Velocity read on controller : index 0x2028 subindex 0
fcs_Canbus0_ClampXplusController_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_ClampXplusController_Trending
averageCurrent¶
- IDL_Type:
long
- Units:
mA
Description: Average current read on autochanger truck controller : index 0x2027
brakeActivated¶
- IDL_Type:
boolean
- Units:
unitless
Description: Brakes activated by the controller if controllerWithBrake is true
current¶
- IDL_Type:
long
- Units:
mA
Description: Current read on controller : index 0x6078
errorHistoryNB¶
- IDL_Type:
long
- Units:
unitless
Description: Number of errors read on the controller
errorRegister¶
- IDL_Type:
string
- Units:
unitless
Description: Error register read on controller
followingError¶
- IDL_Type:
long
- Units:
micron
Description: Following error read on autochanger truck controller : index 0x20F4
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Device is in error
lastErrorCode¶
- IDL_Type:
long
- Units:
unitless
Description: Code from the last error read on controller
lastErrorName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the last error corresponding to lastErrorCode
mode¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller mode {HOMING; PROFILE_POSITION; PROFILE_VELOCITY; POSITION; MASTER_ENCODER; VELOCITY; CURRENT}
position¶
- IDL_Type:
long
- Units:
micron
Description: Position read on controller : index 0x6064 subindex 0
profileAcceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileAcceleration : index 0x6083 subindex 0. Set to slowAcceleration or fast acceleration.
profileDeceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileDeceleration index 0x6084 subindex 0. Set to slowDeceleration or fastDeceleration.
profileVelocity¶
- IDL_Type:
long long
- Units:
rpm
Description: Value of controller parameter ProfileVelocity : index 0x6081 subindex 0. Set to either slowVelocity or fastVelocity
state¶
- IDL_Type:
string
- Units:
unitless
Description: State of the EPOS controller {SWITCH_ON_DISABLED; READY_TO_SWITCH_ON; SWITCHED_ON; OPERATION_ENABLE; FAULT; QUICKSTOP; UNKNOWN_STATE}
velocity¶
- IDL_Type:
long
- Units:
rpm
Description: Velocity read on controller : index 0x2028 subindex 0
fcs_Canbus0_Hyttc580_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_Hyttc580_Trending
pdo1¶
- IDL_Type:
long long
- Units:
unitless
Description: Value of the PDO1 read on the HYTTC580
pdo2¶
- IDL_Type:
long long
- Units:
unitless
Description: Value of the PDO2 read on the HYTTC580
pdo4¶
- IDL_Type:
long long
- Units:
unitless
Description: Value of the PDO4 read on the HYTTC580
fcs_Canbus0_LatchXminusController_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_LatchXminusController_Trending
averageCurrent¶
- IDL_Type:
long
- Units:
mA
Description: Average current read on autochanger truck controller : index 0x2027
brakeActivated¶
- IDL_Type:
boolean
- Units:
unitless
Description: Brakes activated by the controller if controllerWithBrake is true
current¶
- IDL_Type:
long
- Units:
mA
Description: Current read on controller : index 0x6078
errorHistoryNB¶
- IDL_Type:
long
- Units:
unitless
Description: Number of errors read on the controller
errorRegister¶
- IDL_Type:
string
- Units:
unitless
Description: Error register read on controller
followingError¶
- IDL_Type:
long
- Units:
micron
Description: Following error read on autochanger truck controller : index 0x20F4
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Device is in error
lastErrorCode¶
- IDL_Type:
long
- Units:
unitless
Description: Code from the last error read on controller
lastErrorName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the last error corresponding to lastErrorCode
mode¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller mode {HOMING; PROFILE_POSITION; PROFILE_VELOCITY; POSITION; MASTER_ENCODER; VELOCITY; CURRENT}
position¶
- IDL_Type:
long
- Units:
micron
Description: Position read on controller : index 0x6064 subindex 0
profileAcceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileAcceleration : index 0x6083 subindex 0. Set to slowAcceleration or fast acceleration.
profileDeceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileDeceleration index 0x6084 subindex 0. Set to slowDeceleration or fastDeceleration.
profileVelocity¶
- IDL_Type:
long long
- Units:
rpm
Description: Value of controller parameter ProfileVelocity : index 0x6081 subindex 0. Set to either slowVelocity or fastVelocity
state¶
- IDL_Type:
string
- Units:
unitless
Description: State of the EPOS controller {SWITCH_ON_DISABLED; READY_TO_SWITCH_ON; SWITCHED_ON; OPERATION_ENABLE; FAULT; QUICKSTOP; UNKNOWN_STATE}
velocity¶
- IDL_Type:
long
- Units:
rpm
Description: Velocity read on controller : index 0x2028 subindex 0
fcs_Canbus0_LatchXplusController_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_LatchXplusController_Trending
averageCurrent¶
- IDL_Type:
long
- Units:
mA
Description: Average current read on autochanger truck controller : index 0x2027
brakeActivated¶
- IDL_Type:
boolean
- Units:
unitless
Description: Brakes activated by the controller if controllerWithBrake is true
current¶
- IDL_Type:
long
- Units:
mA
Description: Current read on controller : index 0x6078
errorHistoryNB¶
- IDL_Type:
long
- Units:
unitless
Description: Number of errors read on the controller
errorRegister¶
- IDL_Type:
string
- Units:
unitless
Description: Error register read on controller
followingError¶
- IDL_Type:
long
- Units:
micron
Description: Following error read on autochanger truck controller : index 0x20F4
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Device is in error
lastErrorCode¶
- IDL_Type:
long
- Units:
unitless
Description: Code from the last error read on controller
lastErrorName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the last error corresponding to lastErrorCode
mode¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller mode {HOMING; PROFILE_POSITION; PROFILE_VELOCITY; POSITION; MASTER_ENCODER; VELOCITY; CURRENT}
position¶
- IDL_Type:
long
- Units:
micron
Description: Position read on controller : index 0x6064 subindex 0
profileAcceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileAcceleration : index 0x6083 subindex 0. Set to slowAcceleration or fast acceleration.
profileDeceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileDeceleration index 0x6084 subindex 0. Set to slowDeceleration or fastDeceleration.
profileVelocity¶
- IDL_Type:
long long
- Units:
rpm
Description: Value of controller parameter ProfileVelocity : index 0x6081 subindex 0. Set to either slowVelocity or fastVelocity
state¶
- IDL_Type:
string
- Units:
unitless
Description: State of the EPOS controller {SWITCH_ON_DISABLED; READY_TO_SWITCH_ON; SWITCHED_ON; OPERATION_ENABLE; FAULT; QUICKSTOP; UNKNOWN_STATE}
velocity¶
- IDL_Type:
long
- Units:
rpm
Description: Velocity read on controller : index 0x2028 subindex 0
fcs_Canbus0_OnlineClampXminusController_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_OnlineClampXminusController_Trending
averageCurrent¶
- IDL_Type:
long
- Units:
mA
Description: Average current read on autochanger truck controller : index 0x2027
brakeActivated¶
- IDL_Type:
boolean
- Units:
unitless
Description: Brakes activated by the controller if controllerWithBrake is true
current¶
- IDL_Type:
long
- Units:
mA
Description: Current read on controller : index 0x6078
errorHistoryNB¶
- IDL_Type:
long
- Units:
unitless
Description: Number of errors read on the controller
errorRegister¶
- IDL_Type:
string
- Units:
unitless
Description: Error register read on controller
followingError¶
- IDL_Type:
long
- Units:
micron
Description: Following error read on autochanger truck controller : index 0x20F4
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Device is in error
lastErrorCode¶
- IDL_Type:
long
- Units:
unitless
Description: Code from the last error read on controller
lastErrorName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the last error corresponding to lastErrorCode
mode¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller mode {HOMING; PROFILE_POSITION; PROFILE_VELOCITY; POSITION; MASTER_ENCODER; VELOCITY; CURRENT}
position¶
- IDL_Type:
long
- Units:
micron
Description: Position read on controller : index 0x6064 subindex 0
profileAcceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileAcceleration : index 0x6083 subindex 0. Set to slowAcceleration or fast acceleration.
profileDeceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileDeceleration index 0x6084 subindex 0. Set to slowDeceleration or fastDeceleration.
profileVelocity¶
- IDL_Type:
long long
- Units:
rpm
Description: Value of controller parameter ProfileVelocity : index 0x6081 subindex 0. Set to either slowVelocity or fastVelocity
state¶
- IDL_Type:
string
- Units:
unitless
Description: State of the EPOS controller {SWITCH_ON_DISABLED; READY_TO_SWITCH_ON; SWITCHED_ON; OPERATION_ENABLE; FAULT; QUICKSTOP; UNKNOWN_STATE}
velocity¶
- IDL_Type:
long
- Units:
rpm
Description: Velocity read on controller : index 0x2028 subindex 0
fcs_Canbus0_OnlineClampXplusController_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_OnlineClampXplusController_Trending
averageCurrent¶
- IDL_Type:
long
- Units:
mA
Description: Average current read on autochanger truck controller : index 0x2027
brakeActivated¶
- IDL_Type:
boolean
- Units:
unitless
Description: Brakes activated by the controller if controllerWithBrake is true
current¶
- IDL_Type:
long
- Units:
mA
Description: Current read on controller : index 0x6078
errorHistoryNB¶
- IDL_Type:
long
- Units:
unitless
Description: Number of errors read on the controller
errorRegister¶
- IDL_Type:
string
- Units:
unitless
Description: Error register read on controller
followingError¶
- IDL_Type:
long
- Units:
micron
Description: Following error read on autochanger truck controller : index 0x20F4
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Device is in error
lastErrorCode¶
- IDL_Type:
long
- Units:
unitless
Description: Code from the last error read on controller
lastErrorName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the last error corresponding to lastErrorCode
mode¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller mode {HOMING; PROFILE_POSITION; PROFILE_VELOCITY; POSITION; MASTER_ENCODER; VELOCITY; CURRENT}
position¶
- IDL_Type:
long
- Units:
micron
Description: Position read on controller : index 0x6064 subindex 0
profileAcceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileAcceleration : index 0x6083 subindex 0. Set to slowAcceleration or fast acceleration.
profileDeceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileDeceleration index 0x6084 subindex 0. Set to slowDeceleration or fastDeceleration.
profileVelocity¶
- IDL_Type:
long long
- Units:
rpm
Description: Value of controller parameter ProfileVelocity : index 0x6081 subindex 0. Set to either slowVelocity or fastVelocity
state¶
- IDL_Type:
string
- Units:
unitless
Description: State of the EPOS controller {SWITCH_ON_DISABLED; READY_TO_SWITCH_ON; SWITCHED_ON; OPERATION_ENABLE; FAULT; QUICKSTOP; UNKNOWN_STATE}
velocity¶
- IDL_Type:
long
- Units:
rpm
Description: Velocity read on controller : index 0x2028 subindex 0
fcs_Canbus0_OnlineClampYminusController_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_OnlineClampYminusController_Trending
averageCurrent¶
- IDL_Type:
long
- Units:
mA
Description: Average current read on autochanger truck controller : index 0x2027
brakeActivated¶
- IDL_Type:
boolean
- Units:
unitless
Description: Brakes activated by the controller if controllerWithBrake is true
current¶
- IDL_Type:
long
- Units:
mA
Description: Current read on controller : index 0x6078
errorHistoryNB¶
- IDL_Type:
long
- Units:
unitless
Description: Number of errors read on the controller
errorRegister¶
- IDL_Type:
string
- Units:
unitless
Description: Error register read on controller
followingError¶
- IDL_Type:
long
- Units:
micron
Description: Following error read on autochanger truck controller : index 0x20F4
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Device is in error
lastErrorCode¶
- IDL_Type:
long
- Units:
unitless
Description: Code from the last error read on controller
lastErrorName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the last error corresponding to lastErrorCode
mode¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller mode {HOMING; PROFILE_POSITION; PROFILE_VELOCITY; POSITION; MASTER_ENCODER; VELOCITY; CURRENT}
position¶
- IDL_Type:
long
- Units:
micron
Description: Position read on controller : index 0x6064 subindex 0
profileAcceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileAcceleration : index 0x6083 subindex 0. Set to slowAcceleration or fast acceleration.
profileDeceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileDeceleration index 0x6084 subindex 0. Set to slowDeceleration or fastDeceleration.
profileVelocity¶
- IDL_Type:
long long
- Units:
rpm
Description: Value of controller parameter ProfileVelocity : index 0x6081 subindex 0. Set to either slowVelocity or fastVelocity
state¶
- IDL_Type:
string
- Units:
unitless
Description: State of the EPOS controller {SWITCH_ON_DISABLED; READY_TO_SWITCH_ON; SWITCHED_ON; OPERATION_ENABLE; FAULT; QUICKSTOP; UNKNOWN_STATE}
velocity¶
- IDL_Type:
long
- Units:
rpm
Description: Velocity read on controller : index 0x2028 subindex 0
fcs_Canbus0_OnlineStrainGauge_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_OnlineStrainGauge_Trending
errorHistoryNB¶
- IDL_Type:
long
- Units:
unitless
Description: Number of errors read on the controller
errorRegister¶
- IDL_Type:
string
- Units:
unitless
Description: Error register read on controller
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Device is in error
lastErrorCode¶
- IDL_Type:
long
- Units:
unitless
Description: Code from the last error read on controller
lastErrorName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the last error corresponding to lastErrorCode
fcs_Canbus0_ProximitySensorsDevice_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_ProximitySensorsDevice_Trending
errorHistoryNB¶
- IDL_Type:
long
- Units:
unitless
Description: Number of errors read on the controller
errorRegister¶
- IDL_Type:
string
- Units:
unitless
Description: Error register read on controller
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Device is in error
lastErrorCode¶
- IDL_Type:
long
- Units:
unitless
Description: Code from the last error read on controller
lastErrorName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the last error corresponding to lastErrorCode
fcs_Canbus0_Pt100_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_Pt100_Trending
errorHistoryNB¶
- IDL_Type:
long
- Units:
unitless
Description: Number of errors read on the controller
errorRegister¶
- IDL_Type:
string
- Units:
unitless
Description: Error register read on controller
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Device is in error
lastErrorCode¶
- IDL_Type:
long
- Units:
unitless
Description: Code from the last error read on controller
lastErrorName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the last error corresponding to lastErrorCode
fcs_Canbus0_TempSensorsDevice1_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_TempSensorsDevice1_Trending
errorHistoryNB¶
- IDL_Type:
long
- Units:
unitless
Description: Number of errors read on the controller
errorRegister¶
- IDL_Type:
string
- Units:
unitless
Description: Error register read on controller
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Device is in error
lastErrorCode¶
- IDL_Type:
long
- Units:
unitless
Description: Code from the last error read on controller
lastErrorName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the last error corresponding to lastErrorCode
fcs_Canbus0_TempSensorsDevice2_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus0_TempSensorsDevice2_Trending
errorHistoryNB¶
- IDL_Type:
long
- Units:
unitless
Description: Number of errors read on the controller
errorRegister¶
- IDL_Type:
string
- Units:
unitless
Description: Error register read on controller
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Device is in error
lastErrorCode¶
- IDL_Type:
long
- Units:
unitless
Description: Code from the last error read on controller
lastErrorName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the last error corresponding to lastErrorCode
fcs_Canbus1_CarrierController_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus1_CarrierController_Trending
averageCurrent¶
- IDL_Type:
long
- Units:
mA
Description: Average current read on autochanger truck controller : index 0x2027
brakeActivated¶
- IDL_Type:
boolean
- Units:
unitless
Description: Brakes activated by the controller if controllerWithBrake is true
current¶
- IDL_Type:
long
- Units:
mA
Description: Current read on controller : index 0x6078
errorHistoryNB¶
- IDL_Type:
long
- Units:
unitless
Description: Number of errors read on the controller
errorRegister¶
- IDL_Type:
string
- Units:
unitless
Description: Error register read on controller
followingError¶
- IDL_Type:
long
- Units:
micron
Description: Following error read on autochanger truck controller : index 0x20F4
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Device is in error
lastErrorCode¶
- IDL_Type:
long
- Units:
unitless
Description: Code from the last error read on controller
lastErrorName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the last error corresponding to lastErrorCode
mode¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller mode {HOMING; PROFILE_POSITION; PROFILE_VELOCITY; POSITION; MASTER_ENCODER; VELOCITY; CURRENT}
position¶
- IDL_Type:
long
- Units:
micron
Description: Position read on controller : index 0x6064 subindex 0
profileAcceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileAcceleration : index 0x6083 subindex 0. Set to slowAcceleration or fast acceleration.
profileDeceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileDeceleration index 0x6084 subindex 0. Set to slowDeceleration or fastDeceleration.
profileVelocity¶
- IDL_Type:
long long
- Units:
rpm
Description: Value of controller parameter ProfileVelocity : index 0x6081 subindex 0. Set to either slowVelocity or fastVelocity
state¶
- IDL_Type:
string
- Units:
unitless
Description: State of the EPOS controller {SWITCH_ON_DISABLED; READY_TO_SWITCH_ON; SWITCHED_ON; OPERATION_ENABLE; FAULT; QUICKSTOP; UNKNOWN_STATE}
velocity¶
- IDL_Type:
long
- Units:
rpm
Description: Velocity read on controller : index 0x2028 subindex 0
fcs_Canbus1_HooksController_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus1_HooksController_Trending
averageCurrent¶
- IDL_Type:
long
- Units:
mA
Description: Average current read on autochanger truck controller : index 0x2027
brakeActivated¶
- IDL_Type:
boolean
- Units:
unitless
Description: Brakes activated by the controller if controllerWithBrake is true
current¶
- IDL_Type:
long
- Units:
mA
Description: Current read on controller : index 0x6078
errorHistoryNB¶
- IDL_Type:
long
- Units:
unitless
Description: Number of errors read on the controller
errorRegister¶
- IDL_Type:
string
- Units:
unitless
Description: Error register read on controller
followingError¶
- IDL_Type:
long
- Units:
micron
Description: Following error read on autochanger truck controller : index 0x20F4
inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Device is in error
lastErrorCode¶
- IDL_Type:
long
- Units:
unitless
Description: Code from the last error read on controller
lastErrorName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the last error corresponding to lastErrorCode
mode¶
- IDL_Type:
string
- Units:
unitless
Description: EPOS controller mode {HOMING; PROFILE_POSITION; PROFILE_VELOCITY; POSITION; MASTER_ENCODER; VELOCITY; CURRENT}
position¶
- IDL_Type:
long
- Units:
micron
Description: Position read on controller : index 0x6064 subindex 0
profileAcceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileAcceleration : index 0x6083 subindex 0. Set to slowAcceleration or fast acceleration.
profileDeceleration¶
- IDL_Type:
long long
- Units:
rpm/s
Description: Value of controller parameter ProfileDeceleration index 0x6084 subindex 0. Set to slowDeceleration or fastDeceleration.
profileVelocity¶
- IDL_Type:
long long
- Units:
rpm
Description: Value of controller parameter ProfileVelocity : index 0x6081 subindex 0. Set to either slowVelocity or fastVelocity
state¶
- IDL_Type:
string
- Units:
unitless
Description: State of the EPOS controller {SWITCH_ON_DISABLED; READY_TO_SWITCH_ON; SWITCHED_ON; OPERATION_ENABLE; FAULT; QUICKSTOP; UNKNOWN_STATE}
velocity¶
- IDL_Type:
long
- Units:
rpm
Description: Velocity read on controller : index 0x2028 subindex 0
fcs_Canbus1_LoaderPlutoGateway_Trending¶
- EFDB_Topic:
MTCamera_fcs_Canbus1_LoaderPlutoGateway_Trending
acAF0b¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAF0b
acAF0s¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAF0s
acAF1b¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAF1b
acAF1s¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAF1s
acAF3b¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAF3b
acAF3s¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAF3s
acAP2b¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAP2b
acAP2s¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor acAP2s
carouselHoldingFilterSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carouselHoldingFilterSensor0
carouselHoldingFilterSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carouselHoldingFilterSensor1
carouselStoppedAtStandby¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carouselStoppedAtStandby
carouselStoppedAtStandbyC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carouselStoppedAtStandbyC
carousel_CF0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carousel_CF0
carousel_CF0_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carousel_CF0_C
carousel_CF1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carousel_CF1
carousel_CF1_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor carousel_CF1_C
clampedStatusSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor clampedStatusSensor
closeSensorBLatchXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor closeSensorBLatchXminus
closeSensorBLatchXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor closeSensorBLatchXplus
closeSensorLatchXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor closeSensorLatchXminus
closeSensorLatchXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor closeSensorLatchXplus
engineeringKey¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor engineeringKey
engineeringkey_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor engineeringKey_C
filterEngagedSensorBLatchXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterEngagedSensorBLatchXminus
filterEngagedSensorBLatchXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterEngagedSensorBLatchXplus
filterEngagedSensorLatchXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterEngagedSensorLatchXminus
filterEngagedSensorLatchXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterEngagedSensorLatchXplus
filterIDSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterIDSensor0
filterIDSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterIDSensor1
filterIDSensor2¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterIDSensor2
filterIDSensor3¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterIDSensor3
filterIDSensor4¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterIDSensor4
filterIDSensor5¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor filterIDSensor5
forceSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor forceSensor0
forceSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor forceSensor1
handoffPositionSensorBXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor handoffPositionSensorBXminus
handoffPositionSensorBXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor handoffPositionSensorBXplus
handoffPositionSensorXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor handoffPositionSensorXminus
handoffPositionSensorXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor handoffPositionSensorXplus
inclinometerXminus¶
- IDL_Type:
double
- Units:
unitless
Description: Value of Digital Sensor inclinometerXminus
inclinometerXplus¶
- IDL_Type:
double
- Units:
unitless
Description: Value of Digital Sensor inclinometerXplus
keyEng¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor keyEng
keyEngb¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor keyEngb
keyLock¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor keyLock
keyLockb¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor keyLockb
lps_0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor LPS_0
lps_1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor LPS_1
lrh_0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor LRH_0
lrh_1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor LRH_1
loaderCarrierRelayStatus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderCarrierRelayStatus
loaderChainPresenceSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderChainPresenceSensor
loaderCloseSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderCloseSensor1
loaderCloseSensor2¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderCloseSensor2
loaderCloseSensor3¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderCloseSensor3
loaderCloseSensor4¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderCloseSensor4
loaderConnectedSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderConnectedSensor
loaderConnectedSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderConnectedSensorC
loaderDefaultStatus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderDefaultStatus
loaderEngagedPositionSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderEngagedPositionSensor0
loaderEngagedPositionSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderEngagedPositionSensor1
loaderFilterDistanceSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderFilterDistanceSensor
loaderFilterGoodPositionStatus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderFilterGoodPositionStatus
loaderFilterPresenceSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderFilterPresenceSensor0
loaderFilterPresenceSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderFilterPresenceSensor1
loaderHandoffPositionSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderHandoffPositionSensor0
loaderHandoffPositionSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderHandoffPositionSensor1
loaderHoldingFilterSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderHoldingFilterSensor0
loaderHoldingFilterSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderHoldingFilterSensor1
loaderHooksRelayStatus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderHooksRelayStatus
loaderOnCameraSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderOnCameraSensor0
loaderOnCameraSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderOnCameraSensor1
loaderOpenSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderOpenSensor1
loaderOpenSensor2¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderOpenSensor2
loaderOpenSensor3¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderOpenSensor3
loaderOpenSensor4¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderOpenSensor4
loaderStoragePositionSensor0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderStoragePositionSensor0
loaderStoragePositionSensor1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loaderStoragePositionSensor1
loader_LFD¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loader_LFD
loader_LFS¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor loader_LFS
lockOut¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lockOut
lockOutShunt¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lockOutShunt
lockout_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lockOut_C
lpmLatchesStatus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lpmLatchesStatus
lpmLinearRail1Status¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lpmLinearRail1Status
lpmLinearRail2Status¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lpmLinearRail2Status
lpmOnlineClampsStatus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor lpmOnlineClampsStatus
out_AF0¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AF0
out_AF0_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AF0_C
out_AF1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AF1
out_AF1_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AF1_C
out_AF3¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AF3
out_AF3_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AF3_C
out_AIN¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AIN
out_AOL¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AOL
out_AP1¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AP1
out_AP1_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AP1_C
out_AP2¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AP2
out_AP2_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AP2_C
out_AP3¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AP3
out_AP3_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor OUT_AP3_C
onlineClampXminusCloseSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXminusCloseSensor
onlineClampXminusCloseSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXminusCloseSensorC
onlineClampXminusOpenSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXminusOpenSensor
onlineClampXminusOpenSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXminusOpenSensorC
onlineClampXplusCloseSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXplusCloseSensor
onlineClampXplusCloseSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXplusCloseSensorC
onlineClampXplusOpenSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXplusOpenSensor
onlineClampXplusOpenSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampXplusOpenSensorC
onlineClampYminusCloseSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampYminusCloseSensor
onlineClampYminusCloseSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampYminusCloseSensorC
onlineClampYminusOpenSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampYminusOpenSensor
onlineClampYminusOpenSensorC¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlineClampYminusOpenSensorC
onlinePositionSensorBXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlinePositionSensorBXminus
onlinePositionSensorBXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlinePositionSensorBXplus
onlinePositionSensorXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlinePositionSensorXminus
onlinePositionSensorXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor onlinePositionSensorXplus
openSensorBLatchXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor openSensorBLatchXminus
openSensorBLatchXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor openSensorBLatchXplus
openSensorLatchXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor openSensorLatchXminus
openSensorLatchXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor openSensorLatchXplus
overClampedStatusSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor overClampedStatusSensor
presenceLoader¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor presenceLoader
presenceloader_C¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor presenceLoader_C
standbyPositionSensorBXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor standbyPositionSensorBXminus
standbyPositionSensorBXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor standbyPositionSensorBXplus
standbyPositionSensorXminus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor standbyPositionSensorXminus
standbyPositionSensorXplus¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor standbyPositionSensorXplus
unclampedStatusSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor unclampedStatusSensor
underClampedStatusSensor¶
- IDL_Type:
long
- Units:
unitless
Description: Value of Digital Sensor underClampedStatusSensor
fcs_Carousel_Socket1_Trending¶
- EFDB_Topic:
MTCamera_fcs_Carousel_Socket1_Trending
atStandby¶
- IDL_Type:
boolean
- Units:
unitless
Description: Socket is at standby position
clampxminus1_clampState¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp state {READY_TO_CLAMP; UNCLAMPED_ON_FILTER; UNCLAMPED_EMPTY; CLAMPED_ON_FILTER; UNDEFINED; ERROR; UNLOCKABLE}
clampxminus1_filterPositionSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Filter position sensor value in carousel clamp
clampxminus1_filterPresenceOffset2¶
- IDL_Type:
long
- Units:
unitless
Description: Offset2 for filter presence sensor read on hyttc580: if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.
clampxminus1_filterPresenceStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter presence status {NOFILTER; ENGAGED; LOCKABLE; NOT_LOCKABLE; ERROR; UNKNOWN}
clampxminus1_lockSensorOffset1¶
- IDL_Type:
long
- Units:
unitless
Description: Offset1 for carousel clamp lock sensor read on hyttc580
clampxminus1_lockSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Carousel clamp filter lock sensor value
clampxminus1_lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter lock status {UNLOCKED; LOCKED; RELAXED; OPENED; CLOSED; UNKNOWN; ERROR}
clampxplus1_clampState¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp state {READY_TO_CLAMP; UNCLAMPED_ON_FILTER; UNCLAMPED_EMPTY; CLAMPED_ON_FILTER; UNDEFINED; ERROR; UNLOCKABLE}
clampxplus1_filterPositionSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Filter position sensor value in carousel clamp
clampxplus1_filterPresenceOffset2¶
- IDL_Type:
long
- Units:
unitless
Description: Offset2 for filter presence sensor read on hyttc580: if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.
clampxplus1_filterPresenceStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter presence status {NOFILTER; ENGAGED; LOCKABLE; NOT_LOCKABLE; ERROR; UNKNOWN}
clampxplus1_lockSensorOffset1¶
- IDL_Type:
long
- Units:
unitless
Description: Offset1 for carousel clamp lock sensor read on hyttc580
clampxplus1_lockSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Carousel clamp filter lock sensor value
clampxplus1_lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter lock status {UNLOCKED; LOCKED; RELAXED; OPENED; CLOSED; UNKNOWN; ERROR}
clampsState¶
- IDL_Type:
string
- Units:
unitless
Description: Clamps state on this socket {READY_TO_CLAMP; UNCLAMPED_ON_FILTER; UNCLAMPED_EMPTY; CLAMPED_ON_FILTER; UNDEFINED; ERROR; UNLOCKABLE}
empty¶
- IDL_Type:
boolean
- Units:
unitless
Description: Socket is empty
filterName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of filter on socket
ioStatus¶
- IDL_Type:
string
- Units:
unitless
Description: IO module status for this socket {UNKNOWN_STATUS; IS_SOCKET_AT_STANDBY; IS_READY_NOT_IN_POSITION; ERROR_READING_POSITION; SAFE_STATE; BOOTING; NOT_POWERED_ON; NOT_WORKING_FOR_OTHER_REASON}
socketID¶
- IDL_Type:
long
- Units:
unitless
Description: ID of the socket
fcs_Carousel_Socket2_Trending¶
- EFDB_Topic:
MTCamera_fcs_Carousel_Socket2_Trending
atStandby¶
- IDL_Type:
boolean
- Units:
unitless
Description: Socket is at standby position
clampxminus2_clampState¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp state {READY_TO_CLAMP; UNCLAMPED_ON_FILTER; UNCLAMPED_EMPTY; CLAMPED_ON_FILTER; UNDEFINED; ERROR; UNLOCKABLE}
clampxminus2_filterPositionSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Filter position sensor value in carousel clamp
clampxminus2_filterPresenceOffset2¶
- IDL_Type:
long
- Units:
unitless
Description: Offset2 for filter presence sensor read on hyttc580: if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.
clampxminus2_filterPresenceStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter presence status {NOFILTER; ENGAGED; LOCKABLE; NOT_LOCKABLE; ERROR; UNKNOWN}
clampxminus2_lockSensorOffset1¶
- IDL_Type:
long
- Units:
unitless
Description: Offset1 for carousel clamp lock sensor read on hyttc580
clampxminus2_lockSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Carousel clamp filter lock sensor value
clampxminus2_lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter lock status {UNLOCKED; LOCKED; RELAXED; OPENED; CLOSED; UNKNOWN; ERROR}
clampxplus2_clampState¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp state {READY_TO_CLAMP; UNCLAMPED_ON_FILTER; UNCLAMPED_EMPTY; CLAMPED_ON_FILTER; UNDEFINED; ERROR; UNLOCKABLE}
clampxplus2_filterPositionSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Filter position sensor value in carousel clamp
clampxplus2_filterPresenceOffset2¶
- IDL_Type:
long
- Units:
unitless
Description: Offset2 for filter presence sensor read on hyttc580: if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.
clampxplus2_filterPresenceStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter presence status {NOFILTER; ENGAGED; LOCKABLE; NOT_LOCKABLE; ERROR; UNKNOWN}
clampxplus2_lockSensorOffset1¶
- IDL_Type:
long
- Units:
unitless
Description: Offset1 for carousel clamp lock sensor read on hyttc580
clampxplus2_lockSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Carousel clamp filter lock sensor value
clampxplus2_lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter lock status {UNLOCKED; LOCKED; RELAXED; OPENED; CLOSED; UNKNOWN; ERROR}
clampsState¶
- IDL_Type:
string
- Units:
unitless
Description: Clamps state on this socket {READY_TO_CLAMP; UNCLAMPED_ON_FILTER; UNCLAMPED_EMPTY; CLAMPED_ON_FILTER; UNDEFINED; ERROR; UNLOCKABLE}
empty¶
- IDL_Type:
boolean
- Units:
unitless
Description: Socket is empty
filterName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of filter on socket
ioStatus¶
- IDL_Type:
string
- Units:
unitless
Description: IO module status for this socket {UNKNOWN_STATUS; IS_SOCKET_AT_STANDBY; IS_READY_NOT_IN_POSITION; ERROR_READING_POSITION; SAFE_STATE; BOOTING; NOT_POWERED_ON; NOT_WORKING_FOR_OTHER_REASON}
socketID¶
- IDL_Type:
long
- Units:
unitless
Description: ID of the socket
fcs_Carousel_Socket3_Trending¶
- EFDB_Topic:
MTCamera_fcs_Carousel_Socket3_Trending
atStandby¶
- IDL_Type:
boolean
- Units:
unitless
Description: Socket is at standby position
clampxminus3_clampState¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp state {READY_TO_CLAMP; UNCLAMPED_ON_FILTER; UNCLAMPED_EMPTY; CLAMPED_ON_FILTER; UNDEFINED; ERROR; UNLOCKABLE}
clampxminus3_filterPositionSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Filter position sensor value in carousel clamp
clampxminus3_filterPresenceOffset2¶
- IDL_Type:
long
- Units:
unitless
Description: Offset2 for filter presence sensor read on hyttc580: if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.
clampxminus3_filterPresenceStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter presence status {NOFILTER; ENGAGED; LOCKABLE; NOT_LOCKABLE; ERROR; UNKNOWN}
clampxminus3_lockSensorOffset1¶
- IDL_Type:
long
- Units:
unitless
Description: Offset1 for carousel clamp lock sensor read on hyttc580
clampxminus3_lockSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Carousel clamp filter lock sensor value
clampxminus3_lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter lock status {UNLOCKED; LOCKED; RELAXED; OPENED; CLOSED; UNKNOWN; ERROR}
clampxplus3_clampState¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp state {READY_TO_CLAMP; UNCLAMPED_ON_FILTER; UNCLAMPED_EMPTY; CLAMPED_ON_FILTER; UNDEFINED; ERROR; UNLOCKABLE}
clampxplus3_filterPositionSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Filter position sensor value in carousel clamp
clampxplus3_filterPresenceOffset2¶
- IDL_Type:
long
- Units:
unitless
Description: Offset2 for filter presence sensor read on hyttc580: if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.
clampxplus3_filterPresenceStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter presence status {NOFILTER; ENGAGED; LOCKABLE; NOT_LOCKABLE; ERROR; UNKNOWN}
clampxplus3_lockSensorOffset1¶
- IDL_Type:
long
- Units:
unitless
Description: Offset1 for carousel clamp lock sensor read on hyttc580
clampxplus3_lockSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Carousel clamp filter lock sensor value
clampxplus3_lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter lock status {UNLOCKED; LOCKED; RELAXED; OPENED; CLOSED; UNKNOWN; ERROR}
clampsState¶
- IDL_Type:
string
- Units:
unitless
Description: Clamps state on this socket {READY_TO_CLAMP; UNCLAMPED_ON_FILTER; UNCLAMPED_EMPTY; CLAMPED_ON_FILTER; UNDEFINED; ERROR; UNLOCKABLE}
empty¶
- IDL_Type:
boolean
- Units:
unitless
Description: Socket is empty
filterName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of filter on socket
ioStatus¶
- IDL_Type:
string
- Units:
unitless
Description: IO module status for this socket {UNKNOWN_STATUS; IS_SOCKET_AT_STANDBY; IS_READY_NOT_IN_POSITION; ERROR_READING_POSITION; SAFE_STATE; BOOTING; NOT_POWERED_ON; NOT_WORKING_FOR_OTHER_REASON}
socketID¶
- IDL_Type:
long
- Units:
unitless
Description: ID of the socket
fcs_Carousel_Socket4_Trending¶
- EFDB_Topic:
MTCamera_fcs_Carousel_Socket4_Trending
atStandby¶
- IDL_Type:
boolean
- Units:
unitless
Description: Socket is at standby position
clampxminus4_clampState¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp state {READY_TO_CLAMP; UNCLAMPED_ON_FILTER; UNCLAMPED_EMPTY; CLAMPED_ON_FILTER; UNDEFINED; ERROR; UNLOCKABLE}
clampxminus4_filterPositionSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Filter position sensor value in carousel clamp
clampxminus4_filterPresenceOffset2¶
- IDL_Type:
long
- Units:
unitless
Description: Offset2 for filter presence sensor read on hyttc580: if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.
clampxminus4_filterPresenceStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter presence status {NOFILTER; ENGAGED; LOCKABLE; NOT_LOCKABLE; ERROR; UNKNOWN}
clampxminus4_lockSensorOffset1¶
- IDL_Type:
long
- Units:
unitless
Description: Offset1 for carousel clamp lock sensor read on hyttc580
clampxminus4_lockSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Carousel clamp filter lock sensor value
clampxminus4_lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter lock status {UNLOCKED; LOCKED; RELAXED; OPENED; CLOSED; UNKNOWN; ERROR}
clampxplus4_clampState¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp state {READY_TO_CLAMP; UNCLAMPED_ON_FILTER; UNCLAMPED_EMPTY; CLAMPED_ON_FILTER; UNDEFINED; ERROR; UNLOCKABLE}
clampxplus4_filterPositionSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Filter position sensor value in carousel clamp
clampxplus4_filterPresenceOffset2¶
- IDL_Type:
long
- Units:
unitless
Description: Offset2 for filter presence sensor read on hyttc580: if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.
clampxplus4_filterPresenceStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter presence status {NOFILTER; ENGAGED; LOCKABLE; NOT_LOCKABLE; ERROR; UNKNOWN}
clampxplus4_lockSensorOffset1¶
- IDL_Type:
long
- Units:
unitless
Description: Offset1 for carousel clamp lock sensor read on hyttc580
clampxplus4_lockSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Carousel clamp filter lock sensor value
clampxplus4_lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter lock status {UNLOCKED; LOCKED; RELAXED; OPENED; CLOSED; UNKNOWN; ERROR}
clampsState¶
- IDL_Type:
string
- Units:
unitless
Description: Clamps state on this socket {READY_TO_CLAMP; UNCLAMPED_ON_FILTER; UNCLAMPED_EMPTY; CLAMPED_ON_FILTER; UNDEFINED; ERROR; UNLOCKABLE}
empty¶
- IDL_Type:
boolean
- Units:
unitless
Description: Socket is empty
filterName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of filter on socket
ioStatus¶
- IDL_Type:
string
- Units:
unitless
Description: IO module status for this socket {UNKNOWN_STATUS; IS_SOCKET_AT_STANDBY; IS_READY_NOT_IN_POSITION; ERROR_READING_POSITION; SAFE_STATE; BOOTING; NOT_POWERED_ON; NOT_WORKING_FOR_OTHER_REASON}
socketID¶
- IDL_Type:
long
- Units:
unitless
Description: ID of the socket
fcs_Carousel_Socket5_Trending¶
- EFDB_Topic:
MTCamera_fcs_Carousel_Socket5_Trending
atStandby¶
- IDL_Type:
boolean
- Units:
unitless
Description: Socket is at standby position
clampxminus5_clampState¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp state {READY_TO_CLAMP; UNCLAMPED_ON_FILTER; UNCLAMPED_EMPTY; CLAMPED_ON_FILTER; UNDEFINED; ERROR; UNLOCKABLE}
clampxminus5_filterPositionSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Filter position sensor value in carousel clamp
clampxminus5_filterPresenceOffset2¶
- IDL_Type:
long
- Units:
unitless
Description: Offset2 for filter presence sensor read on hyttc580: if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.
clampxminus5_filterPresenceStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter presence status {NOFILTER; ENGAGED; LOCKABLE; NOT_LOCKABLE; ERROR; UNKNOWN}
clampxminus5_lockSensorOffset1¶
- IDL_Type:
long
- Units:
unitless
Description: Offset1 for carousel clamp lock sensor read on hyttc580
clampxminus5_lockSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Carousel clamp filter lock sensor value
clampxminus5_lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter lock status {UNLOCKED; LOCKED; RELAXED; OPENED; CLOSED; UNKNOWN; ERROR}
clampxplus5_clampState¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp state {READY_TO_CLAMP; UNCLAMPED_ON_FILTER; UNCLAMPED_EMPTY; CLAMPED_ON_FILTER; UNDEFINED; ERROR; UNLOCKABLE}
clampxplus5_filterPositionSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Filter position sensor value in carousel clamp
clampxplus5_filterPresenceOffset2¶
- IDL_Type:
long
- Units:
unitless
Description: Offset2 for filter presence sensor read on hyttc580: if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.
clampxplus5_filterPresenceStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter presence status {NOFILTER; ENGAGED; LOCKABLE; NOT_LOCKABLE; ERROR; UNKNOWN}
clampxplus5_lockSensorOffset1¶
- IDL_Type:
long
- Units:
unitless
Description: Offset1 for carousel clamp lock sensor read on hyttc580
clampxplus5_lockSensorValue¶
- IDL_Type:
long
- Units:
unitless
Description: Carousel clamp filter lock sensor value
clampxplus5_lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Carousel clamp filter lock status {UNLOCKED; LOCKED; RELAXED; OPENED; CLOSED; UNKNOWN; ERROR}
clampsState¶
- IDL_Type:
string
- Units:
unitless
Description: Clamps state on this socket {READY_TO_CLAMP; UNCLAMPED_ON_FILTER; UNCLAMPED_EMPTY; CLAMPED_ON_FILTER; UNDEFINED; ERROR; UNLOCKABLE}
empty¶
- IDL_Type:
boolean
- Units:
unitless
Description: Socket is empty
filterName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of filter on socket
ioStatus¶
- IDL_Type:
string
- Units:
unitless
Description: IO module status for this socket {UNKNOWN_STATUS; IS_SOCKET_AT_STANDBY; IS_READY_NOT_IN_POSITION; ERROR_READING_POSITION; SAFE_STATE; BOOTING; NOT_POWERED_ON; NOT_WORKING_FOR_OTHER_REASON}
socketID¶
- IDL_Type:
long
- Units:
unitless
Description: ID of the socket
fcs_Carousel_Trending¶
- EFDB_Topic:
MTCamera_fcs_Carousel_Trending
atStandby¶
- IDL_Type:
boolean
- Units:
unitless
Description: A carousel socket is at STANDBY position
clampsStateAtStandby¶
- IDL_Type:
string
- Units:
unitless
Description: State of the clamps for the socket at STANDBY position {READY_TO_CLAMP; UNCLAMPED_ON_FILTER; UNCLAMPED_EMPTY; CLAMPED_ON_FILTER; UNDEFINED; ERROR; UNLOCKABLE}
deltaPositionAtStandby¶
- IDL_Type:
long
- Units:
micron
Description: Carousel position tolerance at STANDBY
emptyAtStandby¶
- IDL_Type:
boolean
- Units:
unitless
Description: The carousel socket at STANDBY is empty
estimatedPosition¶
- IDL_Type:
long
- Units:
micron
Description: Carousel estimated position
filterAtStandbyId¶
- IDL_Type:
long
- Units:
unitless
Description: ID of filter at STANDBY position
filterOnAutochangerName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of filter on autochanger trucks
minLocked¶
- IDL_Type:
long long
- Units:
mV
Description: Threshold value corresponding to the carousel clamps locked status as read on TTC580
socketAtStandbyID¶
- IDL_Type:
long
- Units:
unitless
Description: ID of carousel socket at STANDBY position
socketAtStandbyName¶
- IDL_Type:
string
- Units:
unitless
Description: Name of carousel socket at STANDBY position
fcs_Duration_Autochanger_Trending¶
- EFDB_Topic:
MTCamera_fcs_Duration_Autochanger_Trending
autochangertrucks_ALIGN_FOLLOWER¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action ALIGN_FOLLOWER
autochangertrucks_MOVE_FOLLOWER_TRUCK_ALONE¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action MOVE_FOLLOWER_TRUCK_ALONE
autochangertrucks_MOVE_TO_ABSOLUTE_POSITION¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action MOVE_TO_ABSOLUTE_POSITION
latches_latchXminus_CLOSE¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action CLOSE
latches_latchXminus_OPEN¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action OPEN
latches_latchXplus_CLOSE¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action CLOSE
latches_latchXplus_OPEN¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action OPEN
onlineclamps_onlineClampXminus_CLOSE_ONLINECLAMP_MODE_CURRENT¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action CLOSE_ONLINECLAMP_MODE_CURRENT
onlineclamps_onlineClampXminus_CLOSE_ONLINECLAMP_MODE_PROFILE_POSITION¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action CLOSE_ONLINECLAMP_MODE_PROFILE_POSITION
onlineclamps_onlineClampXminus_LOCK_ONLINECLAMP¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action LOCK_ONLINECLAMP
onlineclamps_onlineClampXminus_OPEN_ONLINECLAMP_MODE_CURRENT¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action OPEN_ONLINECLAMP_MODE_CURRENT
onlineclamps_onlineClampXminus_OPEN_ONLINECLAMP_MODE_PROFILE_POSITION¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action OPEN_ONLINECLAMP_MODE_PROFILE_POSITION
onlineclamps_onlineClampXminus_REOPEN_ONLINECLAMP_MODE_CURRENT¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action REOPEN_ONLINECLAMP_MODE_CURRENT
onlineclamps_onlineClampXminus_UNLOCK_ONLINECLAMP¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action UNLOCK_ONLINECLAMP
onlineclamps_onlineClampXplus_CLOSE_ONLINECLAMP_MODE_CURRENT¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action CLOSE_ONLINECLAMP_MODE_CURRENT
onlineclamps_onlineClampXplus_CLOSE_ONLINECLAMP_MODE_PROFILE_POSITION¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action CLOSE_ONLINECLAMP_MODE_PROFILE_POSITION
onlineclamps_onlineClampXplus_LOCK_ONLINECLAMP¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action LOCK_ONLINECLAMP
onlineclamps_onlineClampXplus_OPEN_ONLINECLAMP_MODE_CURRENT¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action OPEN_ONLINECLAMP_MODE_CURRENT
onlineclamps_onlineClampXplus_OPEN_ONLINECLAMP_MODE_PROFILE_POSITION¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action OPEN_ONLINECLAMP_MODE_PROFILE_POSITION
onlineclamps_onlineClampXplus_REOPEN_ONLINECLAMP_MODE_CURRENT¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action REOPEN_ONLINECLAMP_MODE_CURRENT
onlineclamps_onlineClampXplus_UNLOCK_ONLINECLAMP¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action UNLOCK_ONLINECLAMP
onlineclamps_onlineClampYminus_CLOSE_ONLINECLAMP_MODE_CURRENT¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action CLOSE_ONLINECLAMP_MODE_CURRENT
onlineclamps_onlineClampYminus_CLOSE_ONLINECLAMP_MODE_PROFILE_POSITION¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action CLOSE_ONLINECLAMP_MODE_PROFILE_POSITION
onlineclamps_onlineClampYminus_LOCK_ONLINECLAMP¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action LOCK_ONLINECLAMP
onlineclamps_onlineClampYminus_OPEN_ONLINECLAMP_MODE_CURRENT¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action OPEN_ONLINECLAMP_MODE_CURRENT
onlineclamps_onlineClampYminus_OPEN_ONLINECLAMP_MODE_PROFILE_POSITION¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action OPEN_ONLINECLAMP_MODE_PROFILE_POSITION
onlineclamps_onlineClampYminus_REOPEN_ONLINECLAMP_MODE_CURRENT¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action REOPEN_ONLINECLAMP_MODE_CURRENT
onlineclamps_onlineClampYminus_UNLOCK_ONLINECLAMP¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action UNLOCK_ONLINECLAMP
fcs_Duration_Carousel_Trending¶
- EFDB_Topic:
MTCamera_fcs_Duration_Carousel_Trending
rotate_CAROUSEL_TO_ABSOLUTE_POSITION¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action ROTATE_CAROUSEL_TO_ABSOLUTE_POSITION
rotate_CAROUSEL_TO_RELATIVE_POSITION¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action ROTATE_CAROUSEL_TO_RELATIVE_POSITION
socket1_RELEASE_CLAMPS¶
- IDL_Type:
long
- Units:
millisecond
Description: Duration of action RELEASE_CLAMPS
socket1_UNLOCK_CLAMPS¶
- IDL_Type:
long
- Units:
millisecond
Description: Duration of action UNLOCK_CLAMPS
socket1_clampXminus1_RELEASE¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action RELEASE
socket1_clampXminus1_UNLOCK¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action UNLOCK
socket1_clampXplus1_RELEASE¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action RELEASE
socket1_clampXplus1_UNLOCK¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action UNLOCK
socket2_RELEASE_CLAMPS¶
- IDL_Type:
long
- Units:
millisecond
Description: Duration of action RELEASE_CLAMPS
socket2_UNLOCK_CLAMPS¶
- IDL_Type:
long
- Units:
millisecond
Description: Duration of action UNLOCK_CLAMPS
socket2_clampXminus2_RELEASE¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action RELEASE
socket2_clampXminus2_UNLOCK¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action UNLOCK
socket2_clampXplus2_RELEASE¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action RELEASE
socket2_clampXplus2_UNLOCK¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action UNLOCK
socket3_RELEASE_CLAMPS¶
- IDL_Type:
long
- Units:
millisecond
Description: Duration of action RELEASE_CLAMPS
socket3_UNLOCK_CLAMPS¶
- IDL_Type:
long
- Units:
millisecond
Description: Duration of action UNLOCK_CLAMPS
socket3_clampXminus3_RELEASE¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action RELEASE
socket3_clampXminus3_UNLOCK¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action UNLOCK
socket3_clampXplus3_RELEASE¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action RELEASE
socket3_clampXplus3_UNLOCK¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action UNLOCK
socket4_RELEASE_CLAMPS¶
- IDL_Type:
long
- Units:
millisecond
Description: Duration of action RELEASE_CLAMPS
socket4_UNLOCK_CLAMPS¶
- IDL_Type:
long
- Units:
millisecond
Description: Duration of action UNLOCK_CLAMPS
socket4_clampXminus4_RELEASE¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action RELEASE
socket4_clampXminus4_UNLOCK¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action UNLOCK
socket4_clampXplus4_RELEASE¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action RELEASE
socket4_clampXplus4_UNLOCK¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action UNLOCK
socket5_RELEASE_CLAMPS¶
- IDL_Type:
long
- Units:
millisecond
Description: Duration of action RELEASE_CLAMPS
socket5_UNLOCK_CLAMPS¶
- IDL_Type:
long
- Units:
millisecond
Description: Duration of action UNLOCK_CLAMPS
socket5_clampXminus5_RELEASE¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action RELEASE
socket5_clampXminus5_UNLOCK¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action UNLOCK
socket5_clampXplus5_RELEASE¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action RELEASE
socket5_clampXplus5_UNLOCK¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action UNLOCK
fcs_Duration_Loader_Trending¶
- EFDB_Topic:
MTCamera_fcs_Duration_Loader_Trending
carrier_MOVE_LOADERCARRIER_TO_ABSOLUTEPOSITION¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action MOVE_LOADERCARRIER_TO_ABSOLUTEPOSITION
carrier_MOVE_LOADERCARRIER_TO_ENGAGED¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action MOVE_LOADERCARRIER_TO_ENGAGED
carrier_MOVE_LOADERCARRIER_TO_HANDOFF¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action MOVE_LOADERCARRIER_TO_HANDOFF
carrier_MOVE_LOADERCARRIER_TO_STORAGE¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action MOVE_LOADERCARRIER_TO_STORAGE
hooks_CLAMP_LOADER_HOOKS¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action CLAMP_LOADER_HOOKS
hooks_CLOSE_LOADER_HOOKS¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action CLOSE_LOADER_HOOKS
hooks_OPEN_HOMING_LOADER_HOOKS¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action OPEN_HOMING_LOADER_HOOKS
hooks_UNCLAMP_LOADER_HOOKS¶
- IDL_Type:
long long
- Units:
millisecond
Description: Duration of the action UNCLAMP_LOADER_HOOKS
fcs_Duration_Trending¶
- EFDB_Topic:
MTCamera_fcs_Duration_Trending
sETFILTER¶
- IDL_Type:
long long
- Units:
millisecond
Description: duration of command setFilter
fcs_Fcs_Mcm_Trending¶
- EFDB_Topic:
MTCamera_fcs_Fcs_Mcm_Trending
autochanger_trucks_location¶
- IDL_Type:
string
- Units:
unitless
Description: Known autochanger position (STANDBY, HANDOFF, ONLINE) or IN_TRAVEL
autochanger_trucks_position¶
- IDL_Type:
long
- Units:
micron
Description: Absolute position of the autochanger trucks
filter_on_autochanger_id¶
- IDL_Type:
long
- Units:
unitless
Description: ID of the filter currently on the autochanger
filter_on_autochanger_name¶
- IDL_Type:
string
- Units:
unitless
Description: Name of the filter currently on the autochanger
filter_previous_socketID¶
- IDL_Type:
long
- Units:
unitless
Description: ID of the socket on which the current filter used to sit
proximity¶
- IDL_Type:
long
- Units:
unitless
Description: Value of the autochanger proximity sensor
setfilter_percentage¶
- IDL_Type:
long
- Units:
unitless
Description: Progress of the setFilter command [%]
fcs_Loader_Carrier_Trending¶
- EFDB_Topic:
MTCamera_fcs_Loader_Carrier_Trending
atEngaged¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader carrier is at ENGAGED position
atHandoff¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader carrier is at HANDOFF position
atStorage¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader carrier is at STORAGE position
controllerInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader carrier controller is in error
engagedSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader carrier engaged position sensor is on
fcs_Loader_Hooks_Trending¶
- EFDB_Topic:
MTCamera_fcs_Loader_Hooks_Trending
allHooksInStateCLOSED¶
- IDL_Type:
boolean
- Units:
unitless
Description: All the loader hooks are in CLOSED state
clampState¶
- IDL_Type:
string
- Units:
unitless
Description: Loader clamp lock status {CLAMPED; UNCLAMPED; CLOSED; OPENED; UNKNOWN; ERROR}
controllerInError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader clamp controller is in error
forceClampedStatus¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader clamp force sensors – enough force to hold filter
forceOverClampedStatus¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader clamp force sensors – too much force on the hooks – risk of damaging both the hooks and the filter interfaces
forceSensorVoltage0¶
- IDL_Type:
long
- Units:
mV
Description: Voltage returned by loader clamp forceSensor0
forceSensorVoltage1¶
- IDL_Type:
long
- Units:
mV
Description: Voltage returned by loader clamp forceSensor1
forceStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Loader clamp force lock status {UNCLAMPED; CLAMPED; UNDER_CLAMPED; OVER_CLAMPED; ERROR}
forceUnclampedStatus¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader clamp force sensors – not enough force to hold filter
forceUnderClampedStatus¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader clamp force sensors – filter between engaged and storage position but insufficient force to properly hold filter
statuspublishedbyhook1_inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader hook sensors in error
statuspublishedbyhook1_lockSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader hook locked
statuspublishedbyhook1_lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Loader hook lock status {OPENED; CLOSED; IN_TRAVEL; UNKNOWN; ERROR}
statuspublishedbyhook1_unlockSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader hook unlocked
statuspublishedbyhook2_inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader hook sensors in error
statuspublishedbyhook2_lockSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader hook locked
statuspublishedbyhook2_lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Loader hook lock status {OPENED; CLOSED; IN_TRAVEL; UNKNOWN; ERROR}
statuspublishedbyhook2_unlockSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader hook unlocked
statuspublishedbyhook3_inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader hook sensors in error
statuspublishedbyhook3_lockSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader hook locked
statuspublishedbyhook3_lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Loader hook lock status {OPENED; CLOSED; IN_TRAVEL; UNKNOWN; ERROR}
statuspublishedbyhook3_unlockSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader hook unlocked
statuspublishedbyhook4_inError¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader hook sensors in error
statuspublishedbyhook4_lockSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader hook locked
statuspublishedbyhook4_lockStatus¶
- IDL_Type:
string
- Units:
unitless
Description: Loader hook lock status {OPENED; CLOSED; IN_TRAVEL; UNKNOWN; ERROR}
statuspublishedbyhook4_unlockSensorOn¶
- IDL_Type:
boolean
- Units:
unitless
Description: Loader hook unlocked
fcs_Trending¶
- EFDB_Topic:
MTCamera_fcs_Trending
canbus0¶
- IDL_Type:
long
- Units:
unitless
Description: Booted device ID
canbus1¶
- IDL_Type:
long
- Units:
unitless
Description: Booted device ID
shutter_Trending¶
- EFDB_Topic:
MTCamera_shutter_Trending
shutterstatus_axstatus_MINUSX_actPos¶
- IDL_Type:
double
- Units:
mm
Description: The actual blade set axis encoder reading.
shutterstatus_axstatus_MINUSX_actVel¶
- IDL_Type:
double
- Units:
mm/s
Description: The actual blade set velocity from the encoder.
shutterstatus_axstatus_MINUSX_brakeEngaged¶
- IDL_Type:
long
- Units:
unitless
Description: Is the motor brake engaged? 0 = no, 1 = yes.
shutterstatus_axstatus_MINUSX_ctrlTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Temperature of the motor controller chip.
shutterstatus_axstatus_MINUSX_enabled¶
- IDL_Type:
long
- Units:
unitless
Description: Is the motor enabled? 0 = no, 1 = yes.
shutterstatus_axstatus_MINUSX_errorID¶
- IDL_Type:
long
- Units:
unitless
Description: Beckhoff error code for last operation. 0 = OK.
shutterstatus_axstatus_MINUSX_hasSafeTemp¶
- IDL_Type:
long
- Units:
unitless
Description: Is the temperature of the motor controller in the safe range? 0 = no, 1 = yes.
shutterstatus_axstatus_MINUSX_highLimit¶
- IDL_Type:
long
- Units:
unitless
Description: Is the blade set at its high motion limit? 0 = no, 1 = yes.
shutterstatus_axstatus_MINUSX_isHomed¶
- IDL_Type:
long
- Units:
unitless
Description: Has the axis been calibrated? 0 = no, 1 = yes.
shutterstatus_axstatus_MINUSX_lowLimit¶
- IDL_Type:
long
- Units:
unitless
Description: Is the blade set at its low motion limit? 0 = no, 1 = yes.
shutterstatus_axstatus_MINUSX_setAcc¶
- IDL_Type:
double
- Units:
mm/s2
Description: The requested blade set acceleration.
shutterstatus_axstatus_PLUSX_actPos¶
- IDL_Type:
double
- Units:
mm
Description: The actual blade set axis encoder reading.
shutterstatus_axstatus_PLUSX_actVel¶
- IDL_Type:
double
- Units:
mm/s
Description: The actual blade set velocity from the encoder.
shutterstatus_axstatus_PLUSX_brakeEngaged¶
- IDL_Type:
long
- Units:
unitless
Description: Is the motor brake engaged? 0 = no, 1 = yes.
shutterstatus_axstatus_PLUSX_ctrlTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Temperature of the motor controller chip.
shutterstatus_axstatus_PLUSX_enabled¶
- IDL_Type:
long
- Units:
unitless
Description: Is the motor enabled? 0 = no, 1 = yes.
shutterstatus_axstatus_PLUSX_errorID¶
- IDL_Type:
long
- Units:
unitless
Description: Beckhoff error code for last operation. 0 = OK.
shutterstatus_axstatus_PLUSX_hasSafeTemp¶
- IDL_Type:
long
- Units:
unitless
Description: Is the temperature of the motor controller in the safe range? 0 = no, 1 = yes.
shutterstatus_axstatus_PLUSX_highLimit¶
- IDL_Type:
long
- Units:
unitless
Description: Is the blade set at its high motion limit? 0 = no, 1 = yes.
shutterstatus_axstatus_PLUSX_isHomed¶
- IDL_Type:
long
- Units:
unitless
Description: Has the axis been calibrated? 0 = no, 1 = yes.
shutterstatus_axstatus_PLUSX_lowLimit¶
- IDL_Type:
long
- Units:
unitless
Description: Is the blade set at its low motion limit? 0 = no, 1 = yes.
shutterstatus_axstatus_PLUSX_setAcc¶
- IDL_Type:
double
- Units:
mm/s2
Description: The requested blade set acceleration.
shutterstatus_brakePowerIsOn¶
- IDL_Type:
long
- Units:
unitless
Description: Is brake power on? 0 = no, 1 = yes.
shutterstatus_creationTime¶
- IDL_Type:
double
- Units:
s
Description: The time at which this message was created or last updated. The output of CCSTimeStamp.getTAIDouble().
shutterstatus_isCalibrated¶
- IDL_Type:
long
- Units:
unitless
Description: Hall switch positions calibrated? 0 = no, 1 = yes.
shutterstatus_isSafetyOn¶
- IDL_Type:
long
- Units:
unitless
Description: 0 for shutter safety checks disable, 1 for enabled.
shutterstatus_leapIsValid¶
- IDL_Type:
long
- Units:
unitless
Description: Is the PTP leap-second count valid? 0 = no, 1 = yes.
shutterstatus_leapSeconds¶
- IDL_Type:
long
- Units:
count
Description: The current number of leap seconds from the PTP module.
shutterstatus_motionProfile¶
- IDL_Type:
long
- Units:
unitless
Description: Type of motion profile. 0 = S-curve.
shutterstatus_ptpState¶
- IDL_Type:
long
- Units:
unitless
Description: The state of the PTP module.
shutterstatus_smState¶
- IDL_Type:
long
- Units:
unitless
Description: The state of the shutter controller’s state machine.
shutterstatus_tempIsSafe_CONTROL_BOX¶
- IDL_Type:
long
- Units:
unitless
Description: RTD temperature in safe range? 0 = no, 1 = yes.
shutterstatus_tempIsSafe_MINUSX_MOTOR¶
- IDL_Type:
long
- Units:
unitless
Description: RTD temperature in safe range? 0 = no, 1 = yes.
shutterstatus_tempIsSafe_PLUSX_MOTOR¶
- IDL_Type:
long
- Units:
unitless
Description: RTD temperature in safe range? 0 = no, 1 = yes.
shutterstatus_temperature_CONTROL_BOX¶
- IDL_Type:
double
- Units:
Celsius
Description: RTD temperatures.
shutterstatus_temperature_MINUSX_MOTOR¶
- IDL_Type:
double
- Units:
Celsius
Description: RTD temperatures.
shutterstatus_temperature_PLUSX_MOTOR¶
- IDL_Type:
double
- Units:
Celsius
Description: RTD temperatures.
chiller_FParam_Trending¶
- EFDB_Topic:
MTCamera_chiller_FParam_Trending
bubblev_TIME¶
- IDL_Type:
double
- Units:
min
Description: F72: Bubble valve open duration
clr_KI_SETPT¶
- IDL_Type:
double
- Units:
unitless
Description: F05: If 1, clear Ki at setpoint
cold_PERIOD¶
- IDL_Type:
double
- Units:
s
Description: F02: Cold valve period (s)
cool_CAPACITY¶
- IDL_Type:
double
- Units:
unitless
Description: F64: Cool capacity, % of max
dut_DT_HI¶
- IDL_Type:
double
- Units:
Celsius
Description: F30: DUT upper DeltaT limit
dut_DT_LO¶
- IDL_Type:
double
- Units:
Celsius
Description: F29: DUT lower DeltaT limit
dut_KI¶
- IDL_Type:
double
- Units:
unitless
Description: F60: DUT integral coeff
dut_KP¶
- IDL_Type:
double
- Units:
unitless
Description: F59: DUT proportional coeff
dut_TMAX¶
- IDL_Type:
double
- Units:
Celsius
Description: F28: DUT upper temp limit
dut_TMIN¶
- IDL_Type:
double
- Units:
Celsius
Description: F27: DUT lower temp limit
flowmeter_LO¶
- IDL_Type:
double
- Units:
gal/min
Description: F38: Low-flow-meter alarm thresh
flow_ERR_MASK¶
- IDL_Type:
double
- Units:
s
Description: F58: Flow-switch error mask time (s)
heat_CAPACITY¶
- IDL_Type:
double
- Units:
unitless
Description: F15: Heat capacity, % of max
heat_PERIOD¶
- IDL_Type:
double
- Units:
s
Description: F66: Period for heat application
pid_GAINFAC¶
- IDL_Type:
double
- Units:
unitless
Description: F12: PID cool (<0)/heat (>0) factor
pid_KD¶
- IDL_Type:
double
- Units:
unitless
Description: F11: PID differential coeff
pid_KI¶
- IDL_Type:
double
- Units:
unitless
Description: F10: PID integral coeff
pid_KP¶
- IDL_Type:
double
- Units:
unitless
Description: F00: PID proportional coeff
purge_TIME¶
- IDL_Type:
double
- Units:
min
Description: F77: Time purge lasts after start
ramp_DEFAULT¶
- IDL_Type:
double
- Units:
°C/min
Description: F37: Default ramp rate (deg/min)
refrig_OFF¶
- IDL_Type:
double
- Units:
min
Description: F36: Refrig-off timer (min)
setpt_SETTLE¶
- IDL_Type:
double
- Units:
s
Description: F32: Min SetPoint stable time (s)
setpt_TOL¶
- IDL_Type:
double
- Units:
Celsius
Description: F31: SetPoint tolerance (deg-C)
tank_SETPOINT¶
- IDL_Type:
double
- Units:
psig
Description: F73: Tank pressure setpoint
thermsl_MASS¶
- IDL_Type:
double
- Units:
unitless
Description: F34: Thermal mass (DUT damping)
t_CTRL_MODE¶
- IDL_Type:
double
- Units:
unitless
Description: F40: T-control Normal (0)/DUT (1)
thermal_Trim¶
- EFDB_Topic:
MTCamera_thermal_Trim
location¶
- IDL_Type:
string
- Units:
unitless
Description: trim location
trim_Htrs_ColdI¶
- IDL_Type:
double
- Units:
A
- Count:
6
Description: Cold Heater 0 Current
trim_Htrs_ColdP¶
- IDL_Type:
double
- Units:
Watt
- Count:
6
Description: Cold Heater 0 Power
trim_Htrs_ColdV¶
- IDL_Type:
double
- Units:
Volt
- Count:
6
Description: Cold Heater 0 Voltage
trim_Htrs_CryoI¶
- IDL_Type:
double
- Units:
A
- Count:
6
Description: Cryo Heater 0 Current
trim_Htrs_CryoP¶
- IDL_Type:
double
- Units:
Watt
- Count:
6
Description: Cryo Heater 0 Power
trim_Htrs_CryoV¶
- IDL_Type:
double
- Units:
Volt
- Count:
6
Description: Cryo Heater 0 Voltage
utiltrunk_UT¶
- EFDB_Topic:
MTCamera_utiltrunk_UT
averageTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: UT weighted average temperature
coolFlowRate¶
- IDL_Type:
double
- Units:
gallon/min
Description: UT coolant flow rate
coolPipeRetnTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: UT coolant pipe return temperature
coolPipeSplyTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: UT coolant pipe supply temperature
coolReturnPrs¶
- IDL_Type:
double
- Units:
psia
Description: UT coolant return pressure
coolSupplyPrs¶
- IDL_Type:
double
- Units:
psia
Description: UT coolant supply pressure
domeXMinusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Telescope dome X- temperature
domeYMinusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: Telescope dome Y- temperature
fanInletTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: UT fan inlet temperature
fanRunTime¶
- IDL_Type:
double
- Units:
hour
Description: UT fan accumulated run time
fanSpeed¶
- IDL_Type:
double
- Units:
rpm
Description: UT fan speed
midXMinusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Mid-plate X- temperature
midXPlusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Mid-plate X+ temperature
suppXMinusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Support ring X- temperature
suppXPlusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Support ring X+ temperature
topXMinusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Top end X- temperature
topXPlusTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: UT Top end X+ temperature
valvePosn¶
- IDL_Type:
double
- Units:
%
Description: UT coolant valve position
w2Q1Temp¶
- IDL_Type:
double
- Units:
Celsius
Description: UT W2 Q1 temperature
w4Q3Temp¶
- IDL_Type:
double
- Units:
Celsius
Description: UT W4 Q3 temperature
utiltrunk_VPC¶
- EFDB_Topic:
MTCamera_utiltrunk_VPC
deltaPressFilt¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC filter delta pressure
deltaPressTotal¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC total delta pressure
deltaTempAct¶
- IDL_Type:
double
- Units:
Celsius
Description: VPC actual delta temperature
fanRunTime¶
- IDL_Type:
double
- Units:
hour
Description: VPC fan accumulated run time
fanSpeed¶
- IDL_Type:
double
- Units:
rpm
Description: VPC fan speed
htrCurrent¶
- IDL_Type:
double
- Units:
mA
Description: VPC heater current
humidity¶
- IDL_Type:
double
- Units:
%
Description: VPC relative humidity
preFiltPress¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC pre-filter air pressure
retnAirTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: VPC return air temperature
retnPress¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC return air pressure
splyAirTemp¶
- IDL_Type:
double
- Units:
Celsius
Description: VPC supply air temperature
splyAirVel¶
- IDL_Type:
double
- Units:
m/s
Description: VPC supply air velocity
splyPress¶
- IDL_Type:
double
- Units:
in. H₂O
Description: VPC supply air pressure
valvePosn¶
- IDL_Type:
double
- Units:
%
Description: VPC coolant valve position