- des
- Batching & Blending
- Filling, Dispensing & Dosing
- Product Inspection
- Weighing in Hazardous Areas
- Other Solutions
- Connectivity Options
New HIDS Drum Scales!
Click Here to Learn More!There are three ways to send a setpoint value to the HI 1746WS module. One would be to use the SETPARAM command. The second would be to write it directly into the M0 file (only available on modules with 2.0 or higher firmware). The third way would be to write the value into the output table.
The two words designated for each setpoint value should be treated as a 32 bit word that has been split in half to become the MSW and LSW in the table.
NOTE: Care should be taken when working with large values (anything above 32767) as your PLC will not interpret these large values correctly. They need to be converted to floating point values to read them correctly. Also note that the format of all 4 byte values, including setpoints, is controlled by the MULTIPLIER setting to determine if value is integer or floating point format.
If you are working with a BCD value, you can use the FRD instruction to convert this to an integer value. You can use the TOD instruction to convert from integer back to BCD if needed.