hi Bernie,
You must read the outputs xDone, xBusy, xError & eError each cycle.
after that you can use them to influence the Client function block, eg like this example pseudo codeIF xError THEN
eErrMsg := Client.eError; // Store error message for further use
END_IF;
xExecute := xDone AND NOT xBusy AND NOT xError; // NOT xExecute will probably reset the client? See FB help
Problem with WebClient / http post
Sent from forge.codesys.com because you indicated interest in https://forge.codesys.com/forge/talk/Engineering/
To unsubscribe from further messages, please visit https://forge.codesys.com/auth/subscriptions/