Rockwell Automation Publication 2711R-UM001I-EN-E - February 2023 143
Appendix D Using PanelView 800 Terminals with CompactLogix 5370 and CompactLogix 5380 Controllers
Limitations with
CompactLogix 5370 and
CompactLogix 5380
Controller Support
There are some limitations when using a CompactLogix 5370 or
CompactLogix 5380 controller in your PanelView 800 application, as described
below:
• PanelView 800 terminals use Connected Components Workbench
software for configuration and screen design, while CompactLogix 5370
and CompactLogix 5380 controllers use Studio 5000® software.
PanelView 800 terminals do not support the online Tag browsing feature
with CompactLogix 5370 and CompactLogix 5380 controllers.
• Programming and configuration of CompactLogix 5370 and
CompactLogix 5380 controllers are not supported in Connected
Components Workbench software.
• Only a single CompactLogix 5370 or CompactLogix 5380 controller is
supported.
• PanelView 800 applications can only have a maximum of 25 screens, 200
tags, and 150 alarms.
From firmware revision 5.011 onwards, PanelView 800 applications can
have a maximum of 50 screens, 400 tags, and 400 alarms.
• CompactLogix 5370 L1 controller is supported only in PanelView 800
terminals with firmware revision 3.011 or later. CompactLogix 5370 L2
and L3 controllers are supported only in PanelView 800 terminals with
firmware revision 4.012 or later. Connected Components Workbench
software version 9 or later is also required.
• The following CompactLogix 5380 controllers are supported in
PanelView 800 terminals with firmware revision 6.012 or later:
- 5069-L306ER, 5069-L306ERM, 5069-L306ERS2, 5069-L406ERMS2, and
5069-L306ERMS3
• FTP and Email features are not supported.
Array Addressing of an Element
PanelView 800 Data Type
CompactLogix 5370/
CompactLogix 5380 Data Type
Controller Tag Address
(Global) Example
Controller Tag Address
(Local, MainProgram) Example
Array Dimensions
Boolean BOOL Tag1[x] Program:MainProgram.Tag1[x] 1
32-bit integer DINT Tag2[x,y,z] Program:MainProgram.Tag2[x,y,z] 1,2,3
16-bit integer INT Tag3[x,y,z] Program:MainProgram.Tag3[x,y,z] 1,2,3
8-bit integer SINT Tag4[x,y,z] Program:MainProgram.Tag4[x,y,z] 1,2,3
Real REAL Tag5[x,y,z] Program:MainProgram.Tag5[x,y,z] 1,2,3
String STRING
*
(1)
*
(2)
1,2,3
(1) Tag6[x,y,z].Data/N – N is the length of String.
(2) Program:MainProgram.Tag6[x,y,z].Data/N
Boolean Access from an Array Element
PanelView 800 Data Type
CompactLogix 5370/
CompactLogix 5380 Data Type
Controller Tag Address
(Global) Example
Controller Tag Address
(Local, MainProgram) Example
Boolean DINT
Tag2[x,y,z].bitNo
(1)
Program:MainProgram.Tag2[x,y,z].bitNo
Boolean INT
Tag3[x,y,z].bitNo
(1)
Program:MainProgram.Tag3[x,y,z].bitNo
Boolean SINT
Tag4[x,y,z].bitNo
(1)
Program:MainProgram.Tag4[x,y,z].bitNo
(1) bitNo can be any value – 0...31 for DINT, 0...15 for INT, and 0...7 for SINT data type tags in the CompactLogix 5370 or CompacLogix 5380 controller.