mpiUserLimitNumber

Declaration

MPI_DECL1 MPI_RESULT MPI_DECL2
   mpiUserLimitNumber(MPIUserLimit userLimit,
                      int32_t         *number);

 

Required Header: stdmpi.h

Change History: Added in 04.00.

Description

mpiUserLimitNumber writes the index of a user limit (userLimit) with respect to the motion controller to the contents of number. This index is passed into mpiUserLimitCreate(…) to create the user limit object.

userLimit The handle to the user limit object.
number A pointer to the location where the user limit number will be written.

See Also

mpiUserLimitCreate