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

Setting Multiple Approach/Retract options through API

#2
We just updated RoboDK to support adding multiple approach/retract movement types using the API. Make sure to update RoboDK to the latest version (Windows 64 bit only).

You should simply separate the movement types with the semicolon character. For example:

Code:
from robolink import *
RDK = Robolink()
m = RDK.Item('', ITEM_TYPE_MACHINING)
print(m.setParam("ApproachRetract", "Overlap 10;Normal 10;Tangent 20"))


Messages In This Thread
RE: Setting Multiple Approach/Retract options through API - byAlbert- 03-30-2021, 08:42点



Users browsing this thread:
1 Guest(s)