Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KUKA - Linear Move
#14
Hi Jeremy,

Sorry for the late answer.
The new driver does not fixes the problem, same behavior.

I have made a workaround that works for me:
——我删除d the synchronization between robot and rail
- If I want to move the rail, I do RunCodeCustom with the X-coordinate of the rail but I have another problem with that, see code:

Code:
def MoveRail(X):
if TEST:
KL4000.MoveJ([X])
else:
KR120.RunCodeCustom(X, INSTRUCTION_CALL_PROGRAM) # Not working, X is not int?)
KR120.RunCodeCustom('700', INSTRUCTION_CALL_PROGRAM) # working fine!
KL4000.setJoints([X]) #manually set position of the rail in RDK




Second problem: I can not read the position of the rail, that's why I manual set the joints of the rail.
Is it possible to get feedback from the RunCodeCustom?


Messages In This Thread
KUKA - Linear Move - byAluMill- 12-02-2020, 04:55 PM
RE: KUKA - Lineair Move - byAluMill- 12-03-2020, 02:23点
RE: KUKA - Lineair Move - byJeremy- 12-04-2020, 04:13 AM
RE: KUKA - Lineair Move - byAluMill- 12-04-2020, 03:24 PM
RE: KUKA - Lineair Move - byAluMill- 12-07-2020, 04:45 PM
RE: KUKA - Lineair Move - byAluMill- 12-14-2020, 07:29 AM
RE: KUKA - Lineair Move - byAlbert- 12-14-2020, 03:59 PM
RE: KUKA - Linear Move - byAluMill- 12-15-2020, 02:46 PM
RE: KUKA - Linear Move - byAlbert- 12-22-2020, 10:49 PM
RE: KUKA - Linear Move - byAluMill- 12-23-2020, 07:41 AM
RE: KUKA - Linear Move - byAluMill- 01-13-2021, 04:58 PM
RE: KUKA - Linear Move - byJeremy- 01-29-2021, 02:58 AM
RE: KUKA - Linear Move - byJeremy- 02-01-2021, 05:49 PM
RE: KUKA - Linear Move - byAluMill- 03-11-2021, 04:18 PM
RE: KUKA - Linear Move - byadam_frey- 08-13-2021, 04:09 PM
RE: KUKA - Linear Move - byJeremy- 08-17-2021, 10:52 AM
RE: KUKA - Linear Move - byadam_frey- 08-17-2021, 09:16 PM



Users browsing this thread:
1 Guest(s)