mpiControlIoBitSet (Deprecated)

NOTE:
mpiControlIoBitSet was moved to mpiDeprecated.h in the 03.03.00 MPI software release.
Please see Transitioning to the New Motor I/O Functions.

Declaration

long  mpiControlIoBitSet(MPIControl          control,
                         MPIControlIoBit     bit, 
                         MPI_BOOL            *value);
Required Header: stdmpi.h
Change History: Modified in the 03.03.00

Description

mpiControlIoBitSet writes the state of a controller digital output bit using data from a value pointed to by a long. Some controller models have local digital I/O. Please see the controller hardware documentation for details.

control a handle to the Control object
bit an enumerated bit number
*value a pointer to a long. The value contains the state of the bit.
Return Values
MPIMessageOK

See Also

mpiControlIoBitGet | MPIControlIoBit