- Studio 5000 Logix Designer
- Tasks, programs, and routines
- Add-On Instructions
- Controller Organizer
- Logical Organizer
- Alarms
- Tag-based alarms
- Tag Editor and Data Monitor
- Configure settings for Tag Editor and Data Monitor
- Equipment phases
- Equipment Sequences
- Equipment Sequence Diagrams
- Ladder Editor
- Structured Text Editor
- Sequential Function Chart Editor
- Define the steps of an SFC process
- PlantPAx instruction properties
- Controller Properties
- Editing Controller Properties
- Controller Security
- Source Protection
- License Source Protection for Routines and Add-On Instructions
- Module Information
- 1756 ControlLogix I/O Modules
- Instruction Set
Motion Fault and Alarm Exceptions
There are two exceptions:
- Soft Travel Limit - Positive
- Soft Travel Limit - Negative
These two attributes are a bitmapped collection of the fault and alarm exception conditions associated with the motion planner function. When one of the listed excepted conditions is detected by the controller, the condition is indicated as a Fault or Alarm according to the associated Motion Exception Action attribute value. In general, Alarms are considered warnings by the control system while Faults result in some form of action to stop the axis.
This table defines the current list of motion exception conditions from which the Motion Fault and Motion Alarm bits are derived:
Bit | Exception | Description |
0 | Reserved | |
1 | Soft Travel Limit - Positive | Actual position has exceeded the Soft Travel Limit - Positive value. |
2 | Soft Travel Limit - Negative | Actual position has exceeded the Soft Travel Limit - Negative value. |
3...31 | Reserved |
Soft Travel Limit - Positive
This exception condition occurs when Soft Travel Checking is enabled and when actual position has exceeded the configured Soft Travel Limit - Positive attribute value in the positive direction.
If the Motion Exception Action for this bit is set for Stop Planner, the faulted axis can be moved or jogged back inside the soft travel limits. Any attempt, however, to move the axis further beyond the Soft Travel Limit - Positive value using a motion instruction will result in an instruction error.
Soft Travel Limit - Negative
This exception condition occurs when Soft Travel Checking is enabled and when actual position has exceeded the configured Soft Travel Limit - Negative attribute value in the negative direction.
If the Motion Exception Action for this bit is set for Stop Planner, the faulted axis can be moved or jogged back inside the soft travel limits. Any attempt, however, to move the axis further beyond the Soft Travel Limit - Negative value using a motion instruction will result in an instruction error.
As soon as the axis is moved back within the specified soft travel limits, the corresponding Soft Travel Limit - Negative fault bit needs to be reset. The soft travel fault will persist through any attempt to clear it while the axis position is still beyond the Soft Travel Limit - Negative value with the axis enabled.
Provide Feedback