MTCamera#

Note

This page is generated by python script generate_cet.py.

Back to table

Commands#

alert#

Description: Experimental command – not currently implemented

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#

Description: LSE-71 clear command

EFDB_Topic:

MTCamera_command_clear

nClears#

IDL_Type:

long

Units:

unitless

Description: Number of consecutive clear operations to perform

disableCalibration#

Description: LSE-71 disableCalibration command

EFDB_Topic:

MTCamera_command_disableCalibration

discardRows#

Description: LSE-71 discardRows command

EFDB_Topic:

MTCamera_command_discardRows

nRows#

IDL_Type:

long

Units:

unitless

Description: Number of rows to discard

enableCalibration#

Description: LSE-71 enableCalibration command

EFDB_Topic:

MTCamera_command_enableCalibration

endImage#

Description: LSE-71 endImage command

EFDB_Topic:

MTCamera_command_endImage

generic#

Description: Generic command for sending arbitrary (but allowed by configuration) commands to the camera.

EFDB_Topic:

MTCamera_command_generic

command#

IDL_Type:

string

Units:

unitless

Description: The command to be sent to the MCM. Must be listed as allowed in the ocs-bridge configuration.

arguments#

IDL_Type:

string

Units:

unitless

Description: Any arguments required by the command (empty string if none)

initGuiders#

Description: LSE-71 initGuiders command

EFDB_Topic:

MTCamera_command_initGuiders

roiSpec#

IDL_Type:

string

Units:

unitless

Description: Specification for region of interest

initImage#

Description: LSE-71 initImage command

EFDB_Topic:

MTCamera_command_initImage

deltaT#

IDL_Type:

double

Units:

second

Description: Estimate of time period before takeImages will be issued

play#

Description: Play specified playlist

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#

Description: Define a new 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#

Description: LSE-71 setFilter command

EFDB_Topic:

MTCamera_command_setFilter

name#

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: The filter name to install

startImage#

Description: LSE-71 startImage command

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#

Description: LSE-71 stop command

EFDB_Topic:

MTCamera_command_stop

takeImages#

Description: LSE-71 takeImages command

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#

Description: Command to wake the filter changer

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#

Description: subsystem MTCamera class MTCamera_logevent_image_handling_ImageHandler_CommandsConfiguration for category Commands

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_CryoCompLimits_CompLimitsConfiguration for category CompLimits

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

dryerCheckHighPress#

IDL_Type:

double

Units:

psia

Description: Discharge pressure above which filter dryer warning is issued

dryerCheckLowPress#

IDL_Type:

double

Units:

psia

Description: Suction pressure below which filter dryer warning is issued

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_CryoFlineGauge_CryoConfiguration for category Cryo

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_CryoTurboGauge_CryoConfiguration for category Cryo

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_CryoVacGauge_CryoConfiguration for category Cryo

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_HexFlineGauge_CryoConfiguration for category Cryo

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_HexTurboGauge_CryoConfiguration for category Cryo

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_HexVacGauge_CryoConfiguration for category Cryo

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_InstVacGauge_CryoConfiguration for category Cryo

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_IonPumps_CryoConfiguration for category Cryo

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_PumpCart_CryoConfiguration for category Cryo

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

inletPressureScaleCorrection#

IDL_Type:

double

Units:

unitless

Description: Correction factor for ambient pressure calibration (P_summit/P_sealevel)

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_SequencerConfig_DAQConfiguration for category DAQ

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#

Description: subsystem MTCamera class MTCamera_logevent_image_handling_ImageHandler_DAQConfiguration for category DAQ

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#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_Maq20_DeviceConfiguration for category Device

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#

Description: subsystem MTCamera class MTCamera_logevent_hex_Maq20_DeviceConfiguration for category Device

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo1_DeviceConfiguration for category Device

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo2_DeviceConfiguration for category Device

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo3_DeviceConfiguration for category Device

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo4_DeviceConfiguration for category Device

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo5_DeviceConfiguration for category Device

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo6_DeviceConfiguration for category Device

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_Maq20Cryo_DeviceConfiguration for category Device

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_Maq20Ut_DeviceConfiguration for category Device

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_VacPluto_DeviceConfiguration for category Device

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#

Description: subsystem MTCamera class MTCamera_logevent_mpm_Pluto_DeviceConfiguration for category Device

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#

Description: subsystem MTCamera class MTCamera_logevent_chiller_DeviceConfiguration for category Device

EFDB_Topic:

MTCamera_logevent_chiller_DeviceConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

chiller_chillerSerialNumber#

IDL_Type:

string

Units:

unitless

Description: expected chiller serial number

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#

Description: subsystem MTCamera class MTCamera_logevent_thermal_DeviceConfiguration for category Device

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_BodyMaq20_DeviceConfiguration for category Device

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_UtMaq20_DeviceConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UtMaq20_DeviceConfiguration for category Device

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#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_BFR_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_Maq20_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_PDU_24VC_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_PDU_24VD_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_PDU_48V_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_PDU_5V_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_REB_Bulk_PS_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_rebpower_Rebps_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_hex_Maq20_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo1_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo2_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo3_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo4_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo5_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo6_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_CryoFlineGauge_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_CryoTurboGauge_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_CryoTurboPump_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_CryoVacGauge_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_HexFlineGauge_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_HexTurboGauge_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_HexTurboPump_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_HexVacGauge_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_InstVacGauge_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_IonPumps_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_Maq20Cryo_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_Maq20Ut_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_PDU_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_PumpCart_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_VacPluto_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_daq_monitor_Store_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_Reb_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_mpm_Pluto_DevicesConfiguration for category Devices

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

chiller_DevicesConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_chiller_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_thermal_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_BFR_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_BodyMaq20_DevicesConfiguration for category Devices

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_PDU_48V_DevicesConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_PDU_48V_DevicesConfiguration for category Devices

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_Telescope_DevicesConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Telescope_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UtMaq20_DevicesConfiguration for category Devices

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#

Description: subsystem MTCamera class MTCamera_logevent_image_handling_ImageHandler_FitsHandlingConfiguration for category FitsHandling

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_GeneralConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_GeneralConfiguration for category General

EFDB_Topic:

MTCamera_logevent_quadbox_GeneralConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

switchesCustomLevels#

IDL_Type:

string

Units:

unitless

Description: Switches Custom Levels

quadbox_PeriodicTasks_GeneralConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_PeriodicTasks_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_rebpower_EmergencyResponseManager_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_rebpower_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_rebpower_PeriodicTasks_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_rebpower_Reb_GeneralConfiguration for category General

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:

8

Description: Delta voltage between Parallel High and Low

location#

IDL_Type:

string

Units:

unitless

Description: reb location

rebpower_Rebps_GeneralConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_rebpower_Rebps_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_hex_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_hex_PeriodicTasks_GeneralConfiguration for category General

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_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.

hex_StatusAggregator_GeneralConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_hex_StatusAggregator_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_PeriodicTasks_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_CryoTurboPump_GeneralConfiguration for category General

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_GeneralConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_GeneralConfiguration for category General

EFDB_Topic:

MTCamera_logevent_vacuum_GeneralConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

switchesCustomLevels#

IDL_Type:

string

Units:

unitless

Description: Switches Custom Levels

vacuum_HexTurboPump_GeneralConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_HexTurboPump_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_PeriodicTasks_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_daq_monitor_PeriodicTasks_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_ImageDatabaseService_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_ImageNameService_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_PeriodicTasks_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_Reb_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_RebsAverageTemp6_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_image_handling_FitsService_GeneralConfiguration for category General

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_ImageHandler_GeneralConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_image_handling_ImageHandler_GeneralConfiguration for category General

EFDB_Topic:

MTCamera_logevent_image_handling_ImageHandler_GeneralConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

imagedatabaseservice_dbURL#

IDL_Type:

string

Units:

unitless

Description: Image Database URL

imagedatabaseservice_enabled#

IDL_Type:

boolean

Units:

unitless

Description: true/false Image Database enable flag

image_handling_PeriodicTasks_GeneralConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_image_handling_PeriodicTasks_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_image_handling_StatusAggregator_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_mpm_PeriodicTasks_GeneralConfiguration for category General

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_GeneralConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_fcs_GeneralConfiguration for category General

EFDB_Topic:

MTCamera_logevent_fcs_GeneralConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

loadUnloadFilterMaxDuration#

IDL_Type:

long

Units:

millisecond

Description: Expected max duration of a filter swap with loader (load or unload)

setFilterFastDuration#

IDL_Type:

long

Units:

millisecond

Description: Expected max duration for a filter exchange at zenith

setFilterSlowDuration#

IDL_Type:

long

Units:

millisecond

Description: Expected max duration for a filter exchange at horizon

fcs_PeriodicTasks_GeneralConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_fcs_PeriodicTasks_GeneralConfiguration for category General

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.

shutter_GeneralConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_shutter_GeneralConfiguration for category General

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_maxStrokeTime#

IDL_Type:

string

Units:

unitless

Description: Strokes taking longer than this won’t be counted.

publisher_minStrokeLength#

IDL_Type:

double

Units:

mm

Description: Strokes shorter than this won’t be counted.

publisher_minusXStrokeCounterPath#

IDL_Type:

string

Units:

unitless

Description: The path name for the -X stroke counter (also its trending name).

publisher_plusXStrokeCounterPath#

IDL_Type:

string

Units:

unitless

Description: The path name for the +X stroke counter (also its trending name).

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#

Description: subsystem MTCamera class MTCamera_logevent_chiller_GeneralConfiguration for category General

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

minGlycolFlowToStart#

IDL_Type:

double

Units:

gallon/min

Description: minimum glycol flow to allow starting chiller

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#

Description: subsystem MTCamera class MTCamera_logevent_thermal_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_PeriodicTasks_Schedulers_GeneralConfiguration for category General

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_SequencerConfig_GuiderConfiguration for category Guider

EFDB_Topic:

MTCamera_logevent_focal_plane_SequencerConfig_GuiderConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

commandedClearParameters#

IDL_Type:

string

Units:

unitless

Description: The default parameters used for commanded clearing

extendedROIParameters#

IDL_Type:

string

Units:

unitless

Description: Extended ROI parameters

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

guiderPauseTimeout#

IDL_Type:

long long

Units:

ms

Description: PAUSED time in milliseconds before guider will timeout in and return to IDLE_CLEARING. Zero indicates no timeout

idleClearParameters#

IDL_Type:

string

Units:

unitless

Description: The parameters used for guider idle clearing

image_handling_ImageHandler_GuiderConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_image_handling_ImageHandler_GuiderConfiguration for category Guider

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

rebpower_HVRegulator_HVRegulationConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_rebpower_HVRegulator_HVRegulationConfiguration for category HVRegulation

EFDB_Topic:

MTCamera_logevent_rebpower_HVRegulator_HVRegulationConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

deltaI#

IDL_Type:

double

Units:

unitless

Description: allowed fractional excess current

maxDeltaVolt#

IDL_Type:

double

Units:

Volt

Description: maximum voltage step per update

minUpdateDelay#

IDL_Type:

long

Units:

ms

Description: minimum time required before next update

staleMillis#

IDL_Type:

long

Units:

ms

Description: max time for data freshness in V/step calc

rebpower_Reb_HVRegulationConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_rebpower_Reb_HVRegulationConfiguration for category HVRegulation

EFDB_Topic:

MTCamera_logevent_rebpower_Reb_HVRegulationConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

firstDac#

IDL_Type:

long

Units:

unitless

Count:

71

Description: REB first dac step

hvBiasSetPoint#

IDL_Type:

double

Units:

Volt

Count:

71

Description: REB bias voltage

location#

IDL_Type:

string

Units:

unitless

Description: reb location

maxDac#

IDL_Type:

long

Units:

unitless

Count:

71

Description: REB maximum allowed

reff#

IDL_Type:

double

Units:

unitless

Count:

71

Description: slope of V = reff * I * 1000

useVoltsPerStepCal#

IDL_Type:

boolean

Units:

unitless

Count:

71

Description: Use VoltsPerStepCal: true|false

voltsPerStepCal#

IDL_Type:

double

Units:

unitless

Count:

71

Description: slope of volts vs. DAC counts at setpoint

focal_plane_Ccd_HardwareIdConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_Ccd_HardwareIdConfiguration for category HardwareId

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_Raft_HardwareIdConfiguration for category HardwareId

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_Reb_HardwareIdConfiguration for category HardwareId

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_InstrumentConfig_InstrumentConfiguration for category Instrument

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#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_BFR_LimitsConfiguration for category Limits

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

total_VA_warnHi#

IDL_Type:

double

Units:

Watt

Description: BFR total VA high warning level

total_VA_warnLo#

IDL_Type:

double

Units:

Watt

Description: BFR total VA low warning level

total_VA_limitHi#

IDL_Type:

double

Units:

Watt

Description: BFR total VA high alarm level

total_VA_limitLo#

IDL_Type:

double

Units:

Watt

Description: BFR total VA low alarm level

quadbox_PDU_24VC_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_PDU_24VC_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_PDU_24VD_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_PDU_48V_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_PDU_5V_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_REB_Bulk_PS_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_rebpower_RebTotalPower_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_rebpower_Reb_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_rebpower_Rebps_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_hex_Cold1_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_hex_Cold2_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_hex_Cryo1_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_hex_Cryo2_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_hex_Cryo3_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_hex_Cryo4_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_hex_Cryo5_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_hex_Cryo6_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo1_LimitsConfiguration for category Limits

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

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_Cryo2_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo2_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo3_LimitsConfiguration for category Limits

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

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo4_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo5_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo6_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_Cip_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_Cryo_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_HX_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_Hip_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_Inst_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_daq_monitor_Store_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_Ccd_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_RebTotalPower_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_Reb_LimitsConfiguration for category Limits

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

anav_warnHi#

IDL_Type:

double

Units:

Volt

Count:

71

Description: Analog PS voltage high warning level

anav_warnLo#

IDL_Type:

double

Units:

Volt

Count:

71

Description: Analog PS voltage low warning level

anav_limitHi#

IDL_Type:

double

Units:

Volt

Count:

71

Description: Analog PS voltage high alarm level

anav_limitLo#

IDL_Type:

double

Units:

Volt

Count:

71

Description: Analog PS voltage 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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_RebsAverageTemp6_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_Segment_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_mpm_CLP_RTD_03_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_mpm_CLP_RTD_05_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_mpm_CLP_RTD_50_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_mpm_CLP_RTD_55_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_mpm_CYP_RTD_12_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_mpm_CYP_RTD_14_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_mpm_CYP_RTD_31_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_mpm_CYP_RTD_43_LimitsConfiguration for category Limits

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

chiller_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_chiller_LimitsConfiguration for category Limits

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_GlycChillerIn_warnHi#

IDL_Type:

double

Units:

Celsius

Description: TC1: Glycol into Chiller high warning level

maq20_GlycChillerIn_warnLo#

IDL_Type:

double

Units:

Celsius

Description: TC1: Glycol into Chiller low warning level

maq20_GlycChillerIn_limitHi#

IDL_Type:

double

Units:

Celsius

Description: TC1: Glycol into Chiller high alarm level

maq20_GlycChillerIn_limitLo#

IDL_Type:

double

Units:

Celsius

Description: TC1: Glycol into Chiller low alarm level

maq20_GlycChillerOut_warnHi#

IDL_Type:

double

Units:

Celsius

Description: TC4: Glycol out of Chiller high warning level

maq20_GlycChillerOut_warnLo#

IDL_Type:

double

Units:

Celsius

Description: TC4: Glycol out of Chiller low warning level

maq20_GlycChillerOut_limitHi#

IDL_Type:

double

Units:

Celsius

Description: TC4: Glycol out of Chiller high alarm level

maq20_GlycChillerOut_limitLo#

IDL_Type:

double

Units:

Celsius

Description: TC4: Glycol out of Chiller low alarm level

maq20_GlycDeSuHtrFlow_warnLo#

IDL_Type:

double

Units:

gallon/min

Description: Glycol flow at Stg 2 DeSuperHtr low warning level

maq20_GlycDeSuHtrFlow_limitLo#

IDL_Type:

double

Units:

gallon/min

Description: Glycol flow at Stg 2 DeSuperHtr low alarm level

maq20_GlycFanMinusAmb_warnHi#

IDL_Type:

double

Units:

Celsius

Description: GlycFanIn - AmbientTemp high warning level

maq20_GlycFanMinusAmb_limitHi#

IDL_Type:

double

Units:

Celsius

Description: GlycFanIn - AmbientTemp high alarm level

maq20_GlycInputFlow_warnLo#

IDL_Type:

double

Units:

gallon/min

Description: Glycol flow rate into Chiller low warning level

maq20_GlycInputFlow_limitLo#

IDL_Type:

double

Units:

gallon/min

Description: Glycol flow rate into Chiller low 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

maq20_Stg1TXVBulb_warnHi#

IDL_Type:

double

Units:

Celsius

Description: TC7: Stage1 TXV Thermal Bulb high warning level

maq20_Stg1TXVBulb_limitHi#

IDL_Type:

double

Units:

Celsius

Description: TC7: Stage1 TXV Thermal Bulb high alarm level

thermal_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_thermal_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_AmbAirtemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_AverageTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_BackFlngXMinusTemp_LimitsConfiguration for category Limits

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_BackFlngYMinusTemp_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_BackFlngYMinusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_CamBodyXPlusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_CamBodyYMinusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_CamBodyYPlusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_CamHousXMinusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_CamHousXPlusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_CamHousYMinusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_CamHousYPlusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_ChgrYMinusRtnAirTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_ChgrYMinusRtnAirVel_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_DomeXMinusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_DomeYMinusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_L1XMinusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_L1YMinusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_L2XMinusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_L2XPlusTemp_LimitsConfiguration for category Limits

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_L2YPlusTemp_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_L2YPlusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_ShrdRngXMinusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_ShrdRngXPlusTemp_LimitsConfiguration for category Limits

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_ShrdRngYPlusTemp_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_ShrdRngYPlusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_ShtrEboxRtnAirTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_ShtrEboxRtnAirVel_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_ShtrMtrRtnAirTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_ShtrMtrRtnAirVel_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_Body_VPPlenumInTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_MPC_AvgAirtempOut_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_MPC_DeltaPressFilt_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_MPC_DeltaPressTotal_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_MPC_DeltaTempAct_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_MPC_FanRunTime_LimitsConfiguration for category Limits

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_FanSpeedError_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_MPC_FanSpeedError_LimitsConfiguration for category Limits

EFDB_Topic:

MTCamera_logevent_utiltrunk_MPC_FanSpeedError_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

%

Description: MPC fan speed error high warning level

limitHi#

IDL_Type:

double

Units:

%

Description: MPC fan speed error high alarm level

utiltrunk_MPC_FanSpeed_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_MPC_FanSpeed_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_MPC_Humidity_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_MPC_PreFiltPress_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_MPC_RetnAirTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_MPC_RetnPress_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_MPC_SplyAirTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_MPC_SplyPress_LimitsConfiguration for category Limits

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_ValvePosnError_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_MPC_ValvePosnError_LimitsConfiguration for category Limits

EFDB_Topic:

MTCamera_logevent_utiltrunk_MPC_ValvePosnError_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 error high warning level

limitHi#

IDL_Type:

double

Units:

%

Description: MPC coolant valve position error high alarm level

utiltrunk_MPC_ValvePosn_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_MPC_ValvePosn_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_AverageTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_CoolFlowRate_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_CoolPipeRetnTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_CoolPipeSplyTemp_LimitsConfiguration for category Limits

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_DomeXMinusTemp_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_DomeXMinusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_DomeYMinusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_FanInletTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_FanRunTime_LimitsConfiguration for category Limits

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_FanSpeedError_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_FanSpeedError_LimitsConfiguration for category Limits

EFDB_Topic:

MTCamera_logevent_utiltrunk_UT_FanSpeedError_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

%

Description: UT fan speed error high warning level

limitHi#

IDL_Type:

double

Units:

%

Description: UT fan speed error high alarm level

utiltrunk_UT_FanSpeed_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_FanSpeed_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_MidXMinusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_MidXPlusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_SuppXMinusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_SuppXPlusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_TopXMinusTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_TopXPlusTemp_LimitsConfiguration for category Limits

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_ValvePosnError_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_ValvePosnError_LimitsConfiguration for category Limits

EFDB_Topic:

MTCamera_logevent_utiltrunk_UT_ValvePosnError_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 error high warning level

limitHi#

IDL_Type:

double

Units:

%

Description: UT coolant valve position error high alarm level

utiltrunk_UT_ValvePosn_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_ValvePosn_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_W2Q1Temp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UT_W4Q3Temp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_VPC_DeltaPressFilt_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_VPC_DeltaPressTotal_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_VPC_DeltaTempAct_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_VPC_FanRunTime_LimitsConfiguration for category Limits

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_FanSpeedError_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_VPC_FanSpeedError_LimitsConfiguration for category Limits

EFDB_Topic:

MTCamera_logevent_utiltrunk_VPC_FanSpeedError_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

%

Description: VPC fan speed error high warning level

limitHi#

IDL_Type:

double

Units:

%

Description: VPC fan speed error high alarm level

utiltrunk_VPC_FanSpeed_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_VPC_FanSpeed_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_VPC_HtrCurrent_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_VPC_Humidity_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_VPC_PreFiltPress_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_VPC_RetnAirTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_VPC_RetnPress_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_VPC_SplyAirTemp_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_VPC_SplyAirVel_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_VPC_SplyPress_LimitsConfiguration for category Limits

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_ValvePosnError_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_VPC_ValvePosnError_LimitsConfiguration for category Limits

EFDB_Topic:

MTCamera_logevent_utiltrunk_VPC_ValvePosnError_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 error high warning level

limitHi#

IDL_Type:

double

Units:

%

Description: VPC coolant valve position error high alarm level

utiltrunk_VPC_ValvePosn_LimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_VPC_ValvePosn_LimitsConfiguration for category Limits

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_MonitoringConfig_MonitoringConfiguration for category Monitoring

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_Cryo1_PicConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo1_PicConfiguration for category Pic

EFDB_Topic:

MTCamera_logevent_refrig_Cryo1_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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo5_PicConfiguration for category Pic

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_PeriodicTasks_PicConfiguration for category Pic

EFDB_Topic:

MTCamera_logevent_refrig_PeriodicTasks_PicConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

cryo1_FanCtrl_iterate_updateTime#

IDL_Type:

long long

Units:

ms

Description: Periodic task Cryo1/FanCtrl update time

cryo5_FanCtrl_iterate_updateTime#

IDL_Type:

long long

Units:

ms

Description: Periodic task Cryo5/FanCtrl update time

chiller_PicConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_chiller_PicConfiguration for category Pic

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#

Description: subsystem MTCamera class MTCamera_logevent_thermal_PicConfiguration for category Pic

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_MPCFan_PicConfiguration for category Pic

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_PeriodicTasks_Fan_loop_MPCFan_PicConfiguration for category Pic

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_PeriodicTasks_Fan_loop_UTFan_PicConfiguration for category Pic

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_PeriodicTasks_Fan_loop_VPCFan_PicConfiguration for category Pic

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UTFan_PicConfiguration for category Pic

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_VPCFan_PicConfiguration for category Pic

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#

Description: subsystem MTCamera class MTCamera_logevent_rebpower_Rebps_PowerConfiguration for category Power

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#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_BFR_QuadboxConfiguration for category Quadbox

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#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_PDU_24VC_QuadboxConfiguration for category Quadbox

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#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_PDU_24VD_QuadboxConfiguration for category Quadbox

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#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_PDU_48V_QuadboxConfiguration for category Quadbox

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#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_PDU_5V_QuadboxConfiguration for category Quadbox

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#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_REB_Bulk_PS_QuadboxConfiguration for category Quadbox

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_Raft_RaftTempControlConfiguration for category RaftTempControl

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_Raft_RaftTempControlStatusConfiguration for category RaftTempControlStatus

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_Reb_RaftsConfiguration for category Rafts

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_Reb_RaftsLimitsConfiguration for category RaftsLimits

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_Reb_RaftsPowerConfiguration for category RaftsPower

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#

Description: subsystem MTCamera class MTCamera_logevent_thermal_RefrigConfiguration for category Refrig

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_SequencerConfig_SequencerConfiguration for category Sequencer

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

clearRowsParameter#

IDL_Type:

string

Units:

unitless

Description: Name of the clear rows parameter (used for idle clear)

clockPeriod#

IDL_Type:

long

Units:

ps

Description: Clock period to use when compiling sequencer files (6400, 10000, 0)

idleClearMain#

IDL_Type:

string

Units:

unitless

Description: Name of the idle flush main

idleClearPeriod#

IDL_Type:

long long

Units:

ms

Description: Period in milliseconds at which the periodic idle clear is run when focal-plane is in IDLE_CLEAR state

idleClearRows#

IDL_Type:

long

Units:

unitless

Description: Value to set the idleRows parameter to during idle clear

idleClearTimeout#

IDL_Type:

long long

Units:

ms

Description: QUIESCENT time in milliseconds before sequencer will transition to IDLE_CLEAR state. Can be zero (enter immediately) 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

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#

Description: subsystem MTCamera class MTCamera_logevent_daq_monitor_Stats_StatisticsConfiguration for category Statistics

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)

suppressReadErrorAlerts#

IDL_Type:

boolean

Units:

unitless

Description: Suppress register reed errors by checking additional update

daq_monitor_StoreConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_daq_monitor_StoreConfiguration for category Store

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#

Description: subsystem MTCamera class MTCamera_logevent_daq_monitor_Store_StoreConfiguration for category Store

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

refrig_Cryo1_SwitchesConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo1_SwitchesConfiguration for category Switches

EFDB_Topic:

MTCamera_logevent_refrig_Cryo1_SwitchesConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

switchLevels#

IDL_Type:

string

Units:

unitless

Description: Custom levels for Commands to set switches On/Off

refrig_Cryo2_SwitchesConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo2_SwitchesConfiguration for category Switches

EFDB_Topic:

MTCamera_logevent_refrig_Cryo2_SwitchesConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

switchLevels#

IDL_Type:

string

Units:

unitless

Description: Custom levels for Commands to set switches On/Off

refrig_Cryo3_SwitchesConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo3_SwitchesConfiguration for category Switches

EFDB_Topic:

MTCamera_logevent_refrig_Cryo3_SwitchesConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

switchLevels#

IDL_Type:

string

Units:

unitless

Description: Custom levels for Commands to set switches On/Off

refrig_Cryo4_SwitchesConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo4_SwitchesConfiguration for category Switches

EFDB_Topic:

MTCamera_logevent_refrig_Cryo4_SwitchesConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

switchLevels#

IDL_Type:

string

Units:

unitless

Description: Custom levels for Commands to set switches On/Off

refrig_Cryo5_SwitchesConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo5_SwitchesConfiguration for category Switches

EFDB_Topic:

MTCamera_logevent_refrig_Cryo5_SwitchesConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

switchLevels#

IDL_Type:

string

Units:

unitless

Description: Custom levels for Commands to set switches On/Off

refrig_Cryo6_SwitchesConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_refrig_Cryo6_SwitchesConfiguration for category Switches

EFDB_Topic:

MTCamera_logevent_refrig_Cryo6_SwitchesConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

switchLevels#

IDL_Type:

string

Units:

unitless

Description: Custom levels for Commands to set switches On/Off

thermal_ThermalLimitsConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_thermal_ThermalLimitsConfiguration for category ThermalLimits

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_BFR_UtilConfiguration for category Util

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_PDU_48V_UtilConfiguration for category Util

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_UtilConfiguration for category Util

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_PDU_VacuumConfiguration for category Vacuum

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_VacuumConfiguration for category Vacuum

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_WebHooksConfig_VisualizationConfiguration for category Visualization

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_VPCHtrs_VpcConfiguration for category Vpc

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:

WARNING, SERIOUS, CRITICAL, NOMINAL

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#

Description: subsystem MTCamera class MTCamera_logevent_fcs_Autochanger_autochangerConfiguration for category autochanger

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#

Description: Event listing the filters available to be selected, including NONE which corresponds to no filter.

EFDB_Topic:

MTCamera_logevent_availableFilters

filterNames#

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: A list of names of available filters (e.g. u_24,g_6,ef_43,NONE), in the same order as the list of filter types (comma delimited).

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 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#

Description: subsystem MTCamera class MTCamera_logevent_rebpower_Rebps_buildConfiguration for category build

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#

Description: Event indicating the calibration state

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#

Description: subsystem MTCamera class MTCamera_logevent_fcs_Canbus0_canbusConfiguration for category canbus

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.

pdoRecoveryActive#

IDL_Type:

boolean

Units:

unitless

Description: Toggle the PDO recovery function

fcs_Canbus1_canbusConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_fcs_Canbus1_canbusConfiguration for category canbus

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.

pdoRecoveryActive#

IDL_Type:

boolean

Units:

unitless

Description: Toggle the PDO recovery function

ccsCommandState#

Description: Event indicating the camera command state

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#

Description: ???

EFDB_Topic:

MTCamera_logevent_ccsConfigured

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

fcs_Canbus0_controllerConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_fcs_Canbus0_controllerConfiguration for category controller

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#

Description: subsystem MTCamera class MTCamera_logevent_fcs_Canbus1_controllerConfiguration for category controller

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#

Description: ???

EFDB_Topic:

MTCamera_logevent_endInitializeGuider

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

endInitializeImage#

Description: ???

EFDB_Topic:

MTCamera_logevent_endInitializeImage

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

endLoadFilter#

Description: Event indicating the camera has finished loading a filter

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#

Description: Event generated at the end of a carousel rotation operation

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_24)

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 carousel socket it 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 then Main Camera it is the value of the proximity sensor positioned at online.

endShutterClose#

Description: Event generated at the end of a shutter close operation

EFDB_Topic:

MTCamera_logevent_endShutterClose

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

endShutterOpen#

Description: Event issued when the shutter open operation completes

EFDB_Topic:

MTCamera_logevent_endShutterOpen

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

endTakeImage#

Description: Event generated at the end of an image

EFDB_Topic:

MTCamera_logevent_endTakeImage

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

endUnloadFilter#

Description: Event generated at the end of an unload filter operation

EFDB_Topic:

MTCamera_logevent_endUnloadFilter

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

filterChangerDetailedState#

Description: Event reflecting the filter changer state

EFDB_Topic:

MTCamera_logevent_filterChangerDetailedState

substate#

IDL_Type:

long

Units:

unitless

Enumeration:

UNLOADING,LOADING,LOADED,UNLOADED,ROTATING,SWAPPING,UNKNOWN

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,REGULAR

Description: The current filter changer power state.

fcs_FilterManager_filterConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_fcs_FilterManager_filterConfiguration for category filter

EFDB_Topic:

MTCamera_logevent_fcs_FilterManager_filterConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

a_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

a_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

a_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

a_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

da1_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

da1_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

da1_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

da1_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

da2_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

da2_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

da2_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

da2_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

dr1_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

dr1_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

dr1_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

dr1_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

du1_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

du1_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

du1_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

du1_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

du2_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

du2_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

du2_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

du2_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

dz1_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

dz1_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

dz1_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

dz1_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

ef_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

ef_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

ef_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

ef_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

f15_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

f15_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

f15_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

f15_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

f17_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

f17_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

f17_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

f17_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

f29_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

f29_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

f29_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

f29_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

f34_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

f34_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

f34_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

f34_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

f3_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

f3_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

f3_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

f3_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

f46_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

f46_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

f46_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

f46_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

f48_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

f48_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

f48_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

f48_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

f60_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

f60_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

f60_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

f60_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

g_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

g_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

g_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

g_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

i_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

i_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

i_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

i_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

none_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

none_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

none_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

none_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

oa_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

oa_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

oa_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

oa_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

ob_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

ob_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

ob_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

ob_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

oc_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

oc_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

oc_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

oc_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

ph_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

ph_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

ph_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

ph_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

r_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

r_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

r_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

r_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

tu_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

tu_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

tu_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

tu_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

ty_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

ty_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

ty_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

ty_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

u_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

u_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

u_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

u_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

y_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

y_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

y_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

y_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

z_deltaAutochangerStandbyPosition#

IDL_Type:

long

Units:

micron

Description: Autochanger delta STANDBY position to be used to store this filter on carousel

z_family#

IDL_Type:

string

Units:

unitless

Description: Filter family: Science | Dummy | French dummy | Test | Open | Unknown | None

z_filterID#

IDL_Type:

long

Units:

unitless

Description: Filter identification number as coded on its frame and read with 6 hall effect sensors

z_weight#

IDL_Type:

double

Units:

kg

Description: Weight of the filter

filterSwapDetails#

Description: Event sent when a filter is inserted in, or extracted from the camera

EFDB_Topic:

MTCamera_logevent_filterSwapDetails

timestampStatusChanged#

IDL_Type:

double

Units:

second

Description: The time when the swap operation ended.

loaderHardware#

IDL_Type:

long

Units:

unitless

Enumeration:

LOADER1,LOADER2

Description: The filter loader used for the swap operation.

swapDirection#

IDL_Type:

long

Units:

unitless

Enumeration:

INSERTING,EXTRACTING

Description: The operation purpose.

filterName#

IDL_Type:

string

Units:

unitless

Description: The name of the filter being swapped (e.g. u_24)

filterType#

IDL_Type:

string

Units:

unitless

Description: The type of the filter being swapped (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

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#

Description: Event which reflects the readiness of the camera to take an image with no additional time overhead

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#

Description: subsystem MTCamera class MTCamera_logevent_fcs_Loader_loaderConfiguration for category loader

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#

Description: subsystem MTCamera class MTCamera_logevent_fcs_Canbus0_nodeIDConfiguration for category nodeID

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#

Description: subsystem MTCamera class MTCamera_logevent_fcs_Canbus1_nodeIDConfiguration for category nodeID

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#

Description: Event which indicates camera is not ready to take an image without overhead

EFDB_Topic:

MTCamera_logevent_notReadyToTakeImage

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

offlineDetailedState#

Description: Event generated when the OFFLINE state changes

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#

Description: ????

EFDB_Topic:

MTCamera_logevent_prepareToTakeImage

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

raftsDetailedState#

Description: Event indicating the state of the focal-plane

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#

Description: subsystem MTCamera class MTCamera_logevent_fcs_Autochanger_readRateConfiguration for category readRate

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_Loader_readRateConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_fcs_Loader_readRateConfiguration for category readRate

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#

Description: Event indicating the camera is ready to take an image with no time overhead

EFDB_Topic:

MTCamera_logevent_readyToTakeImage

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

fcs_Autochanger_sensorConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_fcs_Autochanger_sensorConfiguration for category sensor

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_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#

Description: subsystem MTCamera class MTCamera_logevent_fcs_Canbus0_sensorConfiguration for category sensor

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_FilterIdentificator_sensorConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_fcs_FilterIdentificator_sensorConfiguration for category sensor

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#

Description: subsystem MTCamera class MTCamera_logevent_fcs_Loader_sensorConfiguration for category sensor

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#

Description: subsystem MTCamera class MTCamera_logevent_fcs_Canbus0_serialNBConfiguration for category serialNB

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#

Description: subsystem MTCamera class MTCamera_logevent_fcs_Canbus1_serialNBConfiguration for category serialNB

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#

Description: Event reflecting the shutter state

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#

Description: Event generated at the beginning of a filter load operation

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#

Description: Event generated when the filter changer carousel starts to rotate

EFDB_Topic:

MTCamera_logevent_startRotateCarousel

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

startSetFilter#

Description: Event generated at the beginning of a setFilter operation

EFDB_Topic:

MTCamera_logevent_startSetFilter

filterName#

IDL_Type:

string

Units:

unitless

Description: The name of the filter being installed (e.g. u_24)

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#

Description: Event indicating the start of a shutter close operation

EFDB_Topic:

MTCamera_logevent_startShutterClose

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

startShutterOpen#

Description: Event issued when we start to open the shutter

EFDB_Topic:

MTCamera_logevent_startShutterOpen

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

startUnloadFilter#

Description: Event generated when a filter is starting to be unloaded.

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).

quadbox_PeriodicTasks_timersConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_quadbox_PeriodicTasks_timersConfiguration for category timers

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#

Description: subsystem MTCamera class MTCamera_logevent_rebpower_PeriodicTasks_timersConfiguration for category timers

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_hv_update_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task reb-hv-update

runtimeinfo_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task runtimeInfo

rebpower_Power_timersConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_rebpower_Power_timersConfiguration for category timers

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#

Description: subsystem MTCamera class MTCamera_logevent_hex_PeriodicTasks_timersConfiguration for category timers

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_Maq20_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task monitor-check/Maq20

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#

Description: subsystem MTCamera class MTCamera_logevent_refrig_PeriodicTasks_timersConfiguration for category timers

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#

Description: subsystem MTCamera class MTCamera_logevent_vacuum_PeriodicTasks_timersConfiguration for category timers

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#

Description: subsystem MTCamera class MTCamera_logevent_daq_monitor_PeriodicTasks_timersConfiguration for category timers

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_PeriodicTasks_timersConfiguration for category timers

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#

Description: subsystem MTCamera class MTCamera_logevent_focal_plane_Reb_timersConfiguration for category timers

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#

Description: subsystem MTCamera class MTCamera_logevent_image_handling_PeriodicTasks_timersConfiguration for category timers

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#

Description: subsystem MTCamera class MTCamera_logevent_mpm_PeriodicTasks_timersConfiguration for category timers

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#

Description: subsystem MTCamera class MTCamera_logevent_fcs_PeriodicTasks_timersConfiguration for category timers

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

publishautochangertemperatures_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task PublishAutochangerTemperatures

publishcarouselslipringcurrent_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task PublishCarouselSlipRingCurrent

publishttc580temperatures_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task PublishTTC580Temperatures

runtimeinfo_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task runtimeInfo

shutter_timersConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_shutter_timersConfiguration for category timers

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#

Description: subsystem MTCamera class MTCamera_logevent_chiller_timersConfiguration for category timers

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#

Description: subsystem MTCamera class MTCamera_logevent_thermal_timersConfiguration for category timers

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_PeriodicTasks_AgentMonitorService_timersConfiguration for category timers

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_PeriodicTasks_BodyMaq20_check_status_timersConfiguration for category timers

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_Heartbeat_timersConfiguration#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_PeriodicTasks_Heartbeat_timersConfiguration for category timers

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_PeriodicTasks_Monitor_check_timersConfiguration for category timers

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

pdu_48V_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task monitor-check/PDU_48V

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_PeriodicTasks_Monitor_publish_timersConfiguration for category timers

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

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_PeriodicTasks_Monitor_update_timersConfiguration for category timers

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

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_PeriodicTasks_RuntimeInfo_timersConfiguration for category timers

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_PeriodicTasks_UT_alarms_timersConfiguration for category timers

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_PeriodicTasks_UT_state_timersConfiguration for category timers

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_PeriodicTasks_UtMaq20_check_status_timersConfiguration for category timers

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#

Description: subsystem MTCamera class MTCamera_logevent_utiltrunk_PeriodicTasks_Vpc_loop_VPCHtrs_timersConfiguration for category timers

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.

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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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

total_VA#

IDL_Type:

double

Units:

Watt

Description: BFR total VA

utiltrunk_Body#

Description: subsystem MTCamera class MTCamera_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

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

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

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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_refrig_Cryo1

EFDB_Topic:

MTCamera_refrig_Cryo1

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_Cryo2#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_refrig_Cryo3

EFDB_Topic:

MTCamera_refrig_Cryo3

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_Cryo4#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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

fanSpeedError#

IDL_Type:

double

Units:

%

Description: MPC fan speed error

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

valvePosnError#

IDL_Type:

double

Units:

%

Description: MPC coolant valve position error

chiller_Maq20#

Description: subsystem MTCamera class MTCamera_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

glycFanMinusAmb#

IDL_Type:

double

Units:

Celsius

Description: GlycFanIn - AmbientTemp

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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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_DAC#

IDL_Type:

double

Units:

unitless

Count:

71

Description: DAC setting

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#

Description: subsystem MTCamera class MTCamera_focal_plane_Reb

EFDB_Topic:

MTCamera_focal_plane_Reb

anaI#

IDL_Type:

double

Units:

mA

Count:

71

Description: Analog PS current

anaV#

IDL_Type:

double

Units:

Volt

Count:

71

Description: Analog PS voltage

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

focal_plane_RebTotalHeaterPower#

Description: subsystem MTCamera class MTCamera_focal_plane_RebTotalHeaterPower

EFDB_Topic:

MTCamera_focal_plane_RebTotalHeaterPower

rebTotalHeaterPower#

IDL_Type:

double

Units:

Watt

Description: Reb Total Heater Power

rebpower_RebTotalPower#

Description: subsystem MTCamera class MTCamera_rebpower_RebTotalPower

EFDB_Topic:

MTCamera_rebpower_RebTotalPower

rebTotalPower#

IDL_Type:

double

Units:

Watt

Description: Reb Total Power

focal_plane_RebTotalPower#

Description: subsystem MTCamera class MTCamera_focal_plane_RebTotalPower

EFDB_Topic:

MTCamera_focal_plane_RebTotalPower

rebTotalPower#

IDL_Type:

double

Units:

Watt

Description: Reb Total Power

rebpower_Rebps#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_focal_plane_RebsAverageTemp6

EFDB_Topic:

MTCamera_focal_plane_RebsAverageTemp6

rebsAverageTemp6#

IDL_Type:

double

Units:

Celsius

Description: Average Rebs Temp6

thermal_Rtd#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_thermal_Cold_Temp

EFDB_Topic:

MTCamera_thermal_Cold_Temp

avgColdTemp#

IDL_Type:

double

Units:

Celsius

Description: Average Cold Plate RTD Temperature

thermal_Cryo_Temp#

Description: subsystem MTCamera class MTCamera_thermal_Cryo_Temp

EFDB_Topic:

MTCamera_thermal_Cryo_Temp

avgCryoTemp#

IDL_Type:

double

Units:

Celsius

Description: Average Cryo Plate RTD Temperature

thermal_Trim#

Description: subsystem MTCamera class MTCamera_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#

Description: subsystem MTCamera class MTCamera_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

coolHeatXfer#

IDL_Type:

double

Units:

Watt

Description: UT coolant heat transfer 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

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

fanSpeedError#

IDL_Type:

double

Units:

%

Description: UT fan speed error

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

valvePosnError#

IDL_Type:

double

Units:

%

Description: UT coolant valve position error

w2Q1Temp#

IDL_Type:

double

Units:

Celsius

Description: UT W2 Q1 temperature

w4Q3Temp#

IDL_Type:

double

Units:

Celsius

Description: UT W4 Q3 temperature

utiltrunk_VPC#

Description: subsystem MTCamera class MTCamera_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

fanSpeedError#

IDL_Type:

double

Units:

%

Description: VPC fan speed error

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

valvePosnError#

IDL_Type:

double

Units:

%

Description: VPC coolant valve position error