MTCamera

Note

This page is generated by python script generate_cet.py.

Back to table

Commands

alert

EFDB_Topic:

MTCamera_command_alert

alertId

IDL_Type:

string

Units:

unitless

Description: The alertId for which this command applies (or *)

action

IDL_Type:

string

Units:

unitless

Description: The action to take on the specified alert (TBD)

clear

EFDB_Topic:

MTCamera_command_clear

nClears

IDL_Type:

long

Units:

unitless

Description: Number of consecutive clear operations to perform

disableCalibration

EFDB_Topic:

MTCamera_command_disableCalibration

discardRows

EFDB_Topic:

MTCamera_command_discardRows

nRows

IDL_Type:

long

Units:

unitless

Description: Number of rows to discard

enableCalibration

EFDB_Topic:

MTCamera_command_enableCalibration

endImage

EFDB_Topic:

MTCamera_command_endImage

initGuiders

EFDB_Topic:

MTCamera_command_initGuiders

roiSpec

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: TBD specification for region of interest

initImage

EFDB_Topic:

MTCamera_command_initImage

deltaT

IDL_Type:

double

Units:

second

Description: Estimate of time period before takeImages will be issued

play

EFDB_Topic:

MTCamera_command_play

playlist

IDL_Type:

string

Units:

unitless

Description: Name of an existing DAQ playlist to play

repeat

IDL_Type:

boolean

Units:

unitless

Description: True if the playlist should run in repeat mode

playlist

EFDB_Topic:

MTCamera_command_playlist

playlist

IDL_Type:

string

Units:

unitless

Description: Name of a DAQ playlist to be defined (replaced if exists)

folder

IDL_Type:

string

Units:

unitless

Description: Folder where images exist in DAQ 2-day store (typically emu)

images

IDL_Type:

string

Units:

unitless

Description: Colon (:) delimited list of images to add to the playlist

setFilter

EFDB_Topic:

MTCamera_command_setFilter

name

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: The filter name to install

startImage

EFDB_Topic:

MTCamera_command_startImage

shutter

IDL_Type:

boolean

Units:

unitless

Description: True if the shutter should be opened/closed

sensors

IDL_Type:

string

Units:

unitless

Description: Sensors to be read out, if blank all configured sensors will be read out

keyValueMap

IDL_Type:

string

Units:

unitless

Description: Map of additional key value pairs, e.g. imageType: XYZ, groupId: ABC

obsNote

IDL_Type:

string

Units:

unitless

Description: An arbitrary operator provided string, useful for informally flagging images

timeout

IDL_Type:

double

Units:

second

Description: Timeout after which imaging will be abandoned if no endImage command received

stop

EFDB_Topic:

MTCamera_command_stop

takeImages

EFDB_Topic:

MTCamera_command_takeImages

numImages

IDL_Type:

long

Units:

unitless

Description: Number of consecutive images to take

expTime

IDL_Type:

double

Units:

second

Description: Exposure time

shutter

IDL_Type:

boolean

Units:

unitless

Description: True if the shutter should be opened/closed

sensors

IDL_Type:

string

Units:

unitless

Description: Sensors to be read out, if blank all configured sensors will be read out

keyValueMap

IDL_Type:

string

Units:

unitless

Description: Map of additional key value pairs to associate extra data with the image(s), e.g. imageType: XYZ, groupId: ABC

obsNote

IDL_Type:

string

Units:

unitless

Description: An arbitrary operator provided string, useful for informally flagging images

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

setAuthList

Description: Specify who can command this CSC.

EFDB_Topic:

SALGeneric_command_setAuthList

Category:

csc

authorizedUsers

IDL_Type:

string

Units:

unitless

Description: Comma seperated list of authorized users currently allowed to command this CSC,

in the form user@host. If the first character is +/- then the specified users are added/removed. Duplicates are silently ignored. The CSC’s own user@host is silently ignored, because it is always authorized. For removal, CSCs that are not in the list are silently ignored. Whitespace is allowed after the optional initial +/- and after each comma.

nonAuthorizedCSCs

IDL_Type:

string

Units:

unitless

Description: Comma seperated list of CSC’s not currently allowed to command this CSC,

in the form name[:index]. An index of 0 is stripped (name:0 becomes name). If the first character is +/- then the specified CSCs are added/removed. Duplicates are silently ignored. For removal, CSCs that are not in the list are silently ignored. Whitespace is allowed after the optional initial +/- and after each comma.

setLogLevel

Description: Set the logging level.

EFDB_Topic:

SALGeneric_command_setLogLevel

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

vacuum_AgentMonitorServiceConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_AgentMonitorServiceConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

vacuum_CIP1CConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CIP1CConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

current

IDL_Type:

double

Units:

unitless

Description: MISSING

power

IDL_Type:

double

Units:

unitless

Description: MISSING

voltage

IDL_Type:

double

Units:

unitless

Description: MISSING

vacuum_CIP2CConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CIP2CConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

current

IDL_Type:

double

Units:

unitless

Description: MISSING

power

IDL_Type:

double

Units:

unitless

Description: MISSING

voltage

IDL_Type:

double

Units:

unitless

Description: MISSING

vacuum_CIP3CConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CIP3CConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

current

IDL_Type:

double

Units:

unitless

Description: MISSING

power

IDL_Type:

double

Units:

unitless

Description: MISSING

voltage

IDL_Type:

double

Units:

unitless

Description: MISSING

vacuum_CIP4CConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CIP4CConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

current

IDL_Type:

double

Units:

unitless

Description: MISSING

power

IDL_Type:

double

Units:

unitless

Description: MISSING

voltage

IDL_Type:

double

Units:

unitless

Description: MISSING

vacuum_CIP5CConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CIP5CConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

current

IDL_Type:

double

Units:

unitless

Description: MISSING

power

IDL_Type:

double

Units:

unitless

Description: MISSING

voltage

IDL_Type:

double

Units:

unitless

Description: MISSING

vacuum_CIP6CConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CIP6CConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

current

IDL_Type:

double

Units:

unitless

Description: MISSING

power

IDL_Type:

double

Units:

unitless

Description: MISSING

voltage

IDL_Type:

double

Units:

unitless

Description: MISSING

refrig_Cold1_CompLimitsConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cold1_CompLimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

cmprPowerDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

cmprPowerDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

cmprPowerImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

coldTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discPressDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discPressDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

discPressImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

discTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempLowImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

heaterTempLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

liquidTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

liquidTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

liquidTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

orificeOffPress

IDL_Type:

double

Units:

unitless

Description: MISSING

orificeOnPress

IDL_Type:

double

Units:

unitless

Description: MISSING

phaseSepTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

phaseSepTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

pressDiffImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

suctTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

refrig_Cold2_CompLimitsConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cold2_CompLimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

cmprPowerDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

cmprPowerDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

cmprPowerImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

coldTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discPressDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discPressDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

discPressImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

discTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempLowImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

heaterTempLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

liquidTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

liquidTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

liquidTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

orificeOffPress

IDL_Type:

double

Units:

unitless

Description: MISSING

orificeOnPress

IDL_Type:

double

Units:

unitless

Description: MISSING

phaseSepTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

phaseSepTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

pressDiffImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

suctTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

refrig_Cryo1_CompLimitsConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cryo1_CompLimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

cmprPowerDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

cmprPowerDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

cmprPowerImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

coldTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discPressDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discPressDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

discPressImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

discTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempLowImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

heaterTempLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

liquidTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

liquidTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

liquidTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

orificeOffPress

IDL_Type:

double

Units:

unitless

Description: MISSING

orificeOnPress

IDL_Type:

double

Units:

unitless

Description: MISSING

phaseSepTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

phaseSepTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

pressDiffImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

suctTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

refrig_Cryo2_CompLimitsConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cryo2_CompLimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

cmprPowerDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

cmprPowerDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

cmprPowerImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

coldTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discPressDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discPressDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

discPressImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

discTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempLowImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

heaterTempLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

liquidTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

liquidTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

liquidTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

orificeOffPress

IDL_Type:

double

Units:

unitless

Description: MISSING

orificeOnPress

IDL_Type:

double

Units:

unitless

Description: MISSING

phaseSepTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

phaseSepTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

pressDiffImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

suctTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

refrig_Cryo3_CompLimitsConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cryo3_CompLimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

cmprPowerDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

cmprPowerDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

cmprPowerImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

coldTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discPressDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discPressDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

discPressImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

discTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempLowImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

heaterTempLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

liquidTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

liquidTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

liquidTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

orificeOffPress

IDL_Type:

double

Units:

unitless

Description: MISSING

orificeOnPress

IDL_Type:

double

Units:

unitless

Description: MISSING

phaseSepTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

phaseSepTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

pressDiffImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

suctTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

refrig_Cryo4_CompLimitsConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cryo4_CompLimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

cmprPowerDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

cmprPowerDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

cmprPowerImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

coldTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discPressDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discPressDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

discPressImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

discTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempLowImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

heaterTempLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

liquidTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

liquidTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

liquidTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

orificeOffPress

IDL_Type:

double

Units:

unitless

Description: MISSING

orificeOnPress

IDL_Type:

double

Units:

unitless

Description: MISSING

phaseSepTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

phaseSepTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

pressDiffImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

suctTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

refrig_Cryo5_CompLimitsConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cryo5_CompLimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

cmprPowerDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

cmprPowerDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

cmprPowerImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

coldTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discPressDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discPressDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

discPressImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

discTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempLowImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

heaterTempLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

liquidTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

liquidTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

liquidTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

orificeOffPress

IDL_Type:

double

Units:

unitless

Description: MISSING

orificeOnPress

IDL_Type:

double

Units:

unitless

Description: MISSING

phaseSepTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

phaseSepTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

pressDiffImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

suctTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

refrig_Cryo6_CompLimitsConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cryo6_CompLimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

cmprPowerDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

cmprPowerDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

cmprPowerImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

coldTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discPressDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discPressDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

discPressImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

discTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

discTempLowImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

heaterTempLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

liquidTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

liquidTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

liquidTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

orificeOffPress

IDL_Type:

double

Units:

unitless

Description: MISSING

orificeOnPress

IDL_Type:

double

Units:

unitless

Description: MISSING

phaseSepTempDelayLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

phaseSepTempDelayTime

IDL_Type:

long

Units:

unitless

Description: MISSING

pressDiffImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

suctTempImmedLimit

IDL_Type:

double

Units:

unitless

Description: MISSING

vacuum_CryoVacConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CryoVacConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Torr

Description: MISSING

warnLo

IDL_Type:

double

Units:

Torr

Description: MISSING

limitHi

IDL_Type:

double

Units:

Torr

Description: MISSING

limitLo

IDL_Type:

double

Units:

Torr

Description: MISSING

vacuum_CryoVacGaugeConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CryoVacGaugeConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

busAddr

IDL_Type:

long

Units:

unitless

Description: MISSING

devcId

IDL_Type:

string

Units:

unitless

Description: MISSING

focal_plane_SequencerConfig_DAQConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_SequencerConfig_DAQConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

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

emulatedDAQ

IDL_Type:

boolean

Units:

unitless

Description: True when using an emulated DAQ

image_handling_ImageHandler_DAQConfiguration

EFDB_Topic:

MTCamera_logevent_image_handling_ImageHandler_DAQConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

imagehandlingconfig_badPixelAlarmLevel

IDL_Type:

long

Units:

unitless

Description: MISSING

imagehandlingconfig_badPixelHighThreshold

IDL_Type:

long

Units:

unitless

Description: MISSING

imagehandlingconfig_badPixelLowThreshold

IDL_Type:

long

Units:

unitless

Description: MISSING

imagehandlingconfig_badPixelWarningLevel

IDL_Type:

long

Units:

unitless

Description: MISSING

imagehandlingconfig_checkForBadPixels

IDL_Type:

boolean

Units:

unitless

Description: MISSING

imagehandlingconfig_daqFolder

IDL_Type:

string

Units:

unitless

Description: MISSING

imagehandlingconfig_daqPartition

IDL_Type:

string

Units:

unitless

Description: MISSING

imagehandlingconfig_daqThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

imagehandlingconfig_locations

IDL_Type:

string

Units:

unitless

Description: MISSING

imagehandlingconfig_useStreaming

IDL_Type:

boolean

Units:

unitless

Description: MISSING

hex_Maq20_DeviceConfiguration

EFDB_Topic:

MTCamera_logevent_hex_Maq20_DeviceConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

node

IDL_Type:

string

Units:

unitless

Description: MISSING

serials

IDL_Type:

string

Units:

unitless

Description: MISSING

hex_Maq20x_DeviceConfiguration

EFDB_Topic:

MTCamera_logevent_hex_Maq20x_DeviceConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

node

IDL_Type:

string

Units:

unitless

Description: MISSING

serials

IDL_Type:

string

Units:

unitless

Description: MISSING

refrig_Cold1_DeviceConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cold1_DeviceConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

maq20_node

IDL_Type:

string

Units:

unitless

Description: MISSING

maq20_serials

IDL_Type:

string

Units:

unitless

Description: MISSING

plc_node

IDL_Type:

string

Units:

unitless

Description: MISSING

vfd_address

IDL_Type:

long

Units:

unitless

Description: MISSING

vfd_baudRate

IDL_Type:

long

Units:

unitless

Description: MISSING

vfd_devcName

IDL_Type:

string

Units:

unitless

Description: MISSING

refrig_Cold2_DeviceConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cold2_DeviceConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

maq20_node

IDL_Type:

string

Units:

unitless

Description: MISSING

maq20_serials

IDL_Type:

string

Units:

unitless

Description: MISSING

plc_node

IDL_Type:

string

Units:

unitless

Description: MISSING

vfd_address

IDL_Type:

long

Units:

unitless

Description: MISSING

vfd_baudRate

IDL_Type:

long

Units:

unitless

Description: MISSING

vfd_devcName

IDL_Type:

string

Units:

unitless

Description: MISSING

refrig_CoolMaq20_DeviceConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_CoolMaq20_DeviceConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

node

IDL_Type:

string

Units:

unitless

Description: MISSING

serials

IDL_Type:

string

Units:

unitless

Description: MISSING

refrig_Cryo1_DeviceConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cryo1_DeviceConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

maq20_node

IDL_Type:

string

Units:

unitless

Description: MISSING

maq20_serials

IDL_Type:

string

Units:

unitless

Description: MISSING

plc_node

IDL_Type:

string

Units:

unitless

Description: MISSING

refrig_Cryo2_DeviceConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cryo2_DeviceConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

maq20_node

IDL_Type:

string

Units:

unitless

Description: MISSING

maq20_serials

IDL_Type:

string

Units:

unitless

Description: MISSING

plc_node

IDL_Type:

string

Units:

unitless

Description: MISSING

refrig_Cryo3_DeviceConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cryo3_DeviceConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

maq20_node

IDL_Type:

string

Units:

unitless

Description: MISSING

maq20_serials

IDL_Type:

string

Units:

unitless

Description: MISSING

plc_node

IDL_Type:

string

Units:

unitless

Description: MISSING

refrig_Cryo4_DeviceConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cryo4_DeviceConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

maq20_node

IDL_Type:

string

Units:

unitless

Description: MISSING

maq20_serials

IDL_Type:

string

Units:

unitless

Description: MISSING

plc_node

IDL_Type:

string

Units:

unitless

Description: MISSING

refrig_Cryo5_DeviceConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cryo5_DeviceConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

maq20_node

IDL_Type:

string

Units:

unitless

Description: MISSING

maq20_serials

IDL_Type:

string

Units:

unitless

Description: MISSING

plc_node

IDL_Type:

string

Units:

unitless

Description: MISSING

refrig_Cryo6_DeviceConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cryo6_DeviceConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

maq20_node

IDL_Type:

string

Units:

unitless

Description: MISSING

maq20_serials

IDL_Type:

string

Units:

unitless

Description: MISSING

plc_node

IDL_Type:

string

Units:

unitless

Description: MISSING

fcs_Seneca1_DevicesConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_Seneca1_DevicesConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

disabled

IDL_Type:

boolean

Units:

unitless

Description: If true, Device is diabled

fcs_Seneca2_DevicesConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_Seneca2_DevicesConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

disabled

IDL_Type:

boolean

Units:

unitless

Description: If true, Device is diabled

rebpower_EmergencyResponseManagerConfiguration

EFDB_Topic:

MTCamera_logevent_rebpower_EmergencyResponseManagerConfiguration

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.

image_handling_ImageHandler_FitsHandlingConfiguration

EFDB_Topic:

MTCamera_logevent_image_handling_ImageHandler_FitsHandlingConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

imagehandlingconfig_FITSAutoSave

IDL_Type:

boolean

Units:

unitless

Description: MISSING

imagehandlingconfig_FITSDirectoryPattern

IDL_Type:

string

Units:

unitless

Description: MISSING

imagehandlingconfig_FITSFilePattern

IDL_Type:

string

Units:

unitless

Description: MISSING

imagehandlingconfig_FITSRootDirectory

IDL_Type:

string

Units:

unitless

Description: MISSING

imagehandlingconfig_subsystemsToClearOnNewRun

IDL_Type:

string

Units:

unitless

Description: MISSING

imagehandlingconfig_tempFileRelativeLocation

IDL_Type:

string

Units:

unitless

Description: MISSING

imagehandlingconfig_useTempFile

IDL_Type:

boolean

Units:

unitless

Description: MISSING

image_handling_Reb_FitsHandlingConfiguration

EFDB_Topic:

MTCamera_logevent_image_handling_Reb_FitsHandlingConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

enabled

IDL_Type:

boolean

Units:

unitless

Count:

8

Description: MISSING

location

IDL_Type:

string

Units:

unitless

Description: reb location

vacuum_ForelineVacConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_ForelineVacConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Torr

Description: MISSING

warnLo

IDL_Type:

double

Units:

Torr

Description: MISSING

limitHi

IDL_Type:

double

Units:

Torr

Description: MISSING

limitLo

IDL_Type:

double

Units:

Torr

Description: MISSING

vacuum_ForelineVacGaugeConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_ForelineVacGaugeConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

busAddr

IDL_Type:

long

Units:

unitless

Description: MISSING

devcId

IDL_Type:

string

Units:

unitless

Description: MISSING

image_handling_PeriodicTasks_GeneralConfiguration

EFDB_Topic:

MTCamera_logevent_image_handling_PeriodicTasks_GeneralConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

schedulers_default_nTasks

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_default_nThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

image_handling_Reb_GeneralConfiguration

EFDB_Topic:

MTCamera_logevent_image_handling_Reb_GeneralConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

fitsservice_headerFilesList

IDL_Type:

string

Units:

unitless

Description: MISSING (colon delimited array)

location

IDL_Type:

string

Units:

unitless

Description: reb location

fcs_PeriodicTasks_GeneralConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_PeriodicTasks_GeneralConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

schedulers_default_nTasks

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_default_nThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_monitor_update_publish_scheduler_nTasks

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_monitor_update_publish_scheduler_nThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

focal_plane_Ccd_HardwareIdConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_Ccd_HardwareIdConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

location

IDL_Type:

string

Units:

unitless

Description: ccd location

manSerNum

IDL_Type:

string

Units:

unitless

Description: MISSING (colon delimited array)

name

IDL_Type:

string

Units:

unitless

Description: MISSING (colon delimited array)

focal_plane_Raft_HardwareIdConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_Raft_HardwareIdConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

location

IDL_Type:

string

Units:

unitless

Description: raft location

name

IDL_Type:

string

Units:

unitless

Description: MISSING (colon delimited array)

focal_plane_Reb_HardwareIdConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_Reb_HardwareIdConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

location

IDL_Type:

string

Units:

unitless

Description: reb location

name

IDL_Type:

string

Units:

unitless

Description: MISSING (colon delimited array)

vacuum_HeartbeatConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_HeartbeatConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

vacuum_Hex1VacConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_Hex1VacConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Torr

Description: MISSING

warnLo

IDL_Type:

double

Units:

Torr

Description: MISSING

limitHi

IDL_Type:

double

Units:

Torr

Description: MISSING

limitLo

IDL_Type:

double

Units:

Torr

Description: MISSING

vacuum_Hex1VacGaugeConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_Hex1VacGaugeConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

busAddr

IDL_Type:

long

Units:

unitless

Description: MISSING

devcId

IDL_Type:

string

Units:

unitless

Description: MISSING

vacuum_Hex2VacConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_Hex2VacConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Torr

Description: MISSING

warnLo

IDL_Type:

double

Units:

Torr

Description: MISSING

limitHi

IDL_Type:

double

Units:

Torr

Description: MISSING

limitLo

IDL_Type:

double

Units:

Torr

Description: MISSING

vacuum_Hex2VacGaugeConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_Hex2VacGaugeConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

busAddr

IDL_Type:

long

Units:

unitless

Description: MISSING

devcId

IDL_Type:

string

Units:

unitless

Description: MISSING

vacuum_CIP1_IConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CIP1_IConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

vacuum_CIP2_IConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CIP2_IConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

vacuum_CIP3_IConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CIP3_IConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

vacuum_CIP4_IConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CIP4_IConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

vacuum_CIP5_IConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CIP5_IConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

vacuum_CIP6_IConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CIP6_IConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

focal_plane_ImageDatabaseServiceConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_ImageDatabaseServiceConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

dbURL

IDL_Type:

string

Units:

unitless

Description: MISSING

enabled

IDL_Type:

boolean

Units:

unitless

Description: MISSING

focal_plane_ImageNameServiceConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_ImageNameServiceConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

controller

IDL_Type:

string

Units:

unitless

Description: MISSING

dbURL

IDL_Type:

string

Units:

unitless

Description: MISSING

offset

IDL_Type:

string

Units:

unitless

Description: MISSING

source

IDL_Type:

string

Units:

unitless

Description: MISSING

timeZoneId

IDL_Type:

string

Units:

unitless

Description: MISSING

focal_plane_InstrumentConfig_InstrumentConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_InstrumentConfig_InstrumentConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

instrument

IDL_Type:

string

Units:

unitless

Description: MISSING

telescope

IDL_Type:

string

Units:

unitless

Description: MISSING

testStand

IDL_Type:

string

Units:

unitless

Description: MISSING

vacuum_IonPumpsConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_IonPumpsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

ipAddr

IDL_Type:

string

Units:

unitless

Description: MISSING

quadbox_BFR_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_quadbox_BFR_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

clean_5_24V_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

clean_5_24V_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

clean_5_24V_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

clean_5_24V_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

dirty_24V_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

dirty_24V_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

dirty_24V_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

dirty_24V_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

dirty_28V_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

dirty_28V_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

dirty_28V_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

dirty_28V_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

dirty_48V_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

dirty_48V_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

dirty_48V_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

dirty_48V_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

heater_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

heater_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

heater_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

heater_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

protection_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

protection_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

protection_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

protection_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_0_2_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_0_2_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_0_2_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_0_2_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_3_5_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_3_5_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_3_5_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_3_5_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_6_8_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_6_8_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_6_8_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_6_8_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_9_12_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_9_12_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_9_12_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_9_12_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_Spr_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_Spr_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_Spr_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

rebps_Spr_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

quadbox_PDU_24VC_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_quadbox_PDU_24VC_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

n_24vc_Board_T_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vc_Board_T_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vc_Board_T_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vc_Board_T_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vc_FPGA_T_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vc_FPGA_T_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vc_FPGA_T_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vc_FPGA_T_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vc_Main_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

n_24vc_Main_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

n_24vc_Main_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

n_24vc_Main_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

n_24vc_Main_T_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vc_Main_T_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vc_Main_T_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vc_Main_T_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vc_Main_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

n_24vc_Main_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

n_24vc_Main_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

n_24vc_Main_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

body_Purge_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

body_Purge_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

body_Purge_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

body_Purge_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

body_Purge_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

body_Purge_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

body_Purge_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

body_Purge_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

bpu_Maq20_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

bpu_Maq20_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

bpu_Maq20_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

bpu_Maq20_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

bpu_Maq20_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

bpu_Maq20_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

bpu_Maq20_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

bpu_Maq20_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

fes_Shu_HCU_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

fes_Shu_HCU_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

fes_Shu_HCU_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

fes_Shu_HCU_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

fes_Shu_HCU_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

fes_Shu_HCU_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

fes_Shu_HCU_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

fes_Shu_HCU_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

gauges_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

gauges_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

gauges_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

gauges_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

gauges_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

gauges_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

gauges_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

gauges_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

ion_Pumps_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

ion_Pumps_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

ion_Pumps_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

ion_Pumps_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

ion_Pumps_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

ion_Pumps_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

ion_Pumps_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

ion_Pumps_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

pwr_Cry_HCU_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

pwr_Cry_HCU_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

pwr_Cry_HCU_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

pwr_Cry_HCU_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

pwr_Cry_HCU_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

pwr_Cry_HCU_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

pwr_Cry_HCU_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

pwr_Cry_HCU_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

quadbox_PDU_24VD_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_quadbox_PDU_24VD_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

n_24vd_Board_T_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vd_Board_T_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vd_Board_T_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vd_Board_T_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vd_FPGA_T_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vd_FPGA_T_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vd_FPGA_T_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vd_FPGA_T_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vd_Main_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

n_24vd_Main_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

n_24vd_Main_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

n_24vd_Main_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

n_24vd_Main_T_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vd_Main_T_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vd_Main_T_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vd_Main_T_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_24vd_Main_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

n_24vd_Main_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

n_24vd_Main_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

n_24vd_Main_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

cryo_Turbo_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

cryo_Turbo_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

cryo_Turbo_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

cryo_Turbo_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

cryo_Turbo_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

cryo_Turbo_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

cryo_Turbo_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

cryo_Turbo_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

hex_Turbo_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

hex_Turbo_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

hex_Turbo_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

hex_Turbo_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

hex_Turbo_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

hex_Turbo_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

hex_Turbo_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

hex_Turbo_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

quadbox_PDU_48V_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_quadbox_PDU_48V_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

n_48v_Board_T_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_48v_Board_T_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_48v_Board_T_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_48v_Board_T_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_48v_FPGA_T_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_48v_FPGA_T_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_48v_FPGA_T_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_48v_FPGA_T_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_48v_Main_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

n_48v_Main_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

n_48v_Main_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

n_48v_Main_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

n_48v_Main_T_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_48v_Main_T_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_48v_Main_T_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_48v_Main_T_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

n_48v_Main_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

n_48v_Main_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

n_48v_Main_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

n_48v_Main_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

purge_Fan_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

purge_Fan_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

purge_Fan_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

purge_Fan_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

purge_Fan_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

purge_Fan_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

purge_Fan_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

purge_Fan_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

quadbox_PDU_5V_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_quadbox_PDU_5V_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

otm_0_A_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_0_A_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_0_A_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_0_A_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_0_A_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_0_A_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_0_A_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_0_A_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_0_B_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_0_B_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_0_B_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_0_B_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_0_B_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_0_B_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_0_B_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_0_B_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_1_A_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_1_A_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_1_A_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_1_A_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_1_A_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_1_A_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_1_A_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_1_A_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_1_B_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_1_B_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_1_B_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_1_B_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_1_B_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_1_B_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_1_B_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_1_B_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_2_A_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_2_A_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_2_A_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_2_A_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_2_A_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_2_A_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_2_A_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_2_A_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_2_B_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_2_B_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_2_B_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_2_B_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_2_B_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_2_B_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_2_B_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_2_B_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_3_A_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_3_A_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_3_A_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_3_A_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_3_A_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_3_A_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_3_A_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_3_A_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_3_B_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_3_B_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_3_B_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_3_B_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_3_B_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_3_B_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_3_B_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_3_B_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_4_A_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_4_A_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_4_A_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_4_A_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_4_A_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_4_A_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_4_A_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_4_A_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_4_B_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_4_B_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_4_B_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_4_B_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_4_B_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_4_B_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_4_B_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_4_B_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_5_A_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_5_A_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_5_A_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_5_A_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_5_A_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_5_A_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_5_A_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_5_A_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_5_B_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_5_B_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_5_B_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

otm_5_B_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

otm_5_B_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_5_B_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_5_B_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

otm_5_B_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

quadbox_REB_Bulk_PS_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_quadbox_REB_Bulk_PS_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

rebbulkps_0_2_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

rebbulkps_0_2_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

rebbulkps_0_2_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

rebbulkps_0_2_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

rebbulkps_0_2_T_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebbulkps_0_2_T_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebbulkps_0_2_T_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebbulkps_0_2_T_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebbulkps_0_2_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

rebbulkps_0_2_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

rebbulkps_0_2_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

rebbulkps_0_2_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

rebbulkps_3_5_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

rebbulkps_3_5_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

rebbulkps_3_5_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

rebbulkps_3_5_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

rebbulkps_3_5_T_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebbulkps_3_5_T_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebbulkps_3_5_T_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebbulkps_3_5_T_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebbulkps_3_5_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

rebbulkps_3_5_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

rebbulkps_3_5_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

rebbulkps_3_5_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

rebbulkps_6_8_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

rebbulkps_6_8_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

rebbulkps_6_8_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

rebbulkps_6_8_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

rebbulkps_6_8_T_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebbulkps_6_8_T_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebbulkps_6_8_T_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebbulkps_6_8_T_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebbulkps_6_8_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

rebbulkps_6_8_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

rebbulkps_6_8_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

rebbulkps_6_8_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

rebbulkps_9_12_I_warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

rebbulkps_9_12_I_warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

rebbulkps_9_12_I_limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

rebbulkps_9_12_I_limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

rebbulkps_9_12_T_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebbulkps_9_12_T_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebbulkps_9_12_T_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebbulkps_9_12_T_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebbulkps_9_12_V_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

rebbulkps_9_12_V_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

rebbulkps_9_12_V_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

rebbulkps_9_12_V_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

rebbulkps_Brd_T_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebbulkps_Brd_T_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebbulkps_Brd_T_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebbulkps_Brd_T_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

rebpower_Reb_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_rebpower_Reb_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

analog_IaftLDO_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

analog_IaftLDO_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

analog_IaftLDO_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

analog_IaftLDO_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

analog_IbefLDO_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

analog_IbefLDO_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

analog_IbefLDO_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

analog_IbefLDO_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

analog_VaftLDO_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

analog_VaftLDO_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

analog_VaftLDO_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

analog_VaftLDO_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

analog_VaftSwch_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

analog_VaftSwch_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

analog_VaftSwch_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

analog_VaftSwch_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

analog_VbefLDO_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

analog_VbefLDO_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

analog_VbefLDO_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

analog_VbefLDO_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clockhi_IaftLDO_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clockhi_IaftLDO_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clockhi_IaftLDO_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clockhi_IaftLDO_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clockhi_IbefLDO_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clockhi_IbefLDO_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clockhi_IbefLDO_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clockhi_IbefLDO_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clockhi_VaftLDO_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clockhi_VaftLDO_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clockhi_VaftLDO_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clockhi_VaftLDO_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clockhi_VaftSwch_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clockhi_VaftSwch_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clockhi_VaftSwch_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clockhi_VaftSwch_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clockhi_VbefLDO_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clockhi_VbefLDO_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clockhi_VbefLDO_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clockhi_VbefLDO_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clocklo_IaftLDO_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clocklo_IaftLDO_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clocklo_IaftLDO_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clocklo_IaftLDO_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clocklo_IbefLDO_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clocklo_IbefLDO_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clocklo_IbefLDO_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clocklo_IbefLDO_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clocklo_VaftLDO2_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clocklo_VaftLDO2_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clocklo_VaftLDO2_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clocklo_VaftLDO2_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clocklo_VaftLDO_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clocklo_VaftLDO_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clocklo_VaftLDO_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clocklo_VaftLDO_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clocklo_VaftSwch_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clocklo_VaftSwch_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clocklo_VaftSwch_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clocklo_VaftSwch_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clocklo_VbefLDO_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clocklo_VbefLDO_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clocklo_VbefLDO_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clocklo_VbefLDO_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

digital_IaftLDO_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

digital_IaftLDO_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

digital_IaftLDO_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

digital_IaftLDO_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

digital_IbefLDO_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

digital_IbefLDO_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

digital_IbefLDO_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

digital_IbefLDO_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

digital_VaftLDO_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

digital_VaftLDO_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

digital_VaftLDO_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

digital_VaftLDO_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

digital_VaftSwch_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

digital_VaftSwch_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

digital_VaftSwch_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

digital_VaftSwch_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

digital_VbefLDO_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

digital_VbefLDO_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

digital_VbefLDO_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

digital_VbefLDO_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

dphi_IaftLDO_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

dphi_IaftLDO_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

dphi_IaftLDO_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

dphi_IaftLDO_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

dphi_IbefLDO_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

dphi_IbefLDO_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

dphi_IbefLDO_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

dphi_IbefLDO_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

dphi_VaftLDO_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

dphi_VaftLDO_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

dphi_VaftLDO_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

dphi_VaftLDO_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

dphi_VaftSwch_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

dphi_VaftSwch_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

dphi_VaftSwch_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

dphi_VaftSwch_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

dphi_VbefLDO_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

dphi_VbefLDO_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

dphi_VbefLDO_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

dphi_VbefLDO_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

heater_IaftLDO_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

heater_IaftLDO_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

heater_IaftLDO_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

heater_IaftLDO_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

heater_IbefLDO_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

heater_IbefLDO_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

heater_IbefLDO_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

heater_IbefLDO_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

heater_VaftLDO_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

heater_VaftLDO_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

heater_VaftLDO_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

heater_VaftLDO_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

heater_VaftSwch_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

heater_VaftSwch_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

heater_VaftSwch_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

heater_VaftSwch_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

heater_VbefLDO_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

heater_VbefLDO_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

heater_VbefLDO_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

heater_VbefLDO_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

hvbias_IbefSwch_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

hvbias_IbefSwch_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

hvbias_IbefSwch_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

hvbias_IbefSwch_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

hvbias_VbefSwch_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

hvbias_VbefSwch_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

hvbias_VbefSwch_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

hvbias_VbefSwch_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

location

IDL_Type:

string

Units:

unitless

Description: reb location

od_IaftLDO_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

od_IaftLDO_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

od_IaftLDO_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

od_IaftLDO_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

od_IbefLDO_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

od_IbefLDO_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

od_IbefLDO_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

od_IbefLDO_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

od_VaftLDO2_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

od_VaftLDO2_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

od_VaftLDO2_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

od_VaftLDO2_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

od_VaftLDO_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

od_VaftLDO_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

od_VaftLDO_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

od_VaftLDO_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

od_VaftSwch_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

od_VaftSwch_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

od_VaftSwch_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

od_VaftSwch_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

od_VbefLDO_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

od_VbefLDO_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

od_VbefLDO_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

od_VbefLDO_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

power_warnHi

IDL_Type:

double

Units:

Watt

Count:

71

Description: MISSING

power_warnLo

IDL_Type:

double

Units:

Watt

Count:

71

Description: MISSING

power_limitHi

IDL_Type:

double

Units:

Watt

Count:

71

Description: MISSING

power_limitLo

IDL_Type:

double

Units:

Watt

Count:

71

Description: MISSING

rebpower_Rebps_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_rebpower_Rebps_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

boardtemp0_warnHi

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp0_warnLo

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp0_limitHi

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp0_limitLo

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp1_warnHi

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp1_warnLo

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp1_limitHi

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp1_limitLo

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp2_warnHi

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp2_warnLo

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp2_limitHi

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp2_limitLo

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp3_warnHi

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp3_warnLo

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp3_limitHi

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp3_limitLo

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp4_warnHi

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp4_warnLo

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp4_limitHi

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp4_limitLo

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp5_warnHi

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp5_warnLo

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp5_limitHi

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp5_limitLo

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp6_warnHi

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp6_warnLo

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp6_limitHi

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

boardtemp6_limitLo

IDL_Type:

double

Units:

Celsius

Count:

13

Description: MISSING

location

IDL_Type:

string

Units:

unitless

Description: rebps location

hex_Cold1_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_hex_Cold1_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

evapexittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

preexpntmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

preexpntmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

preexpntmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

preexpntmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

returnprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

superheat_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

superheat_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

superheat_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

superheat_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

supplyprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

supplyprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

supplyprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

supplyprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

supplysubcooling_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

supplysubcooling_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

supplysubcooling_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

supplysubcooling_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

supplytmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

supplytmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

supplytmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

supplytmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

hex_Cold2_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_hex_Cold2_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

evapexittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

preexpntmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

preexpntmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

preexpntmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

preexpntmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

returnprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

superheat_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

superheat_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

superheat_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

superheat_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

supplyprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

supplyprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

supplyprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

supplyprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

supplysubcooling_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

supplysubcooling_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

supplysubcooling_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

supplysubcooling_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

supplytmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

supplytmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

supplytmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

supplytmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

hex_Cryo1_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_hex_Cryo1_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

c3exittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c3exittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

c3exittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c3exittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

liquidprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

liquidprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

liquidprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

prec3tmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec3tmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec3tmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec3tmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

returnprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

hex_Cryo2_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_hex_Cryo2_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

c3exittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c3exittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

c3exittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c3exittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

liquidprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

liquidprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

liquidprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

prec3tmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec3tmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec3tmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec3tmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

returnprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

hex_Cryo3_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_hex_Cryo3_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

c3exittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c3exittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

c3exittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c3exittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

liquidprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

liquidprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

liquidprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

prec3tmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec3tmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec3tmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec3tmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

returnprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

hex_Cryo4_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_hex_Cryo4_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

c3exittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c3exittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

c3exittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c3exittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

liquidprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

liquidprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

liquidprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

prec3tmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec3tmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec3tmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec3tmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

returnprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

hex_Cryo5_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_hex_Cryo5_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

c3exittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c3exittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

c3exittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c3exittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

liquidprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

liquidprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

liquidprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

prec3tmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec3tmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec3tmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec3tmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

returnprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

hex_Cryo6_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_hex_Cryo6_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

c3exittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c3exittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

c3exittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c3exittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

c4exittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

evapexittmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

hexrtrntmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

liquidprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

liquidprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

liquidprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

prec3tmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec3tmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec3tmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec3tmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

prec4tmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

returnprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

returnprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

vaporprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

refrig_Cold1_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cold1_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

ambienttmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

ambienttmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

ambienttmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

ambienttmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

cabinettmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

cabinettmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

cabinettmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

cabinettmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

compcurrent_warnHi

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_warnLo

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_limitHi

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_limitLo

IDL_Type:

double

Units:

A

Description: MISSING

comppower_warnHi

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_warnLo

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_limitHi

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_limitLo

IDL_Type:

double

Units:

VA

Description: MISSING

compvfdcurr_warnHi

IDL_Type:

double

Units:

A

Description: MISSING

compvfdcurr_warnLo

IDL_Type:

double

Units:

A

Description: MISSING

compvfdcurr_limitHi

IDL_Type:

double

Units:

A

Description: MISSING

compvfdcurr_limitLo

IDL_Type:

double

Units:

A

Description: MISSING

compvfdfreq_warnHi

IDL_Type:

double

Units:

Hz

Description: MISSING

compvfdfreq_warnLo

IDL_Type:

double

Units:

Hz

Description: MISSING

compvfdfreq_limitHi

IDL_Type:

double

Units:

Hz

Description: MISSING

compvfdfreq_limitLo

IDL_Type:

double

Units:

Hz

Description: MISSING

compvfdvolt_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvfdvolt_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

compvfdvolt_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvfdvolt_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

coolflowrate_warnHi

IDL_Type:

double

Units:

l/min

Description: MISSING

coolflowrate_warnLo

IDL_Type:

double

Units:

l/min

Description: MISSING

coolflowrate_limitHi

IDL_Type:

double

Units:

l/min

Description: MISSING

coolflowrate_limitLo

IDL_Type:

double

Units:

l/min

Description: MISSING

coolvalveposn_warnHi

IDL_Type:

double

Units:

%

Description: MISSING

coolvalveposn_warnLo

IDL_Type:

double

Units:

%

Description: MISSING

coolvalveposn_limitHi

IDL_Type:

double

Units:

%

Description: MISSING

coolvalveposn_limitLo

IDL_Type:

double

Units:

%

Description: MISSING

dischrgprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgtmp_M_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

fan1speed_warnHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan1speed_warnLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan1speed_limitHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan1speed_limitLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan2speed_warnHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan2speed_warnLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan2speed_limitHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan2speed_limitLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan3speed_warnHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan3speed_warnLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan3speed_limitHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan3speed_limitLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

hgbvalveposn_warnHi

IDL_Type:

double

Units:

%

Description: MISSING

hgbvalveposn_warnLo

IDL_Type:

double

Units:

%

Description: MISSING

hgbvalveposn_limitHi

IDL_Type:

double

Units:

%

Description: MISSING

hgbvalveposn_limitLo

IDL_Type:

double

Units:

%

Description: MISSING

liquidsubcooling_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidsubcooling_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidsubcooling_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidsubcooling_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidtmp_M_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidtmp_M_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidtmp_M_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidtmp_M_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidtmp_P_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidtmp_P_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidtmp_P_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidtmp_P_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctionprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

suctiontmp_M_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

refrig_Cold2_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cold2_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

ambienttmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

ambienttmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

ambienttmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

ambienttmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

cabinettmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

cabinettmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

cabinettmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

cabinettmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

compcurrent_warnHi

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_warnLo

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_limitHi

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_limitLo

IDL_Type:

double

Units:

A

Description: MISSING

comppower_warnHi

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_warnLo

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_limitHi

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_limitLo

IDL_Type:

double

Units:

VA

Description: MISSING

compvfdcurr_warnHi

IDL_Type:

double

Units:

A

Description: MISSING

compvfdcurr_warnLo

IDL_Type:

double

Units:

A

Description: MISSING

compvfdcurr_limitHi

IDL_Type:

double

Units:

A

Description: MISSING

compvfdcurr_limitLo

IDL_Type:

double

Units:

A

Description: MISSING

compvfdfreq_warnHi

IDL_Type:

double

Units:

Hz

Description: MISSING

compvfdfreq_warnLo

IDL_Type:

double

Units:

Hz

Description: MISSING

compvfdfreq_limitHi

IDL_Type:

double

Units:

Hz

Description: MISSING

compvfdfreq_limitLo

IDL_Type:

double

Units:

Hz

Description: MISSING

compvfdvolt_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvfdvolt_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

compvfdvolt_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvfdvolt_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

coolflowrate_warnHi

IDL_Type:

double

Units:

l/min

Description: MISSING

coolflowrate_warnLo

IDL_Type:

double

Units:

l/min

Description: MISSING

coolflowrate_limitHi

IDL_Type:

double

Units:

l/min

Description: MISSING

coolflowrate_limitLo

IDL_Type:

double

Units:

l/min

Description: MISSING

coolvalveposn_warnHi

IDL_Type:

double

Units:

%

Description: MISSING

coolvalveposn_warnLo

IDL_Type:

double

Units:

%

Description: MISSING

coolvalveposn_limitHi

IDL_Type:

double

Units:

%

Description: MISSING

coolvalveposn_limitLo

IDL_Type:

double

Units:

%

Description: MISSING

dischrgprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgtmp_M_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

fan1speed_warnHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan1speed_warnLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan1speed_limitHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan1speed_limitLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan2speed_warnHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan2speed_warnLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan2speed_limitHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan2speed_limitLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan3speed_warnHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan3speed_warnLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan3speed_limitHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fan3speed_limitLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

hgbvalveposn_warnHi

IDL_Type:

double

Units:

%

Description: MISSING

hgbvalveposn_warnLo

IDL_Type:

double

Units:

%

Description: MISSING

hgbvalveposn_limitHi

IDL_Type:

double

Units:

%

Description: MISSING

hgbvalveposn_limitLo

IDL_Type:

double

Units:

%

Description: MISSING

liquidsubcooling_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidsubcooling_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidsubcooling_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidsubcooling_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidtmp_M_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidtmp_M_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidtmp_M_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidtmp_M_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidtmp_P_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidtmp_P_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidtmp_P_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

liquidtmp_P_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctionprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

suctiontmp_M_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

refrig_Cryo1_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cryo1_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

aftercooltmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

aftercooltmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

aftercooltmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

aftercooltmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

compcurrent_warnHi

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_warnLo

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_limitHi

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_limitLo

IDL_Type:

double

Units:

A

Description: MISSING

comppower_warnHi

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_warnLo

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_limitHi

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_limitLo

IDL_Type:

double

Units:

VA

Description: MISSING

compvoltage_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

dischrgprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgtmp_M_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

fanspeed_warnHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fanspeed_warnLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fanspeed_limitHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fanspeed_limitLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

oillevel_warnHi

IDL_Type:

double

Units:

mm

Description: MISSING

oillevel_warnLo

IDL_Type:

double

Units:

mm

Description: MISSING

oillevel_limitHi

IDL_Type:

double

Units:

mm

Description: MISSING

oillevel_limitLo

IDL_Type:

double

Units:

mm

Description: MISSING

oilseptmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

oilseptmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

oilseptmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

oilseptmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctionprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

suctiontmp_M_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

refrig_Cryo2_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cryo2_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

aftercooltmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

aftercooltmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

aftercooltmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

aftercooltmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

compcurrent_warnHi

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_warnLo

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_limitHi

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_limitLo

IDL_Type:

double

Units:

A

Description: MISSING

comppower_warnHi

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_warnLo

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_limitHi

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_limitLo

IDL_Type:

double

Units:

VA

Description: MISSING

compvoltage_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

dischrgprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgtmp_M_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

fanspeed_warnHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fanspeed_warnLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fanspeed_limitHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fanspeed_limitLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

oillevel_warnHi

IDL_Type:

double

Units:

mm

Description: MISSING

oillevel_warnLo

IDL_Type:

double

Units:

mm

Description: MISSING

oillevel_limitHi

IDL_Type:

double

Units:

mm

Description: MISSING

oillevel_limitLo

IDL_Type:

double

Units:

mm

Description: MISSING

oilseptmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

oilseptmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

oilseptmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

oilseptmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctionprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

suctiontmp_M_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

refrig_Cryo3_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cryo3_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

aftercooltmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

aftercooltmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

aftercooltmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

aftercooltmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

ambienttmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

ambienttmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

ambienttmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

ambienttmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

cabinettmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

cabinettmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

cabinettmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

cabinettmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

compcurrent_warnHi

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_warnLo

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_limitHi

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_limitLo

IDL_Type:

double

Units:

A

Description: MISSING

comppower_warnHi

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_warnLo

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_limitHi

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_limitLo

IDL_Type:

double

Units:

VA

Description: MISSING

compvoltage_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

dischrgprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgtmp_M_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

fanspeed_warnHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fanspeed_warnLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fanspeed_limitHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fanspeed_limitLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

oillevel_warnHi

IDL_Type:

double

Units:

mm

Description: MISSING

oillevel_warnLo

IDL_Type:

double

Units:

mm

Description: MISSING

oillevel_limitHi

IDL_Type:

double

Units:

mm

Description: MISSING

oillevel_limitLo

IDL_Type:

double

Units:

mm

Description: MISSING

oilseptmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

oilseptmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

oilseptmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

oilseptmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctionprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

suctiontmp_M_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

refrig_Cryo4_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cryo4_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

aftercooltmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

aftercooltmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

aftercooltmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

aftercooltmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

compcurrent_warnHi

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_warnLo

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_limitHi

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_limitLo

IDL_Type:

double

Units:

A

Description: MISSING

comppower_warnHi

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_warnLo

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_limitHi

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_limitLo

IDL_Type:

double

Units:

VA

Description: MISSING

compvoltage_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

dischrgprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgtmp_M_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

fanspeed_warnHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fanspeed_warnLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fanspeed_limitHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fanspeed_limitLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

oillevel_warnHi

IDL_Type:

double

Units:

mm

Description: MISSING

oillevel_warnLo

IDL_Type:

double

Units:

mm

Description: MISSING

oillevel_limitHi

IDL_Type:

double

Units:

mm

Description: MISSING

oillevel_limitLo

IDL_Type:

double

Units:

mm

Description: MISSING

oilseptmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

oilseptmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

oilseptmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

oilseptmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctionprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

suctiontmp_M_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

refrig_Cryo5_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cryo5_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

aftercooltmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

aftercooltmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

aftercooltmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

aftercooltmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

ambienttmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

ambienttmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

ambienttmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

ambienttmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

cabinettmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

cabinettmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

cabinettmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

cabinettmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

compcurrent_warnHi

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_warnLo

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_limitHi

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_limitLo

IDL_Type:

double

Units:

A

Description: MISSING

comppower_warnHi

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_warnLo

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_limitHi

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_limitLo

IDL_Type:

double

Units:

VA

Description: MISSING

compvoltage_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

dischrgprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgtmp_M_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

fanspeed_warnHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fanspeed_warnLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fanspeed_limitHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fanspeed_limitLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

oillevel_warnHi

IDL_Type:

double

Units:

mm

Description: MISSING

oillevel_warnLo

IDL_Type:

double

Units:

mm

Description: MISSING

oillevel_limitHi

IDL_Type:

double

Units:

mm

Description: MISSING

oillevel_limitLo

IDL_Type:

double

Units:

mm

Description: MISSING

oilseptmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

oilseptmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

oilseptmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

oilseptmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctionprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

suctiontmp_M_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

refrig_Cryo6_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_Cryo6_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

aftercooltmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

aftercooltmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

aftercooltmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

aftercooltmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

compcurrent_warnHi

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_warnLo

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_limitHi

IDL_Type:

double

Units:

A

Description: MISSING

compcurrent_limitLo

IDL_Type:

double

Units:

A

Description: MISSING

comppower_warnHi

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_warnLo

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_limitHi

IDL_Type:

double

Units:

VA

Description: MISSING

comppower_limitLo

IDL_Type:

double

Units:

VA

Description: MISSING

compvoltage_warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

compvoltage_limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

dischrgprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

dischrgtmp_M_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_M_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

dischrgtmp_P_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

fanspeed_warnHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fanspeed_warnLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fanspeed_limitHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

fanspeed_limitLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

oillevel_warnHi

IDL_Type:

double

Units:

mm

Description: MISSING

oillevel_warnLo

IDL_Type:

double

Units:

mm

Description: MISSING

oillevel_limitHi

IDL_Type:

double

Units:

mm

Description: MISSING

oillevel_limitLo

IDL_Type:

double

Units:

mm

Description: MISSING

oilseptmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

oilseptmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

oilseptmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

oilseptmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

phaseseptmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctionprs_warnHi

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_warnLo

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_limitHi

IDL_Type:

double

Units:

psia

Description: MISSING

suctionprs_limitLo

IDL_Type:

double

Units:

psia

Description: MISSING

suctiontmp_M_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_M_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

suctiontmp_P_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

surgetanktmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterintmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

waterouttmp_limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

daq_monitor_Store_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_daq_monitor_Store_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

capacity_warnHi

IDL_Type:

double

Units:

Gbyte

Description: MISSING

capacity_warnLo

IDL_Type:

double

Units:

Gbyte

Description: MISSING

capacity_limitHi

IDL_Type:

double

Units:

Gbyte

Description: MISSING

capacity_limitLo

IDL_Type:

double

Units:

Gbyte

Description: MISSING

freefraction_warnHi

IDL_Type:

double

Units:

unitless

Description: MISSING

freefraction_warnLo

IDL_Type:

double

Units:

unitless

Description: MISSING

freefraction_limitHi

IDL_Type:

double

Units:

unitless

Description: MISSING

freefraction_limitLo

IDL_Type:

double

Units:

unitless

Description: MISSING

freespace_warnHi

IDL_Type:

double

Units:

Gbyte

Description: MISSING

freespace_warnLo

IDL_Type:

double

Units:

Gbyte

Description: MISSING

freespace_limitHi

IDL_Type:

double

Units:

Gbyte

Description: MISSING

freespace_limitLo

IDL_Type:

double

Units:

Gbyte

Description: MISSING

focal_plane_Ccd_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_Ccd_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

gdv_warnHi

IDL_Type:

double

Units:

Volt

Count:

201

Description: MISSING

gdv_warnLo

IDL_Type:

double

Units:

Volt

Count:

201

Description: MISSING

gdv_limitHi

IDL_Type:

double

Units:

Volt

Count:

201

Description: MISSING

gdv_limitLo

IDL_Type:

double

Units:

Volt

Count:

201

Description: MISSING

location

IDL_Type:

string

Units:

unitless

Description: ccd location

odi_warnHi

IDL_Type:

double

Units:

mA

Count:

201

Description: MISSING

odi_warnLo

IDL_Type:

double

Units:

mA

Count:

201

Description: MISSING

odi_limitHi

IDL_Type:

double

Units:

mA

Count:

201

Description: MISSING

odi_limitLo

IDL_Type:

double

Units:

mA

Count:

201

Description: MISSING

odv_warnHi

IDL_Type:

double

Units:

Volt

Count:

201

Description: MISSING

odv_warnLo

IDL_Type:

double

Units:

Volt

Count:

201

Description: MISSING

odv_limitHi

IDL_Type:

double

Units:

Volt

Count:

201

Description: MISSING

odv_limitLo

IDL_Type:

double

Units:

Volt

Count:

201

Description: MISSING

ogv_warnHi

IDL_Type:

double

Units:

Volt

Count:

201

Description: MISSING

ogv_warnLo

IDL_Type:

double

Units:

Volt

Count:

201

Description: MISSING

ogv_limitHi

IDL_Type:

double

Units:

Volt

Count:

201

Description: MISSING

ogv_limitLo

IDL_Type:

double

Units:

Volt

Count:

201

Description: MISSING

rdv_warnHi

IDL_Type:

double

Units:

Volt

Count:

201

Description: MISSING

rdv_warnLo

IDL_Type:

double

Units:

Volt

Count:

201

Description: MISSING

rdv_limitHi

IDL_Type:

double

Units:

Volt

Count:

201

Description: MISSING

rdv_limitLo

IDL_Type:

double

Units:

Volt

Count:

201

Description: MISSING

temp_warnHi

IDL_Type:

double

Units:

Celsius

Count:

201

Description: MISSING

temp_warnLo

IDL_Type:

double

Units:

Celsius

Count:

201

Description: MISSING

temp_limitHi

IDL_Type:

double

Units:

Celsius

Count:

201

Description: MISSING

temp_limitLo

IDL_Type:

double

Units:

Celsius

Count:

201

Description: MISSING

focal_plane_RebTotalPower_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_RebTotalPower_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Watt

Description: MISSING

warnLo

IDL_Type:

double

Units:

Watt

Description: MISSING

limitHi

IDL_Type:

double

Units:

Watt

Description: MISSING

limitLo

IDL_Type:

double

Units:

Watt

Description: MISSING

focal_plane_Reb_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_Reb_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

anai_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

anai_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

anai_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

anai_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

anav_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

anav_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

anav_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

anav_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

aspicl_Temp0_warnHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicl_Temp0_warnLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicl_Temp0_limitHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicl_Temp0_limitLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicl_Temp1_warnHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicl_Temp1_warnLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicl_Temp1_limitHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicl_Temp1_limitLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicl_Temp2_warnHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicl_Temp2_warnLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicl_Temp2_limitHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicl_Temp2_limitLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicu_Temp0_warnHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicu_Temp0_warnLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicu_Temp0_limitHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicu_Temp0_limitLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicu_Temp1_warnHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicu_Temp1_warnLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicu_Temp1_limitHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicu_Temp1_limitLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicu_Temp2_warnHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicu_Temp2_warnLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicu_Temp2_limitHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

aspicu_Temp2_limitLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

clkhi_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clkhi_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clkhi_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clkhi_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clkhv_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clkhv_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clkhv_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clkhv_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clkli_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clkli_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clkli_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clkli_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

clklv_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clklv_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clklv_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

clklv_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

digi_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

digi_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

digi_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

digi_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

digv_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

digv_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

digv_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

digv_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

hvbiasswitch_warnHi

IDL_Type:

double

Units:

unitless

Count:

71

Description: MISSING

hvbiasswitch_warnLo

IDL_Type:

double

Units:

unitless

Count:

71

Description: MISSING

hvbiasswitch_limitHi

IDL_Type:

double

Units:

unitless

Count:

71

Description: MISSING

hvbiasswitch_limitLo

IDL_Type:

double

Units:

unitless

Count:

71

Description: MISSING

htrpi_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

htrpi_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

htrpi_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

htrpi_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

htrpv_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

htrpv_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

htrpv_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

htrpv_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

htrv_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

htrv_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

htrv_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

htrv_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

htrw_warnHi

IDL_Type:

double

Units:

Watt

Count:

71

Description: MISSING

htrw_warnLo

IDL_Type:

double

Units:

Watt

Count:

71

Description: MISSING

htrw_limitHi

IDL_Type:

double

Units:

Watt

Count:

71

Description: MISSING

htrw_limitLo

IDL_Type:

double

Units:

Watt

Count:

71

Description: MISSING

location

IDL_Type:

string

Units:

unitless

Description: reb location

odi_warnHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

odi_warnLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

odi_limitHi

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

odi_limitLo

IDL_Type:

double

Units:

mA

Count:

71

Description: MISSING

odv_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

odv_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

odv_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

odv_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

pclk0_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

pclk0_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

pclk0_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

pclk0_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

pclk1_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

pclk1_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

pclk1_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

pclk1_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

pclkl_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

pclkl_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

pclkl_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

pclkl_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

pclku_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

pclku_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

pclku_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

pclku_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

power_warnHi

IDL_Type:

double

Units:

Watt

Count:

71

Description: MISSING

power_warnLo

IDL_Type:

double

Units:

Watt

Count:

71

Description: MISSING

power_limitHi

IDL_Type:

double

Units:

Watt

Count:

71

Description: MISSING

power_limitLo

IDL_Type:

double

Units:

Watt

Count:

71

Description: MISSING

rg0_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

rg0_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

rg0_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

rg0_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

rg1_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

rg1_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

rg1_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

rg1_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

rgl_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

rgl_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

rgl_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

rgl_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

rgu_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

rgu_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

rgu_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

rgu_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

rtdtemp_warnHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

rtdtemp_warnLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

rtdtemp_limitHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

rtdtemp_limitLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

ref05v_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

ref05v_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

ref05v_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

ref05v_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

ref125v_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

ref125v_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

ref125v_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

ref125v_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

ref15v_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

ref15v_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

ref15v_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

ref15v_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

ref25v_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

ref25v_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

ref25v_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

ref25v_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

refn12_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

refn12_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

refn12_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

refn12_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

refp12_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

refp12_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

refp12_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

refp12_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

sclk0_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

sclk0_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

sclk0_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

sclk0_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

sclk1_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

sclk1_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

sclk1_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

sclk1_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

sclkl_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

sclkl_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

sclkl_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

sclkl_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

sclku_warnHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

sclku_warnLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

sclku_limitHi

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

sclku_limitLo

IDL_Type:

double

Units:

Volt

Count:

71

Description: MISSING

temp10_warnHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp10_warnLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp10_limitHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp10_limitLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp1_warnHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp1_warnLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp1_limitHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp1_limitLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp2_warnHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp2_warnLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp2_limitHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp2_limitLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp3_warnHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp3_warnLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp3_limitHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp3_limitLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp4_warnHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp4_warnLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp4_limitHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp4_limitLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp5_warnHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp5_warnLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp5_limitHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp5_limitLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp6_warnHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp6_warnLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp6_limitHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp6_limitLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp7_warnHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp7_warnLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp7_limitHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp7_limitLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp8_warnHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp8_warnLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp8_limitHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp8_limitLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp9_warnHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp9_warnLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp9_limitHi

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

temp9_limitLo

IDL_Type:

double

Units:

Celsius

Count:

71

Description: MISSING

focal_plane_Segment_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_Segment_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

i_warnHi

IDL_Type:

double

Units:

mA

Count:

3024

Description: MISSING

i_warnLo

IDL_Type:

double

Units:

mA

Count:

3024

Description: MISSING

i_limitHi

IDL_Type:

double

Units:

mA

Count:

3024

Description: MISSING

i_limitLo

IDL_Type:

double

Units:

mA

Count:

3024

Description: MISSING

location

IDL_Type:

string

Units:

unitless

Description: segment location

fcs_TempCellXminus_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_TempCellXminus_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

fcs_TempClampMotorXminus_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_TempClampMotorXminus_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

fcs_TempClampMotorXplus_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_TempClampMotorXplus_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

fcs_TempClampMotorYminus_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_TempClampMotorYminus_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

fcs_TempFrontBox_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_TempFrontBox_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

fcs_TempLinearRailMotorXminus_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_TempLinearRailMotorXminus_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

fcs_TempLinearRailMotorXplus_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_TempLinearRailMotorXplus_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

fcs_TempRearBox_LimitsConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_TempRearBox_LimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

warnLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

limitHi

IDL_Type:

double

Units:

Celsius

Description: MISSING

limitLo

IDL_Type:

double

Units:

Celsius

Description: MISSING

quadbox_PeriodicTasksConfiguration

EFDB_Topic:

MTCamera_logevent_quadbox_PeriodicTasksConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

schedulers_default_nTasks

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_default_nThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_monitor_update_publish_scheduler_nTasks

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_monitor_update_publish_scheduler_nThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

rebpower_PeriodicTasksConfiguration

EFDB_Topic:

MTCamera_logevent_rebpower_PeriodicTasksConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

schedulers_default_nTasks

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_default_nThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_monitor_check_scheduler_nTasks

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_monitor_check_scheduler_nThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_monitor_update_publish_scheduler_nTasks

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_monitor_update_publish_scheduler_nThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

hex_PeriodicTasksConfiguration

EFDB_Topic:

MTCamera_logevent_hex_PeriodicTasksConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

schedulers_default_nTasks

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_default_nThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_monitor_update_publish_scheduler_nTasks

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_monitor_update_publish_scheduler_nThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

refrig_PeriodicTasksConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_PeriodicTasksConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

schedulers_default_nTasks

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_default_nThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_monitor_update_publish_scheduler_nTasks

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_monitor_update_publish_scheduler_nThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

daq_monitor_PeriodicTasksConfiguration

EFDB_Topic:

MTCamera_logevent_daq_monitor_PeriodicTasksConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

schedulers_default_nTasks

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_default_nThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_monitor_update_publish_scheduler_nTasks

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_monitor_update_publish_scheduler_nThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

focal_plane_PeriodicTasksConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_PeriodicTasksConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

schedulers_default_nTasks

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_default_nThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_monitor_check_scheduler_nTasks

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_monitor_check_scheduler_nThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_monitor_update_publish_scheduler_nTasks

IDL_Type:

long

Units:

unitless

Description: MISSING

schedulers_monitor_update_publish_scheduler_nThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

rebpower_Rebps_PowerConfiguration

EFDB_Topic:

MTCamera_logevent_rebpower_Rebps_PowerConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

ipAddr

IDL_Type:

string

Units:

unitless

Description: MISSING (colon delimited array)

location

IDL_Type:

string

Units:

unitless

Description: rebps location

nPowerOnPub

IDL_Type:

long

Units:

unitless

Count:

13

Description: Number of publications after a power on sequence

quadbox_BFR_QuadboxConfiguration

EFDB_Topic:

MTCamera_logevent_quadbox_BFR_QuadboxConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

node

IDL_Type:

long

Units:

unitless

Description: MISSING

quadbox_PDU_24VC_QuadboxConfiguration

EFDB_Topic:

MTCamera_logevent_quadbox_PDU_24VC_QuadboxConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

node

IDL_Type:

long

Units:

unitless

Description: MISSING

quadbox_PDU_24VD_QuadboxConfiguration

EFDB_Topic:

MTCamera_logevent_quadbox_PDU_24VD_QuadboxConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

node

IDL_Type:

long

Units:

unitless

Description: MISSING

quadbox_PDU_48V_QuadboxConfiguration

EFDB_Topic:

MTCamera_logevent_quadbox_PDU_48V_QuadboxConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

node

IDL_Type:

long

Units:

unitless

Description: MISSING

quadbox_PDU_5V_QuadboxConfiguration

EFDB_Topic:

MTCamera_logevent_quadbox_PDU_5V_QuadboxConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

node

IDL_Type:

long

Units:

unitless

Description: MISSING

quadbox_REB_Bulk_PS_QuadboxConfiguration

EFDB_Topic:

MTCamera_logevent_quadbox_REB_Bulk_PS_QuadboxConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

node

IDL_Type:

long

Units:

unitless

Description: MISSING

focal_plane_Raft_RaftTempControlConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_Raft_RaftTempControlConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

location

IDL_Type:

string

Units:

unitless

Description: raft location

tempcontrol_basePower

IDL_Type:

double

Units:

Watt

Count:

25

Description: base power input

tempcontrol_coefD

IDL_Type:

double

Units:

unitless

Count:

25

Description: PID D coeficient

tempcontrol_coefI

IDL_Type:

double

Units:

unitless

Count:

25

Description: PID I coeficient

tempcontrol_coefP

IDL_Type:

double

Units:

unitless

Count:

25

Description: PID P coeficient

tempcontrol_maxInput

IDL_Type:

double

Units:

unitless

Count:

25

Description: maximum input

tempcontrol_maxOutput

IDL_Type:

double

Units:

Watt

Count:

25

Description: maximum PID output

tempcontrol_minInput

IDL_Type:

double

Units:

unitless

Count:

25

Description: minimum input

tempcontrol_minOutput

IDL_Type:

double

Units:

Watt

Count:

25

Description: minimum PID output

tempcontrol_rebs

IDL_Type:

string

Units:

unitless

Description: The REBs with heaters to use (colon delimited array)

tempcontrol_setTemp

IDL_Type:

double

Units:

C

Count:

25

Description: Temperature set point

tempcontrol_smoothTime

IDL_Type:

double

Units:

second

Count:

25

Description: input smoothing time

tempcontrol_tempChans

IDL_Type:

string

Units:

unitless

Description: Temperature channels to use (colon delimited array)

tempcontrol_timeConst

IDL_Type:

double

Units:

second

Count:

25

Description: integration time constant

focal_plane_Raft_RaftTempControlStatusConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_Raft_RaftTempControlStatusConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

location

IDL_Type:

string

Units:

unitless

Description: raft location

tempcontrol_active

IDL_Type:

boolean

Units:

unitless

Count:

25

Description: True if loop is active

focal_plane_Ccd_RaftsConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_Ccd_RaftsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

location

IDL_Type:

string

Units:

unitless

Description: ccd location

focal_plane_Reb_RaftsConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_Reb_RaftsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

bias0_csGateP

IDL_Type:

double

Units:

mA

Count:

71

Description: Current source

bias0_gdP

IDL_Type:

double

Units:

Volt

Count:

71

Description: Guard diode

bias0_odP

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output drain

bias0_ogP

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output gate

bias0_rdP

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset drain

bias1_csGateP

IDL_Type:

double

Units:

mA

Count:

71

Description: Current source

bias1_gdP

IDL_Type:

double

Units:

Volt

Count:

71

Description: Guard diode

bias1_odP

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output drain

bias1_ogP

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output gate

bias1_rdP

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset drain

bias2_csGateP

IDL_Type:

double

Units:

mA

Count:

71

Description: Current source

bias2_gdP

IDL_Type:

double

Units:

Volt

Count:

71

Description: Guard diode

bias2_odP

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output drain

bias2_ogP

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output gate

bias2_rdP

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset drain

dac_pclkHighP

IDL_Type:

double

Units:

Volt

Count:

71

Description: Parallel clock high

dac_pclkLowP

IDL_Type:

double

Units:

Volt

Count:

71

Description: Parallel clock low

dac_rgHighP

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset gate high

dac_rgLowP

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset gate low

dac_sclkHighP

IDL_Type:

double

Units:

Volt

Count:

71

Description: Serial clock high

dac_sclkLowP

IDL_Type:

double

Units:

Volt

Count:

71

Description: Serial clock low

disableRTDHardwareCheck

IDL_Type:

boolean

Units:

unitless

Count:

71

Description: Disables the RTD derived CCD type check.

location

IDL_Type:

string

Units:

unitless

Description: reb location

serialNum

IDL_Type:

long long

Units:

unitless

Count:

71

Description: MISSING

focal_plane_Reb_RaftsLimitsConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_Reb_RaftsLimitsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

bias0_gdMax

IDL_Type:

double

Units:

Volt

Count:

71

Description: Guard diode max

bias0_gdMin

IDL_Type:

double

Units:

Volt

Count:

71

Description: Guard diode min

bias0_odMax

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output drain max

bias0_odMin

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output drain min

bias0_ogMax

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output gate max

bias0_ogMin

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output gate min

bias0_rdMax

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset drain max

bias0_rdMin

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset drain min

bias1_gdMax

IDL_Type:

double

Units:

Volt

Count:

71

Description: Guard diode max

bias1_gdMin

IDL_Type:

double

Units:

Volt

Count:

71

Description: Guard diode min

bias1_odMax

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output drain max

bias1_odMin

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output drain min

bias1_ogMax

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output gate max

bias1_ogMin

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output gate min

bias1_rdMax

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset drain max

bias1_rdMin

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset drain min

bias2_gdMax

IDL_Type:

double

Units:

Volt

Count:

71

Description: Guard diode max

bias2_gdMin

IDL_Type:

double

Units:

Volt

Count:

71

Description: Guard diode min

bias2_odMax

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output drain max

bias2_odMin

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output drain min

bias2_ogMax

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output gate max

bias2_ogMin

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output gate min

bias2_rdMax

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset drain max

bias2_rdMin

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset drain min

dac_pclkHighMax

IDL_Type:

double

Units:

Volt

Count:

71

Description: Parallel clock high max

dac_pclkHighMin

IDL_Type:

double

Units:

Volt

Count:

71

Description: Parallel clock high min

dac_pclkLowMax

IDL_Type:

double

Units:

Volt

Count:

71

Description: Parallel clock low max

dac_pclkLowMin

IDL_Type:

double

Units:

Volt

Count:

71

Description: Parallel clock low min

dac_rgHighMax

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset gate high max

dac_rgHighMin

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset gate high min

dac_rgLowMax

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset gate low max

dac_rgLowMin

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset gate low min

dac_sclkHighMax

IDL_Type:

double

Units:

Volt

Count:

71

Description: Serial clock high max

dac_sclkHighMin

IDL_Type:

double

Units:

Volt

Count:

71

Description: Serial clock high min

dac_sclkLowMax

IDL_Type:

double

Units:

Volt

Count:

71

Description: Serial clock low max

dac_sclkLowMin

IDL_Type:

double

Units:

Volt

Count:

71

Description: Serial clock low min

location

IDL_Type:

string

Units:

unitless

Description: reb location

focal_plane_Reb_RaftsPowerConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_Reb_RaftsPowerConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

bias0_gdCal

IDL_Type:

double

Units:

unitless

Count:

71

Description: GD convert factor

bias0_gdTestVolts

IDL_Type:

double

Units:

Volt

Count:

71

Description: Shorts Test Voltage for GD

bias0_gdTol

IDL_Type:

double

Units:

Volt

Count:

71

Description: Guard diode tolerance

bias0_gdValueErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for GD at TestVolts

bias0_gdZeroErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for GD at 0V

bias0_odCal

IDL_Type:

double

Units:

unitless

Count:

71

Description: OD convert factor

bias0_odIMax

IDL_Type:

double

Units:

A

Count:

71

Description: Max ODI value

bias0_odTol

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output drain tolerance

bias0_odZeroErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for OD at 0V

bias0_ogCal

IDL_Type:

double

Units:

unitless

Count:

71

Description: OG convert factor

bias0_ogTestVolts

IDL_Type:

double

Units:

Volt

Count:

71

Description: Shorts Test Voltage for OG

bias0_ogTol

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output gate tolerance

bias0_ogValueErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for OG at TestVolts

bias0_ogZeroErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for OG at 0V

bias0_rdCal

IDL_Type:

double

Units:

unitless

Count:

71

Description: RD convert factor

bias0_rdTestVolts

IDL_Type:

double

Units:

Volt

Count:

71

Description: Shorts Test Voltage for RD

bias0_rdTol

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset drain tolerance

bias0_rdValueErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for RD at TestVolts

bias0_rdZeroErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for RD at 0V

bias1_gdCal

IDL_Type:

double

Units:

unitless

Count:

71

Description: GD convert factor

bias1_gdTestVolts

IDL_Type:

double

Units:

Volt

Count:

71

Description: Shorts Test Voltage for GD

bias1_gdTol

IDL_Type:

double

Units:

Volt

Count:

71

Description: Guard diode tolerance

bias1_gdValueErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for GD at TestVolts

bias1_gdZeroErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for GD at 0V

bias1_odCal

IDL_Type:

double

Units:

unitless

Count:

71

Description: OD convert factor

bias1_odIMax

IDL_Type:

double

Units:

A

Count:

71

Description: Max ODI value

bias1_odTol

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output drain tolerance

bias1_odZeroErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for OD at 0V

bias1_ogCal

IDL_Type:

double

Units:

unitless

Count:

71

Description: OG convert factor

bias1_ogTestVolts

IDL_Type:

double

Units:

Volt

Count:

71

Description: Shorts Test Voltage for OG

bias1_ogTol

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output gate tolerance

bias1_ogValueErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for OG at TestVolts

bias1_ogZeroErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for OG at 0V

bias1_rdCal

IDL_Type:

double

Units:

unitless

Count:

71

Description: RD convert factor

bias1_rdTestVolts

IDL_Type:

double

Units:

Volt

Count:

71

Description: Shorts Test Voltage for RD

bias1_rdTol

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset drain tolerance

bias1_rdValueErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for RD at TestVolts

bias1_rdZeroErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for RD at 0V

bias2_gdCal

IDL_Type:

double

Units:

unitless

Count:

71

Description: GD convert factor

bias2_gdTestVolts

IDL_Type:

double

Units:

Volt

Count:

71

Description: Shorts Test Voltage for GD

bias2_gdTol

IDL_Type:

double

Units:

Volt

Count:

71

Description: Guard diode tolerance

bias2_gdValueErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for GD at TestVolts

bias2_gdZeroErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for GD at 0V

bias2_odCal

IDL_Type:

double

Units:

unitless

Count:

71

Description: OD convert factor

bias2_odIMax

IDL_Type:

double

Units:

A

Count:

71

Description: Max ODI value

bias2_odTol

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output drain tolerance

bias2_odZeroErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for OD at 0V

bias2_ogCal

IDL_Type:

double

Units:

unitless

Count:

71

Description: OG convert factor

bias2_ogTestVolts

IDL_Type:

double

Units:

Volt

Count:

71

Description: Shorts Test Voltage for OG

bias2_ogTol

IDL_Type:

double

Units:

Volt

Count:

71

Description: Output gate tolerance

bias2_ogValueErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for OG at TestVolts

bias2_ogZeroErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for OG at 0V

bias2_rdCal

IDL_Type:

double

Units:

unitless

Count:

71

Description: RD convert factor

bias2_rdTestVolts

IDL_Type:

double

Units:

Volt

Count:

71

Description: Shorts Test Voltage for RD

bias2_rdTol

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset drain tolerance

bias2_rdValueErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for RD at TestVolts

bias2_rdZeroErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for RD at 0V

clkhiAmin

IDL_Type:

double

Units:

A

Count:

71

Description: Minimum ON_State CLKHI (A) per REB

clkhiQmax

IDL_Type:

double

Units:

A

Count:

71

Description: Max OFF_State CLKHI (A) per REB

clkliAmin

IDL_Type:

double

Units:

A

Count:

71

Description: Minimum ON_State CLKLI (A) per REB

clkliQmax

IDL_Type:

double

Units:

A

Count:

71

Description: Max OFF_State CLKLI (A) per REB

dac_clkhIMax

IDL_Type:

double

Units:

A

Count:

71

Description: Max ClkHI value

dac_clklIMax

IDL_Type:

double

Units:

A

Count:

71

Description: Max ClkLI value

dac_pclkHighCal

IDL_Type:

double

Units:

unitless

Count:

71

Description: Parallel high calib

dac_pclkHighTestV

IDL_Type:

double

Units:

Volt

Count:

71

Description: Shorts Test Voltage for PClkU

dac_pclkHighTol

IDL_Type:

double

Units:

Volt

Count:

71

Description: Parallel high tolerance

dac_pclkHighValueErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for PClkU TestV

dac_pclkHighZeroErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for 0V w/PClkU test

dac_pclkLowCal

IDL_Type:

double

Units:

unitless

Count:

71

Description: Parallel low calib

dac_pclkLowTestV

IDL_Type:

double

Units:

Volt

Count:

71

Description: Shorts Test Voltage for PClkL

dac_pclkLowTol

IDL_Type:

double

Units:

Volt

Count:

71

Description: Parallel low tolerance

dac_pclkLowValueErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for PClkL TestV

dac_pclkLowZeroErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for 0V w/PClkL test

dac_rgHighCal

IDL_Type:

double

Units:

unitless

Count:

71

Description: Reset high calib

dac_rgHighTestV

IDL_Type:

double

Units:

Volt

Count:

71

Description: Shorts Test Voltage for RGU

dac_rgHighTol

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset high tolerance

dac_rgHighValueErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for RGU TestV

dac_rgHighZeroErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for 0V w/RGU test

dac_rgLowCal

IDL_Type:

double

Units:

unitless

Count:

71

Description: Reset low calib

dac_rgLowTestV

IDL_Type:

double

Units:

Volt

Count:

71

Description: Shorts Test Voltage for RGL

dac_rgLowTol

IDL_Type:

double

Units:

Volt

Count:

71

Description: Reset low tolerance

dac_rgLowValueErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for RGL TestV

dac_rgLowZeroErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for 0V w/RGL test

dac_sclkHighCal

IDL_Type:

double

Units:

unitless

Count:

71

Description: Serial high calib

dac_sclkHighTestV

IDL_Type:

double

Units:

Volt

Count:

71

Description: Shorts Test Voltage for SClkU

dac_sclkHighTol

IDL_Type:

double

Units:

Volt

Count:

71

Description: Serial high tolerance

dac_sclkHighValueErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for SClkU TestV

dac_sclkHighZeroErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for 0V w/SClkU test

dac_sclkLowCal

IDL_Type:

double

Units:

unitless

Count:

71

Description: Serial low calib

dac_sclkLowTestV

IDL_Type:

double

Units:

Volt

Count:

71

Description: Shorts Test Voltage for SClkL

dac_sclkLowTol

IDL_Type:

double

Units:

Volt

Count:

71

Description: Serial low tolerance

dac_sclkLowValueErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for SClkL TestV

dac_sclkLowZeroErr

IDL_Type:

double

Units:

Volt

Count:

71

Description: Tolerance for 0V w/SClkL test

location

IDL_Type:

string

Units:

unitless

Description: reb location

maxDelta

IDL_Type:

double

Units:

Volt

Count:

71

Description: Max allowed SlowAdcs delta

maxStep

IDL_Type:

double

Units:

Volt

Count:

71

Description: Max allowed SlowAdcs step

minTol

IDL_Type:

double

Units:

Volt

Count:

71

Description: Min allowed SlowAdcs tolerance

nPowerOnPub

IDL_Type:

long

Units:

unitless

Count:

71

Description: Number of consequtive monitor-update pubs after trigger

odiAmin

IDL_Type:

double

Units:

A

Count:

71

Description: Minimum ON_State ODI (A) per CCD

odiQmax

IDL_Type:

double

Units:

A

Count:

71

Description: Max OFF_State ODI (A) per CCD

rebpower_RebConfiguration

EFDB_Topic:

MTCamera_logevent_rebpower_RebConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

dphi

IDL_Type:

long

Units:

unitless

Count:

71

Description: MISSING

hvBias

IDL_Type:

long

Units:

unitless

Count:

71

Description: MISSING

location

IDL_Type:

string

Units:

unitless

Description: reb location

vacuum_RuntimeInfoConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_RuntimeInfoConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

vacuum_SchedulersConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_SchedulersConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

default_nTasks

IDL_Type:

long

Units:

unitless

Description: MISSING

default_nThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

monitor_update_publish_scheduler_nTasks

IDL_Type:

long

Units:

unitless

Description: MISSING

monitor_update_publish_scheduler_nThreads

IDL_Type:

long

Units:

unitless

Description: MISSING

focal_plane_SequencerConfig_SequencerConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_SequencerConfig_SequencerConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

clearCountParameter

IDL_Type:

string

Units:

unitless

Description: Name of the clear count parameter

clearMain

IDL_Type:

string

Units:

unitless

Description: Name of the clear main

idleFlushMain

IDL_Type:

string

Units:

unitless

Description: Name of the idle flush main

idleFlushTimeout

IDL_Type:

long long

Units:

unitless

Description: Idle time in milliseconds before sequencer will enter IDLE_FLUSH. Can be zero (enter immeidately) or negative (never)

integrateMain

IDL_Type:

string

Units:

unitless

Description: Name of the integrate main

metaDataRegisters

IDL_Type:

string

Units:

unitless

Description: Names of meta-data related registers which must be in the sequencer

overCols

IDL_Type:

long

Units:

unitless

Description: MISSING

overRows

IDL_Type:

long

Units:

unitless

Description: MISSING

postCols

IDL_Type:

long

Units:

unitless

Description: MISSING

postRows

IDL_Type:

long

Units:

unitless

Description: MISSING

preCols

IDL_Type:

long

Units:

unitless

Description: MISSING

preRows

IDL_Type:

long

Units:

unitless

Description: MISSING

pseudoReadMain

IDL_Type:

string

Units:

unitless

Description: Name of the pseudo read main

readCols

IDL_Type:

long

Units:

unitless

Description: MISSING

readCols2

IDL_Type:

long

Units:

unitless

Description: MISSING

readMain

IDL_Type:

string

Units:

unitless

Description: Name of the read main

readRows

IDL_Type:

long

Units:

unitless

Description: MISSING

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: MISSING

sequencerChecksums

IDL_Type:

string

Units:

unitless

Description: MISSING

shiftCountParameter

IDL_Type:

string

Units:

unitless

Description: Name of the shift count parameter

stepAfterIntegrate

IDL_Type:

boolean

Units:

unitless

Description: Perform a step rather than stop after integrate

transparentMode

IDL_Type:

long

Units:

unitless

Description: True if the ASPIC is in transparent mode

underCols

IDL_Type:

long

Units:

unitless

Description: MISSING

useParallelRegisters

IDL_Type:

boolean

Units:

unitless

Description: Read all registers in parallel when waiting for sequencers to stop

daq_monitor_Stats_StatisticsConfiguration

EFDB_Topic:

MTCamera_logevent_daq_monitor_Stats_StatisticsConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

minDiffAlertWarning

IDL_Type:

long

Units:

unitless

Description: minimum difference between successive reads to raise Alert at warning level

minDiffLogWarning

IDL_Type:

long

Units:

unitless

Description: minimum difference between successive reads to put warning in log

sumDriverChecks

IDL_Type:

string

Units:

unitless

Description: Driver Stats for warnings on sums

sumDriverStats

IDL_Type:

string

Units:

unitless

Description: Driver Stats for sums over location

sumFirmwareChecks

IDL_Type:

string

Units:

unitless

Description: Firmware Stats for warnings on sums

sumFirmwareStats

IDL_Type:

string

Units:

unitless

Description: Firmware Stats for sums over location

sumRdsChecks

IDL_Type:

string

Units:

unitless

Description: Rds Stats for warnings on sums

sumRdsStats

IDL_Type:

string

Units:

unitless

Description: Rds Stats for sums over location

sumRmsChecks

IDL_Type:

string

Units:

unitless

Description: Rms Stats for warnings on sums

sumRmsStats

IDL_Type:

string

Units:

unitless

Description: Rms Stats for sums over location

daq_monitor_StoreConfiguration

EFDB_Topic:

MTCamera_logevent_daq_monitor_StoreConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

daqPartition

IDL_Type:

string

Units:

unitless

Description: partition containing DAQ store

daq_monitor_Store_StoreConfiguration

EFDB_Topic:

MTCamera_logevent_daq_monitor_Store_StoreConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

daqFolder

IDL_Type:

string

Units:

unitless

Description: top-level folder for DAQ store

enableAutoPurge

IDL_Type:

boolean

Units:

unitless

Description: enable automatic purge of DAQ store

purgeTarget

IDL_Type:

double

Units:

unitless

Description: goal of purge for minimum fraction of free disk space

purgeThreshold

IDL_Type:

double

Units:

unitless

Description: fraction of free disk space to trigger a store purge

vacuum_TurboCurrentConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_TurboCurrentConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

mA

Description: MISSING

warnLo

IDL_Type:

double

Units:

mA

Description: MISSING

limitHi

IDL_Type:

double

Units:

mA

Description: MISSING

limitLo

IDL_Type:

double

Units:

mA

Description: MISSING

vacuum_TurboPowerConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_TurboPowerConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

W

Description: MISSING

warnLo

IDL_Type:

double

Units:

W

Description: MISSING

limitHi

IDL_Type:

double

Units:

W

Description: MISSING

limitLo

IDL_Type:

double

Units:

W

Description: MISSING

vacuum_TurboPumpConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_TurboPumpConfiguration

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>, settable only if pump is stopped

devcId

IDL_Type:

string

Units:

unitless

Description: serial port

interlockType

IDL_Type:

boolean

Units:

unitless

Description: true/false for continuous/impulse

lowSpeedMode

IDL_Type:

boolean

Units:

unitless

Description: true/false for low/normal speed

model304

IDL_Type:

boolean

Units:

unitless

Description: true/false for model 304/84 pump

softStartMode

IDL_Type:

boolean

Units:

unitless

Description: Soft-Start mode <true|false>, settable only if pump is stopped

ventValveByCmnd

IDL_Type:

boolean

Units:

unitless

Description: true/false for manual/auto

waterCooling

IDL_Type:

boolean

Units:

unitless

Description: true/false for water/air cooling

vacuum_TurboPumpTempConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_TurboPumpTempConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

deg C

Description: MISSING

warnLo

IDL_Type:

double

Units:

deg C

Description: MISSING

limitHi

IDL_Type:

double

Units:

deg C

Description: MISSING

limitLo

IDL_Type:

double

Units:

deg C

Description: MISSING

vacuum_TurboSpeedConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_TurboSpeedConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

warnLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

limitHi

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

limitLo

IDL_Type:

double

Units:

unitless

Description: MISSING (RPM)

vacuum_TurboVacConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_TurboVacConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Torr

Description: MISSING

warnLo

IDL_Type:

double

Units:

Torr

Description: MISSING

limitHi

IDL_Type:

double

Units:

Torr

Description: MISSING

limitLo

IDL_Type:

double

Units:

Torr

Description: MISSING

vacuum_TurboVacGaugeConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_TurboVacGaugeConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

busAddr

IDL_Type:

long

Units:

unitless

Description: MISSING

devcId

IDL_Type:

string

Units:

unitless

Description: MISSING

vacuum_TurboVoltageConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_TurboVoltageConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

vacuum_CIP1_VConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CIP1_VConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

vacuum_CIP2_VConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CIP2_VConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

vacuum_CIP3_VConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CIP3_VConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

vacuum_CIP4_VConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CIP4_VConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

vacuum_CIP5_VConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CIP5_VConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

vacuum_CIP6_VConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_CIP6_VConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi

IDL_Type:

double

Units:

Volt

Description: MISSING

warnLo

IDL_Type:

double

Units:

Volt

Description: MISSING

limitHi

IDL_Type:

double

Units:

Volt

Description: MISSING

limitLo

IDL_Type:

double

Units:

Volt

Description: MISSING

vacuum_VacPlutoConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_VacPlutoConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

node

IDL_Type:

string

Units:

unitless

Description: MISSING

focal_plane_WebHooksConfig_VisualizationConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_WebHooksConfig_VisualizationConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

webHooks

IDL_Type:

string

Units:

unitless

Description: MISSING

alertRaised

Description: Event sent when camera alert status changes

EFDB_Topic:

MTCamera_logevent_alertRaised

timestampAlertStatusChanged

IDL_Type:

double

Units:

second

Description: The time when the status change occurred

alertId

IDL_Type:

string

Units:

unitless

Description: The alertId corresponding to this alert

description

IDL_Type:

string

Units:

unitless

Description: The description corresponding to this alertId

currentSeverity

IDL_Type:

long

Units:

unitless

Enumeration:

NOMINAL,WARNING, ALARM

Description: The current severity level for this alert

highestSeverity

IDL_Type:

long

Units:

unitless

Description: The highest severity level for this alert since last clear

isCleared

IDL_Type:

boolean

Units:

unitless

Description: Whether the alert has been cleared

cause

IDL_Type:

string

Units:

unitless

Description: The cause corresponding to this alert

origin

IDL_Type:

string

Units:

unitless

Description: The CCS subsystem which raised this alert

additionalInfo

IDL_Type:

string

Units:

unitless

Description: Any additional info associated with this raised alert. To allow for future flexibility, usage TBD.

availableFilters

EFDB_Topic:

MTCamera_logevent_availableFilters

filterNames

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: A list of installed filter names (comma delimimted, U-001,G-004,R-010,Z-012,Y-014), in the same order as the list of filter types.

daq_monitor_Stats_buildConfiguration

EFDB_Topic:

MTCamera_logevent_daq_monitor_Stats_buildConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

enablePeriodicPublication

IDL_Type:

boolean

Units:

unitless

Description: enable periodic publication

calibrationDetailedState

EFDB_Topic:

MTCamera_logevent_calibrationDetailedState

substate

IDL_Type:

long

Units:

unitless

Enumeration:

DISABLED,ENABLED,INTEGRATING

Description: Enumeration of valid substates

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

fcs_TcpProxy_canbusConfiguration

EFDB_Topic:

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

ccsCommandState

EFDB_Topic:

MTCamera_logevent_ccsCommandState

substate

IDL_Type:

long

Units:

unitless

Enumeration:

IDLE,BUSY

Description: Substate of the CCS command.

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

ccsConfigured

EFDB_Topic:

MTCamera_logevent_ccsConfigured

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

vacuum_Monitor_checkConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_Monitor_checkConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

fcs_TcpProxy_controllerConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_TcpProxy_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: MISSING

actruckxminuscontroller_paramsForHoming

IDL_Type:

string

Units:

unitless

Description: MISSING

actruckxminuscontroller_paramsForProfilePosition

IDL_Type:

string

Units:

unitless

Description: MISSING

actruckxpluscontroller_encoderRibbonMinValue

IDL_Type:

long

Units:

unitless

Description: minimal position of the encoder ribbon.

actruckxpluscontroller_paramsForCurrent

IDL_Type:

string

Units:

unitless

Description: MISSING

actruckxpluscontroller_paramsForHoming

IDL_Type:

string

Units:

unitless

Description: MISSING

actruckxpluscontroller_paramsForProfilePosition

IDL_Type:

string

Units:

unitless

Description: MISSING

carouselcontroller_paramsForCurrent

IDL_Type:

string

Units:

unitless

Description: MISSING

carouselcontroller_paramsForHoming

IDL_Type:

string

Units:

unitless

Description: MISSING

carouselcontroller_paramsForProfilePosition

IDL_Type:

string

Units:

unitless

Description: MISSING

clampxminuscontroller_paramsForCurrent

IDL_Type:

string

Units:

unitless

Description: MISSING

clampxminuscontroller_paramsForHoming

IDL_Type:

string

Units:

unitless

Description: MISSING

clampxminuscontroller_paramsForProfilePosition

IDL_Type:

string

Units:

unitless

Description: MISSING

clampxpluscontroller_paramsForCurrent

IDL_Type:

string

Units:

unitless

Description: MISSING

clampxpluscontroller_paramsForHoming

IDL_Type:

string

Units:

unitless

Description: MISSING

clampxpluscontroller_paramsForProfilePosition

IDL_Type:

string

Units:

unitless

Description: MISSING

latchxminuscontroller_paramsForCurrent

IDL_Type:

string

Units:

unitless

Description: MISSING

latchxminuscontroller_paramsForHoming

IDL_Type:

string

Units:

unitless

Description: MISSING

latchxminuscontroller_paramsForProfilePosition

IDL_Type:

string

Units:

unitless

Description: MISSING

latchxpluscontroller_paramsForCurrent

IDL_Type:

string

Units:

unitless

Description: MISSING

latchxpluscontroller_paramsForHoming

IDL_Type:

string

Units:

unitless

Description: MISSING

latchxpluscontroller_paramsForProfilePosition

IDL_Type:

string

Units:

unitless

Description: MISSING

onlineclampxminuscontroller_paramsForCurrent

IDL_Type:

string

Units:

unitless

Description: MISSING

onlineclampxminuscontroller_paramsForHoming

IDL_Type:

string

Units:

unitless

Description: MISSING

onlineclampxminuscontroller_paramsForProfilePosition

IDL_Type:

string

Units:

unitless

Description: MISSING

onlineclampxpluscontroller_paramsForCurrent

IDL_Type:

string

Units:

unitless

Description: MISSING

onlineclampxpluscontroller_paramsForHoming

IDL_Type:

string

Units:

unitless

Description: MISSING

onlineclampxpluscontroller_paramsForProfilePosition

IDL_Type:

string

Units:

unitless

Description: MISSING

onlineclampyminuscontroller_paramsForCurrent

IDL_Type:

string

Units:

unitless

Description: MISSING

onlineclampyminuscontroller_paramsForHoming

IDL_Type:

string

Units:

unitless

Description: MISSING

onlineclampyminuscontroller_paramsForProfilePosition

IDL_Type:

string

Units:

unitless

Description: MISSING

endInitializeGuider

EFDB_Topic:

MTCamera_logevent_endInitializeGuider

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

endInitializeImage

EFDB_Topic:

MTCamera_logevent_endInitializeImage

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

endLoadFilter

EFDB_Topic:

MTCamera_logevent_endLoadFilter

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

endOfImageTelemetry

Description: Event sent once all telemetry correesponding to the image has been sent. (Typically ~300mS after the end of readout).

Note: all : delimited strings (aka string arrays) follow the escaping convention defined in CAP-572

EFDB_Topic:

MTCamera_logevent_endOfImageTelemetry

additionalKeys

IDL_Type:

string

Units:

unitless

Description: Additional keys passed to the takeImages command (: delimited)

additionalValues

IDL_Type:

string

Units:

unitless

Description: Additional values passed to the takeImages command (: delimited, in same order as additionalKeys)

imagesInSequence

IDL_Type:

long

Units:

unitless

Description: The total number of requested images in sequence

imageName

IDL_Type:

string

IDL_Size:

32

Units:

unitless

Description: The imageName for this specific exposure, assigned by the camera

imageIndex

IDL_Type:

long

Units:

unitless

Description: The one based index number for this specific exposure within the sequence

imageSource

IDL_Type:

string

IDL_Size:

2

Units:

unitless

Description: The source component of the image name (AT/CC/MC)

imageController

IDL_Type:

string

Units:

unitless

Description: The controller for the image (O=OCS/C=CCS/…)

imageDate

IDL_Type:

string

IDL_Size:

8

Units:

unitless

Description: The date component of the image name (YYYYMMDD)

imageNumber

IDL_Type:

long

Units:

unitless

Description: The image number (SEQNO) component of the image name

timestampAcquisitionStart

IDL_Type:

double

Units:

second

Description: The effective time at which the image acquisition started (i.e. the end of the previous clear or readout)

exposureTime

IDL_Type:

double

Units:

second

Description: The requested exposure time

imageTag

IDL_Type:

string

IDL_Size:

64

Units:

unitless

Description: The DAQ assigned image tag (hex string)

timestampDateObs

IDL_Type:

double

Units:

second

Description: The observation date, as computed by CCS (as TAI)

timestampDateEnd

IDL_Type:

double

Units:

second

Description: The end observation date, as computed by CCS (as TAI)

measuredShutterOpenTime

IDL_Type:

double

Units:

second

Description: The measured shutter open time, as computed by CCS. This is a best estimate based on a summary of the full information provided

in the shutterBladeMotionProfile events.

darkTime

IDL_Type:

double

Units:

second

Description: The dark time, as computed by CCS

emulatedImage

IDL_Type:

string

Units:

unitless

Description: When using emulated DAQ, this is the name of the image read from the 2-day store (otherwise an empty string)

endReadout

Description: Event sent at end of readout. When this event is received the corresponding image should be complete

in the DAQ 2-day store. Note: all : delimited strings (aka string arrays) follow the escaping convention defined in CAP-572

EFDB_Topic:

MTCamera_logevent_endReadout

additionalKeys

IDL_Type:

string

Units:

unitless

Description: Additional keys passed to the takeImages command (: delimited)

additionalValues

IDL_Type:

string

Units:

unitless

Description: Additional values passed to the takeImages command (: delimited, in same order as additionalKeys)

imagesInSequence

IDL_Type:

long

Units:

unitless

Description: The total number of requested images in sequence

imageName

IDL_Type:

string

IDL_Size:

32

Units:

unitless

Description: The imageName for this specific exposure, assigned by the camera

imageIndex

IDL_Type:

long

Units:

unitless

Description: The one based index number for this specific exposure within the sequence

imageSource

IDL_Type:

string

IDL_Size:

2

Units:

unitless

Description: The source component of the image name (AT/CC/MC)

imageController

IDL_Type:

string

Units:

unitless

Description: The controller for the image (O=OCS/C=CCS/…)

imageDate

IDL_Type:

string

IDL_Size:

8

Units:

unitless

Description: The date component of the image name (YYYYMMDD)

imageNumber

IDL_Type:

long

Units:

unitless

Description: The image number (SEQNO) component of the image name

timestampAcquisitionStart

IDL_Type:

double

Units:

second

Description: The effective time at which the image acquisition started (i.e. the end of the previous clear or readout)

requestedExposureTime

IDL_Type:

double

Units:

second

Description: The requested exposure time (as specified in the takeImages command)

timestampEndOfReadout

IDL_Type:

double

Units:

second

Description: The time at which the readout was completed

endRotateCarousel

EFDB_Topic:

MTCamera_logevent_endRotateCarousel

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

endSetFilter

Description: Event issued once the new filter is in its final position

EFDB_Topic:

MTCamera_logevent_endSetFilter

filterName

IDL_Type:

string

Units:

unitless

Description: The name of the filter being installed (e.g. U-001)

filterType

IDL_Type:

string

Units:

unitless

Description: The type of the filter being installed (e.g. g,r,i,z,y,u,none,other). If other it can optionally be

followed by a : delimited qualifier, e.g. other:pinhole

filterSlot

IDL_Type:

int

Units:

unitless

Description: The slot which the filter is in (ComCam) or came from (Main Camera)

filterPosition

IDL_Type:

double

Units:

mm

Description: For ComCam this is the measured linear encoder position once the filter in in place. For Main Camera it may be unused.

endShutterClose

EFDB_Topic:

MTCamera_logevent_endShutterClose

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

endShutterOpen

EFDB_Topic:

MTCamera_logevent_endShutterOpen

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

endTakeImage

EFDB_Topic:

MTCamera_logevent_endTakeImage

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

endUnloadFilter

EFDB_Topic:

MTCamera_logevent_endUnloadFilter

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

filterChangerDetailedState

EFDB_Topic:

MTCamera_logevent_filterChangerDetailedState

substate

IDL_Type:

long

Units:

unitless

Enumeration:

UNLOADING,LOADING,LOADED,UNLOADED,ROTATING

Description: substate

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

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)

hexConfiguration

EFDB_Topic:

MTCamera_logevent_hexConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

rtnToEvapOffset

IDL_Type:

double

Units:

unitless

Description: MISSING

imageReadinessDetailedState

EFDB_Topic:

MTCamera_logevent_imageReadinessDetailedState

substate

IDL_Type:

long

Units:

unitless

Enumeration:

READY,NOT_READY,GETTING_READY

Description: Enumeration of valid substates

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

imageReadoutParameters

Description: Event sent describing image readout parameters.

Note: all : delimited strings (aka string arrays) follow the escaping convention defined in CAP-572

EFDB_Topic:

MTCamera_logevent_imageReadoutParameters

imageName

IDL_Type:

string

Units:

unitless

Description: The imageName for this specific exposure

ccdLocation

IDL_Type:

string

Units:

unitless

Description: A list of all ccds currently configured, of the form RnnSnn, : delimited (empty if entry not used)

raftBay

IDL_Type:

string

Units:

unitless

Description: The raft bay for each CCD listed above, of the form Rnn : delimited

ccdSlot

IDL_Type:

string

Units:

unitless

Description: The CCD slot for each CCD listed above, of the form SXn : delimited

ccdType

IDL_Type:

int

Units:

unitless

Count:

201

Enumeration:

E2V, ITL

Description: The type of each CCD, this determines segRows, segCols and serCols

overRows

IDL_Type:

int

Units:

unitless

Count:

201

Description: See CCD Readout Parameters Diagram

overCols

IDL_Type:

int

Units:

unitless

Count:

201

Description: See CCD Readout Parameters Diagram

readRows

IDL_Type:

int

Units:

unitless

Count:

201

Description: See CCD Readout Parameters Diagram

readCols

IDL_Type:

int

Units:

unitless

Count:

201

Description: See CCD Readout Parameters Diagram

readCols2

IDL_Type:

int

Units:

unitless

Count:

201

Description: See CCD Readout Parameters Diagram

preCols

IDL_Type:

int

Units:

unitless

Count:

201

Description: See CCD Readout Parameters Diagram

preRows

IDL_Type:

int

Units:

unitless

Count:

201

Description: See CCD Readout Parameters Diagram

postCols

IDL_Type:

int

Units:

unitless

Count:

201

Description: See CCD Readout Parameters Diagram

underCols

IDL_Type:

int

Units:

unitless

Count:

201

Description: See CCD Readout Parameters Diagram

daqFolder

IDL_Type:

string

Units:

unitless

Description: DAQ folder where image will be created

daqAnnotation

IDL_Type:

string

Units:

unitless

Description: Annotation sent to DAQ

fcs_TcpProxy_nodeIDConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_TcpProxy_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

notReadyToTakeImage

EFDB_Topic:

MTCamera_logevent_notReadyToTakeImage

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

offlineDetailedState

EFDB_Topic:

MTCamera_logevent_offlineDetailedState

substate

IDL_Type:

long

Units:

unitless

Enumeration:

OFFLINE_AVAILABLE,OFFLINE_PUBLISH_ONLY

Description: Enumeration of valid substates

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

prepareToTakeImage

EFDB_Topic:

MTCamera_logevent_prepareToTakeImage

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

vacuum_Monitor_publishConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_Monitor_publishConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

raftsDetailedState

EFDB_Topic:

MTCamera_logevent_raftsDetailedState

substate

IDL_Type:

long

Units:

unitless

Enumeration:

NEEDS_CLEAR,CLEARING,INTEGRATING,READING_OUT,QUIESCENT,DISCARDING

Description: Enumeration of valid substates

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

readyToTakeImage

EFDB_Topic:

MTCamera_logevent_readyToTakeImage

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

rebpowerConfiguration

EFDB_Topic:

MTCamera_logevent_rebpowerConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

powerOffSleepMillis

IDL_Type:

long long

Units:

unitless

Description: MISSING

fcs_Loader_sensorConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_Loader_sensorConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

acaf0_acAF0b_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

acaf0_acAF0b_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

acaf0_acAF0b_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

acaf0_acAF0s_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

acaf0_acAF0s_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

acaf0_acAF0s_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

acaf1_acAF1b_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

acaf1_acAF1b_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

acaf1_acAF1b_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

acaf1_acAF1s_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

acaf1_acAF1s_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

acaf1_acAF1s_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

acaf3_acAF3b_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

acaf3_acAF3b_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

acaf3_acAF3b_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

acaf3_acAF3s_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

acaf3_acAF3s_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

acaf3_acAF3s_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

acap2_acAP2b_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

acap2_acAP2b_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

acap2_acAP2b_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

acap2_acAP2s_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

acap2_acAP2s_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

acap2_acAP2s_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

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.

keyengsensors_keyEng_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

keyengsensors_keyEng_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

keyengsensors_keyEng_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

keyengsensors_keyEngb_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

keyengsensors_keyEngb_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

keyengsensors_keyEngb_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

keylocksensors_keyLock_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

keylocksensors_keyLock_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

keylocksensors_keyLock_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

keylocksensors_keyLockb_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

keylocksensors_keyLockb_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

keylocksensors_keyLockb_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

loadercarrierrelaystatus_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

loadercarrierrelaystatus_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

loadercarrierrelaystatus_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

loaderchainpresencesensor_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

loaderchainpresencesensor_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

loaderchainpresencesensor_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

loaderdefaultstatus_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

loaderdefaultstatus_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

loaderdefaultstatus_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

loaderfilterdistancesensor_byteNumero

IDL_Type:

long

Units:

unitless

Description: byte number on the gateway

loaderfilterdistancesensor_deviceName

IDL_Type:

string

Units:

unitless

Description: name of the gateway this sensor is plugged on

loaderfiltergoodpositionstatus_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

loaderfiltergoodpositionstatus_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

loaderfiltergoodpositionstatus_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

loaderfilterpresencesensors_loaderFilterPresenceSensor0_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

loaderfilterpresencesensors_loaderFilterPresenceSensor0_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

loaderfilterpresencesensors_loaderFilterPresenceSensor0_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

loaderfilterpresencesensors_loaderFilterPresenceSensor1_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

loaderfilterpresencesensors_loaderFilterPresenceSensor1_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

loaderfilterpresencesensors_loaderFilterPresenceSensor1_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

loaderhooksrelaystatus_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

loaderhooksrelaystatus_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

loaderhooksrelaystatus_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

loaderoncamerasensors_loaderOnCameraSensor0_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

loaderoncamerasensors_loaderOnCameraSensor0_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

loaderoncamerasensors_loaderOnCameraSensor0_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

loaderoncamerasensors_loaderOnCameraSensor1_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

loaderoncamerasensors_loaderOnCameraSensor1_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

loaderoncamerasensors_loaderOnCameraSensor1_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

loader_LFD_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

loader_LFD_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

loader_LFD_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

loader_LFS_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

loader_LFS_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

loader_LFS_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

loader_LPS_LPS_0_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

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.

loader_LPS_LPS_0_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

loader_LPS_LPS_1_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

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.

loader_LPS_LPS_1_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

loader_LRH_LRH_0_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

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.

loader_LRH_LRH_0_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

loader_LRH_LRH_1_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

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.

loader_LRH_LRH_1_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

fcs_LockOutSensors_sensorConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_LockOutSensors_sensorConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

lockout_C_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

lockout_C_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

lockout_C_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

lockout_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

lockout_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

lockout_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

fcs_LockOutShunt_sensorConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_LockOutShunt_sensorConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

fcs_LpmEngineeringKeySensors_sensorConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_LpmEngineeringKeySensors_sensorConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

engineeringkey_C_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

engineeringkey_C_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

engineeringkey_C_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

engineeringkey_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

engineeringkey_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

engineeringkey_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

fcs_LpmLatchesStatus_sensorConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_LpmLatchesStatus_sensorConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

fcs_LpmLinearRail1Status_sensorConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_LpmLinearRail1Status_sensorConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

fcs_LpmLinearRail2Status_sensorConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_LpmLinearRail2Status_sensorConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

fcs_LpmOnlineClampsStatus_sensorConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_LpmOnlineClampsStatus_sensorConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

fcs_OUT_AF0_Sensors_sensorConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_OUT_AF0_Sensors_sensorConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

out_AF0_C_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

out_AF0_C_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

out_AF0_C_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

out_AF0_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

out_AF0_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

out_AF0_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

fcs_OUT_AF1_Sensors_sensorConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_OUT_AF1_Sensors_sensorConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

out_AF1_C_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

out_AF1_C_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

out_AF1_C_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

out_AF1_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

out_AF1_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

out_AF1_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

fcs_OUT_AF3_Sensors_sensorConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_OUT_AF3_Sensors_sensorConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

out_AF3_C_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

out_AF3_C_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

out_AF3_C_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

out_AF3_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

out_AF3_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

out_AF3_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

fcs_OUT_AIN_sensorConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_OUT_AIN_sensorConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

fcs_OUT_AOL_sensorConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_OUT_AOL_sensorConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

fcs_OUT_AP1_Sensors_sensorConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_OUT_AP1_Sensors_sensorConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

out_AP1_C_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

out_AP1_C_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

out_AP1_C_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

out_AP1_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

out_AP1_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

out_AP1_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

fcs_OUT_AP2_Sensors_sensorConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_OUT_AP2_Sensors_sensorConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

out_AP2_C_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

out_AP2_C_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

out_AP2_C_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

out_AP2_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

out_AP2_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

out_AP2_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

fcs_OUT_AP3_Sensors_sensorConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_OUT_AP3_Sensors_sensorConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

out_AP3_C_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

out_AP3_C_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

out_AP3_C_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

out_AP3_byteNumero

IDL_Type:

long

Units:

unitless

Description: The byte numberwhere the value of this sensor is stored in.

out_AP3_dioName

IDL_Type:

string

Units:

unitless

Description: The name of the Digital Input Output device where this sensor is plugged on.

out_AP3_inputNumero

IDL_Type:

long

Units:

unitless

Description: The input number on DIO device where this sensor is plugged on.

fcs_TcpProxy_sensorConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_TcpProxy_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_TcpProxy_serialNBConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_TcpProxy_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

shutterDetailedState

EFDB_Topic:

MTCamera_logevent_shutterDetailedState

substate

IDL_Type:

long

Units:

unitless

Enumeration:

CLOSED,OPEN,CLOSING,OPENING

Description: Enumeration of valid substates

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

startIntegration

Description: Event sent at start of image integration.

Note: all : delimited strings (aka string arrays) follow the escaping convention defined in CAP-572

EFDB_Topic:

MTCamera_logevent_startIntegration

additionalKeys

IDL_Type:

string

Units:

unitless

Description: Additional keys passed to the takeImages command (: delimited)

additionalValues

IDL_Type:

string

Units:

unitless

Description: Additional values passed to the takeImages command (: delimited, in same order as additionalKeys)

imagesInSequence

IDL_Type:

long

Units:

unitless

Description: The total number of requested images in sequence

imageName

IDL_Type:

string

IDL_Size:

32

Units:

unitless

Description: The imageName for this specific exposure, assigned by the camera

imageIndex

IDL_Type:

long

Units:

unitless

Description: The one based index number for this specific exposure within the sequence

imageSource

IDL_Type:

string

IDL_Size:

2

Units:

unitless

Description: The source component of the image name (AT/CC/MC)

imageController

IDL_Type:

string

Units:

unitless

Description: The controller for the image (O=OCS/C=CCS/…)

imageDate

IDL_Type:

string

IDL_Size:

8

Units:

unitless

Description: The date component of the image name (YYYYMMDD)

imageNumber

IDL_Type:

long

Units:

unitless

Description: The image number (SEQNO) component of the image name

timestampAcquisitionStart

IDL_Type:

double

Units:

second

Description: The effective time at which the image acquisition started (i.e. the end of the previous clear or readout)

exposureTime

IDL_Type:

double

Units:

second

Description: The requested exposure time

mode

IDL_Type:

string

Units:

unitless

Description: The camera data taking mode (normal/calibration/(TBD in future))

timeout

IDL_Type:

double

Units:

second

Description: The timeout (in seconds) after which the header service should assume something has gone wrong. For

calibration mode the timeout will be set to the argument passed to startImage, for normal mode the timeout will be set to expTime.

startLoadFilter

EFDB_Topic:

MTCamera_logevent_startLoadFilter

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

startReadout

Description: Event sent at start of readout.

Note: all : delimited strings (aka string arrays) follow the escaping convention defined in CAP-572

EFDB_Topic:

MTCamera_logevent_startReadout

additionalKeys

IDL_Type:

string

Units:

unitless

Description: Additional keys passed to the takeImages command (: delimited)

additionalValues

IDL_Type:

string

Units:

unitless

Description: Additional values passed to the takeImages command (: delimited, in same order as additionalKeys)

imagesInSequence

IDL_Type:

long

Units:

unitless

Description: The total number of requested images in sequence

imageName

IDL_Type:

string

IDL_Size:

32

Units:

unitless

Description: The imageName for this specific exposure, assigned by the camera

imageIndex

IDL_Type:

long

Units:

unitless

Description: The one based index number for this specific exposure within the sequence

imageSource

IDL_Type:

string

IDL_Size:

2

Units:

unitless

Description: The source component of the image name (AT/CC/MC)

imageController

IDL_Type:

string

Units:

unitless

Description: The controller for the image (O=OCS/C=CCS/…)

imageDate

IDL_Type:

string

IDL_Size:

8

Units:

unitless

Description: The date component of the image name (YYYYMMDD)

imageNumber

IDL_Type:

long

Units:

unitless

Description: The image number (SEQNO) component of the image name

timestampAcquisitionStart

IDL_Type:

double

Units:

second

Description: The effective time at which the image acquisition started (i.e. the end of the previous clear or readout)

exposureTime

IDL_Type:

double

Units:

second

Description: The requested exposure time

timestampStartOfReadout

IDL_Type:

double

Units:

second

Description: The time at which the readout was triggered

startRotateCarousel

EFDB_Topic:

MTCamera_logevent_startRotateCarousel

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

startSetFilter

EFDB_Topic:

MTCamera_logevent_startSetFilter

filterName

IDL_Type:

string

Units:

unitless

Description: The name of the filter being installed (e.g. U-001)

filterType

IDL_Type:

string

Units:

unitless

Description: The type of the filter being installed (e.g. g,r,i,z,y,u,none,other). If other it can optionally be

followed by a : delimited qualifier, e.g. other:pinhole

startShutterClose

EFDB_Topic:

MTCamera_logevent_startShutterClose

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

startShutterOpen

EFDB_Topic:

MTCamera_logevent_startShutterOpen

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

startUnloadFilter

EFDB_Topic:

MTCamera_logevent_startUnloadFilter

timestampTransition

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

vacuum_Vacuum_stateConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_Vacuum_stateConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

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

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:

millisecond

Description: MISSING

heartbeat_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_check_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_publish_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_update_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

runtimeinfo_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

rebpower_PeriodicTasks_timersConfiguration

EFDB_Topic:

MTCamera_logevent_rebpower_PeriodicTasks_timersConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

agentmonitorservice_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

heartbeat_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_check_RebPS_P00_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_check_RebPS_P01_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_check_RebPS_P02_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_check_RebPS_P03_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_check_RebPS_P04_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_check_RebPS_P05_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_check_RebPS_P06_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_check_RebPS_P07_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_check_RebPS_P08_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_check_RebPS_P09_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_check_RebPS_P10_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_check_RebPS_P11_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_check_RebPS_P12_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_publish_RebPS_P00_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_publish_RebPS_P01_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_publish_RebPS_P02_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_publish_RebPS_P03_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_publish_RebPS_P04_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_publish_RebPS_P05_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_publish_RebPS_P06_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_publish_RebPS_P07_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_publish_RebPS_P08_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_publish_RebPS_P09_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_publish_RebPS_P10_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_publish_RebPS_P11_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_publish_RebPS_P12_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_update_RebPS_P00_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_update_RebPS_P01_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_update_RebPS_P02_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_update_RebPS_P03_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_update_RebPS_P04_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_update_RebPS_P05_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_update_RebPS_P06_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_update_RebPS_P07_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_update_RebPS_P08_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_update_RebPS_P09_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_update_RebPS_P10_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_update_RebPS_P11_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_update_RebPS_P12_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

reb_power_state_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

runtimeinfo_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

hex_PeriodicTasks_timersConfiguration

EFDB_Topic:

MTCamera_logevent_hex_PeriodicTasks_timersConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

agentmonitorservice_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

heartbeat_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_check_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_publish_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_update_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

runtimeinfo_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

refrig_PeriodicTasks_timersConfiguration

EFDB_Topic:

MTCamera_logevent_refrig_PeriodicTasks_timersConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

agentmonitorservice_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

cold1_FanCtrl_timer_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

cold2_FanCtrl_timer_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

compressor_state_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

cryo3_FanCtrl_timer_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

cryo5_FanCtrl_timer_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

heartbeat_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_check_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_publish_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_update_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

runtimeinfo_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

update_time_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

daq_monitor_PeriodicTasks_timersConfiguration

EFDB_Topic:

MTCamera_logevent_daq_monitor_PeriodicTasks_timersConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

agentmonitorservice_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

heartbeat_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_check_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_publish_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_update_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

publishstats_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

purgedaq_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

runtimeinfo_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

focal_plane_PeriodicTasks_timersConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_PeriodicTasks_timersConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

agentmonitorservice_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

heartbeat_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_publish_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_update_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

runtimeinfo_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R00_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R01_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R02_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R03_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R04_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R10_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R11_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R12_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R13_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R14_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R20_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R21_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R22_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R23_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R24_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R30_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R31_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R32_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R33_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R34_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R40_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R41_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R42_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R43_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

tempcontrol_R44_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

focal_plane_Reb_timersConfiguration

EFDB_Topic:

MTCamera_logevent_focal_plane_Reb_timersConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

location

IDL_Type:

string

Units:

unitless

Description: reb location

periodictasks_monitor_check_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Count:

71

Description: MISSING

periodictasks_monitor_publish_aspicTemp_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Count:

71

Description: MISSING

periodictasks_monitor_publish_biasVolt_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Count:

71

Description: MISSING

periodictasks_monitor_publish_boardPower_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Count:

71

Description: MISSING

periodictasks_monitor_publish_ccdCurrent_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Count:

71

Description: MISSING

periodictasks_monitor_publish_crVolt_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Count:

71

Description: MISSING

periodictasks_monitor_publish_rebTemp_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Count:

71

Description: MISSING

periodictasks_monitor_publish_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Count:

71

Description: MISSING

periodictasks_monitor_update_aspicTemp_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Count:

71

Description: MISSING

periodictasks_monitor_update_biasVolt_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Count:

71

Description: MISSING

periodictasks_monitor_update_boardPower_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Count:

71

Description: MISSING

periodictasks_monitor_update_ccdCurrent_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Count:

71

Description: MISSING

periodictasks_monitor_update_crVolt_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Count:

71

Description: MISSING

periodictasks_monitor_update_rebTemp_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Count:

71

Description: MISSING

periodictasks_monitor_update_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Count:

71

Description: MISSING

image_handling_PeriodicTasks_timersConfiguration

EFDB_Topic:

MTCamera_logevent_image_handling_PeriodicTasks_timersConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

agentmonitorservice_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

heartbeat_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

runtimeinfo_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

fcs_PeriodicTasks_timersConfiguration

EFDB_Topic:

MTCamera_logevent_fcs_PeriodicTasks_timersConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

agentmonitorservice_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

heartbeat_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

main_updateGui_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_check_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_publish_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

monitor_update_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

runtimeinfo_taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

vacuum_Monitor_updateConfiguration

EFDB_Topic:

MTCamera_logevent_vacuum_Monitor_updateConfiguration

version

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

taskPeriodMillis

IDL_Type:

long long

Units:

millisecond

Description: MISSING

authList

Description: Who can command this CSC.

EFDB_Topic:

SALGeneric_logevent_authList

Category:

csc

authorizedUsers

IDL_Type:

string

Units:

unitless

Description: Comma seperated list of authorized users currently allowed to command this CSC.

nonAuthorizedCSCs

IDL_Type:

string

Units:

unitless

Description: Comma seperated list of CSC’s not currently allowed to command this CSC.

configurationApplied

Description: Information about this CSC’s current configuration overrides.

EFDB_Topic:

SALGeneric_logevent_configurationApplied

Category:

configurable

configurations

IDL_Type:

string

Units:

unitless

Description: A comma-separated list of configurations applied. If configuration comes from a clone of a git repo, or similar directory, then it will be a list of file names, without the file extension. Ignore whitespace after commas.

version

IDL_Type:

string

Units:

unitless

Description: Version of the configuration source. For a clone of a git repo it will be a git hash.

url

IDL_Type:

string

Units:

unitless

Description: URL of the configuration source. For a clone of a git repo this will be a file URL. For a database it will be a standard database URL. This should always match the same-named field in configurationsAvailable.

schemaVersion

IDL_Type:

string

Units:

unitless

Description: Version of config schema used by this CSC. For a configuration git repo, this is the name of a folder in the config package, and is typically something like “v1”. This should always match the same-named field in configurationsAvailable.

otherInfo

IDL_Type:

string

Units:

unitless

Description: A comma-separated list of event topics (without the logevent prefix) used to publish the entire set of configuration parameters loaded by this CSC, and any other pertinent information. Ignore whitespace after commas.

configurationsAvailable

Description: Available configuration overrides for this CSC.

EFDB_Topic:

SALGeneric_logevent_configurationsAvailable

Category:

configurable

overrides

IDL_Type:

string

Units:

unitless

Description: Available overrides as a comma-separated list. Each entry is a possible value of the configurationOverride field of the start command. Ignore whitespace after commas.

version

IDL_Type:

string

Units:

unitless

Description: Version of the configuration source. For a clone of a git repo it will be a git hash.

url

IDL_Type:

string

Units:

unitless

Description: URL of the configuration source. For a clone of a git repo this will be a file URL. For a database it will be a standard database URL.

schemaVersion

IDL_Type:

string

Units:

unitless

Description: Version of config schema used by this CSC. For a configuration git repo, this is the name of a folder in the config package, and is typically something like “v1”.

errorCode

Description: Output when this CSC goes into the Fault state as an explanation of the problem.

EFDB_Topic:

SALGeneric_logevent_errorCode

Category:

csc

errorCode

IDL_Type:

long

Units:

unitless

Description: A numeric error code.

errorReport

IDL_Type:

string

Units:

unitless

Description: An string providing detailed information about the error.

traceback

IDL_Type:

string

Units:

unitless

Description: An optional stack trace of the error condition.

heartbeat

Description: Event output at regular intervals (typcally once per second) to show that the SAL component is alive.

EFDB_Topic:

SALGeneric_logevent_heartbeat

Category:

mandatory

heartbeat

IDL_Type:

boolean

Units:

unitless

Description: Deprecated field that you should ignore.

largeFileObjectAvailable

Description: A new large file object is available.

EFDB_Topic:

SALGeneric_logevent_largeFileObjectAvailable

url

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: A Uniform Resource Locator which links to a Large File Object either for ingest into the EFD Large File Annex, or to announce the successful copy of same to the EFD Large File Annex.Protocols are those supported by the cURL library.

generator

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: Name of the package which generated the file being announced.

version

IDL_Type:

float

Units:

unitless

Description: A dotted x.y version number denoting the file format revision.

byteSize

IDL_Type:

long

Units:

unitless

Description: Size of file in bytes.

checkSum

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: Hexadecimal character string holding the checksum of the file.

mimeType

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: Mime Type code for the file.

id

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: A generic identifier field.

logLevel

Description: Current logging level.

EFDB_Topic:

SALGeneric_logevent_logLevel

Category:

mandatory

level

IDL_Type:

int

Units:

unitless

Description: Current logging level, a Python logging level: error=40, warning=30, info=20, debug=10.

subsystem

IDL_Type:

string

Units:

unitless

Description: If this CSC itself has sub-ordinate components, they may be listed here. An empty string means the setting applies to all such sub-ordinate components, or just to this CSC itself.

logMessage

Description: A log message.

EFDB_Topic:

SALGeneric_logevent_logMessage

Category:

mandatory

name

IDL_Type:

string

Units:

unitless

Description: Log name.

level

IDL_Type:

int

Units:

unitless

Description: Message level, a Python logging level: error=40, warning=30, info=20, debug=10.

message

IDL_Type:

string

Units:

unitless

Description: Log message.

traceback

IDL_Type:

string

Units:

unitless

Description: Exception traceback; “” if not an exception.

filePath

IDL_Type:

string

Units:

unitless

Description: Path to source file.

functionName

IDL_Type:

string

Units:

unitless

Description: Function or method name.

lineNumber

IDL_Type:

long

Units:

unitless

Description: Line number in the file specified by filePath.

process

IDL_Type:

long

Units:

unitless

Description: Process ID.

timestamp

IDL_Type:

double

Units:

second

Description: The time at which the condition being reported was observed (TAI unix seconds). 0 if unspecified.

simulationMode

Description: Current simulation mode.

EFDB_Topic:

SALGeneric_logevent_simulationMode

Category:

csc

mode

IDL_Type:

int

Units:

unitless

Description: Current simulation mode; 0 for normal operation (no simulation); other supported values are specific to each CSC.

softwareVersions

Description: Current versions of software in use by CSC.

EFDB_Topic:

SALGeneric_logevent_softwareVersions

Category:

mandatory

salVersion

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: This is the current version of SAL generation.

xmlVersion

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: This is the current version of CSC XML.

openSpliceVersion

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: This is the current version of OpenSplice.

cscVersion

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: The software version of this CSC.

subsystemVersions

IDL_Type:

string

Units:

unitless

Description: A comma delimited list of key=value pairs relating subsystem name (key) to its version number (value). This may be left blank if there are no subsystems within this CSC.

summaryState

Description: Current summary state of this CSC.

EFDB_Topic:

SALGeneric_logevent_summaryState

Category:

csc

summaryState

IDL_Type:

long

Units:

unitless

Description: High level state machine state identifier.

Telemetry

quadbox_PDU_24VC

EFDB_Topic:

MTCamera_quadbox_PDU_24VC

n_24vc_Board_T

IDL_Type:

double

Units:

Celsius

Description: 24V Clean PDU board temperature

n_24vc_FPGA_T

IDL_Type:

double

Units:

Celsius

Description: 24V Clean PDU FPGA temperature

n_24vc_Main_I

IDL_Type:

double

Units:

mA

Description: 24V Clean PDU main current

n_24vc_Main_T

IDL_Type:

double

Units:

Celsius

Description: 24V Clean PDU main temperature

n_24vc_Main_V

IDL_Type:

double

Units:

Volt

Description: 24V Clean PDU main voltage

body_Purge_I

IDL_Type:

double

Units:

mA

Description: Body purge current

body_Purge_V

IDL_Type:

double

Units:

Volt

Description: Body purge voltage

bpu_Maq20_I

IDL_Type:

double

Units:

mA

Description: Body purge MAQ20 current

bpu_Maq20_V

IDL_Type:

double

Units:

Volt

Description: Body purge MAQ20 voltage

fes_Shu_HCU_I

IDL_Type:

double

Units:

mA

Description: FES/shutter HCU current

fes_Shu_HCU_V

IDL_Type:

double

Units:

Volt

Description: FES/shutter HCU voltage

gauges_I

IDL_Type:

double

Units:

mA

Description: Gauges current

gauges_V

IDL_Type:

double

Units:

Volt

Description: Gauges 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

pwr_Cry_HCU_I

IDL_Type:

double

Units:

mA

Description: Power/cryo HCU current

pwr_Cry_HCU_V

IDL_Type:

double

Units:

Volt

Description: Power/cryo HCU voltage

quadbox_PDU_24VD

EFDB_Topic:

MTCamera_quadbox_PDU_24VD

n_24vd_Board_T

IDL_Type:

double

Units:

Celsius

Description: 24V Dirty PDU board temperature

n_24vd_FPGA_T

IDL_Type:

double

Units:

Celsius

Description: 24V Dirty PDU FPGA temperature

n_24vd_Main_I

IDL_Type:

double

Units:

mA

Description: 24V Dirty PDU main current

n_24vd_Main_T

IDL_Type:

double

Units:

Celsius

Description: 24V Dirty PDU main temperature

n_24vd_Main_V

IDL_Type:

double

Units:

Volt

Description: 24V Dirty PDU main voltage

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

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

quadbox_PDU_48V

EFDB_Topic:

MTCamera_quadbox_PDU_48V

n_48v_Board_T

IDL_Type:

double

Units:

Celsius

Description: 48V PDU board temperature

n_48v_FPGA_T

IDL_Type:

double

Units:

Celsius

Description: 48V PDU FPGA temperature

n_48v_Main_I

IDL_Type:

double

Units:

mA

Description: 48V PDU main current

n_48v_Main_T

IDL_Type:

double

Units:

Celsius

Description: 48V PDU main temperature

n_48v_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

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

fcs_AcSensorsGateway

EFDB_Topic:

MTCamera_fcs_AcSensorsGateway

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

intValues

IDL_Type:

long

Units:

unitless

Description: MISSING

fcs_AcTruckXminus

EFDB_Topic:

MTCamera_fcs_AcTruckXminus

averageCurrent

IDL_Type:

long

Units:

mA

Description: average current read on AC truck controller : index 0x2027

followingError

IDL_Type:

long

Units:

micron

Description: following error read on AC truck controller : index 0x20F4

handoffInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

handoffSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

onlineInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

onlineSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

position

IDL_Type:

long

Units:

micron

Description: position of this AC truck along Linear Rails

standbyInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

standbySensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

fcs_AcTruckXminusController

EFDB_Topic:

MTCamera_fcs_AcTruckXminusController

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

brakeActivated

IDL_Type:

boolean

Units:

unitless

Description: MISSING

controllerWithBrake

IDL_Type:

boolean

Units:

unitless

Description: MISSING

current

IDL_Type:

long

Units:

mA

Description: actual current read on controller : index 0x6078

errorHistoryNB

IDL_Type:

long

Units:

unitless

Description: MISSING

errorRegister

IDL_Type:

string

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lastErrorCode

IDL_Type:

long

Units:

unitless

Description: MISSING

lastErrorName

IDL_Type:

string

Units:

unitless

Description: MISSING

mode

IDL_Type:

string

Units:

unitless

Description: MISSING

position

IDL_Type:

long

Units:

mA

Description: position read on controller : index:0x6064 subindex:0

state

IDL_Type:

string

Units:

unitless

Description: MISSING

velocity

IDL_Type:

long

Units:

unitless

Description: velocity read on controller : index 0x2028 subindex 0 (RPM)

fcs_AcTruckXplus

EFDB_Topic:

MTCamera_fcs_AcTruckXplus

averageCurrent

IDL_Type:

long

Units:

mA

Description: average current read on AC truck controller : index 0x2027

followingError

IDL_Type:

long

Units:

micron

Description: following error read on AC truck controller : index 0x20F4

handoffInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

handoffSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

onlineInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

onlineSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

position

IDL_Type:

long

Units:

micron

Description: position of this AC truck along Linear Rails

standbyInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

standbySensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

fcs_AcTruckXplusController

EFDB_Topic:

MTCamera_fcs_AcTruckXplusController

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

brakeActivated

IDL_Type:

boolean

Units:

unitless

Description: MISSING

controllerWithBrake

IDL_Type:

boolean

Units:

unitless

Description: MISSING

current

IDL_Type:

long

Units:

mA

Description: actual current read on controller : index 0x6078

errorHistoryNB

IDL_Type:

long

Units:

unitless

Description: MISSING

errorRegister

IDL_Type:

string

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lastErrorCode

IDL_Type:

long

Units:

unitless

Description: MISSING

lastErrorName

IDL_Type:

string

Units:

unitless

Description: MISSING

mode

IDL_Type:

string

Units:

unitless

Description: MISSING

position

IDL_Type:

long

Units:

mA

Description: position read on controller : index:0x6064 subindex:0

state

IDL_Type:

string

Units:

unitless

Description: MISSING

velocity

IDL_Type:

long

Units:

unitless

Description: velocity read on controller : index 0x2028 subindex 0 (RPM)

fcs_Accelerobf

EFDB_Topic:

MTCamera_fcs_Accelerobf

accelerationX

IDL_Type:

double

Units:

unitless

Description: MISSING

accelerationY

IDL_Type:

double

Units:

unitless

Description: MISSING

accelerationZ

IDL_Type:

double

Units:

unitless

Description: MISSING

angularVelocityX

IDL_Type:

double

Units:

unitless

Description: MISSING

angularVelocityY

IDL_Type:

double

Units:

unitless

Description: MISSING

angularVelocityZ

IDL_Type:

double

Units:

unitless

Description: MISSING

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

errorHistoryNB

IDL_Type:

long

Units:

unitless

Description: MISSING

errorRegister

IDL_Type:

string

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lastErrorCode

IDL_Type:

long

Units:

unitless

Description: MISSING

lastErrorName

IDL_Type:

string

Units:

unitless

Description: MISSING

fcs_Ai814

EFDB_Topic:

MTCamera_fcs_Ai814

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

errorHistoryNB

IDL_Type:

long

Units:

unitless

Description: MISSING

errorRegister

IDL_Type:

string

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lastErrorCode

IDL_Type:

long

Units:

unitless

Description: MISSING

lastErrorName

IDL_Type:

string

Units:

unitless

Description: MISSING

fcs_Autochanger

EFDB_Topic:

MTCamera_fcs_Autochanger

carouselHoldingFilter

IDL_Type:

boolean

Units:

unitless

Description: MISSING

carouselHoldingFilterInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

enableClamps

IDL_Type:

boolean

Units:

unitless

Description: MISSING

enableLatches

IDL_Type:

boolean

Units:

unitless

Description: MISSING

enableRailLin1

IDL_Type:

boolean

Units:

unitless

Description: MISSING

enableRailLin2

IDL_Type:

boolean

Units:

unitless

Description: MISSING

engineeringKey

IDL_Type:

boolean

Units:

unitless

Description: MISSING

engineeringkey_InError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

inclinaisonXminus

IDL_Type:

double

Units:

degree

Description: inclinaison returned by inclinometerXminus

inclinaisonXplus

IDL_Type:

double

Units:

degree

Description: inclinaison returned by inclinometerXplus

loaderConnectedSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

loaderConnectedSensorsInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

loaderPresence

IDL_Type:

boolean

Units:

unitless

Description: MISSING

loaderPresenceInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

loader_LRH

IDL_Type:

boolean

Units:

unitless

Description: MISSING

loader_LRH_InError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lockOut

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lockOutInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lockOutShunt

IDL_Type:

boolean

Units:

unitless

Description: MISSING

out_AF0

IDL_Type:

boolean

Units:

unitless

Description: MISSING

out_AF0_InError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

out_AF1

IDL_Type:

boolean

Units:

unitless

Description: MISSING

out_AF1_InError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

out_AF3

IDL_Type:

boolean

Units:

unitless

Description: MISSING

out_AF3_InError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

out_AIN

IDL_Type:

boolean

Units:

unitless

Description: MISSING

out_AOL

IDL_Type:

boolean

Units:

unitless

Description: MISSING

out_AP1

IDL_Type:

boolean

Units:

unitless

Description: MISSING

out_AP1_InError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

out_AP2

IDL_Type:

boolean

Units:

unitless

Description: MISSING

out_AP2_InError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

out_AP3

IDL_Type:

boolean

Units:

unitless

Description: MISSING

out_AP3_InError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

fcs_AutochangerTrucks

EFDB_Topic:

MTCamera_fcs_AutochangerTrucks

atHandoff

IDL_Type:

boolean

Units:

unitless

Description: MISSING

atOnline

IDL_Type:

boolean

Units:

unitless

Description: MISSING

atStandby

IDL_Type:

boolean

Units:

unitless

Description: MISSING

homingDone

IDL_Type:

boolean

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

masterPosition

IDL_Type:

long

Units:

micron

Description: position of AC master truck along Linear Rails

slavePosition

IDL_Type:

long

Units:

micron

Description: position of AC slave truck along Linear Rails

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

heater_I

IDL_Type:

double

Units:

mA

Description: Heater 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

fcs_BrakeSystemGateway

EFDB_Topic:

MTCamera_fcs_BrakeSystemGateway

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

intValues

IDL_Type:

long

Units:

unitless

Description: MISSING

fcs_CarouselController

EFDB_Topic:

MTCamera_fcs_CarouselController

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

brakeActivated

IDL_Type:

boolean

Units:

unitless

Description: MISSING

controllerWithBrake

IDL_Type:

boolean

Units:

unitless

Description: MISSING

current

IDL_Type:

long

Units:

mA

Description: actual current read on controller : index 0x6078

errorHistoryNB

IDL_Type:

long

Units:

unitless

Description: MISSING

errorRegister

IDL_Type:

string

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lastErrorCode

IDL_Type:

long

Units:

unitless

Description: MISSING

lastErrorName

IDL_Type:

string

Units:

unitless

Description: MISSING

mode

IDL_Type:

string

Units:

unitless

Description: MISSING

position

IDL_Type:

long

Units:

mA

Description: position read on controller : index:0x6064 subindex:0

state

IDL_Type:

string

Units:

unitless

Description: MISSING

velocity

IDL_Type:

long

Units:

unitless

Description: velocity read on controller : index 0x2028 subindex 0 (RPM)

fcs_Carrier

EFDB_Topic:

MTCamera_fcs_Carrier

atEngaged

IDL_Type:

boolean

Units:

unitless

Description: MISSING

atHandoff

IDL_Type:

boolean

Units:

unitless

Description: MISSING

atStorage

IDL_Type:

boolean

Units:

unitless

Description: MISSING

controllerInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

current

IDL_Type:

long

Units:

mA

Description: actual current read on loader carrier controller : index 0x6078

engagedSensorOn

IDL_Type:

boolean

Units:

unitless

Description: MISSING

homingDone

IDL_Type:

boolean

Units:

unitless

Description: MISSING

limitSwitchDownInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

limitSwitchUpInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

position

IDL_Type:

long

Units:

micron

Description: loader carrier position

profileAcceleration

IDL_Type:

long long

Units:

Hz

Description: value of controller parameter ProfileVelocity : index 0x6083 subindex 0. In slow mode this field is set to slowSpeed. (RPM)

profileDeceleration

IDL_Type:

long long

Units:

Hz

Description: value of controller parameter ProfileVelocity : index 0x6084 subindex 0. In slow mode this field is set to slowSpeed. (RPM)

profileVelocity

IDL_Type:

long long

Units:

Hz

Description: value of controller parameter ProfileVelocity : index 0x6081 subindex 0. In slow mode this field is set to slowSpeed. (RPM)

speed

IDL_Type:

long

Units:

unitless

Description: loader carrier actual velocity read on controller : index 0x2028 subindex 0 (RPM)

fcs_CarrierController

EFDB_Topic:

MTCamera_fcs_CarrierController

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

brakeActivated

IDL_Type:

boolean

Units:

unitless

Description: MISSING

controllerWithBrake

IDL_Type:

boolean

Units:

unitless

Description: MISSING

current

IDL_Type:

long

Units:

mA

Description: actual current read on controller : index 0x6078

errorHistoryNB

IDL_Type:

long

Units:

unitless

Description: MISSING

errorRegister

IDL_Type:

string

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lastErrorCode

IDL_Type:

long

Units:

unitless

Description: MISSING

lastErrorName

IDL_Type:

string

Units:

unitless

Description: MISSING

mode

IDL_Type:

string

Units:

unitless

Description: MISSING

position

IDL_Type:

long

Units:

mA

Description: position read on controller : index:0x6064 subindex:0

state

IDL_Type:

string

Units:

unitless

Description: MISSING

velocity

IDL_Type:

long

Units:

unitless

Description: velocity read on controller : index 0x2028 subindex 0 (RPM)

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

fcs_CcsVersions

EFDB_Topic:

MTCamera_fcs_CcsVersions

agent_version

IDL_Type:

string

Units:

unitless

Description: The Version

distribution_version

IDL_Type:

string

Units:

unitless

Description: The Version

toolkit_version

IDL_Type:

string

Units:

unitless

Description: The Version

fcs_ClampXminus1

EFDB_Topic:

MTCamera_fcs_ClampXminus1

clampState

IDL_Type:

string

Units:

unitless

Description: global clamp state like CLAMPEDONFILTER or READYTOCLAMP

filterPositionSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by filter position sensor

filterPresenceMinNoFilter

IDL_Type:

long

Units:

micron

Description: offset1 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between 0 and filterPresenceOffset1 then sensor is in error.

filterPresenceOffset2

IDL_Type:

long

Units:

micron

Description: offset2 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.

filterPresenceStatus

IDL_Type:

string

Units:

unitless

Description: filter presence status like LOCKABLE or ENGAGED

lockSensorOffset1

IDL_Type:

long

Units:

micron

Description: offset1 for lock sensor read on hyttc580

lockSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by lock sensor

lockStatus

IDL_Type:

string

Units:

unitless

Description: lock status of this clamp like LOCKED or UNLOCKED

temperature

IDL_Type:

double

Units:

Celsius

Description: temperature in clamp read on AI814

fcs_ClampXminus2

EFDB_Topic:

MTCamera_fcs_ClampXminus2

clampState

IDL_Type:

string

Units:

unitless

Description: global clamp state like CLAMPEDONFILTER or READYTOCLAMP

filterPositionSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by filter position sensor

filterPresenceMinNoFilter

IDL_Type:

long

Units:

micron

Description: offset1 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between 0 and filterPresenceOffset1 then sensor is in error.

filterPresenceOffset2

IDL_Type:

long

Units:

micron

Description: offset2 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.

filterPresenceStatus

IDL_Type:

string

Units:

unitless

Description: filter presence status like LOCKABLE or ENGAGED

lockSensorOffset1

IDL_Type:

long

Units:

micron

Description: offset1 for lock sensor read on hyttc580

lockSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by lock sensor

lockStatus

IDL_Type:

string

Units:

unitless

Description: lock status of this clamp like LOCKED or UNLOCKED

temperature

IDL_Type:

double

Units:

Celsius

Description: temperature in clamp read on AI814

fcs_ClampXminus3

EFDB_Topic:

MTCamera_fcs_ClampXminus3

clampState

IDL_Type:

string

Units:

unitless

Description: global clamp state like CLAMPEDONFILTER or READYTOCLAMP

filterPositionSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by filter position sensor

filterPresenceMinNoFilter

IDL_Type:

long

Units:

micron

Description: offset1 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between 0 and filterPresenceOffset1 then sensor is in error.

filterPresenceOffset2

IDL_Type:

long

Units:

micron

Description: offset2 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.

filterPresenceStatus

IDL_Type:

string

Units:

unitless

Description: filter presence status like LOCKABLE or ENGAGED

lockSensorOffset1

IDL_Type:

long

Units:

micron

Description: offset1 for lock sensor read on hyttc580

lockSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by lock sensor

lockStatus

IDL_Type:

string

Units:

unitless

Description: lock status of this clamp like LOCKED or UNLOCKED

temperature

IDL_Type:

double

Units:

Celsius

Description: temperature in clamp read on AI814

fcs_ClampXminus4

EFDB_Topic:

MTCamera_fcs_ClampXminus4

clampState

IDL_Type:

string

Units:

unitless

Description: global clamp state like CLAMPEDONFILTER or READYTOCLAMP

filterPositionSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by filter position sensor

filterPresenceMinNoFilter

IDL_Type:

long

Units:

micron

Description: offset1 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between 0 and filterPresenceOffset1 then sensor is in error.

filterPresenceOffset2

IDL_Type:

long

Units:

micron

Description: offset2 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.

filterPresenceStatus

IDL_Type:

string

Units:

unitless

Description: filter presence status like LOCKABLE or ENGAGED

lockSensorOffset1

IDL_Type:

long

Units:

micron

Description: offset1 for lock sensor read on hyttc580

lockSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by lock sensor

lockStatus

IDL_Type:

string

Units:

unitless

Description: lock status of this clamp like LOCKED or UNLOCKED

temperature

IDL_Type:

double

Units:

Celsius

Description: temperature in clamp read on AI814

fcs_ClampXminus5

EFDB_Topic:

MTCamera_fcs_ClampXminus5

clampState

IDL_Type:

string

Units:

unitless

Description: global clamp state like CLAMPEDONFILTER or READYTOCLAMP

filterPositionSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by filter position sensor

filterPresenceMinNoFilter

IDL_Type:

long

Units:

micron

Description: offset1 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between 0 and filterPresenceOffset1 then sensor is in error.

filterPresenceOffset2

IDL_Type:

long

Units:

micron

Description: offset2 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.

filterPresenceStatus

IDL_Type:

string

Units:

unitless

Description: filter presence status like LOCKABLE or ENGAGED

lockSensorOffset1

IDL_Type:

long

Units:

micron

Description: offset1 for lock sensor read on hyttc580

lockSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by lock sensor

lockStatus

IDL_Type:

string

Units:

unitless

Description: lock status of this clamp like LOCKED or UNLOCKED

temperature

IDL_Type:

double

Units:

Celsius

Description: temperature in clamp read on AI814

fcs_ClampXminusController

EFDB_Topic:

MTCamera_fcs_ClampXminusController

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

brakeActivated

IDL_Type:

boolean

Units:

unitless

Description: MISSING

controllerWithBrake

IDL_Type:

boolean

Units:

unitless

Description: MISSING

current

IDL_Type:

long

Units:

mA

Description: actual current read on controller : index 0x6078

errorHistoryNB

IDL_Type:

long

Units:

unitless

Description: MISSING

errorRegister

IDL_Type:

string

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lastErrorCode

IDL_Type:

long

Units:

unitless

Description: MISSING

lastErrorName

IDL_Type:

string

Units:

unitless

Description: MISSING

mode

IDL_Type:

string

Units:

unitless

Description: MISSING

position

IDL_Type:

long

Units:

mA

Description: position read on controller : index:0x6064 subindex:0

state

IDL_Type:

string

Units:

unitless

Description: MISSING

velocity

IDL_Type:

long

Units:

unitless

Description: velocity read on controller : index 0x2028 subindex 0 (RPM)

fcs_ClampXplus1

EFDB_Topic:

MTCamera_fcs_ClampXplus1

clampState

IDL_Type:

string

Units:

unitless

Description: global clamp state like CLAMPEDONFILTER or READYTOCLAMP

filterPositionSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by filter position sensor

filterPresenceMinNoFilter

IDL_Type:

long

Units:

micron

Description: offset1 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between 0 and filterPresenceOffset1 then sensor is in error.

filterPresenceOffset2

IDL_Type:

long

Units:

micron

Description: offset2 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.

filterPresenceStatus

IDL_Type:

string

Units:

unitless

Description: filter presence status like LOCKABLE or ENGAGED

lockSensorOffset1

IDL_Type:

long

Units:

micron

Description: offset1 for lock sensor read on hyttc580

lockSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by lock sensor

lockStatus

IDL_Type:

string

Units:

unitless

Description: lock status of this clamp like LOCKED or UNLOCKED

temperature

IDL_Type:

double

Units:

Celsius

Description: temperature in clamp read on AI814

fcs_ClampXplus2

EFDB_Topic:

MTCamera_fcs_ClampXplus2

clampState

IDL_Type:

string

Units:

unitless

Description: global clamp state like CLAMPEDONFILTER or READYTOCLAMP

filterPositionSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by filter position sensor

filterPresenceMinNoFilter

IDL_Type:

long

Units:

micron

Description: offset1 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between 0 and filterPresenceOffset1 then sensor is in error.

filterPresenceOffset2

IDL_Type:

long

Units:

micron

Description: offset2 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.

filterPresenceStatus

IDL_Type:

string

Units:

unitless

Description: filter presence status like LOCKABLE or ENGAGED

lockSensorOffset1

IDL_Type:

long

Units:

micron

Description: offset1 for lock sensor read on hyttc580

lockSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by lock sensor

lockStatus

IDL_Type:

string

Units:

unitless

Description: lock status of this clamp like LOCKED or UNLOCKED

temperature

IDL_Type:

double

Units:

Celsius

Description: temperature in clamp read on AI814

fcs_ClampXplus3

EFDB_Topic:

MTCamera_fcs_ClampXplus3

clampState

IDL_Type:

string

Units:

unitless

Description: global clamp state like CLAMPEDONFILTER or READYTOCLAMP

filterPositionSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by filter position sensor

filterPresenceMinNoFilter

IDL_Type:

long

Units:

micron

Description: offset1 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between 0 and filterPresenceOffset1 then sensor is in error.

filterPresenceOffset2

IDL_Type:

long

Units:

micron

Description: offset2 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.

filterPresenceStatus

IDL_Type:

string

Units:

unitless

Description: filter presence status like LOCKABLE or ENGAGED

lockSensorOffset1

IDL_Type:

long

Units:

micron

Description: offset1 for lock sensor read on hyttc580

lockSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by lock sensor

lockStatus

IDL_Type:

string

Units:

unitless

Description: lock status of this clamp like LOCKED or UNLOCKED

temperature

IDL_Type:

double

Units:

Celsius

Description: temperature in clamp read on AI814

fcs_ClampXplus4

EFDB_Topic:

MTCamera_fcs_ClampXplus4

clampState

IDL_Type:

string

Units:

unitless

Description: global clamp state like CLAMPEDONFILTER or READYTOCLAMP

filterPositionSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by filter position sensor

filterPresenceMinNoFilter

IDL_Type:

long

Units:

micron

Description: offset1 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between 0 and filterPresenceOffset1 then sensor is in error.

filterPresenceOffset2

IDL_Type:

long

Units:

micron

Description: offset2 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.

filterPresenceStatus

IDL_Type:

string

Units:

unitless

Description: filter presence status like LOCKABLE or ENGAGED

lockSensorOffset1

IDL_Type:

long

Units:

micron

Description: offset1 for lock sensor read on hyttc580

lockSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by lock sensor

lockStatus

IDL_Type:

string

Units:

unitless

Description: lock status of this clamp like LOCKED or UNLOCKED

temperature

IDL_Type:

double

Units:

Celsius

Description: temperature in clamp read on AI814

fcs_ClampXplus5

EFDB_Topic:

MTCamera_fcs_ClampXplus5

clampState

IDL_Type:

string

Units:

unitless

Description: global clamp state like CLAMPEDONFILTER or READYTOCLAMP

filterPositionSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by filter position sensor

filterPresenceMinNoFilter

IDL_Type:

long

Units:

micron

Description: offset1 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between 0 and filterPresenceOffset1 then sensor is in error.

filterPresenceOffset2

IDL_Type:

long

Units:

micron

Description: offset2 for filter presence sensor read on hyttc580 : if filter presence sensor returns a value between filterPresenceOffset1 and filterPresenceOffset2 then the filter is engaged and lockable.

filterPresenceStatus

IDL_Type:

string

Units:

unitless

Description: filter presence status like LOCKABLE or ENGAGED

lockSensorOffset1

IDL_Type:

long

Units:

micron

Description: offset1 for lock sensor read on hyttc580

lockSensorValue

IDL_Type:

long

Units:

unitless

Description: value returned by lock sensor

lockStatus

IDL_Type:

string

Units:

unitless

Description: lock status of this clamp like LOCKED or UNLOCKED

temperature

IDL_Type:

double

Units:

Celsius

Description: temperature in clamp read on AI814

fcs_ClampXplusController

EFDB_Topic:

MTCamera_fcs_ClampXplusController

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

brakeActivated

IDL_Type:

boolean

Units:

unitless

Description: MISSING

controllerWithBrake

IDL_Type:

boolean

Units:

unitless

Description: MISSING

current

IDL_Type:

long

Units:

mA

Description: actual current read on controller : index 0x6078

errorHistoryNB

IDL_Type:

long

Units:

unitless

Description: MISSING

errorRegister

IDL_Type:

string

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lastErrorCode

IDL_Type:

long

Units:

unitless

Description: MISSING

lastErrorName

IDL_Type:

string

Units:

unitless

Description: MISSING

mode

IDL_Type:

string

Units:

unitless

Description: MISSING

position

IDL_Type:

long

Units:

mA

Description: position read on controller : index:0x6064 subindex:0

state

IDL_Type:

string

Units:

unitless

Description: MISSING

velocity

IDL_Type:

long

Units:

unitless

Description: velocity read on controller : index 0x2028 subindex 0 (RPM)

hex_Cold1

EFDB_Topic:

MTCamera_hex_Cold1

evapExitTmp

IDL_Type:

double

Units:

Celsius

Description: Evap Exit Temperature

hexRtrnTmp

IDL_Type:

double

Units:

Celsius

Description: HX Return Temperature

preExpnTmp

IDL_Type:

double

Units:

Celsius

Description: Pre Expn Temperature

returnPrs

IDL_Type:

double

Units:

psia

Description: Return Pressure

superHeat

IDL_Type:

double

Units:

Celsius

Description: Cold1 SuperHeat

supplyPrs

IDL_Type:

double

Units:

psia

Description: Supply Pressure

supplySubCooling

IDL_Type:

double

Units:

Celsius

Description: Cold1 Supply SubCooling

supplyTmp

IDL_Type:

double

Units:

Celsius

Description: Supply Temperature

refrig_Cold1

EFDB_Topic:

MTCamera_refrig_Cold1

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

compVfdCurr

IDL_Type:

double

Units:

A

Description: Compressor VFD Current

compVfdFreq

IDL_Type:

double

Units:

Hz

Description: Compressor VFD Frequency

compVfdVolt

IDL_Type:

double

Units:

Volt

Description: Compressor VFD Voltage

compVoltage

IDL_Type:

double

Units:

Volt

Description: Compressor Voltage

coolFlowRate

IDL_Type:

double

Units:

l/min

Description: Coolant Flow Rate

coolValvePosn

IDL_Type:

double

Units:

%

Description: Coolant Valve Position

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)

fan1Speed

IDL_Type:

double

Units:

unitless

Description: Fan 1 Speed (RPM)

fan2Speed

IDL_Type:

double

Units:

unitless

Description: Fan 2 Speed (RPM)

fan3Speed

IDL_Type:

double

Units:

unitless

Description: Fan 3 Speed (RPM)

hGBValvePosn

IDL_Type:

double

Units:

%

Description: HGB Valve Position

liquidSubCooling

IDL_Type:

double

Units:

Celsius

Description: Cold1 SubCooling

liquidtmp_M

IDL_Type:

double

Units:

Celsius

Description: Liquid Temperature (Maq20)

liquidtmp_P

IDL_Type:

double

Units:

Celsius

Description: Liquid Temperature (PLC)

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)

waterInTmp

IDL_Type:

double

Units:

Celsius

Description: Water Inlet Temperature

waterOutTmp

IDL_Type:

double

Units:

Celsius

Description: Water Outlet Temperature

hex_Cold2

EFDB_Topic:

MTCamera_hex_Cold2

evapExitTmp

IDL_Type:

double

Units:

Celsius

Description: Evap Exit Temperature

hexRtrnTmp

IDL_Type:

double

Units:

Celsius

Description: HX Return Temperature

preExpnTmp

IDL_Type:

double

Units:

Celsius

Description: Pre Expn Temperature

returnPrs

IDL_Type:

double

Units:

psia

Description: Return Pressure

superHeat

IDL_Type:

double

Units:

Celsius

Description: Cold2 SuperHeat

supplyPrs

IDL_Type:

double

Units:

psia

Description: Supply Pressure

supplySubCooling

IDL_Type:

double

Units:

Celsius

Description: Cold2 Supply SubCooling

supplyTmp

IDL_Type:

double

Units:

Celsius

Description: Supply Temperature

refrig_Cold2

EFDB_Topic:

MTCamera_refrig_Cold2

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

compVfdCurr

IDL_Type:

double

Units:

A

Description: Compressor VFD Current

compVfdFreq

IDL_Type:

double

Units:

Hz

Description: Compressor VFD Frequency

compVfdVolt

IDL_Type:

double

Units:

Volt

Description: Compressor VFD Voltage

compVoltage

IDL_Type:

double

Units:

Volt

Description: Compressor Voltage

coolFlowRate

IDL_Type:

double

Units:

l/min

Description: Coolant Flow Rate

coolValvePosn

IDL_Type:

double

Units:

%

Description: Coolant Valve Position

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)

fan1Speed

IDL_Type:

double

Units:

unitless

Description: Fan 1 Speed (RPM)

fan2Speed

IDL_Type:

double

Units:

unitless

Description: Fan 2 Speed (RPM)

fan3Speed

IDL_Type:

double

Units:

unitless

Description: Fan 3 Speed (RPM)

hGBValvePosn

IDL_Type:

double

Units:

%

Description: HGB Valve Position

liquidSubCooling

IDL_Type:

double

Units:

Celsius

Description: Cold2 SubCooling

liquidtmp_M

IDL_Type:

double

Units:

Celsius

Description: Liquid Temperature (Maq20)

liquidtmp_P

IDL_Type:

double

Units:

Celsius

Description: Liquid Temperature (PLC)

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)

waterInTmp

IDL_Type:

double

Units:

Celsius

Description: Water Inlet Temperature

waterOutTmp

IDL_Type:

double

Units:

Celsius

Description: Water Outlet Temperature

fcs_Config

EFDB_Topic:

MTCamera_fcs_Config

data_Devices_checksum

IDL_Type:

string

Units:

unitless

Description: Configuration data checksum for category Devices

data_General_checksum

IDL_Type:

string

Units:

unitless

Description: Configuration data checksum for category General

data_Limits_checksum

IDL_Type:

string

Units:

unitless

Description: Configuration data checksum for category Limits

data_autochanger_checksum

IDL_Type:

string

Units:

unitless

Description: Configuration data checksum for category autochanger

data_canbus_checksum

IDL_Type:

string

Units:

unitless

Description: Configuration data checksum for category canbus

data_controller_checksum

IDL_Type:

string

Units:

unitless

Description: Configuration data checksum for category controller

data_filter_checksum

IDL_Type:

string

Units:

unitless

Description: Configuration data checksum for category filter

data_loader_checksum

IDL_Type:

string

Units:

unitless

Description: Configuration data checksum for category loader

data_nodeID_checksum

IDL_Type:

string

Units:

unitless

Description: Configuration data checksum for category nodeID

data_readRate_checksum

IDL_Type:

string

Units:

unitless

Description: Configuration data checksum for category readRate

data_sensor_checksum

IDL_Type:

string

Units:

unitless

Description: Configuration data checksum for category sensor

data_serialNB_checksum

IDL_Type:

string

Units:

unitless

Description: Configuration data checksum for category serialNB

data_timers_checksum

IDL_Type:

string

Units:

unitless

Description: Configuration data checksum for category timers

hex_Cryo1

EFDB_Topic:

MTCamera_hex_Cryo1

c3ExitTmp

IDL_Type:

double

Units:

Celsius

Description: C3 Exit Temperature

c4ExitTmp

IDL_Type:

double

Units:

Celsius

Description: C4 Exit Temperature

evapExitTmp

IDL_Type:

double

Units:

Celsius

Description: Evap Exit Temperature

hexRtrnTmp

IDL_Type:

double

Units:

Celsius

Description: HX Return Temperature

liquidPrs

IDL_Type:

double

Units:

psia

Description: Liquid Pressure

preC3Tmp

IDL_Type:

double

Units:

Celsius

Description: Pre C3 Temperature

preC4Tmp

IDL_Type:

double

Units:

Celsius

Description: Pre C4 Temperature

returnPrs

IDL_Type:

double

Units:

psia

Description: Return Pressure

vaporPrs

IDL_Type:

double

Units:

psia

Description: Vapor Pressure

refrig_Cryo1

EFDB_Topic:

MTCamera_refrig_Cryo1

afterCoolTmp

IDL_Type:

double

Units:

Celsius

Description: After Cooler Temperature

compCurrent

IDL_Type:

double

Units:

A

Description: Compressor Current

compPower

IDL_Type:

double

Units:

VA

Description: Compressor Power

compVoltage

IDL_Type:

double

Units:

Volt

Description: Compressor Voltage

dischrgPrs

IDL_Type:

double

Units:

psia

Description: Discharge Pressure

dischrgtmp_M

IDL_Type:

double

Units:

Celsius

Description: Discharge Temperature (MAQ20)

dischrgtmp_P

IDL_Type:

double

Units:

Celsius

Description: Discharge Temperature (PLC)

fanSpeed

IDL_Type:

double

Units:

unitless

Description: Fan Speed (RPM)

oilLevel

IDL_Type:

double

Units:

mm

Description: Oil Level

oilSepTmp

IDL_Type:

double

Units:

Celsius

Description: Oil Separator Temperature

phaseSepTmp

IDL_Type:

double

Units:

Celsius

Description: Phase Separator Temperature

suctionPrs

IDL_Type:

double

Units:

psia

Description: Suction Pressure

suctiontmp_M

IDL_Type:

double

Units:

Celsius

Description: Suction Temperature (MAQ20)

suctiontmp_P

IDL_Type:

double

Units:

Celsius

Description: Suction Temperature (PLC)

surgeTankTmp

IDL_Type:

double

Units:

Celsius

Description: Surge Tank Temperature

waterInTmp

IDL_Type:

double

Units:

Celsius

Description: Water Inlet Temperature

waterOutTmp

IDL_Type:

double

Units:

Celsius

Description: Water Outlet Temperature

hex_Cryo2

EFDB_Topic:

MTCamera_hex_Cryo2

c3ExitTmp

IDL_Type:

double

Units:

Celsius

Description: C3 Exit Temperature

c4ExitTmp

IDL_Type:

double

Units:

Celsius

Description: C4 Exit Temperature

evapExitTmp

IDL_Type:

double

Units:

Celsius

Description: Evap Exit Temperature

hexRtrnTmp

IDL_Type:

double

Units:

Celsius

Description: HX Return Temperature

liquidPrs

IDL_Type:

double

Units:

psia

Description: Liquid Pressure

preC3Tmp

IDL_Type:

double

Units:

Celsius

Description: Pre C3 Temperature

preC4Tmp

IDL_Type:

double

Units:

Celsius

Description: Pre C4 Temperature

returnPrs

IDL_Type:

double

Units:

psia

Description: Return Pressure

vaporPrs

IDL_Type:

double

Units:

psia

Description: Vapor Pressure

refrig_Cryo2

EFDB_Topic:

MTCamera_refrig_Cryo2

afterCoolTmp

IDL_Type:

double

Units:

Celsius

Description: After Cooler Temperature

compCurrent

IDL_Type:

double

Units:

A

Description: Compressor Current

compPower

IDL_Type:

double

Units:

VA

Description: Compressor Power

compVoltage

IDL_Type:

double

Units:

Volt

Description: Compressor Voltage

dischrgPrs

IDL_Type:

double

Units:

psia

Description: Discharge Pressure

dischrgtmp_M

IDL_Type:

double

Units:

Celsius

Description: Discharge Temperature (MAQ20)

dischrgtmp_P

IDL_Type:

double

Units:

Celsius

Description: Discharge Temperature (PLC)

fanSpeed

IDL_Type:

double

Units:

unitless

Description: Fan Speed (RPM)

oilLevel

IDL_Type:

double

Units:

mm

Description: Oil Level

oilSepTmp

IDL_Type:

double

Units:

Celsius

Description: Oil Separator Temperature

phaseSepTmp

IDL_Type:

double

Units:

Celsius

Description: Phase Separator Temperature

suctionPrs

IDL_Type:

double

Units:

psia

Description: Suction Pressure

suctiontmp_M

IDL_Type:

double

Units:

Celsius

Description: Suction Temperature (MAQ20)

suctiontmp_P

IDL_Type:

double

Units:

Celsius

Description: Suction Temperature (PLC)

surgeTankTmp

IDL_Type:

double

Units:

Celsius

Description: Surge Tank Temperature

waterInTmp

IDL_Type:

double

Units:

Celsius

Description: Water Inlet Temperature

waterOutTmp

IDL_Type:

double

Units:

Celsius

Description: Water Outlet Temperature

hex_Cryo3

EFDB_Topic:

MTCamera_hex_Cryo3

c3ExitTmp

IDL_Type:

double

Units:

Celsius

Description: C3 Exit Temperature

c4ExitTmp

IDL_Type:

double

Units:

Celsius

Description: C4 Exit Temperature

evapExitTmp

IDL_Type:

double

Units:

Celsius

Description: Evap Exit Temperature

hexRtrnTmp

IDL_Type:

double

Units:

Celsius

Description: HX Return Temperature

liquidPrs

IDL_Type:

double

Units:

psia

Description: Liquid Pressure

preC3Tmp

IDL_Type:

double

Units:

Celsius

Description: Pre C3 Temperature

preC4Tmp

IDL_Type:

double

Units:

Celsius

Description: Pre C4 Temperature

returnPrs

IDL_Type:

double

Units:

psia

Description: Return Pressure

vaporPrs

IDL_Type:

double

Units:

psia

Description: Vapor Pressure

refrig_Cryo3

EFDB_Topic:

MTCamera_refrig_Cryo3

afterCoolTmp

IDL_Type:

double

Units:

Celsius

Description: After Cooler Temperature

ambientTmp

IDL_Type:

double

Units:

Celsius

Description: Ambient Temperature

cabinetTmp

IDL_Type:

double

Units:

Celsius

Description: Cabinet Temperature

compCurrent

IDL_Type:

double

Units:

A

Description: Compressor Current

compPower

IDL_Type:

double

Units:

VA

Description: Compressor Power

compVoltage

IDL_Type:

double

Units:

Volt

Description: Compressor Voltage

dischrgPrs

IDL_Type:

double

Units:

psia

Description: Discharge Pressure

dischrgtmp_M

IDL_Type:

double

Units:

Celsius

Description: Discharge Temperature (MAQ20)

dischrgtmp_P

IDL_Type:

double

Units:

Celsius

Description: Discharge Temperature (PLC)

fanSpeed

IDL_Type:

double

Units:

unitless

Description: Fan Speed (RPM)

oilLevel

IDL_Type:

double

Units:

mm

Description: Oil Level

oilSepTmp

IDL_Type:

double

Units:

Celsius

Description: Oil Separator Temperature

phaseSepTmp

IDL_Type:

double

Units:

Celsius

Description: Phase Separator Temperature

suctionPrs

IDL_Type:

double

Units:

psia

Description: Suction Pressure

suctiontmp_M

IDL_Type:

double

Units:

Celsius

Description: Suction Temperature (MAQ20)

suctiontmp_P

IDL_Type:

double

Units:

Celsius

Description: Suction Temperature (PLC)

surgeTankTmp

IDL_Type:

double

Units:

Celsius

Description: Surge Tank Temperature

waterInTmp

IDL_Type:

double

Units:

Celsius

Description: Water Inlet Temperature

waterOutTmp

IDL_Type:

double

Units:

Celsius

Description: Water Outlet Temperature

hex_Cryo4

EFDB_Topic:

MTCamera_hex_Cryo4

c3ExitTmp

IDL_Type:

double

Units:

Celsius

Description: C3 Exit Temperature

c4ExitTmp

IDL_Type:

double

Units:

Celsius

Description: C4 Exit Temperature

evapExitTmp

IDL_Type:

double

Units:

Celsius

Description: Evap Exit Temperature

hexRtrnTmp

IDL_Type:

double

Units:

Celsius

Description: HX Return Temperature

liquidPrs

IDL_Type:

double

Units:

psia

Description: Liquid Pressure

preC3Tmp

IDL_Type:

double

Units:

Celsius

Description: Pre C3 Temperature

preC4Tmp

IDL_Type:

double

Units:

Celsius

Description: Pre C4 Temperature

returnPrs

IDL_Type:

double

Units:

psia

Description: Return Pressure

vaporPrs

IDL_Type:

double

Units:

psia

Description: Vapor Pressure

refrig_Cryo4

EFDB_Topic:

MTCamera_refrig_Cryo4

afterCoolTmp

IDL_Type:

double

Units:

Celsius

Description: After Cooler Temperature

compCurrent

IDL_Type:

double

Units:

A

Description: Compressor Current

compPower

IDL_Type:

double

Units:

VA

Description: Compressor Power

compVoltage

IDL_Type:

double

Units:

Volt

Description: Compressor Voltage

dischrgPrs

IDL_Type:

double

Units:

psia

Description: Discharge Pressure

dischrgtmp_M

IDL_Type:

double

Units:

Celsius

Description: Discharge Temperature (MAQ20)

dischrgtmp_P

IDL_Type:

double

Units:

Celsius

Description: Discharge Temperature (PLC)

fanSpeed

IDL_Type:

double

Units:

unitless

Description: Fan Speed (RPM)

oilLevel

IDL_Type:

double

Units:

mm

Description: Oil Level

oilSepTmp

IDL_Type:

double

Units:

Celsius

Description: Oil Separator Temperature

phaseSepTmp

IDL_Type:

double

Units:

Celsius

Description: Phase Separator Temperature

suctionPrs

IDL_Type:

double

Units:

psia

Description: Suction Pressure

suctiontmp_M

IDL_Type:

double

Units:

Celsius

Description: Suction Temperature (MAQ20)

suctiontmp_P

IDL_Type:

double

Units:

Celsius

Description: Suction Temperature (PLC)

surgeTankTmp

IDL_Type:

double

Units:

Celsius

Description: Surge Tank Temperature

waterInTmp

IDL_Type:

double

Units:

Celsius

Description: Water Inlet Temperature

waterOutTmp

IDL_Type:

double

Units:

Celsius

Description: Water Outlet Temperature

hex_Cryo5

EFDB_Topic:

MTCamera_hex_Cryo5

c3ExitTmp

IDL_Type:

double

Units:

Celsius

Description: C3 Exit Temperature

c4ExitTmp

IDL_Type:

double

Units:

Celsius

Description: C4 Exit Temperature

evapExitTmp

IDL_Type:

double

Units:

Celsius

Description: Evap Exit Temperature

hexRtrnTmp

IDL_Type:

double

Units:

Celsius

Description: HX Return Temperature

liquidPrs

IDL_Type:

double

Units:

psia

Description: Liquid Pressure

preC3Tmp

IDL_Type:

double

Units:

Celsius

Description: Pre C3 Temperature

preC4Tmp

IDL_Type:

double

Units:

Celsius

Description: Pre C4 Temperature

returnPrs

IDL_Type:

double

Units:

psia

Description: Return Pressure

vaporPrs

IDL_Type:

double

Units:

psia

Description: Vapor Pressure

refrig_Cryo5

EFDB_Topic:

MTCamera_refrig_Cryo5

afterCoolTmp

IDL_Type:

double

Units:

Celsius

Description: After Cooler Temperature

ambientTmp

IDL_Type:

double

Units:

Celsius

Description: Ambient Temperature

cabinetTmp

IDL_Type:

double

Units:

Celsius

Description: Cabinet Temperature

compCurrent

IDL_Type:

double

Units:

A

Description: Compressor Current

compPower

IDL_Type:

double

Units:

VA

Description: Compressor Power

compVoltage

IDL_Type:

double

Units:

Volt

Description: Compressor Voltage

dischrgPrs

IDL_Type:

double

Units:

psia

Description: Discharge Pressure

dischrgtmp_M

IDL_Type:

double

Units:

Celsius

Description: Discharge Temperature (MAQ20)

dischrgtmp_P

IDL_Type:

double

Units:

Celsius

Description: Discharge Temperature (PLC)

fanSpeed

IDL_Type:

double

Units:

unitless

Description: Fan Speed (RPM)

oilLevel

IDL_Type:

double

Units:

mm

Description: Oil Level

oilSepTmp

IDL_Type:

double

Units:

Celsius

Description: Oil Separator Temperature

phaseSepTmp

IDL_Type:

double

Units:

Celsius

Description: Phase Separator Temperature

suctionPrs

IDL_Type:

double

Units:

psia

Description: Suction Pressure

suctiontmp_M

IDL_Type:

double

Units:

Celsius

Description: Suction Temperature (MAQ20)

suctiontmp_P

IDL_Type:

double

Units:

Celsius

Description: Suction Temperature (PLC)

surgeTankTmp

IDL_Type:

double

Units:

Celsius

Description: Surge Tank Temperature

waterInTmp

IDL_Type:

double

Units:

Celsius

Description: Water Inlet Temperature

waterOutTmp

IDL_Type:

double

Units:

Celsius

Description: Water Outlet Temperature

hex_Cryo6

EFDB_Topic:

MTCamera_hex_Cryo6

c3ExitTmp

IDL_Type:

double

Units:

Celsius

Description: C3 Exit Temperature

c4ExitTmp

IDL_Type:

double

Units:

Celsius

Description: C4 Exit Temperature

evapExitTmp

IDL_Type:

double

Units:

Celsius

Description: Evap Exit Temperature

hexRtrnTmp

IDL_Type:

double

Units:

Celsius

Description: HX Return Temperature

liquidPrs

IDL_Type:

double

Units:

psia

Description: Liquid Pressure

preC3Tmp

IDL_Type:

double

Units:

Celsius

Description: Pre C3 Temperature

preC4Tmp

IDL_Type:

double

Units:

Celsius

Description: Pre C4 Temperature

returnPrs

IDL_Type:

double

Units:

psia

Description: Return Pressure

vaporPrs

IDL_Type:

double

Units:

psia

Description: Vapor Pressure

refrig_Cryo6

EFDB_Topic:

MTCamera_refrig_Cryo6

afterCoolTmp

IDL_Type:

double

Units:

Celsius

Description: After Cooler Temperature

compCurrent

IDL_Type:

double

Units:

A

Description: Compressor Current

compPower

IDL_Type:

double

Units:

VA

Description: Compressor Power

compVoltage

IDL_Type:

double

Units:

Volt

Description: Compressor Voltage

dischrgPrs

IDL_Type:

double

Units:

psia

Description: Discharge Pressure

dischrgtmp_M

IDL_Type:

double

Units:

Celsius

Description: Discharge Temperature (MAQ20)

dischrgtmp_P

IDL_Type:

double

Units:

Celsius

Description: Discharge Temperature (PLC)

fanSpeed

IDL_Type:

double

Units:

unitless

Description: Fan Speed (RPM)

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_CryoVac

EFDB_Topic:

MTCamera_vacuum_CryoVac

cryoVac

IDL_Type:

double

Units:

Torr

Description: Cryostat vacuum

vacuum_ForelineVac

EFDB_Topic:

MTCamera_vacuum_ForelineVac

forelineVac

IDL_Type:

double

Units:

Torr

Description: Foreline pump vacuum

vacuum_Hex1Vac

EFDB_Topic:

MTCamera_vacuum_Hex1Vac

hex1Vac

IDL_Type:

double

Units:

Torr

Description: Heat exchanger 1 vacuum

vacuum_Hex2Vac

EFDB_Topic:

MTCamera_vacuum_Hex2Vac

hex2Vac

IDL_Type:

double

Units:

Torr

Description: Heat exchanger 2 vacuum

fcs_Hooks

EFDB_Topic:

MTCamera_fcs_Hooks

allHooksInStateCLOSED

IDL_Type:

boolean

Units:

unitless

Description: MISSING

clampState

IDL_Type:

string

Units:

unitless

Description: loader clamp lock status

controllerInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

current

IDL_Type:

long

Units:

mA

Description: actual current read on loader clamp controller (index 0x6078)

forceClampedStatus

IDL_Type:

boolean

Units:

unitless

Description: MISSING

forceOverClampedStatus

IDL_Type:

boolean

Units:

unitless

Description: MISSING

forceSensorVoltage0

IDL_Type:

long

Units:

mV

Description: voltage returned by loader clamp forceSensor0

forceSensorVoltage1

IDL_Type:

long

Units:

mV

Description: voltage returned by loader clamp forceSensor1

forceStatus

IDL_Type:

string

Units:

unitless

Description: loader clamp lock status

forceUnclampedStatus

IDL_Type:

boolean

Units:

unitless

Description: MISSING

forceUnderClampedStatus

IDL_Type:

boolean

Units:

unitless

Description: MISSING

homingDone

IDL_Type:

boolean

Units:

unitless

Description: MISSING

position

IDL_Type:

long

Units:

micron

Description: loader clamp position

statusPublishedByHook1

IDL_Type:

string

Units:

unitless

Description: MISSING

statuspublishedbyhook1_inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

statuspublishedbyhook1_lockSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

statuspublishedbyhook1_lockStatus

IDL_Type:

string

Units:

unitless

Description: loader hook lock status

statuspublishedbyhook1_unlockSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

statusPublishedByHook2

IDL_Type:

string

Units:

unitless

Description: MISSING

statuspublishedbyhook2_inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

statuspublishedbyhook2_lockSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

statuspublishedbyhook2_lockStatus

IDL_Type:

string

Units:

unitless

Description: loader hook lock status

statuspublishedbyhook2_unlockSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

statusPublishedByHook3

IDL_Type:

string

Units:

unitless

Description: MISSING

statuspublishedbyhook3_inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

statuspublishedbyhook3_lockSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

statuspublishedbyhook3_lockStatus

IDL_Type:

string

Units:

unitless

Description: loader hook lock status

statuspublishedbyhook3_unlockSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

statusPublishedByHook4

IDL_Type:

string

Units:

unitless

Description: MISSING

statuspublishedbyhook4_inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

statuspublishedbyhook4_lockSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

statuspublishedbyhook4_lockStatus

IDL_Type:

string

Units:

unitless

Description: loader hook lock status

statuspublishedbyhook4_unlockSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

fcs_HooksController

EFDB_Topic:

MTCamera_fcs_HooksController

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

brakeActivated

IDL_Type:

boolean

Units:

unitless

Description: MISSING

controllerWithBrake

IDL_Type:

boolean

Units:

unitless

Description: MISSING

current

IDL_Type:

long

Units:

mA

Description: actual current read on controller : index 0x6078

errorHistoryNB

IDL_Type:

long

Units:

unitless

Description: MISSING

errorRegister

IDL_Type:

string

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lastErrorCode

IDL_Type:

long

Units:

unitless

Description: MISSING

lastErrorName

IDL_Type:

string

Units:

unitless

Description: MISSING

mode

IDL_Type:

string

Units:

unitless

Description: MISSING

position

IDL_Type:

long

Units:

mA

Description: position read on controller : index:0x6064 subindex:0

state

IDL_Type:

string

Units:

unitless

Description: MISSING

velocity

IDL_Type:

long

Units:

unitless

Description: velocity read on controller : index 0x2028 subindex 0 (RPM)

fcs_Hyttc580

EFDB_Topic:

MTCamera_fcs_Hyttc580

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

pdo1

IDL_Type:

long long

Units:

unitless

Description: MISSING

pdo2

IDL_Type:

long long

Units:

unitless

Description: MISSING

pdo4

IDL_Type:

long long

Units:

unitless

Description: MISSING

vacuum_CIP1_I

EFDB_Topic:

MTCamera_vacuum_CIP1_I

cip1_I

IDL_Type:

double

Units:

mA

Description: Cryo ion pump 1 current

vacuum_CIP2_I

EFDB_Topic:

MTCamera_vacuum_CIP2_I

cip2_I

IDL_Type:

double

Units:

mA

Description: Cryo ion pump 2 current

vacuum_CIP3_I

EFDB_Topic:

MTCamera_vacuum_CIP3_I

cip3_I

IDL_Type:

double

Units:

mA

Description: Cryo ion pump 3 current

vacuum_CIP4_I

EFDB_Topic:

MTCamera_vacuum_CIP4_I

cip4_I

IDL_Type:

double

Units:

mA

Description: Cryo ion pump 4 current

vacuum_CIP5_I

EFDB_Topic:

MTCamera_vacuum_CIP5_I

cip5_I

IDL_Type:

double

Units:

mA

Description: Cryo ion pump 5 current

vacuum_CIP6_I

EFDB_Topic:

MTCamera_vacuum_CIP6_I

cip6_I

IDL_Type:

double

Units:

mA

Description: Cryo ion pump 6 current

fcs_LatchXminus

EFDB_Topic:

MTCamera_fcs_LatchXminus

controllerInFault

IDL_Type:

boolean

Units:

unitless

Description: MISSING

filterEngagedSensorsInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

filterPresenceSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lockSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lockSensorsInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lockStatus

IDL_Type:

string

Units:

unitless

Description: AC latch lock status

unlockSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

unlockSensorsInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

fcs_LatchXminusController

EFDB_Topic:

MTCamera_fcs_LatchXminusController

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

brakeActivated

IDL_Type:

boolean

Units:

unitless

Description: MISSING

controllerWithBrake

IDL_Type:

boolean

Units:

unitless

Description: MISSING

current

IDL_Type:

long

Units:

mA

Description: actual current read on controller : index 0x6078

errorHistoryNB

IDL_Type:

long

Units:

unitless

Description: MISSING

errorRegister

IDL_Type:

string

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lastErrorCode

IDL_Type:

long

Units:

unitless

Description: MISSING

lastErrorName

IDL_Type:

string

Units:

unitless

Description: MISSING

mode

IDL_Type:

string

Units:

unitless

Description: MISSING

position

IDL_Type:

long

Units:

mA

Description: position read on controller : index:0x6064 subindex:0

state

IDL_Type:

string

Units:

unitless

Description: MISSING

velocity

IDL_Type:

long

Units:

unitless

Description: velocity read on controller : index 0x2028 subindex 0 (RPM)

fcs_LatchXplus

EFDB_Topic:

MTCamera_fcs_LatchXplus

controllerInFault

IDL_Type:

boolean

Units:

unitless

Description: MISSING

filterEngagedSensorsInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

filterPresenceSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lockSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lockSensorsInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lockStatus

IDL_Type:

string

Units:

unitless

Description: AC latch lock status

unlockSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

unlockSensorsInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

fcs_LatchXplusController

EFDB_Topic:

MTCamera_fcs_LatchXplusController

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

brakeActivated

IDL_Type:

boolean

Units:

unitless

Description: MISSING

controllerWithBrake

IDL_Type:

boolean

Units:

unitless

Description: MISSING

current

IDL_Type:

long

Units:

mA

Description: actual current read on controller : index 0x6078

errorHistoryNB

IDL_Type:

long

Units:

unitless

Description: MISSING

errorRegister

IDL_Type:

string

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lastErrorCode

IDL_Type:

long

Units:

unitless

Description: MISSING

lastErrorName

IDL_Type:

string

Units:

unitless

Description: MISSING

mode

IDL_Type:

string

Units:

unitless

Description: MISSING

position

IDL_Type:

long

Units:

mA

Description: position read on controller : index:0x6064 subindex:0

state

IDL_Type:

string

Units:

unitless

Description: MISSING

velocity

IDL_Type:

long

Units:

unitless

Description: velocity read on controller : index 0x2028 subindex 0 (RPM)

fcs_Latches

EFDB_Topic:

MTCamera_fcs_Latches

filterId

IDL_Type:

long

Units:

unitless

Description: id of filter on AC trucks

filterName

IDL_Type:

string

Units:

unitless

Description: name of filter on AC trucks

filterPresenceStatus

IDL_Type:

string

Units:

unitless

Description: AC latch filter presence status

lockStatus

IDL_Type:

string

Units:

unitless

Description: AC latch lock status

fcs_Loader

EFDB_Topic:

MTCamera_fcs_Loader

af0

IDL_Type:

boolean

Units:

unitless

Description: MISSING

af0InError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

af1

IDL_Type:

boolean

Units:

unitless

Description: MISSING

af1InError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

af3

IDL_Type:

boolean

Units:

unitless

Description: MISSING

af3InError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

ap2

IDL_Type:

boolean

Units:

unitless

Description: MISSING

ap2InError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

carrierRelayStatus

IDL_Type:

boolean

Units:

unitless

Description: MISSING

filterDistance

IDL_Type:

long

Units:

unitless

Description: MISSING

filterPositionStatus

IDL_Type:

boolean

Units:

unitless

Description: MISSING

filterPresenceSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

filterPresenceSensorsInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

hooksRelayStatus

IDL_Type:

boolean

Units:

unitless

Description: MISSING

keyEng

IDL_Type:

boolean

Units:

unitless

Description: MISSING

keyEngInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

keyLock

IDL_Type:

boolean

Units:

unitless

Description: MISSING

keyLockInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lfd

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lfs

IDL_Type:

boolean

Units:

unitless

Description: MISSING

loaderDefaultStatus

IDL_Type:

boolean

Units:

unitless

Description: MISSING

loaderOnCameraSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

loaderOnCameraSensorsInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lps

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lpsInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lrh

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lrhInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

safetyBeltPresence

IDL_Type:

boolean

Units:

unitless

Description: MISSING

fcs_LoaderPlutoGateway

EFDB_Topic:

MTCamera_fcs_LoaderPlutoGateway

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

intValues

IDL_Type:

long

Units:

unitless

Description: MISSING

fcs_OnlineClampXminus

EFDB_Topic:

MTCamera_fcs_OnlineClampXminus

controllerBooted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

controllerInFault

IDL_Type:

boolean

Units:

unitless

Description: MISSING

current

IDL_Type:

long

Units:

mA

Description: actual current read on AC online clamp controller : index 0x6078

homingDone

IDL_Type:

boolean

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lockSensorInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lockSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lockStatus

IDL_Type:

string

Units:

unitless

Description: AC online clamp lock status

position

IDL_Type:

long

Units:

micron

Description: online clamp position read on controller

sentCurrent

IDL_Type:

long

Units:

mA

Description: last current sent to the controller of this online clamp

unlockSensorInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

unlockSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

fcs_OnlineClampXminusController

EFDB_Topic:

MTCamera_fcs_OnlineClampXminusController

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

brakeActivated

IDL_Type:

boolean

Units:

unitless

Description: MISSING

controllerWithBrake

IDL_Type:

boolean

Units:

unitless

Description: MISSING

current

IDL_Type:

long

Units:

mA

Description: actual current read on controller : index 0x6078

errorHistoryNB

IDL_Type:

long

Units:

unitless

Description: MISSING

errorRegister

IDL_Type:

string

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lastErrorCode

IDL_Type:

long

Units:

unitless

Description: MISSING

lastErrorName

IDL_Type:

string

Units:

unitless

Description: MISSING

mode

IDL_Type:

string

Units:

unitless

Description: MISSING

position

IDL_Type:

long

Units:

mA

Description: position read on controller : index:0x6064 subindex:0

state

IDL_Type:

string

Units:

unitless

Description: MISSING

velocity

IDL_Type:

long

Units:

unitless

Description: velocity read on controller : index 0x2028 subindex 0 (RPM)

fcs_OnlineClampXplus

EFDB_Topic:

MTCamera_fcs_OnlineClampXplus

controllerBooted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

controllerInFault

IDL_Type:

boolean

Units:

unitless

Description: MISSING

current

IDL_Type:

long

Units:

mA

Description: actual current read on AC online clamp controller : index 0x6078

homingDone

IDL_Type:

boolean

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lockSensorInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lockSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lockStatus

IDL_Type:

string

Units:

unitless

Description: AC online clamp lock status

position

IDL_Type:

long

Units:

micron

Description: online clamp position read on controller

sentCurrent

IDL_Type:

long

Units:

mA

Description: last current sent to the controller of this online clamp

unlockSensorInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

unlockSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

fcs_OnlineClampXplusController

EFDB_Topic:

MTCamera_fcs_OnlineClampXplusController

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

brakeActivated

IDL_Type:

boolean

Units:

unitless

Description: MISSING

controllerWithBrake

IDL_Type:

boolean

Units:

unitless

Description: MISSING

current

IDL_Type:

long

Units:

mA

Description: actual current read on controller : index 0x6078

errorHistoryNB

IDL_Type:

long

Units:

unitless

Description: MISSING

errorRegister

IDL_Type:

string

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lastErrorCode

IDL_Type:

long

Units:

unitless

Description: MISSING

lastErrorName

IDL_Type:

string

Units:

unitless

Description: MISSING

mode

IDL_Type:

string

Units:

unitless

Description: MISSING

position

IDL_Type:

long

Units:

mA

Description: position read on controller : index:0x6064 subindex:0

state

IDL_Type:

string

Units:

unitless

Description: MISSING

velocity

IDL_Type:

long

Units:

unitless

Description: velocity read on controller : index 0x2028 subindex 0 (RPM)

fcs_OnlineClampYminus

EFDB_Topic:

MTCamera_fcs_OnlineClampYminus

controllerBooted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

controllerInFault

IDL_Type:

boolean

Units:

unitless

Description: MISSING

current

IDL_Type:

long

Units:

mA

Description: actual current read on AC online clamp controller : index 0x6078

homingDone

IDL_Type:

boolean

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lockSensorInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lockSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lockStatus

IDL_Type:

string

Units:

unitless

Description: AC online clamp lock status

position

IDL_Type:

long

Units:

micron

Description: online clamp position read on controller

sentCurrent

IDL_Type:

long

Units:

mA

Description: last current sent to the controller of this online clamp

unlockSensorInError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

unlockSensorValue

IDL_Type:

boolean

Units:

unitless

Description: MISSING

fcs_OnlineClampYminusController

EFDB_Topic:

MTCamera_fcs_OnlineClampYminusController

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

brakeActivated

IDL_Type:

boolean

Units:

unitless

Description: MISSING

controllerWithBrake

IDL_Type:

boolean

Units:

unitless

Description: MISSING

current

IDL_Type:

long

Units:

mA

Description: actual current read on controller : index 0x6078

errorHistoryNB

IDL_Type:

long

Units:

unitless

Description: MISSING

errorRegister

IDL_Type:

string

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lastErrorCode

IDL_Type:

long

Units:

unitless

Description: MISSING

lastErrorName

IDL_Type:

string

Units:

unitless

Description: MISSING

mode

IDL_Type:

string

Units:

unitless

Description: MISSING

position

IDL_Type:

long

Units:

mA

Description: position read on controller : index:0x6064 subindex:0

state

IDL_Type:

string

Units:

unitless

Description: MISSING

velocity

IDL_Type:

long

Units:

unitless

Description: velocity read on controller : index 0x2028 subindex 0 (RPM)

fcs_OnlineClamps

EFDB_Topic:

MTCamera_fcs_OnlineClamps

homingDone

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lockStatus

IDL_Type:

string

Units:

unitless

Description: lock status of the 3 online clamps

onlineClampRawStrain

IDL_Type:

long

Units:

mV

Description: strain read on onlineClampGauge used for the computation of onlineClampStrain. It measures the deformation. The gauge returns a voltage. Gauge factor : 2.07 Wheatstone bridge

onlineClampStrain

IDL_Type:

long

Units:

mV

Description: normalized strain is computed from onlineClampRawStrain and temperature and give the force of the clamp to know if a clamp is clamped or closed. Gauge factor : 2.07 Wheatstone bridge

fcs_OnlineStrainGauge

EFDB_Topic:

MTCamera_fcs_OnlineStrainGauge

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

errorHistoryNB

IDL_Type:

long

Units:

unitless

Description: MISSING

errorRegister

IDL_Type:

string

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lastErrorCode

IDL_Type:

long

Units:

unitless

Description: MISSING

lastErrorName

IDL_Type:

string

Units:

unitless

Description: MISSING

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

fcs_ProximitySensorsDevice

EFDB_Topic:

MTCamera_fcs_ProximitySensorsDevice

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

errorHistoryNB

IDL_Type:

long

Units:

unitless

Description: MISSING

errorRegister

IDL_Type:

string

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lastErrorCode

IDL_Type:

long

Units:

unitless

Description: MISSING

lastErrorName

IDL_Type:

string

Units:

unitless

Description: MISSING

fcs_Pt100

EFDB_Topic:

MTCamera_fcs_Pt100

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

errorHistoryNB

IDL_Type:

long

Units:

unitless

Description: MISSING

errorRegister

IDL_Type:

string

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lastErrorCode

IDL_Type:

long

Units:

unitless

Description: MISSING

lastErrorName

IDL_Type:

string

Units:

unitless

Description: MISSING

rebpower_Reb

EFDB_Topic:

MTCamera_rebpower_Reb

analog_IaftLDO

IDL_Type:

double

Units:

mA

Count:

71

Description: Current after LDO

analog_IbefLDO

IDL_Type:

double

Units:

mA

Count:

71

Description: Current before LDO

analog_VaftLDO

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage after LDO

analog_VaftSwch

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage after switch

analog_VbefLDO

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage before LDO

clockhi_IaftLDO

IDL_Type:

double

Units:

mA

Count:

71

Description: Current after LDO

clockhi_IbefLDO

IDL_Type:

double

Units:

mA

Count:

71

Description: Current before LDO

clockhi_VaftLDO

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage after LDO

clockhi_VaftSwch

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage after switch

clockhi_VbefLDO

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage before LDO

clocklo_IaftLDO

IDL_Type:

double

Units:

mA

Count:

71

Description: Current after LDO

clocklo_IbefLDO

IDL_Type:

double

Units:

mA

Count:

71

Description: Current before LDO

clocklo_VaftLDO

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage after LDO

clocklo_VaftLDO2

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage after LDO2

clocklo_VaftSwch

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage after switch

clocklo_VbefLDO

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage before LDO

digital_IaftLDO

IDL_Type:

double

Units:

mA

Count:

71

Description: Current after LDO

digital_IbefLDO

IDL_Type:

double

Units:

mA

Count:

71

Description: Current before LDO

digital_VaftLDO

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage after LDO

digital_VaftSwch

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage after switch

digital_VbefLDO

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage before LDO

dphi_IaftLDO

IDL_Type:

double

Units:

mA

Count:

71

Description: Current after LDO

dphi_IbefLDO

IDL_Type:

double

Units:

mA

Count:

71

Description: Current before LDO

dphi_VaftLDO

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage after LDO

dphi_VaftSwch

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage after switch

dphi_VbefLDO

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage before LDO

heater_IaftLDO

IDL_Type:

double

Units:

mA

Count:

71

Description: Current after LDO

heater_IbefLDO

IDL_Type:

double

Units:

mA

Count:

71

Description: Current before LDO

heater_VaftLDO

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage after LDO

heater_VaftSwch

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage after switch

heater_VbefLDO

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage before LDO

hvbias_IbefSwch

IDL_Type:

double

Units:

mA

Count:

71

Description: Current before switch

hvbias_VbefSwch

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage before switch

location

IDL_Type:

string

Units:

unitless

Description: reb location

od_IaftLDO

IDL_Type:

double

Units:

mA

Count:

71

Description: Current after LDO

od_IbefLDO

IDL_Type:

double

Units:

mA

Count:

71

Description: Current before LDO

od_VaftLDO

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage after LDO

od_VaftLDO2

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage after LDO2

od_VaftSwch

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage after switch

od_VbefLDO

IDL_Type:

double

Units:

Volt

Count:

71

Description: Voltage before LDO

power

IDL_Type:

double

Units:

Watt

Count:

71

Description: Total power

focal_plane_Reb

EFDB_Topic:

MTCamera_focal_plane_Reb

anaI

IDL_Type:

double

Units:

mA

Count:

71

Description: Analog PS current

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_RebTotalPower

EFDB_Topic:

MTCamera_focal_plane_RebTotalPower

rebTotalPower

IDL_Type:

double

Units:

Watt

Description: Reb Total Power

rebpower_Rebps

EFDB_Topic:

MTCamera_rebpower_Rebps

boardTemp0

IDL_Type:

double

Units:

Celsius

Count:

13

Description: Board temperature 0

boardTemp1

IDL_Type:

double

Units:

Celsius

Count:

13

Description: Board temperature 1

boardTemp2

IDL_Type:

double

Units:

Celsius

Count:

13

Description: Board temperature 2

boardTemp3

IDL_Type:

double

Units:

Celsius

Count:

13

Description: Board temperature 3

boardTemp4

IDL_Type:

double

Units:

Celsius

Count:

13

Description: Board temperature 4

boardTemp5

IDL_Type:

double

Units:

Celsius

Count:

13

Description: Board temperature 5

boardTemp6

IDL_Type:

double

Units:

Celsius

Count:

13

Description: Board temperature 6

location

IDL_Type:

string

Units:

unitless

Description: rebps location

fcs_RuntimeInfo

EFDB_Topic:

MTCamera_fcs_RuntimeInfo

freeMemory

IDL_Type:

long long

Units:

byte

Description: Free Memory available that could be used by the JVM

maxMemory

IDL_Type:

long long

Units:

byte

Description: Maximum Memory available to the JVM

nThreads

IDL_Type:

long

Units:

unitless

Description: Number of Threads allocated by the CCS process

processCpuLoad

IDL_Type:

double

Units:

unitless

Description: Recent cpu usage for the whole system. This value is a double in the [0.0,1.0] interval.

systemCpuLoad

IDL_Type:

double

Units:

unitless

Description: Recent cpu usage for the JVM process. This value is a double in the [0.0,1.0] interval.

totalMemory

IDL_Type:

long long

Units:

byte

Description: Total Memory allocated by JVM

uptime

IDL_Type:

long

Units:

s

Description: Number of seconds since the CCS process was started

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

fcs_Socket1

EFDB_Topic:

MTCamera_fcs_Socket1

atStandby

IDL_Type:

boolean

Units:

unitless

Description: true if this socket is at STANDBY

carouselMoving

IDL_Type:

boolean

Units:

unitless

Description: MISSING

clampsState

IDL_Type:

string

Units:

unitless

Description: clamps state on this socket

deltaPosition

IDL_Type:

long

Units:

unitless

Description: difference between actual carousel position and carousel position when this socket is at STANDBY.

empty

IDL_Type:

boolean

Units:

unitless

Description: true if this socket is empty : no filter

filterID

IDL_Type:

long

Units:

micron

Description: id of filter in this socket

filterName

IDL_Type:

string

Units:

unitless

Description: name of filter in this socket

slaveStatus

IDL_Type:

string

Units:

unitless

Description: status of the slave module status for this socket

socketID

IDL_Type:

long

Units:

unitless

Description: id of this socket

fcs_Socket2

EFDB_Topic:

MTCamera_fcs_Socket2

atStandby

IDL_Type:

boolean

Units:

unitless

Description: true if this socket is at STANDBY

carouselMoving

IDL_Type:

boolean

Units:

unitless

Description: MISSING

clampsState

IDL_Type:

string

Units:

unitless

Description: clamps state on this socket

deltaPosition

IDL_Type:

long

Units:

unitless

Description: difference between actual carousel position and carousel position when this socket is at STANDBY.

empty

IDL_Type:

boolean

Units:

unitless

Description: true if this socket is empty : no filter

filterID

IDL_Type:

long

Units:

micron

Description: id of filter in this socket

filterName

IDL_Type:

string

Units:

unitless

Description: name of filter in this socket

slaveStatus

IDL_Type:

string

Units:

unitless

Description: status of the slave module status for this socket

socketID

IDL_Type:

long

Units:

unitless

Description: id of this socket

fcs_Socket3

EFDB_Topic:

MTCamera_fcs_Socket3

atStandby

IDL_Type:

boolean

Units:

unitless

Description: true if this socket is at STANDBY

carouselMoving

IDL_Type:

boolean

Units:

unitless

Description: MISSING

clampsState

IDL_Type:

string

Units:

unitless

Description: clamps state on this socket

deltaPosition

IDL_Type:

long

Units:

unitless

Description: difference between actual carousel position and carousel position when this socket is at STANDBY.

empty

IDL_Type:

boolean

Units:

unitless

Description: true if this socket is empty : no filter

filterID

IDL_Type:

long

Units:

micron

Description: id of filter in this socket

filterName

IDL_Type:

string

Units:

unitless

Description: name of filter in this socket

slaveStatus

IDL_Type:

string

Units:

unitless

Description: status of the slave module status for this socket

socketID

IDL_Type:

long

Units:

unitless

Description: id of this socket

fcs_Socket4

EFDB_Topic:

MTCamera_fcs_Socket4

atStandby

IDL_Type:

boolean

Units:

unitless

Description: true if this socket is at STANDBY

carouselMoving

IDL_Type:

boolean

Units:

unitless

Description: MISSING

clampsState

IDL_Type:

string

Units:

unitless

Description: clamps state on this socket

deltaPosition

IDL_Type:

long

Units:

unitless

Description: difference between actual carousel position and carousel position when this socket is at STANDBY.

empty

IDL_Type:

boolean

Units:

unitless

Description: true if this socket is empty : no filter

filterID

IDL_Type:

long

Units:

micron

Description: id of filter in this socket

filterName

IDL_Type:

string

Units:

unitless

Description: name of filter in this socket

slaveStatus

IDL_Type:

string

Units:

unitless

Description: status of the slave module status for this socket

socketID

IDL_Type:

long

Units:

unitless

Description: id of this socket

fcs_Socket5

EFDB_Topic:

MTCamera_fcs_Socket5

atStandby

IDL_Type:

boolean

Units:

unitless

Description: true if this socket is at STANDBY

carouselMoving

IDL_Type:

boolean

Units:

unitless

Description: MISSING

clampsState

IDL_Type:

string

Units:

unitless

Description: clamps state on this socket

deltaPosition

IDL_Type:

long

Units:

unitless

Description: difference between actual carousel position and carousel position when this socket is at STANDBY.

empty

IDL_Type:

boolean

Units:

unitless

Description: true if this socket is empty : no filter

filterID

IDL_Type:

long

Units:

micron

Description: id of filter in this socket

filterName

IDL_Type:

string

Units:

unitless

Description: name of filter in this socket

slaveStatus

IDL_Type:

string

Units:

unitless

Description: status of the slave module status for this socket

socketID

IDL_Type:

long

Units:

unitless

Description: id of this socket

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

fcs_TempSensorsDevice1

EFDB_Topic:

MTCamera_fcs_TempSensorsDevice1

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

errorHistoryNB

IDL_Type:

long

Units:

unitless

Description: MISSING

errorRegister

IDL_Type:

string

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lastErrorCode

IDL_Type:

long

Units:

unitless

Description: MISSING

lastErrorName

IDL_Type:

string

Units:

unitless

Description: MISSING

fcs_TempSensorsDevice2

EFDB_Topic:

MTCamera_fcs_TempSensorsDevice2

booted

IDL_Type:

boolean

Units:

unitless

Description: MISSING

errorHistoryNB

IDL_Type:

long

Units:

unitless

Description: MISSING

errorRegister

IDL_Type:

string

Units:

unitless

Description: MISSING

inError

IDL_Type:

boolean

Units:

unitless

Description: MISSING

initialized

IDL_Type:

boolean

Units:

unitless

Description: MISSING

lastErrorCode

IDL_Type:

long

Units:

unitless

Description: MISSING

lastErrorName

IDL_Type:

string

Units:

unitless

Description: MISSING

vacuum_TurboCurrent

EFDB_Topic:

MTCamera_vacuum_TurboCurrent

turboCurrent

IDL_Type:

double

Units:

mA

Description: TurboPump current

vacuum_TurboPower

EFDB_Topic:

MTCamera_vacuum_TurboPower

turboPower

IDL_Type:

double

Units:

W

Description: TurboPump power

vacuum_TurboPumpTemp

EFDB_Topic:

MTCamera_vacuum_TurboPumpTemp

turboPumpTemp

IDL_Type:

double

Units:

deg C

Description: TurboPump pump temperature

vacuum_TurboSpeed

EFDB_Topic:

MTCamera_vacuum_TurboSpeed

turboSpeed

IDL_Type:

double

Units:

unitless

Description: Turbo pump speed (RPM)

vacuum_TurboVac

EFDB_Topic:

MTCamera_vacuum_TurboVac

turboVac

IDL_Type:

double

Units:

Torr

Description: Turbo pump vacuum

vacuum_TurboVoltage

EFDB_Topic:

MTCamera_vacuum_TurboVoltage

turboVoltage

IDL_Type:

double

Units:

Volt

Description: TurboPump voltage

vacuum_CIP1_V

EFDB_Topic:

MTCamera_vacuum_CIP1_V

cip1_V

IDL_Type:

double

Units:

Volt

Description: Cryo ion pump 1 voltage

vacuum_CIP2_V

EFDB_Topic:

MTCamera_vacuum_CIP2_V

cip2_V

IDL_Type:

double

Units:

Volt

Description: Cryo ion pump 2 voltage

vacuum_CIP3_V

EFDB_Topic:

MTCamera_vacuum_CIP3_V

cip3_V

IDL_Type:

double

Units:

Volt

Description: Cryo ion pump 3 voltage

vacuum_CIP4_V

EFDB_Topic:

MTCamera_vacuum_CIP4_V

cip4_V

IDL_Type:

double

Units:

Volt

Description: Cryo ion pump 4 voltage

vacuum_CIP5_V

EFDB_Topic:

MTCamera_vacuum_CIP5_V

cip5_V

IDL_Type:

double

Units:

Volt

Description: Cryo ion pump 5 voltage

vacuum_CIP6_V

EFDB_Topic:

MTCamera_vacuum_CIP6_V

cip6_V

IDL_Type:

double

Units:

Volt

Description: Cryo ion pump 6 voltage