Tyco Electronics Galaxy SC Controller J85501F-1
7 - 61 Feature Descriptions Issue 13 February 2001
The above will generate a Minor Alarm if a Module Out of Range
alarm (MOR1) exists or a Module Type Conflict alarm exists
(MTC1) or a Module Failure alarm (MDF1) exists.
3. You may monitor if a fuse is blown using channel 1 of the Binary
module address 03 and generate a Minor alarm. In this example, it
is assumed that the voltage across the good fuse is almost 0, and
the voltage across the blown fuse is greater than 3.1V.
Add an UDE channel to the system by issuing the T1.317
command: ADD UDE,U0003
Change the U0003 program line:
CHA U0003,PRG=“C103 VAL”
Change the severity level of U0003 to MINOR:
CHA U0003,SEV=MIN
The above will generate a Minor Alarm if the fuse is blown. The
internal threshold of the Binary channel is set so that if the voltage
reading is greater than 3.1V, the channel value is set to ON
(TRUE). If the voltage reading is less than 1.9V, the channel value
is set to OFF (FALSE). Otherwise the channel value is set to
UNKNOWN.
4. You may connect each channel of a 0-3V Voltage module
(address 12, for example) to a Round Cell battery (voltage = 2V),
and generate a Minor alarm if the voltage dips below 1.90V.
Add multiple UDE channels to the system by issuing the T1.317
commands:
ADD UDE,U0004
ADD UDE,U0005
ADD UDE,U0006
Change the U0004, U0005, and U0006 program lines:
CHA U0004,PRG=“C112 < 1.9 | C212 < 1.9”
CHA U0005,PRG=“C312 < 1.9 | C412 < 1.9”
CHA U0006,PRG=“C512 < 1.9 | C612 < 1.9”
Change the severity level of U0004, U0005, and U0006 to
MINOR:
CHA U0004,SEV=MIN