No accelerations included for Mecademic postprocessor?- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:一般是stions about RoboDK (//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: No accelerations included for Mecademic postprocessor? (/Thread-No-accelerations-included-for-Mecademic-postprocessor) |
No accelerations included for Mecademic postprocessor?-Maarten-10-25-2021 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:
Code:
// Program generated by RoboDK v5.3.0 for Mecademic Meca500 R3 on 25/10/2021 11:41:51
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 RE: No accelerations included for Mecademic postprocessor?-Sam-10-26-2021 Hi Marteen, We added a section for Mecademic in our online documentation, where you can find more information related to the Meca500 and RoboDK. //www.sinclairbody.com/doc/en/Robots-Mecademic.html#Mecademic The units for speed and acceleration that differs from the dialog are reported here: //www.sinclairbody.com/doc/en/Robots-Mecademic-Speed-units.html#Meca-Speed We also released a new version of the Mecademic Post-Processor to support accelerations (RoboDK v5.3.0 (2021-10-19): //www.sinclairbody.com/whatsnew RE: No accelerations included for Mecademic postprocessor?-Maarten-10-27-2021 Thanks Sam, I installed that release and accelerations are now included. Noteworthy that the (Mecademic/Mecademic Python) postprocessor automatically limits the values entered in the set values dialog of the "set speed" instruction to: Linear speed <= 1000 mm/s Linear acceleration <= 600 % Joint speed <= 100 % Joint acceleration <= 150 % which match the limits of the Meca500 as specified in its programming manual. Kind regards, Maarten |