gclib 2.1.20
Galil Communications Library
All Classes Files Functions Variables Typedefs Macros Modules Pages
Controller

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.
 

Function Documentation

◆ GMotionComplete()

void gclib.GMotionComplete ( string axes)
inline

Blocking call that returns once all axes specified have completed their motion.

Parameters
axesA 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

Exceptions
System.ExceptionWill throw an exception if anything other than G_NO_ERROR is received from gclib.

Definition at line 421 of file gclib.cs.