1
Support Questions / Float DigitalPanelMeter
« on: January 09, 2017, 01:34:13 PM »
Hi, how I can view the data in the floating DigitalPanelMeter beds with Modbus protocol?
Thank you
Thank you
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
PilotLight3Color2.LightColor1 = "Red"
*Ready Word
Value_Ready=ModbusTCPCom1.Read ("4:14200")
*Set Word
value_Write=Value_ready+bit_value
*Write Word
ModbusTCPCom1.Write ("6:14200", value_Write)
Just out of curiosity:
What "address" are you using in those statements: ModbusTCPCom1.Write ("address", value)?
ModbusTCPCom1.Write ("6:14200", 1)
Bit1=true
Write: ModbusTCPCom1.Write ("6:14200", 2)
Bit2=true
Write: ModbusTCPCom1.Write ("6:14200", 4)
Bit3=true
ecc.
Sorry if my English is unclear