Installation Manual

NetSure™ LMS Data Processing Unit
Installation Instructions, Section 5879 (Issue BA, April 7, 2014)
Spec. No: 58650500, 586505500 Code: Section 5879
Model No: LMS1000 Issue BA, April 7, 2014
[74 of 149]
Examples of Various Types of Program Lines
Refer to Table 13 for example program lines and explanations.
Table 13. Example Control Program Lines
Program
Line
Explanation
R0001=A
Relay 1 will energize when an alarm is turned in for any analog
channel.
R0002=B0005
Relay 2 will energize when an alarm is turned in for binary channel
#5.
R0003=R0001 & A0003
Relay 3 will energize if relay 1 energizes and an alarm is turned in
for analog channel #3.
R0004=! B
Relay 4 will energize if there are no alarms turned in for any binary
channel.
R0005=A0001 _ B0002
Relay 5 will energize if an alarm is turned in for analog channel #1
or binary channel #2, but not both.
L0005=R0001 ¦ R0002 LED 5 will illuminate if relay 1 energizes or relay 2 energizes.
R0006=C2 (A0001, A0002, A0003)
Relay 6 will energize if two or more of the listed analog channel #s
turn in an alarm.
R0001=(A0002 ¦ B0005)
& C0002 (R0003, R0004, R0005)
Relay 1 will energize if an alarm is turned in for analog channel #2
or binary channel #5, and two or more relays R3, R4, or R5
energize.
R0001=D0003 Relay 1 will energize during the third day of the month.
R0002=P1 & W6
Relay 2 will energize on Friday for the time interval specified by
period P1.
F0001=(A0001+A0002+A0002) / 3
Function Channel #1 averages the values on analog channel #1
and #2 and #3.