gclib  2.0.8
Communications API for Galil controllers and PLCs

◆ GMotionComplete()

void 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 428 of file gclib.cs.

Referenced by Examples.Contour(), Examples.Jog(), Examples.Position_Tracking(), and Examples.Vector_Mode().