11-30-2020, 08:26 PM
Hi Curt,
To modify the speed of the first PTP motion, you need to "Right-click" the generated program -> "Show instruction" -> Find the first "SetSpeed" (it should be before the first MoveJ) -> "Right-click" -> "Edit" -> check "set joint speed" and enter a value.
Then the speed of the approach and retract movement are set by the "Fast move speed" you can find under "Program events" of the settings window.
The speed of the program itself is baked into the code by DXF2Gcode.
Therefore you need to modify the DXF2Gcode parameters to set that up.
Jeremy
To modify the speed of the first PTP motion, you need to "Right-click" the generated program -> "Show instruction" -> Find the first "SetSpeed" (it should be before the first MoveJ) -> "Right-click" -> "Edit" -> check "set joint speed" and enter a value.
Then the speed of the approach and retract movement are set by the "Fast move speed" you can find under "Program events" of the settings window.
The speed of the program itself is baked into the code by DXF2Gcode.
Therefore you need to modify the DXF2Gcode parameters to set that up.
Jeremy
Find useful information about RoboDK and its features by visiting ourOnline Documentationand by watching tutorials on ourYoutube Channel.