Description |
|
MPIMotionAttrMaskAPPEND |
This mask enables the motion
profile to be added to the end of a previous motion profile, in the controller's
memory buffer. The APPENDed profile will begin execution after the previous
profile has completed and the settling criteria has been met. The APPEND
mask can be used with mpiMotionStart(.) or mpiMotionModify(.). |
|
MPIMotionAttrMaskAUTO_START |
This mask converts a mpiMotionModify(.)
call to a mpiMotionStart(.) if the modify occurs after the previous motion
profile has completed. If the previous profile had completed, then mpiMotionModify(.)
will return an error code, MPIMotionMessageAUTO_START. |
|
MPIMotionAttrMaskDELAY
|
This mask enables a time delay (seconds)
before the motion profile begins. Please see MPIMotionAttributes for more
information. This mask can be used with mpiMotionStart(.). |
|
MPIMotionAttrMaskID |
This mask enables an identification tag
to be stored in the motion profile. Please see MPIMotionAttributes for more
information. This mask can be used with mpiMotionStart(.) and mpiMotionModify(.). |
|
MPIMotionAttrMaskELEMENT_ID |
- This mask enables an identification tag
to be stored in the path motion profiles. Please see MPIMotionAttributes
for more information. |
|
MPIMotionAttrMaskRELATIVE |
This mask changes the profile target position
from absolute to relative coordinates. |
|
MPIMotionAttrMaskSYNC_END |
This mask synchronizes the motion profiles
for multiple axes so they will all end at the same time. Delays are inserted
before the shorter profiles. When enabled, each axis will use its own MPITrajectory
values. |
|
MPIMotionAttrMaskSYNC_START |
This mask synchronizes the motion profiles
for multiple axes so they will all start at the same time. Delays are inserted
after the shorter profiles. When enabled, each axis will use its own MPITrajectory
values. |
|
|
|