Puts controller into Jog Mode and accepts user input to adjust the speed.
| gclib | A gclib object with a valid connection. |
| Key | Usage |
|---|---|
| q | Quit Jogging |
| a | -2000 counts / second |
| s | -500 counts / second |
| d | +500 counts / second |
| f | +2000 counts / second |
| r | Direction Reversal |
See jog_example.cs for an example.
For VB.NET, see definition in file jog.vb
Definition at line 35 of file jog.cs.
References Examples.GALIL_EXAMPLE_OK, gclib.GCommand(), gclib.GMotionComplete(), and vector().
Referenced by Jog_Example.Main().