The RMP Motion Controller APIs

◆ DigitalIoValidTypesMaskGet()

RSIMotorIoTypeMask DigitalIoValidTypesMaskGet ( RSIMotorGeneralIo motorGeneralIoNumber)
Description:
DigitalIoValidTypesMaskGet returns the type mask for a Motor I/O bit. The mask contains a bit turned on for each of the selectable types available for this Motor I/O bit.
Parameters
motorGeneralIoNumberA RSIMotorGeneralIo value.
Returns
(RSIMotorIoTypeMask value) Motor I/O type Mask
Remarks
This function is also available in RapidSequencer.

Part of the User IO method group.

Sample Code:
char* name = axis->DigitalIoNameGet(RSIMotorGeneralIo);
printf("The real name for this bit is: %s\n", name);
RSIMotorGeneralIo
Motor I/O bit numbers.
Definition rsienums.h:862
See also
DigitalIoTypeSet