![]() |
gclib 2.1.20
Galil Communications Library
|
Manage a Galil controller. More...
Topics | |
| Communication | |
| Send commands. | |
| Memory | |
| Manage controller memory, such as program and arrays. | |
| Unsolicited Data | |
| Receive messages and interrupts. | |
Functions | |
| void | gclib.GMotionComplete (string axes) |
| Blocking call that returns once all axes specified have completed their motion. | |
|
inline |
Blocking call that returns once all axes specified have completed their motion.
| axes | A string containing a multiple-axes mask. Every character in the string should be a valid argument to MG_BGm, i.e. XYZWABCDEFGHST. |
Wrapper around gclib GMotionComplete(), http://www.galil.com/sw/pub/all/doc/gclib/html/gclibo_8h.html#a19c220879442987970706444197f397a
| System.Exception | Will throw an exception if anything other than G_NO_ERROR is received from gclib. |