Issue
Transfer pressure values with units of inches of water between I/NET and LON with a 913/527/731.
Environment
I/NET
Xenta 913/527/731
XBuilder
Cause
When reading pressure from LON, the value is always in metric units, Pascals, on the LON wire. When the value comes into I/NET, it will be a large, unexpected number.
Resolution
To read in a LON pressure value into I/NET:
- Create two internal points in I/NET.
- AO to receive the raw pressure value in Pascals
- AI to perform the conversion to inches of water
- Add a calculation to the AI to perform the conversion: P0*C0
- P0 = AO created to receive the raw pressure value in Pascals
- C0 = 0.004 to convert value from Pascals to inches of water
- Set the connection object in XBuilder:
- From = LON SNVT_press
- To = AO to receive the raw pressure value
To write a setpoint value out of I/NET to LON:
- Create two internal points in I/NET:
- AO where the user enters desired static setpoint in inches of water
- AO to perform the conversion to Pascals
- Add a calculation to the AO to perform the conversion: P0*C0
- P0 = AO created to enter desired static setpoint in inches of water
- C0 = 249 to convert value from inches of water to Pascals
- Set the connection object in XBuilder:
- From = AO to perform the conversion
- To = LON SNVT_press