Post to Local Device
Send an HTTP post command to a remote PLC via IXON WebAccess to reset an error or counter.
InstallSend an HTTP post command to a remote PLC via IXON WebAccess to reset an error or counter.
InstallThis app allows users to send an HTTP post command to the PLC from the IXON Portal, for example to reset an error or set point. IXON WebAccess is used to sent the command to the device.
Note: to use this app, it is required to run a local HTTP server on the PLC.
For this app, the source code is available on Github.
Follow these steps to install:
Note: this app has been tested to work on Siemens S7-1200/1500, other devices should work as long as you have an HTTP server available that can respond to commands in the following format:
"webHMIData".webHMI_DO0_User=true
"webHMIData".webHMI_DO0_User=false
It uses: {"Content-Type": "application/x-www-form-urlencoded"}
Where "webHMIData".webHMI_DO0_User
is the command or key and true or false are the values. Other values are possible depending on your implementation of the http server.
Note: on request, you can receive the source code for customization purposes.
No additional IXON modules required
IXON