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().
See x_gmotioncomplete.cpp for an example. Definition at line 108 of file gclibo.c. References G_NO_ERROR, GCommand(), and GSleep(). |