gclib  2.0.8
Communications API for Galil controllers and PLCs

◆ Motion_Complete()

static int Motion_Complete ( gclib  gclib)
inlinestatic

Uses interrupts to track when the motion of controller is completed.

Parameters
gclibA gclib object with a valid connection.
Returns
The success status or error code of the function.

See motion_complete_example.cs for an example.


For VB.NET, see definition in file motion_complete.vb

Definition at line 26 of file motion_complete.cs.

References Examples.GALIL_EXAMPLE_ERROR, Examples.GALIL_EXAMPLE_OK, gclib.GCommand(), gclib.GInterrupt(), and gclib.GTimeout().

Referenced by Motion_Complete_Example.Main().