MPIMotionSCurve

MPIMotionSCurve

 

typedef struct MPIMotionSCurve {
    MPITrajectory   *trajectory;
    double          *position;
} MPIMotionSCurve;
Description

SCurve is a pointer to an array of MPITrajectory structures, representing the trajectory information for S-Curve motion.

NOTE: trajectory will point to a single MPITrajectory structure if neither MPIMotionAttrMaskSYNC_START nor MPIMotionAttrMaskSYNC_END are specified. Otherwise, trajectory will point to an array of MPITrajectory structures -- one structure for each axis associated with the motion object.

Please refer to MPIMotionAttrMask for more information.

  *trajectory This structure specifies the parameters for the motion profile.
  *position This array specifies the target positions for the axes. There is one position for each axis.
     
See Also MPITrajectory | MPI/MEIMotionAttrMask | MPIMotionParams | mpiMotionStart | mpiMotionModify