RoboDK Forum
Newbie Speed- Printable Version

+- RoboDK Forum (//www.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN)
+ - - -论坛:通用RoboDK问题(//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK)
+--- Thread: Newbie Speed (/Thread-Newbie-Speed)



Newbie Speed-PoppaJim-06-12-2023

Sorry for the newbie question but I have been struggling to figure out how to change the speed of a routine. I have added a Set Speed INstruction but this doesn't make any difference. I have also tried changing the speed in the post-processor but that doesn't work either. Has to be simple right? Thanks for helping.

Here is my Station and a couple of lines showing the values that won't budge!

MoveAbsJ [[4.183850,16.635500,44.083800,-0.611491,29.303900,4.717150],[9E+09,9E+09,9E+09,9E+09,9E+09,9E+09]],v1000,z1,ToolHead \WObj:=Frame2;

MoveL [[6.735,49.677,0.000],[0.00000000,-0.00000000,1.00000000,0.00000000],[0,-1,0,0],[9E+09,9E+09,9E+09,9E+09,9E+09,9E+09]],v50,z1,ToolHead \WObj:=Frame2;


RE: Newbie Speed-Albert-06-12-2023

You should set the speed before calling the program. However, the FusionCurve program probably sets the speeds there as well. You can edit the speed in the path settings (FusionCurve) or the program:
  1. 正确的click the program
  2. SelectShow Instructions
  3. Edit the Set Speed instruction



RE: Newbie Speed-PoppaJim-06-18-2023

Thanks, Albert - that is super clear and very easy. Just what I needed to know. :-)