10-07-2021, 06:06 PM
Hello Everyone,
I am new to programming for RoboDK so maybe this question isn't too difficult.
I'm trying to perform a set amount of MoveL commands for an ABB IRB 2400 when I'm pressing a button on the plugin interface (just offline programming for now). The plugin is based on the formrobotpilot.cpp example.
When I'm trying to perform two consecutive MoveL commands, only the last one is performed. I assume this is because the MoveL command only triggers when the button-function is completed. But according to the API description, the MoveL call should block until the movement is complete.
Is there a possible way to perform multiple robot movements inside of a button called function? (see picture in attachement)
I am new to programming for RoboDK so maybe this question isn't too difficult.
I'm trying to perform a set amount of MoveL commands for an ABB IRB 2400 when I'm pressing a button on the plugin interface (just offline programming for now). The plugin is based on the formrobotpilot.cpp example.
When I'm trying to perform two consecutive MoveL commands, only the last one is performed. I assume this is because the MoveL command only triggers when the button-function is completed. But according to the API description, the MoveL call should block until the movement is complete.
Is there a possible way to perform multiple robot movements inside of a button called function? (see picture in attachement)