I/O Settings Section 3 Device Import Wizard
90 9ARD000014-600 A
The Table 13 shows some configuration examples for Class 3 communication with
Allen Bradley Logix 5000 series PLC using BOOL data type (present inside a
structure).
Table 13. Configuration Examples
Configuration in Control Builder in AC 800M
Configuration in RS Logix on Allen
Bradley Logix 5000 series controller
Less than or equal to 8 Bool variables defined in a
structure
To be configured as SINT
Greater than 8 but less or equal to 32 bool
variables defined in a structure
To be defined as BOOL[32]
Greater than 32 but less or equal to 64 bool
variables defined in a structure
To be defined as BOOL[64]
Array of bool: BOOL[n] where n is less than or
equal to 32 defined in structure
To be defined as BOOL[32]
Array of bool: BOOL[n] where n is greater than 32
but less than or equal to 64 defined in structure
To be defined as BOOL[64]
Array of bool: BOOL[n] where n is greater than 64
but less than or equal to 96 defined in structure
To be defined as BOOL[96]
Nested Structured data type (structure within a structure) is not supported.