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

Machining parameters get and set Path to tool offset

#1
Hello,
I'm looking to get and set the parameter inside a Machining Project called "Path to tool offset" with the API (Python).

This parameter is not accessible with :
Code:
machiningsetting = m.setParam("Machining")

Any ideas ?

Thank you !
#2
To set the path to tool offset of a robot machining project with the API you can simply use Pose and setPose.

For example, to set a path to tool rotation of 90 deg around the Z axis you can do:
Code:
m.setPose(rotz(90*pi/180))
#3
Oh so easy, thank you ahah

I wish you very good holidays!
#4
Thank you for your feedback and Happy Holidays!
  




Users browsing this thread:
1 Guest(s)