Issue
IC or Gateway is returning default values instead of expected data.
Product Line
Satchwell BAS & SigmaEnvironment
- Sigma ICs and IC3s
- Building Automation System (BAS) PIUs
- Communication protocols: Modbus, SNP, Unifact
Cause
In Sigma, default values may appear due to misconfiguration or communication issues. These values reflect the defaults set within the object itself.
Resolution
-
Check for Extra Spaces
- Open
gateway.txtand select all content to reveal any hidden spaces. - Extra spaces can disrupt parsing and cause default values to be returned.
- Open
-
Verify Field Separators
- Ensure input and output fields are separated by commas (
,)
- Ensure input and output fields are separated by commas (
-
Commenting Format
- User comments (e.g.,
"Temperature Sensor","Setpoint") must be commented out using a semicolon (;) at the end of the line.
- User comments (e.g.,
-
Communication Settings
- In some
gateway.txtfiles, IC/PIU communication protocols (e.g., Modbus) must be explicitly defined. - Confirm these settings match the third-party network configuration.
- In some
-
Modbus IC Configuration
- Ensure
gateway.txtis set tomodbusorcromptonas required by the applicati
- Ensure
Troubleshooting Tips
To simplify problem-solving:
- Start with one
gateway.txtentry and one connected controller on the third-party network. - Disconnect all other controllers temporarily.
- Choose a mapped point with a known value in the third-party controller.
- Once confirmed working, reconnect additional controllers and map remaining points.