- 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
MSG Configuration Examples
The following examples show source and destination tags and elements for different controller combinations.
The table explains the path for MSG instructions originating from a
Logix 5000
controller and being written to another controller.Message Path | Example Source and Destination | |
---|---|---|
Logix 5000 -> Logix 5000 | Source tag | array_1[0] |
Destination tag | array_2[0] | |
You can use an alias tag for the source tag in the originating Logix 5000 controller.You cannot use an alias for the destination tag. The destination must be a base tag. | ||
Logix 5000 -> PLC-5Logix 5000 -> SLC | Source tag | array_1[0] |
Destination element | N7:10 | |
You can use an alias tag for the source tag, in the originating Logix 5000 controller. | ||
Logix 5000 -> PLC-2 | Source tag | array_1[0] |
Destination element | 010 |
The table explains the path for MSG instructions originating from a
Logix 5000
controller and reading from another controller.Message Path | Example Source and Destination | |
---|---|---|
Logix 5000 -> Logix 5000 | Source tag | array_1[0] |
Destination tag | array_2[0] | |
You cannot use an alias tag for the source tag. The source must be a base tag. You can use an alias tag for the destination tag, in the originating Logix 5000 controller. | ||
Logix 5000 -> PLC-5Logix 5000 -> SLC | Source element | N7:10 |
Destination tag | array_1[0] | |
You can use an alias tag for the destination tag, in the originating Logix 5000 controller. | ||
Logix 5000 -> PLC-2 | Source element | 010 |
Destination tag | array_1[0] |
Provide Feedback