AdvancedHMI Software

General Category => Support Questions => Topic started by: hypnotize on June 18, 2017, 05:40:18 PM

Title: ESP8266 wifi + advancedHMI
Post by: hypnotize on June 18, 2017, 05:40:18 PM
I am using the ESP8266 wifi IC that sends simple TCP strings to my PC with a known port. I can catch these strings and print them with a simple C# program.
My question is, can I use AdvancedHMI without any PLC connection, but still be able to use one or two of the gauges to update from the data I send to the TCP connection I have with the ESP8266?

thanks
Title: Re: ESP8266 wifi + advancedHMI
Post by: Archie on June 18, 2017, 06:07:06 PM
When you add a Gauge or other component it will automatically add a drive to the form, but if you do not put anything in the PLCAddress*** properties, it will not use the driver. You can then use code to put what you want in the Value property.