APIs, concepts, guides, and more

◆ SetupControllerForHardware()

static void SetupControllerForHardware ( MotionController controller)
static
Parameters
controllerPointer to the MotionController to set up.
public static void SetupControllerForHardware(MotionController controller)
{
ShutdownTheNetwork(controller);
controller.Reset(); // Reset the controller to ensure it is in a known state.
StartTheNetwork(controller);
}
See also
ShutdownTheNetwork, StartTheNetwork-cs @[Setup-Controller-For-Hardware-cs]
Examples
MathBlock.cs.

Definition at line 134 of file HelperFunctionsCS.cs.