mpiAdcCreate

Declaration
 MPIAdc mpiAdcCreate(MPIControl  control, 
                     long        number)
Required Header stdmpi.h
Description

AdcCreate creates an Adc object associated with the analog-to-digital converter identified by number located on motion controller control. AdcCreate is the equivalent of a C++ constructor.

  control a handle to the motion controller.
  number the adc number
     
Return Values
MPIHandleVOID if the object could not be created
handle to an Adc object
See Also mpiAdcDelete | mpiAdcValidate