AdvancedHMI Software

General Category => Support Questions => Topic started by: cajunman64 on February 12, 2024, 11:54:12 PM

Title: Modbus 16bit addresses Read Only
Post by: cajunman64 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
Title: Re: Modbus 16bit addresses Read Only
Post by: Archie on February 13, 2024, 08:02:42 AM
- Add a BasicIndicator to the form
- Set PLCAddressSelectColor2 to 30209.0
- Set PLCAddressSelectColor3 to 30209.1
Title: Re: Modbus 16bit addresses Read Only
Post by: cajunman64 on February 13, 2024, 09:13:39 AM
Thanks I will try it out when I get back on shift tonight
Title: Re: Modbus 16bit addresses Read Only
Post by: cajunman64 on February 15, 2024, 05:19:23 AM
Update; The information was correct and it works perfect....Thanks for the help