. |
Motion Related Events MPX Software Topics > Events
DescriptionThere are five motion related events--two generated
by the Motion object and three generated by the Axis object:
The event EventType.AxisAtTarget is generated near the end of a move when an axis' command position has stopped changing at the end of a move (when the command position has reached the target position and is no longer changing). The event EventType.AxisNearTarget is generated the first time the condition is satisfied during a move. The event, EventType.AxisSettled is generated any time an axis changes from a non-settled state to a settled state. An axis is considered to be settled when:
After a move is commanded, the event EventTypeSettled is first generated when the motion is complete. The event EventType.AxisSettled is generated the when all axes associated with a Motion object have finished commanding motion and have settled. If events of type EventType.AxisSettled are enabled, then one can expect an EventType.AxisSettled event to be generated at the same time as a EventType.MotionDone event. The event EventType.MotionAtVelocity is generated when all axes associated with a Motion object have settled at the final velocity of a velocity move. EventType.MotionAtVelocity can be thought of as "EventType.MotionDone for velocity moves."
See Also SettlingTime
|
| | Copyright © 2001-2021 Motion Engineering |