The PLC will have to collect & temporarily store data, coming from PLC systems and other local ethernet devices. Maybe even convert ASCII files coming from local PC's.
It will need to store all the latest values so that they can be requested through the webservice.
And it must be possible to...
I need to develop a project where I have to control a PLC from a web application. I have knowledge of web applications, but I have almost no knowledge of PLC. I need to read/write values from/to the PLC and I also have to run local applications on the PLC. So my first idea was to write a web...