Does Robots support the KR C5 micro-2 controller running iiQKA.OS2? #368
|
Hello, Thank you for your help! |
Replies: 1 comment 1 reply
|
Yes, I think it is likely to work, particularly for basic motion programs. Robots already includes models for the closely related
The main uncertainty is not the robot's six-axis kinematics, but whether iiQKA.OS2 accepts every part of the classic KRL format currently generated by Robots. If changes are required, I would expect relatively small compatibility changes to the postprocessor rather than an entirely new implementation. Robots does not currently upload directly to KUKA controllers. You would save the generated I suggest starting with a very small program containing a few |
Yes, I think it is likely to work, particularly for basic motion programs.
Robots already includes models for the closely related
KR10-R1100, and iiQKA.OS2 supports KRL—the same programming language Robots generates. My rough expectation would be:KR 10 R1100-3.The main uncertainty is not the robot's six-axis kinematics, but whether iiQKA.OS2 accepts every part of the classic KRL format currently generated by Robots. If changes are required, I would …