Issue
What entries are needed in the INPUT_XLATE table for the Sigma digital input to work?
Environment
Sigma gateway.txt
IC GEN DDE
IC GEN OPC
Cause
The Sigma digital inputs operate a reverse logic of 100.0 = off and 0.0 = on. This needs to be reflected in the IC GEN Gateway.txt file XLATE table
Resolution
1. For the IC GEN gateway.txt input XLATE table when mapping to digital input objects;
[INPUT_XLATE]
count=2
Item0=1 / 0.0 ;DDE input of 1 = DI on
Item1=0/ 100.0 ;DDE input of 0 = DI off
2. For the IC GEN gateway.txt output XLATE table when mapping from digital output objects;
[OUTPUT_XLATE]
count=2
Item0=0.0/ 0 ;D0 off = DDE output of 0
Item1=100.0/ 1 ;D0 on = DDE output of 1