You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When StopAndClearBuffer() is called, any tags after the last move command on the queue are not erased. I am assuming that StopAndClearBuffer would also clear any tags on the cobot.
To reproduce:
Send a Line() move, and queue a tag using QueueTag().
Send a StopAndClearBuffer() before the move has completed. This stops the robot and should clear the buffer completely, including any tags.
Send again a Line() move to make the robot move again, and observe that first a tag is received as soon as the Line() command is received by the cobot, even though none were queued.
The current way things are, this also means there is no way to clear tags that are on the cobot after you stopped the program.
The text was updated successfully, but these errors were encountered:
When StopAndClearBuffer() is called, any tags after the last move command on the queue are not erased. I am assuming that StopAndClearBuffer would also clear any tags on the cobot.
To reproduce:
The current way things are, this also means there is no way to clear tags that are on the cobot after you stopped the program.
The text was updated successfully, but these errors were encountered: