SEL-1FS1/SEL-2FS1 and SEL-1XD1/SEL-2XD1
Installation and Operation Manual
Installation, Operation, and Specifications
© 2015 Imagine Communications Corp.
Proprietary and Confidential.
Version 2.8 | Page 113
Table 20:
GPI Input Parameter Example
GPI Input 0
GPI Input 1
Value of Parameter
with ID of 4263
Low
Low
2
Low
High
3
High
Low
10
High
High
19
GPI Output Script Example
IF PARAM[495]==2 THEN GPO0=0 GPO1=1
IF PARAM[495]==3 THEN GPO0=1 GPO1=0
IF PARAM[495]==7 THEN GPO0=1 GPO1=1
IF PARAM[495]<2 || PARAM[495] > 3 && PARAM[495]<7 THEN GPO0=0 GPO1=0
In the above example, if the parameter with
495
as its ID has a current value that matches one of the
entries in the following table, the levels of GPI output
0
and GPI output
1
level will be assigned to the
corresponding values:
Table 21:
GPI Output Parameter Example
Value of Parameter
with ID of 495
GPI Output 0
GPI Output 1
0
Low
Low
1
Low
Low
2
Low
High
3
High
Low
4
Low
Low
5
Low
Low
6
Low
Low
7
High
High