void DigitalOutSet ( RSIMotorGeneralIo  bitNumber,
bool  value 
)

Description:
DigitalOutSet sets the state of a digital output bit.
Parameters:
bitNumber A RSIMotorGeneralIo value.
value True = ON, false = OFF.
Sample Code:
  // Set Motor Bit 0 to true (ON)  (HIGH)
  axis->DigitalOutSet(RSIMotorIoMask0 ,true);
See also:
DigitalOutGet()
Examples:
S200DriveIO.cs.