6//* @brief User Limit State Action sample application.
7//
8//* @details
9//This sample code shows how to configure the XMP controller's User Limits to compare an input bit to a specific pattern.
10//If the pattern matches, then the specified output bit is activated and a User Event is generated to the host.
11//
12//* @pre This sample code presumes that the user has set the tuning paramters(PID, PIV, etc.) prior to running this program so that the motor can rotate in a stable manner.
13//
14//* @warning This is a sample program to assist in the integration of the RMP motion controller with your application. It may not contain all of the logic and safety features that your application requires.