background image

www.selectronix.us

                                                 

Selectronix, Inc.                                               

(425) 788-2979 

 

SLC4075 TouchScreen Gateway Startup Configuration Modification Guide 

___________________________________________________________________________________________________ 

 

PGW Relays 

1.

 

// Src Sel 
Sets the source for PGW relays 1-3 

 

PGW.Rly.g_fSetPGWRlysSrcSel[0]  

= PGW.Rly.RLYSRCSEL_GPDI; 

 

PGW.Rly.g_fSetPGWRlysSrcSel[1]  

= PGW.Rly.RLYSRCSEL_GPDI; 

 

PGW.Rly.g_fSetPGWRlysSrcSel[2]  

= PGW.Rly.RLYSRCSEL_GPDI; 

 

Other Rly sources are: 

a.

 

PGW.Rly.RLYSRCSEL_DISABLED 

b.

 

PGW.Rly.RLYSRCSEL_BMS 
Relay is controlled by BMS 

c.

 

PGW.Rly.RLYSRCSEL_CLL 
Relay is controlled by Classic Lead Lag  

d.

 

PGW.Rly.RLYSRCSEL_S4K_FLT 
Relay is energized when the S4K fault is non-zero 

e.

 

PGW.Rly.RLYSRCSEL_PGW_FLT 
Relay is energized when the PGW fault is non-zero 

f.

 

PGW.Rly.RLYSRCSEL_TSGW_FLT 
Relay is energized when the TSGW fault is non-zero 

g.

 

PGW.Rly.RLYSRCSEL_GPDI_AND_GPDI4 
Relay is energized when both the same numbered GPDI AND GPDI4 is logically set 

h.

 

PGW.Rly.RLYSRCSEL_GPDI_OR_GPDI4 
Relay is energized when both the same numbered GPDI OR GPDI4 is logically set 

2.

 

// Src Sel Labels 
Sets the label to be displayed on the SLC4060 Relays page.  See the applicable PGW.Rly.g_iRlySrcSel_MultiLbl[0] to 
PGW.Rly.g_iRlySrcSel_MultiLbl[2] to select a different label, or define a new label. 

a.

 

PGW.Rly.g_iRlySrcSel_MultiLbl[0] = 1;  // GPDIx 

b.

 

PGW.Rly.g_iRlySrcSel_MultiLbl[1] = 1;  // GPDIx 

c.

 

PGW.Rly.g_iRlySrcSel_MultiLbl[2] = 1;  // GPDIx 

3.

 

// Rly Desc Labels 
Sets the label to be displayed on the SLC4060 Relays page.  See the applicable PGW.Rly.g_iRly1_MultiLbl to 
PGW.Rly.g_iRly3_MultiLbl to select a different label, or define a new label. 
PGW.Rly.g_iRly1_MultiLbl       = 2;    // Low Water 

 

PGW.Rly.g_iRly2_MultiLbl       = 3;    // High Limit 

 

PGW.Rly.g_iRly3_MultiLbl       = 4;    // Status 

 

The labels for the GPDI1 through GPDI4 are controlled by a multi-state tag.  The various names within the tag contains 
several of the commonly used labels.  Other names may be added to customize the database for future use. 

1.

 

Using an existing label 

a.

 

State 1 Rlyn Unused (n is Rly number) 

b.

 

State 2 Low Water 

c.

 

State 3 High Limit 

d.

 

State 4 Status 

e.

 

State 5 Boiler #n Lockout (n is Rly number) 

2.

 

Adding a new label 

a.

 

In the Navigation Pane, select Data Tags 

b.

 

Select PGW; Rly; g_iRlyn_MultiLbl, where n is the Rly number 

c.

 

In the format tab; Format States 

i.

 

Add a new state with a new label 

Summary of Contents for SLC4075 Series

Page 1: ...ODINVILLE WA SUPERSTEP SERIES 4000 SLC4075 Touch Screen GATEWAY Startup Configuration Modification Guide 1 Models SLC4075 4 4 Screen 2 Models SLC4075 7 7 Screen TSGW_ Startup Configuration Modification Guide Rev 10 12 17 ...

Page 2: ...ctronix us Selectronix Inc 425 788 2979 SLC4075 TouchScreen Gateway Startup Configuration Modification Guide ___________________________________________________________________________________________________ 2 ...

Page 3: ...this database and provides an electronic and human readable backup of the settings Prerequisites 1 Crimson software version 697 00 and on available free from www redlion net Support Software Firmware Red Lion Software Crimson Crimson 3 0 2 Crimson database obtained from the boiler manufacturer or Selectronix tech support 3 PC to upload modified database to the TSGW Detailed Instructions 1 Open Cri...

Page 4: ...GW PID PID_PRESET_D_SLOW_DEFVAL a Set the PID1 Derivative value Uncomment this line and set the desired unchangeable number SPM1 Sets the Set Point Modifier 1 Outdoor Air Reset parameters Sets the SPM source selection Uncomment the line that sets the desired mode 1 PGW SPM1 g_fSetSPMSrcSel PGW SPM SPMSRC_DIS 2 PGW SPM1 g_fSetSPMSrcSel PGW SPM SPMSRC_RTD2_DEGF 3 PGW SPM1 g_fSetSPMSrcSel PGW SPM SPM...

Page 5: ...her the specified bit is inverted or not A 0 is non inverted a PGW GPDI g_iSetGPDISdEnAndInvMask 0 0 b PGW GPDI g_iSetGPDISdEnAndInvMask 1 0 c PGW GPDI g_iSetGPDISdEnAndInvMask 2 0 d PGW GPDI g_iSetGPDISdEnAndInvMask 3 0 3 Alarm Titles and Enables for Level triggered with Siren 7 4 a TSGW g_bCfgGPDIAlmEn 0 1 This defines whether this GPDI bit is an alarm to be displayed on the TSGW b PGW GPDI g_iS...

Page 6: ...auses 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 ...

Page 7: ...PDI4 is logically set 2 Src Sel Labels Sets the label to be displayed on the SLC4060 Relays page See the applicable PGW Rly g_iRlySrcSel_MultiLbl 0 to PGW Rly g_iRlySrcSel_MultiLbl 2 to select a different label or define a new label a PGW Rly g_iRlySrcSel_MultiLbl 0 1 GPDIx b PGW Rly g_iRlySrcSel_MultiLbl 1 1 GPDIx c PGW Rly g_iRlySrcSel_MultiLbl 2 1 GPDIx 3 Rly Desc Labels Sets the label to be di...

Page 8: ...is energized when the TSGW fault is non zero iv Relays 7 is energized when the S4K fault is non zero v Relays 8 is reserved c SRCSEL_XDIBMS_3 i Relays 1 4 by the like numbered XDI ii Relays 5 8 are controlled by the BMS d SRCSEL_BMS_4 i Relays are controlled by the BMS e SRCSEL_CLLXDI_5 i Relays 1 4 are controlled by Classic Lead Lag ii Relays 5 8 are controlled by the like numbered XDI f SRCSEL_C...

Page 9: ..._MultiLbl a Other choices for the voltage driver are i PGW VltDrvr VLTDRVR_DISABLED Disabled the output ii PGW VltDrvr VLTDRVR_BMS Output controlled by BMS iii PGW VltDrvr VLTDRVR_GPA1 Output controlled by GPA1 span percent iv PGW VltDrvr VLTDRVR_GPA2 Output controlled by GPA2 span percent v PGW VltDrvr VLTDRVR_RTD1 Output controlled by RTD1 span percent vi PGW VltDrvr VLTDRVR_RTD2 Output controll...

Reviews: