www.selectronix.us
Selectronix, Inc.
(425) 788-2979
SLC4075 TouchScreen Gateway Startup Configuration Modification Guide
___________________________________________________________________________________________________
6
c.
State 3 High Limit
d.
State 4 Status
e.
State 5 Boiler #n Lockout (n is GDPI number)
2.
If the GPDI is assigned to operate the Relays, those labels need to be changed, as well.
3.
Adding a new label
a.
In the Navigation Pane, select Data Tags
b.
Select PGW; GPDI; g_iGPDIn_MultiLbl, where n is the GPDI number
c.
In the format tab; Format States
i.
Add a new state with a new label
XDI
XDI is the eXpansionl Digital Input, SLC4080
1.
// Shutdown mask is for a input that causes S4K to turn off all rlys and flash red status
XDI.g_iSetSdMask
= 0b00000000; // Disable all Shutdn enable
2.
XDI.g_iSetInvMask
= 0b00000000; // All normal sense
Sets the invert mask for the specific bits
3.
XDI.g_iInp1Bit0_MultiLbl
= 1;
// XDI Unused
Set the label for this bit
Create a new label by defining in XDI.g_iInp1Bit0_MultiLbl
4.
XDI.g_iInp1Bit1_MultiLbl to XDI.g_iInp1Bit7_MultiLbl
Set the label for the specific bit
Create a new label by defining in XDI.g_iInp1Bitn_MultiLbl, where n is the specific bit number
5.
// TSGW Alarm Enable for Level-triggered with Siren (default) and TSGW Alarm Titles
6.
TSGW.g_bCfgXDIAlmEn[0]
= 0;
Sets whether this XDI bit is to display an TSGW alarm
7.
TSGW.g_strXDIAlmEvtName[0] = "Unused 1";
Sets the text to display on the TSGW alarm page for this XDI bit
8.
TSGW.g_bCfgXDIAlmEn[1]
= 0;
through TSGW.g_bCfgXDIAlmEn[7] is the same as for TSGW.g_strXDIAlmEvtName [0]