Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.

Code to move robot linearly an weave at same time

Our application scenario involves the linear movement of the robot while simultaneously spraying the shot-blasting material.

 Specifically, all axes are programmed to move linearly, with the exception of axis 6, which is intended to rotate halfway. For a more comprehensive understanding of this scenario, we have provided a video accessible via the following link. https://www.youtube.com/watch?v=b9sfYge_Mt0&t=53s

It would be much appreciated if anyone could share the code.

Best regards

Aravind Sivakumar






Comments

  • HI...
    If the situation is to move linearly but rotating the tool during the toolpath, try using the following instruction...
    MoveL Offs(RelTool(*,0,0,0\Rx:=X\Ry:=Y\Rz:=Z),A,B,C),v100,z5,tGripper\WObj:=wMesa;
    Substitute: A,B,C,X,Y,X,tGripper,wMesa to test the result.