I've got a machine that is quite long on one axis (14'). I'd like to home this axis quickly, then when I get to the homing switch, back off and approach it again slower. I've tried using the command
exec.Writekey("axessettingscontrolY", "Homingspeedup", "2000");
// Home...
exec.Writekey("axessettingscontrolY", "Homingspeedup", "250");
// Back off and home again...
and while this does indeed change the .pro file, the changes don't seem to take effect on the actual machine. How can I change homing speeds when the machine is running?
Thanks in advance.