I would like to control the dual axis turntable. I am able to send commands to rotate the turntable.
I would like to be notified when the position is reached. For the moment, I have only a +OK; message just after sending the command. When the position is actually reached, I have no notification.
Hi
I don’t quite understand the problem. When the position is reached, the turntable simply stops, right? Why and what kind of notification do you still need?
The turntable is controlled by bluetooth. You send command like rotate by 90 degrees. You get a notification right away that the command is being processed. To rotate by 90 degrees you need to wait for several seconds. When the turntable has reached the desired position, it seems there is no notification.
Hi yes, you do not get any notification. What I did was to do launch +QT,CHANGEANGLE commands in pairs, and stop when both measurements were the same. Only then you can be sure that the turntable stopped.