Hello all,
we are sending a axis command/ kinematic command using the Rest API, it executes the command thats not the problem. The problem is that we dont know when this movement is done, unless we execute a get reqeust for a state change. Is there a better way then executing a get request every cycle using some sort of scheduler so the bus dousnt get overloaded with unnecessary reqeust ? We are open for suggestions if there is a better way to do this.
Rest api state change after motion
Best reply by CodeShepherd
You could set up a subscribtion to the same value you read. See "How to subscribe to nodes of the ctrlX Data Layer using REST commands via CURL"
3 replies