Thanks for getting back to me so quickly!
Did you mean the KRC5 post processor?
This section hasn't been updated yet:
Code:
# Set KRC Version (2 or 4)
# Version 2 for KRC2 controllers or Version 4 for KRC4
# KRC_VERSION = 2 # for KRC2 controllers
KRC_VERSION = 5 # for KRC4 controllers
Code:
# Define the move linear keyword (usually LIN)
# Other examples: SLIN, SPL (use a Spline Block, ...
# Tip: Add a comment such as start_spl, start_lin or start_slin to change the move command
LIN_KEYWORD = "LIN"
That's a bit ambiguous vs. SPLINE_BLOCK. How would I add such a comment and is SCIRC supported as well? By pure chance I just found that a comment is a modified "Program Call Instruction", and it appears it is not supported:
Code:
PTP {A1 10.09590,A2 -76.17120,A3 121.71200,A4 -8.68238,A5 24.27020,A6 17.37970,E1 0.00000}
; start_spl
SPLINE WITH $VEL.CP = 0.5
SPL {X 729.855,Y 63.993,Z 613.688,A 180.000,B 20.730,C -180.000,E1 0.00000}
; start_scirc
ENDSPLINE
CIRC {X 730.549,Y 279.507,Z 719.515,A 180.000,B 20.730,C -180.000},{X 566.814,Y 497.561,Z 714.310,A 180.000,B 20.730,C -180.000,E1 0.00000}
; end_spl
PTP {A1 10.09590,A2 -76.17120,A3 121.71200,A4 -8.68238,A5 24.27020,A6 17.37970,E1 0.00000}
END
How to insert a CONST_VEL block? I can't find any of those in the documentation. What license is required for access to the post processor sources?
TBH, I'm a bit disappointed that Kuka support does not seem up to date ("RoboDK supports all KUKA robot controllers since KRC2, including KUKA KRC3 and KRC4 controllers. This documentation is based on a KRC4 controller."). On the other hand, you do not seem to claim to support KRC5 ;-)
And admittedly, their Splines are a little tricky to use.
But as it stands now, it seems I'll have to keep generating my own KRL.
Are you using the Kuka module for the simulation / dynamics? I have not found anything about load data in the software.
One last thing, when changing GUI language, not all menu entries or panels are updated.
Another last thing:
The post processor page
https://robodk.com/post/KUKA-KRC5 either generates the wrong link or the Post Processor Library at
https://robodk.com/posts does not interpret it correctly (case sensitivity?).
Have a good day!