GReturn GCALL GMotionComplete | ( | GCon | g, |
GCStringIn | axes | ||
) |
Blocking call that returns once all axes specified have completed their motion.
Although using the _BGm operand is the most generally compatible method, there are higher-performance ways to check for motion complete by using the data record, or interrupts. See examples x_dr_motioncomplete() and x_ei_motioncomplete().
g | Connection's handle. |
axes | A null-terminated string containing a multiple-axes mask. Every character in the string should be a valid argument to MG_BGm, i.e. XYZWABCDEFGHST. |
See x_gmotioncomplete.cpp for an example.