APIs, concepts, guides, and more
Helpers

Helpers class provides static methods for common tasks in RMP applications. More...

Static Functions

static void CheckErrors (RapidCodeObject rsiObject)
 Checks for errors in the given RapidCodeObject and throws an exception if any non-warning errors are found.
 
static void ClearControllerCounts (MotionController controller)
 Clears count settings for axes, motion, and user limits on the controller.
 
static void ConfigurePhantomAxis (MotionController controller, int axisIndex)
 Configures a phantom axis on the controller.
 
static void SetupControllerForHardware (MotionController controller)
 Sets up the controller for hardware use by resetting it and starting the network.
 
static void ShutdownTheNetwork (MotionController controller)
 Shuts down the network communication for the given MotionController.
 
static void StartTheNetwork (MotionController controller)
 Starts the network communication for the given MotionController.
 

Description