Hi,
First of, my setup is as follows:
KUKA KR6 R900-2 piloted by a CR5-micro controller running KSS 8.7, connected to RoboDK 5.6.5 from where I run python programs using the RoboDK embedded interpreter.
I would like to monitor the robot poses, joints, speeds, etc... via the InstructionListJoints command, following up on this discussion: Get Joint Speeds for a Robot Path using Python API.
I am currently trying to run the ProgramSlider.py macro as a first testing step, but InstructionListJoints keeps returning the following error:
The robolink.LAST_STATUS_MESSAGE is indeed empty, since there's no error, be it offline or when the robot is connected and programs can be run on it.
Am I missing an obvious step?
Thanks in advance for the help!
First of, my setup is as follows:
KUKA KR6 R900-2 piloted by a CR5-micro controller running KSS 8.7, connected to RoboDK 5.6.5 from where I run python programs using the RoboDK embedded interpreter.
I would like to monitor the robot poses, joints, speeds, etc... via the InstructionListJoints command, following up on this discussion: Get Joint Speeds for a Robot Path using Python API.
I am currently trying to run the ProgramSlider.py macro as a first testing step, but InstructionListJoints keeps returning the following error:
The robolink.LAST_STATUS_MESSAGE is indeed empty, since there's no error, be it offline or when the robot is connected and programs can be run on it.
Am I missing an obvious step?
Thanks in advance for the help!