- 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
Input Size Calculations (1756-DNB)
The table specifies how the
Input Size
value on the General
tab of the Module Properties
dialog box relates to the data type used for the tag.Tag type | Input size | Data type name | Resulting data type member name type |
Input | n , where n ranges from 1 to 124 | AB:1756_DNB_QBytes:I:0 (where Q is replaced by 4 multiplied by n) | StatusRegister: AB:1756_DNB_StatusRegister:I:0 Data DINT[n] (where n = n minus 1) |
Input | 124 | AB:1756_DNB_500Bytes:I:0 | StatusRegister: AB:1756_DNB_StatusRegister:I:0 Data DINT[124] |
Provide Feedback