mpiAxisCreate

Declaration
 MPIAxis mpiAxisCreate(MPIControl  control,
                       long        number) 
Required Header stdmpi.h
Description

AxisCreate creates an axis object associated with the axis identified by number located on motion controller control. AxisCreate is the equivalent of a C++ constructor.

  control a handle to Axis object.
  number the number specifies which Axis object is being created. The number corresponds to an Axis object in XMP memory.
     
Remarks
  An Axis represents a physical axis in space such as X, Y, Z, Theta, or other axes. An Axis may be comprised of one or more motors, such as with a gantry system.
     
Return Values
handle to an Axis object
MPIHandleVOID if the object could not be created
See Also mpiAxisDelete | mpiAxisValidate