void MotionCountSet ( long  motionCount  ) 

Description:
MotionCountSet will configure the number of Motion Supervisors processed by the controller firmware .
Parameters:
motionCount The Motion Supervisor count.
Sample Code:
have the controller process 8 Motion Supervisors
  // -- C++ -- //
   controller->MotionCountSet(8);
  // -- C# -- //
   controller.MotionCountSet(8);
See also:
MotionCountGet