If you have a PLC library that can use SSL encryption you can. You need to get a Token then from the authentication server and use this to send the request. Just like you do it with the REST API outside of the PLC.
... View more
The button simply sends an empty https request: POST (onCreate) https://<Ip of control>/automation/api/v1/motion/axs/<name of axis>/cmd/reset
... View more