Currently I'm working on project with PLC's.
I have Siemens s7 1200 PLC and I would like to pass data into another website. For example I would like to count units and send/record on database.
I know I can have website on PLC and remotely open that website from PC, It works.
But my question is:
Is it possible to have something like html form and log on to another server FROM PLC and pass parameters via GET into PHP script?
Basically I need to find a way to execute html link from PLC. [ I don't need code but just ideas if possible? ]