RMP Motion Controller
10.4.4
The RMP Motion Controller APIs
MotionController
Axis
MultiAxis
IO
IOPoint
NetworkNode
RsiError
Contact
Support
RMP
◆
FeedbackPointerSet()
void FeedbackPointerSet
(
RSIAxisPositionInput
input
,
uint64_t
address
)
Description:
FeedbackPointerSet sets an axis configuration for dual-loop operation. Before you can use dual-loop, an
Axis
must be set to use filter type RSIFilterAlgorithmPIV -
FilterAlgorithmSet()
Parameters
input
– always select RSIAxisPositionInput.RSIAxisPositionInputFIRST
address
– which host address to use for the encoder to use when closing position loop
Remarks
This function is also available in
RapidSequencer
.
Sample Code:
// configure an axis for dual loop control
axis1.FeedbackPointerSet(
RSIAxisPositionInput
.RSIAxisPositionInputFIRST, axis2.AddressGet(
RSIAxisAddressType
.RSIAxisAddressTypeENCODER_PRIMARY));
See also
DualLoop
Examples
Gantry.cpp
.
RSI::RapidCode::RSIAxisPositionInput
RSIAxisPositionInput
Feedback Positions for each Axis.
Definition:
rsienums.h:1069
RSI::RapidCode::RSIAxisAddressType
RSIAxisAddressType
Used to get firmware address used in User Limits, Sequencers, etc.
Definition:
rsienums.h:430
RSI
RapidCode
Axis
Generated on Thu Sep 28 2023 12:52:42 for RMP Motion Controller by
1.8.20