APIs, concepts, guides, and more

◆ DedicatedOutExists()

bool DedicatedOutExists ( RSIMotorDedicatedOut motorDedicatedOutNumber)
Description:
DedicatedOutExists determines if a particular Dedicated output bit exists for a motor because not all drives have the same Dedicated outputs available.
Parameters
motorDedicatedOutNumberA RSIMotorDedicatedOut value.
Returns
(bool) True if bit exists for motor, false if not.

Part of the Dedicated I/O method group.

Sample Code:
if (axis.DedicatedOutExists(RSIMotorDedicatedOut.RSIMotorDedicatedOutAMP_ENABLE) == true) {
Console.WriteLine("Dedicated Out: Amp Enable exsists");
}
RSIMotorDedicatedOut
Dedicated Output bits per motor.
Definition rsienums.h:865
RapidSetup:
Go to axis screen->Dedicated I/O tab. These are the dedicated I/O that are available with this particular drive.