RMP Motion Controller
10.4.4
The RMP Motion Controller APIs
MotionController
Axis
MultiAxis
IO
IOPoint
NetworkNode
RsiError
Contact
Support
RMP
◆
StepperMotorLoopbackGet()
bool StepperMotorLoopbackGet
(
)
Description:
StepperMotorLoopbackGet will return if the stepper is using loopback. When enabled, step output pulses counted to generate Actual Position. When disabled, external feedback device is required to generate actual position.
Returns
(bool) Stepper Loopback setting.
Remarks
This function is also available in
RapidSequencer
.
Sample Code:
// -- C++ -- //
if
(axis->StepperMotorLoopbackGet())
printf(
"This stepper generates Actual Position based on output pulses.\n"
);
// -- C# -- //
if
(axis.StepperMotorLoopbackGet())
Console.WriteLine(
"This stepper generates Actual Position based on output pulses."
);
See also
StepperMotorLoopbackSet
RSI
RapidCode
Axis
Generated on Thu Sep 28 2023 12:52:43 for RMP Motion Controller by
1.8.20