SD_CARD_WRITE_CFG = 39,
// run time totalizer values
PRESET_TOTALIZER_RT = 40,
COMPONENT_TOTALIZER_RT= 41,
METER_TOTALIZER_RT = 42,
ADDITIVE_TOTALIZER_RT = 43,
SAMPLER_TOTALIZER_RT = 44,
// run time resetable totalizer values
PRESET_RTOTALIZER_RT = 50,
COMPONENT_RTOTALIZER_RT=51,
METER_RTOTALIZER_RT = 52,
ADDITIVE_RTOTALIZER_RT = 53,
SAMPLER_RTOTALIZER_RT = 54,
// boolean operations and comparitors
ALWAYS_FALSE = 100,
ALWAYS_TRUE = 101,
ASSIGN = 102,
NOT = 103,
AND = 104,
NAND = 105,
OR = 106,
NOR = 107,
EOR = 108,
// analog operations
ADD = 120,
SUBTRACT = 121,
MULTIPLY = 122,
DIVIDE = 123,
SET_VALUE = 124,
// analog comparators
EQUAL = 140,
LESS_THAN = 141,
GREATER_THAN = 142,
LESS_THAN_OR_EQUAL = 143,
GREATER_THAN_OR_EQUAL = 144,
// delays/timers
START_DELAY = 150,
STOP_DELAY = 151
BEACON = 152,
PULSE = 153,
COUNTER = 154,
FLIPFLOP = 155,
// Analog values
ANALOG_IN = 160,
ANALOG_OUT = 161,