Hello,
I'm trying to stream the Fanuc CRX-10ia robot positions from the RoboDK simulation to the same robot in real life, but I think I have a synchronization problem.
I'm using a python program to control the robot by making it do a square. In simulation, all goes well, but when I run it on the robot :
- the real robot skips steps
- and the simulation will sometimes take the position J(0,0,0,0,0,0) after a movement, making linear movements impossible.
I have the impression that the robot can understand the pc's instructions, but not the pc with the robot's feedback.
Best regards,
Sylvain
I'm trying to stream the Fanuc CRX-10ia robot positions from the RoboDK simulation to the same robot in real life, but I think I have a synchronization problem.
I'm using a python program to control the robot by making it do a square. In simulation, all goes well, but when I run it on the robot :
- the real robot skips steps
- and the simulation will sometimes take the position J(0,0,0,0,0,0) after a movement, making linear movements impossible.
I have the impression that the robot can understand the pc's instructions, but not the pc with the robot's feedback.
Best regards,
Sylvain