integrated robotics - tamplate command not finished with Blended piont

Hello,

Ā  I have one question, I set move mode of help point to 'Blended' during teaching poistion, and the robot need to be moved to the help point to wait for next process done, in this way, tamplate command 'Area to Pos' cannot be finished, I tried to set a flag to change the move modeĀ  in the method via change move mode function block before executing the tamplate command, but some times it works, not all the time.

Ā  is there any parcmd to change move mode before executing tamplate command? thank you~

Best reply by Thorsten_Brach

Iā€™m not sure I understood the problem correctly.

Do you use the command parameter AsyncExecutionĀ  ? If yes, then you must use "EXECUTE_TEMPLATE_POS_TO_POS",
because if you start a new movement while the robot is still moving, it can happen, that he path is calculated from a wrong start position.

In general, if you want to manipulate generated pointlists, you can do this in the UserManipulateGeneratedList method - this method is called before the point list will be executed...

If you use a StƤubli robot, there is something special:

If the last point in your pointlist is set as a blended move,
the robot does not move to end position and it stops at blending distance before the end position.Ā 

Thatā€™s why we have included a parameter in the stƤubli peripheralĀ  that you can activate : LastPointInListNonBlended.

If this parameter is activated, the move-mode of the last point in the list will be set to non blended automatically .

Ā 

Ā 

View original
2 replies
Resolved