Author Topic: Modbus 16bit addresses Read Only  (Read 251 times)

cajunman64

  • Newbie
  • *
  • Posts: 6
    • View Profile
Modbus 16bit addresses Read Only
« on: February 12, 2024, 11:54:12 PM »
Hello all this is my first time here and I am working on a small project to try to make a HMI on just reading values; so for I had setup my PT sensors to display my readings on my screen but now I'm trying to display the valves to show if they are Open or Closed.
The address for one of the Valve status Indicator = 30209 and will have a reading of 1 if the Valve is Closed and 2 if the Valve is Open.
I had read different post but still haven't found a solution
I had tried different Controls Components but I couldn't fine where I can enter in a value of 1 for one color and 2 for another

Thanks

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: Modbus 16bit addresses Read Only
« Reply #1 on: February 13, 2024, 08:02:42 AM »
- Add a BasicIndicator to the form
- Set PLCAddressSelectColor2 to 30209.0
- Set PLCAddressSelectColor3 to 30209.1

cajunman64

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Modbus 16bit addresses Read Only
« Reply #2 on: February 13, 2024, 09:13:39 AM »
Thanks I will try it out when I get back on shift tonight

cajunman64

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Modbus 16bit addresses Read Only
« Reply #3 on: February 15, 2024, 05:19:23 AM »
Update; The information was correct and it works perfect....Thanks for the help