The RMP Motion Controller APIs

◆ Reset()

void Reset ( )
Description:
This resets the controller, which stops and restarts the RMP firmware.
Sample Code:
controller = MotionController.CreateFromSoftware(TestContext.CurrentContext.TestDirectory);
controller.Reset(); // reboot the RMP controller firmware
Note
All objects will need to be recreated.
Examples
HelperFunctions.cs.
RSI::RapidCode::MotionController::Reset
void Reset()
Reset (power cycle) the controller.