ANALOG_OUT_MONITOR = 162,
//RTD
RTD = 170,
//Alarm Output Levels
BAY_RT_ALARM = 180,
PRESET_RT_ALARM = 181,
COMPONENT_RT_ALARM = 182,
METER_RT_ALARM = 183,
ADDITIVE_RT_ALARM = 184,
TANK_RT_ALARM = 185,
SAMPLER_RT_ALARM = 186,
// Allow Inputs from FCM outputs or External Communication
INTERNAL_INPUT = 190,
EXTERNAL_INPUT = 191
// Scaling
SCALE_0_to_10000 = 200,
// Range checking
RANGE_CHECK = 210,
// messages
EMAIL_MESSAGE = 220
} type;
Modbus: Read/Write Register=297, Len=1, 16-Bit Integer (ttttt)
… = Type Specific Commands
If type -= UNUSED, (No Further Parameters)
If type -= FCM_INPUT, fffffppppp
Where:
fffff – FCM Number (0-32)
ppppp – FCM Port (0-7)
Modbus: Read/Write Register=298, Len=1, 16-Bit Integer (fffff)
Modbus: Read/Write Register=299, Len=1, 16-Bit Integer (ppppp)
If type -= FCM_OUTPUT, fffffpppppxxxxx
Where:
fffff – FCM Number (0-32)
ppppp – FCM Port (0-7)
xxxxx = Custom logic index (0000-1023).
Modbus: Read/Write Register=298, Len=1, 16-Bit Integer (fffff)
Modbus: Read/Write Register=299, Len=1, 16-Bit Integer (ppppp)
Modbus: Read/Write Register=300, Len=1, 16-Bit Integer (xxxxx)
If type -= RCU_RT, rrrrr
Where: