10-25-2021, 10:07 AM
Hi, I’m generating a robot program for a Meca500. The program is a “set speed” instruction, in which I have specified speed and accelerations for both linear and joint speeds (see attached image). Using the Mecademic postprocessor, the generated output file however does not include any acceleration commands, only the velocities:
I would expect it to include Mecademic’s SetjointAcc(%) and SetCartAcc(%) commands. What should I do to have these acceleration instructions included? (I’ve tried the Universal Robots postprocessor as a test instead, and it does include the acceleration instructions).
Also, for the joint acceleration the set-values-dialog states units [deg/s2] but Mecademic’s SetjointAcc(%) command uses a percentage. How is this dealt with by RoboDK?
Kind regards,
Maarten
Code:
// Program generated by RoboDK v5.3.0 for Mecademic Meca500 R3 on 25/10/2021 11:41:51
// Using nominal kinematics.
SetJointVel( 150.000)
SetCartLinVel(150.000)
I would expect it to include Mecademic’s SetjointAcc(%) and SetCartAcc(%) commands. What should I do to have these acceleration instructions included? (I’ve tried the Universal Robots postprocessor as a test instead, and it does include the acceleration instructions).
Also, for the joint acceleration the set-values-dialog states units [deg/s2] but Mecademic’s SetjointAcc(%) command uses a percentage. How is this dealt with by RoboDK?
Kind regards,
Maarten