Hello,
I have a stage program that runs HTTPCMD to parse a JSON response. It works great for months at a time, but occasionally will stop working and sets an ST143 error each time the initial HTTPCMD stage is called.
When this happens, I've set an "error handler" program that runs a DEVCLEAR on the associated TCP device, but that doesn't resolve it.
At this point, the only way I've found to fix the problem is to either use the menu item for PLC --> Re-Initialize PLC I/O, or to power-cycle the PLC.
Since it's not critical, I've left it in the error condition for now, hoping that someone has a suggestion I can try that programmatically clears it. I have confirmed that the JSON response is valid.
Any suggestions would be greatly appreciated.
Thanks.