Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

ABB MoveAbsJ joints generated instead of Cartesian MoveJ

#1
When "Generating robot program" for an ABB robot, MoveAbsJ moves are being downloaded instead of a Cartesian MoveJ, even when "keep cartesian position" is selected.


Attached Files Thumbnail(s)
           
#2
Joint movements are generated as MoveAbsJ by default with all the ABB post processors. 

You can change this behavior by setting the variable MOVEJ_AS_MOVEABSJ to False in the post processor:
Code:
MOVEJ_AS_MOVEABSJ = False
You'll find more information about customizing post processors here:
https://robodk.com/doc/en/Post-Processors.html#EditPost
#3
OK great, thank you Albert.
#4
One more question regarding ABB downloads,
Why is ConfJ \On; ConfL \Off; downloaded at the top of the PROC? Is there a way to disable this? I can't see it in the Post Processor.
I have "Resect joint turns for linear movements" selected in the motion settings.

Thanks,
Robert
  




Users browsing this thread:
1 Guest(s)