Recent Posts

Pages: 1 ... 6 7 [8] 9 10
71
Open Discussion / Re: Make Global object
« Last post by zach_a_ary on February 16, 2024, 03:26:21 AM »
I got up to step 10 of Archies instructions but "GroupObject" was not in my toolbox. I tried putting the downloaded file under "Controls" and then it did pop up in my toolbox but it wouldnt let me drag it down to my form.
72
Support Questions / Re: Modbus 16bit addresses Read Only
« Last post by cajunman64 on February 15, 2024, 05:19:23 AM »
Update; The information was correct and it works perfect....Thanks for the help
73
Feature Request / VLC control (for streaming UDP / RTS / IP video)
« Last post by smithpetermark@gmail.com on February 14, 2024, 03:38:16 AM »
The LiveVideo control is a little limited.  More cameras now are IP and I would like to stream in UDP video.  Can we get a VLC (or similar) control added to the toolbox?  Thanks.
74
Support Questions / Re: Modbus 16bit addresses Read Only
« Last post by cajunman64 on February 13, 2024, 09:13:39 AM »
Thanks I will try it out when I get back on shift tonight
75
Support Questions / Re: Modbus 16bit addresses Read Only
« Last 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
76
Support Questions / Re: Modbus 16bit addresses
« Last post by zipfrog2022 on February 13, 2024, 12:03:50 AM »
Ok

Thank You
I checked the code and it will use function code 6 if there is only a single register to read.
77
Support Questions / Modbus 16bit addresses Read Only
« Last 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
78
Support Questions / Re: Modbus 16bit addresses
« Last post by Archie on February 12, 2024, 07:16:33 PM »
I checked the code and it will use function code 6 if there is only a single register to read.
79
Support Questions / Re: Modbus 16bit addresses
« Last post by zipfrog2022 on February 12, 2024, 06:04:36 PM »
Can you not use function code 6? 16 is to write multiple registers and 6 is to write a single register.
AdvancedHMI uses function code 3 to read 16 bit registers and function code 16 to write them.

Normally you use addresses in the 40000+ range, such as 40001

I
80
Support Questions / Re: Modbus 16bit addresses
« Last post by Archie on February 12, 2024, 01:31:03 PM »
AdvancedHMI uses function code 3 to read 16 bit registers and function code 16 to write them.

Normally you use addresses in the 40000+ range, such as 40001

I
Pages: 1 ... 6 7 [8] 9 10