Console.WriteLine("📜 IO: Dedicated");
try
{
Console.WriteLine("RSIMotorDedicatedInLIMIT_HW_NEG: {0} and {1}",
Console.WriteLine("RSIMotorDedicatedInLIMIT_HW_POS: {0} and {1}",
Console.WriteLine("RSIMotorDedicatedInHOME: {0} and {1}",
Console.WriteLine("RSIMotorDedicatedInAMP_FAULT: {0} and {1}",
Console.WriteLine("RSIMotorDedicatedInAMP_ACTIVE: {0} and {1}",
}
finally
{
}
static void CheckErrors(RapidCodeObject rsiObject)
Checks for errors in the given RapidCodeObject and throws an exception if any non-warning errors are ...
Helpers class provides static methods for common tasks in RMP applications.
bool AmpEnableGet()
Get the state of the Amp Enable Output.
bool HomeSwitchGet()
Get the current state of the Home switch input.
bool PositiveLimitGet()
Get the state of the Hardware Positive Limit input.
bool NegativeLimitGet()
Get the state of the Hardware Negative Limit input.
bool AmpFaultGet()
Get the current state of the Amp Fault input.
bool DedicatedInGet(RSIMotorDedicatedIn motorDedicatedInNumber)
Read a digital input.
Represents a single axis of motion control. This class provides an interface for commanding motion,...
Axis * AxisGet(int32_t axisNumber)
AxisGet returns a pointer to an Axis object and initializes its internals.
static MotionController * Get()
Get an already running RMP EtherCAT controller.
void Delete(void)
Delete the MotionController and all its objects.
Represents the RMP soft motion controller. This class provides an interface to general controller con...
RSIMotorDedicatedIn
Dedicated Input bits per motor.