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