Hello,
I would like to perform a move (e.g., MoveL, MoveC) and have the robot move at 100mm/s when an input is off and 4mm/s when the input is on. I have tried using interupts and VelSet, but VelSet doesn’t affect the current move - only subsequent moves. I have also tried using interupts and SpeedRefresh, but to obtain the required speed the argument to SpeedRefresh needs to be 4*100/MaxRobSpeed() = 0.08 which causes the robot cease movement. Any ideas?
Best regards,
Don.