Hi, I have a Motoman ma2010 robot along with a B1L-1500-2500 Positioner. I have synchronized them and I want to change the speed of the positioner. How can I change it?
I have tried adding instructions in the program and also changed the parameters, but only the robot is affected not the external axis.
I have added the screenshot where you can see the external axis remains 100.
02-11-2022, 02:39 PM(This post was last modified: 02-11-2022, 02:40 PM byPhillip.Edit Reason: image brocken
)
Hello,
I've added a new hook to the post processor for motoman so you can modify the speed of the rail, in order to use this new version, copy the attached files to C:\RoboDK\Posts and overwrite their corresponding versions from your version of robodk. This post also relies on changes to the robodk api in a fairly recent version so I would suggest you update robodk first.
You can change the speed by adding a program call with the special keyword of "speedEx" to set the external axis's speed from 0 to 100% for the next movements. This will change the speed generated for the subsequent moves.
See the attached image for an example usage of the program call.