MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ FeedbackPointerSet()

void FeedbackPointerSet ( RSIAxisPositionInput  input,
uint64  hostAddress 
)
pure virtual

Configure an axis for dual loop feedback.

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
hostAddress– which encoder to use when closing position loop
Sample Code:
// configure an axis for dual loop control
axis1.FeedbackPointerSet(RSIAxisPositionInput.RSIAxisPositionInputFIRST, axis2.AddressGet(RSIAxisAddressType.RSIAxisAddressTypeENCODER_PRIMARY));
See also
DualLoop
 
Examples
Gantry.cpp.