Migrating Panelview Standard Applications To Panelview Plus 7
Migrating Panelview Standard Applications To Panelview Plus 7
Original Instructions
Summary of Changes
This publication contains new and updated information as indicated in the following table.
Topic Pages
Corrected the cutout dimensions of the PanelView Standard terminals. 15…39
Migrating PanelView Standard Applications to PanelView Plus 7 Migration Guide
Notes:
Follow this path to migrate your PanelView Standard terminal and application
to the PanelView Plus 7 terminal platform.
Chapter 1
Things to Know Before
You Migrate
Chapter 2
Select a Terminal
Replacement
Chapter 3
Import Your Application
Chapter 4
Review the Application
Conversion Log
Chapter 5
Review Object Mapping
Chapter 6
Review Unsupported
Features
Before you update the migrated
application, review the conversion
Chapter 7 log details and the remaining
Qualify the Runtime chapters. If you determine that the
Application conversion operation would not be
feasible, you can use the conversion
services that are provided by
Rockwell Automation. For more
Chapter 8 information, see Conversion
Create the Runtime Services, publication GMSC10-
Application PP009.
Chapter 9
Appendix A
Optimize Runtime
Advanced Object
Performance
Editing
Introduction This document provides guidelines and procedures for migrating a PanelView™
Standard terminal application to the PanelView Plus 7 terminal platform. The
procedures and guidelines cover the following:
• Selecting and optionally installing a PanelView Plus 7 terminal
replacement
• Importing your PanelView Standard application into the FactoryTalk®
View Machine Edition software
• Updating the imported application and ladder logic, as necessary, for
compatibility with FactoryTalk View Machine Edition software
• Reviewing unsupported features
• Verifying the correct operation of the imported application on the
PanelView Plus 7 terminal
• Measuring and improving performance of the migrated application
The procedures and guidelines are designed to make the migration process as
easy as possible.
Also note that the electronic version of this publication contains links to other
publications for easier navigation and reference.
Audience This quick start was created to assist a user familiar with Rockwell Automation®
HMI products on how to convert existing PanelView Standard applications to
FactoryTalk View Machine Edition applications that run on PanelView Plus 7
terminals.
Required Software The table lists the software that is required to convert a PanelView Standard
application to a PanelView Plus 7 application.
Introduction This chapter covers important considerations and helpful things to know
before migrating a PanelView™ Standard application to a PanelView Plus 7
platform.
External Fonts Before importing a PanelBuilder®32 application that uses external fonts, make
sure that the external font file is in this directory:
C:\Program Files\Allen-Bradley\PBEX\Fonts
If the conversion utility does not find the external font in this location, the
conversion stops without reporting an error.
Retain Last States on Startup PanelBuilder32 software lets you choose to retain the last states on startup for
all objects. FactoryTalk View Machine Edition (ME) software does not have
this feature.
Unsupported Characters in PanelBuilder32 software supports semicolons (;) in tag addresses; FactoryTalk
View ME software does not. Before importing your application into
Tag Names and Addresses FactoryTalk View ME software, change the semicolons (;) to colons (:) in the
PanelBuilder32 tag editor.
Bit Array Tags You can monitor bit arrays for alarm conditions in FactoryTalk View
applications but you can’t assign bit arrays to graphic objects, or write to bit
arrays. This condition means all bit array tags in your PanelBuilder32
application are converted to memory tags in the FactoryTalk View ME
application.
Alarm Trigger Tags Bit arrays with the Bit or LSBit trigger types are used to trigger alarm messages
in a FactoryTalk View ME application. Assigning alarm triggers to elements in
a bit array, instead of bit addresses, frees up tags in the database for other uses.
When an element of an array changes from 0 to 1, it can generate an alarm
message if a message has been created for that bit position. With the Bit trigger
type, you can generate simultaneous alarm messages, one for each element.
With the LSB trigger type, only the lowest bit position triggers an alarm:
• In a PanelBuilder32 application, the trigger value for the bit data type
ranges from 0…31.
• In a FactoryTalk View ME application, the trigger value for the bit data
type ranges from 1…32.
The number of bits in the array depends on the data type of the tag. Integer
data types, for example, return 16 bits per element, while Bit data types return
8 bits per element.
To trigger a digital alarm that is based on an array of controller bits, you must
use a direct reference and the syntax:
TIP Don’t leave a space between the tag address and the length. For example,
the address {[SLC]BlockWrite1, L8}, where BlockWrite is the equivalent of
N7:0, does not work. {[SLC]BlockWrite1,L8} works.
1. In the Trigger tab of the Alarm Setup editor, create a Bit type alarm
trigger.
2. In the Trigger dialog box, click Browse in the Tag column and browse to
the first element of an array.
For example, in a Logix5000™ controller that is called CLGX1, select
AAlm[0], which is an integer tag type.
3. Click OK to insert the tag address into your trigger tag.
This address {[CLGX1]AAlm[0]} is the starting element in your array
tag. [CLGX1] is the direct reference or the RSLinx® Enterprise device
shortcut name.
4. Double-click the address and append a comma and the letter L to the
address, then type the number of elements you want to include in your
array tag.
To add 64 elements to the example address, modify it to read
{[CLGX1]AAlm[0],L64]}. This syntax returns (64 x 16 =) 1024 bits.
Do not leave a space between the tag address and the length.
5. In the Messages tab, assign trigger values and alarm messages to as many
of the elements in the array tag as you like.
Each trigger value corresponds to a bit position, not a bit address.
In the Trigger Value column, enter a number for the element that triggers the
message, then create the message in the Message column. When that element in
the array changes value, it triggers the alarm and display the message.
Bit Position Trigger Value Message
1 1 Line 1: Conveyor has stopped
2 2 Line 1: Power failure
3 3 Line 2: Conveyor has stopped
4 4 Line 2: Power failure
... ... ...
1024 1024 Line 6: Oven door open
1. In the Trigger tab of the Alarm Setup editor, create an LSBit type alarm
trigger.
2. In the Trigger dialog box, click Browse in the Tag column and browse to
the first element of an array.
For example, in a PLC-5® controller, select an integer tag N7:61. For this
example, only the first three-bit positions are used, so there’s no need to
specify a length (L) for the array. To also monitor bits in N7:62, add L2
to the address: [PLC5]N7:61,L2.
3. Specify these trigger values and alarm messages for the alarm trigger.
If the motor loses power at runtime, all three-bit values change from 0 to 1.
Only the first alarm message is generated, because bit 00 is the least significant
or the lowest bit. If the operator acknowledges the first alarm and power is not
yet restored, the second alarm is generated, and so on.
Alarm Messages Both PanelBuilder 32 and Machine Edition applications perform the same
three steps when an alarm is triggered.
1. Send the alarm message to the Data Tag connection.
2. Set the Notification Tag connection to 1.
3. Reset the Notification Tag connection to 0 when the Handshake tag
changes to a nonzero value.
Tags Assigned to Message Some PanelBuilder32 tags are assigned to Message connections in the
converted Machine Edition application.
Connections
This Tag in PanelBuilder32 Is Assigned to This Connection in ME
Remote Device Data tag Message connection
Remote Device Notification tag Message Notification connection
Remote Device Handshake tag Message Handshake connection
Notes:
Introduction In this chapter, you select and optionally install a PanelView™ Plus 7 terminal
replacement for your PanelView Standard terminal.
Before You Begin Review the migration considerations table (chapter 1).
Follow These Steps Follow these steps to select a PanelView Plus 7 terminal as a replacement for
your PanelView Standard terminal.
Selecting a Terminal
Replacement
Page 14
Page 41
Page 42
Selecting a Terminal Replacement options for the PanelView Standard terminals include the
following platforms:
Replacement
• PanelView Plus 7 Performance terminals
• PanelView Plus 7 Standard terminals
Some of the PanelView Plus 7 terminals fit directly into the existing panel
cutouts of the PanelView Standard terminals; others require an adapter kit.
None of the PanelView Plus 7 terminals fit into the panel cutouts of the
PanelView Standard 300 or 300 Micro terminals.
TIP • References to PanelView Plus 700, 1000, 1250, or 1500 terminals apply to both the PanelView
Plus 6 (700...1500) and PanelView Plus 700 to 1500 platforms.
• PanelView Plus Compact terminals use the same cutouts and adapter kits as the corresponding
PanelView Plus 400, 600, and 1000 models.
See the tables in this section for primary and secondary conversions for
PanelView Standard 300 and 300 Micro terminals.
PanelView Standard 300 and 300 Micro Terminals Primary Replacement Options
PanelView Standard Terminals PanelView Plus 7 Terminals – Primary Replacement Options
Panel Cutout Panel Cutout
Dimensions Dimensions
Adapter
mm (in.)
mm (in.)
mm (in.)
mm (in.)
Display Display
Height
Height
Width
Width
Model Cat. No. Comm. Cat. No. Comm. Kit Cat. Notes
Resolution Resolution
No.
RS-232
2711-K3A5L1K (DF1) PanelView Plus 7 Standard 4-in.
2711-K3A10L1 DH-485 terminal benefits:
Higher resolution
RS-232 Application limits:
2711-K3A17L1 178 109 • Max. screen count: 100
300 (6.99) (4.29) (D-485)
One • Max. alarm messages: 500
92 117 • Max. number of controllers: 1
128 x 64 RS-232 2711P-T4W21D8S (3.62) (4.61) 480 x 272 Ethernet N/A
2711-K3A2L1 port Communication = Ethernet
(D-485)
(dual Ethernet ports are
2711-K3A5L1 DeviceNet available).
and RS-232 Operator input = only touch.
Power input = only DC.
300 2711-M3A18L1 102 92 RS-232 Conformal coat = No.
Micro 2711-M3A19L1 (4.00) (3.62) (DF1)
PanelView Standard 300 and 300 Micro Terminals Secondary Replacement Options
PanelView Standard Terminals PanelView Plus 7 Terminals – Secondary Replacement Options
Panel Cutout Panel Cutout
Dimensions Dimensions
Adapter
mm (in.)
mm (in.)
mm (in.)
mm (in.)
Display Display
Height
Height
Width
Width
Model Cat. No. Resolution Comm. Cat. No. Resolution Comm. Kit Cat. Notes
No.
RS-232
2711-K3A5L1K
(DF1)
2711-K3A10L1 DH-485
PanelView Plus 7 Performance
RS-232 6.5 in. terminal benefits:
2711-K3A17L1 178 109 • Higher resolution
300 (6.99) (4.29) (D-485)
Dual • DLR
142 237 Communication = Ethernet.
128 x 64 RS-232 2711P-B7C22D9P (5.59) (9.33) 640 x 480 Ethernet N/A
2711-K3A2L1 ports Operator input = keypad and
(D-485)
touch.
2711-K3A5L1 DeviceNet Power input = only DC.
and RS-232 Conformal coat = No.
See the tables in this section for primary and secondary conversions for
PanelView Standard 550 terminals.
PanelView Standard 550 Terminals Primary Replacement Options
PanelView Standard Terminals PanelView Plus 7 Terminals – Primary Replacement Options
Panel Cutout Panel Cutout
Dimensions Dimensions
Adapter
mm (in.)
mm (in.)
mm (in.)
mm (in.)
Display Display
Height
Height
Width
Width
Model Cat. No. Resolution Comm. Cat. No. Resolution Comm. Kit Cat. Notes
No.
2711-K5A1
Remote I/O
2711-K5A1L1
2711-K5A10
2711-K5A10L1
DeviceNet
2711-K5A14
2711-K5A14L1
2711-K5A12
RS-232
2711-K5A12L1
2711-K5A16 RS-232
2711-K5A16L1 (DF1)
2711-K5A15
ControlNet
2711-K5A15L1
2711-K5A2
2711-K5A2L1 PanelView Plus 7 Standard 6 in.
DH-485 terminal benefits:
2711-K5A3 Higher resolution
2711-K5A3L1 Application limits:
• Max. screen count: 100
2711-K5A5 One • Max. alarm messages: 500
144 243 123 156 • Max. number of controllers: 1
550 (5.66) (9.55) 256 x 128 2711P-T6C21D8S (4.84) (6.14) 640 x 480 Ethernet N/A
2711-K5A5L1 RS-232 port Communication = Ethernet
(DH-485) (dual Ethernet ports are
2711-K5A9 available).
Operator input = only touch.
2711-K5A9L1
Power input = only DC.
2711-K5A8 Conformal coat = No.
DH+™
2711-K5A8L1
2711-K5A20
EtherNet/IP
2711-K5A20L1
2711-B5A1
Remote I/O
2711-B5A1L1
2711-B5A10
2711-B5A10L1
DeviceNet
2711-B5A14
2711-B5A14L1
2711-B5A12
RS-232
2711-B5A12L1
2711-B5A16 RS-232
2711-B5A16L1 (DF1)
mm (in.)
mm (in.)
mm (in.)
Height Display Display
Height
Width
Width
Model Cat. No. Comm. Cat. No. Comm. Kit Cat. Notes
Resolution Resolution No.
2711-B5A15
ControlNet
2711-B5A15L1
2711-B5A2
2711-B5A2L1
DH-485
2711-B5A3
2711-B5A3L1
2711-B5A5 144 243
(5.66) (9.55) 256 x 128
2711-B5A5L1 RS-232
2711-B5A9 (DH-485)
2711-B5A9L1
PanelView Plus 7 Standard 6 in.
2711-B5A8 terminal benefits:
DH+ Higher resolution
2711-B5A8L1 Application limits:
• Max. screen count: 100
2711-B5A20 One • Max. alarm messages: 500
EtherNet/IP 123 156 • Max. number of controllers: 1
550 2711-B5A20L1 2711P-T6C21D8S (4.84) (6.14) 640 x 480 Ethernet N/A
port Communication = Ethernet
2711-T5A1L1 Remote I/O (dual Ethernet ports are
available).
2711-T5A10L1 Operator input = only touch.
DeviceNet Power input = only DC.
2711-T5A14L1 Conformal coat = No.
2711-T5A12L1 RS-232
RS-232
2711-T5A16L1 (DF1)
2711-T5A15L1 125 158 ControlNet
(4.91) (6.20) 256 x 128
2711-T5A2L1
DH-485
2711-T5A3L1
2711-T5A5L1 RS-232
2711-T5A9L1 (DH-485)
2711-T5A8L1 DH+
2711-T5A20L1 EtherNet/IP
mm (in.)
mm (in.)
mm (in.)
Height Display Display
Height
Width
Width
Model Cat. No. Comm. Cat. No. Comm. Kit Cat. Notes
Resolution Resolution No.
2711-K5A1 2711P-B7C22A9P(1)
Remote I/O
2711-K5A1L1 2711P-B7C22D9P
2711-K5A10 2711P-B7C22A9P(1)
2711-K5A10L1 2711P-B7C22D9P
DeviceNet
2711-K5A14 2711P-B7C22A9P(1)
2711-K5A14L1 2711P-B7C22D9P
2711-K5A12 2711P-B7C22A9P(1)
RS-232
2711-K5A12L1 2711P-B7C22D9P
2711-K5A16 RS-232 2711P-B7C22A9P(1)
2711-K5A16L1 (DF1) 2711P-B7C22D9P
2711-K5A15 2711P-B7C22A9P(1)
ControlNet
2711-K5A15L1 2711P-B7C22D9P
2711-K5A2 2711P-B7C22A9P(1)
2711-K5A2L1 2711P-B7C22D9P
DH-485
2711-K5A3 2711P-B7C22A9P(1) PanelView Plus 7 Performance
2711-K5A3L1 2711P-B7C22D9P 6.5 in. terminal benefits:
• Higher resolution
2711-K5A5 2711P-B7C22A9P(1) Dual • DLR
144 243 142 237 Communication = Ethernet.
550 256 x 128 640 x 480 Ethernet N/A
2711-K5A5L1 (5.66) (9.55) 2711P-B7C22D9P (5.59) (9.33) ports Operator input = keypad and
RS-232
(DH-485) touch.
2711-K5A9 2711P-B7C22A9P(1) Power input = AC or DC.(1)
2711-K5A9L1 2711P-B7C22D9P Conformal coat = No.
2711-K5A8 2711P-B7C22A9P(1)
DH+
2711-K5A8L1 2711P-B7C22D9P
2711-K5A20 2711P-B7C22A9P(1)
EtherNet/IP
2711-K5A20L1 2711P-B7C22D9P
2711-B5A1 2711P-B7C22A9P(1)
Remote I/O
2711-B5A1L1 2711P-B7C22D9P
2711-B5A10 2711P-B7C22A9P(1)
2711-B5A10L1 2711P-B7C22D9P
DeviceNet
2711-B5A14 2711P-B7C22A9P(1)
2711-B5A14L1 2711P-B7C22D9P
2711-B5A12 2711P-B7C22A9P(1)
RS-232
2711-B5A12L1 2711P-B7C22D9P
2711-B5A16 RS-232 2711P-B7C22A9P(1)
2711-B5A16L1 (DF1) 2711P-B7C22D9P
mm (in.)
mm (in.)
mm (in.)
Height Display Display
Height
Width
Width
Model Cat. No. Comm. Cat. No. Comm. Kit Cat. Notes
Resolution Resolution No.
2711-B5A15 2711P-B7C22A9P(1)
ControlNet
2711-B5A15L1 2711P-B7C22D9P
2711-B5A2 2711P-B7C22A9P(1)
2711-B5A2L1 2711P-B7C22D9P
DH-485
2711-B5A3 2711P-B7C22A9P(1) PanelView Plus 7 Performance
2711-B5A3L1 2711P-B7C22D9P 6.5 in. terminal benefits:
• Higher resolution
2711-B5A5 2711P-B7C22A9P(1) • DLR
144 243 142 237 Communication = Ethernet.
(5.66) (9.55) 256 x 128 (5.59) (9.33) 640 x 480
2711-B5A5L1 RS-232 2711P-B7C22D9P Operator input = keypad and
(DH-485) touch.
2711-B5A9 2711P-B7C22A9P(1) Power input = AC or DC.(1)
2711-B5A9L1 2711P-B7C22D9P Conformal coat = No.
2711-B5A8 2711P-B7C22A9P(1)
DH+
2711-B5A8L1 2711P-B7C22D9P
2711-B5A20 2711P-B7C22A9P(1) Dual
EtherNet/IP
550 2711-B5A20L1 2711P-B7C22D9P Ethernet N/A
ports
2711-T5A1L1 Remote I/O
2711-T5A10L1
DeviceNet
2711-T5A14L1
2711-T5A12L1 RS-232
RS-232 PanelView Plus 7 Performance
2711-T5A16L1 (DF1) 6.5 in. terminal benefits:
• Higher resolution
2711-T5A15L1 125 158 ControlNet 142 184 • DLR
(4.91) (6.20) 256 x 128 2711P-T7C22D9P (5.59) (7.24) 640 x 480 Communication = Ethernet.
2711-T5A2L1 Operator input = only touch.
DH-485 Power input = DC.
2711-T5A3L1 Conformal coat = Yes(2)
2711-T5A5L1 RS-232
2711-T5A9L1 (DH-485)
2711-T5A8L1 DH+
2711-T5A20L1 EtherNet/IP
(1) AC power is only available on Series A terminals. DC power is only available on Series B terminals.
(2) Conformal coating is available for all DC-power, touch terminals. To order a terminal that is conformal-coated, add K to the end of a DC-power, touch catalog number; for example, 2711P-T7C22D9PK.
See the tables in this section for primary and secondary conversions for
PanelView Standard 600 terminals.
PanelView Standard 600 Terminals Primary Replacement Options
PanelView Standard Terminals PanelView Plus 7 Terminals – Primary Replacement Options
Panel Cutout Panel Cutout
Dimensions Dimensions
Adapter
mm (in.)
mm (in.)
mm (in.)
mm (in.)
Display Display
Height
Height
Width
Width
Model Cat. No. Resolution Comm. Cat. No. Resolution Comm. Kit Cat. Notes
No.
2711-K6C1 2711P-B7C22A9P(1)
Remote I/O
2711-K6C1L1 2711P-B7C22D9P
2711-K6C10 2711P-B7C22A9P(1)
2711-K6C10L1 2711P-B7C22D9P
DeviceNet
2711-K6C14 2711P-B7C22A9P(1)
2711-K6C14L1 2711P-B7C22D9P
2711-K6C12 2711P-B7C22A9P(1)
RS-232
2711-K6C12L1 2711P-B7C22D9P
2711-K6C16 RS-232 2711P-B7C22A9P(1)
2711-K6C16L1 (DF1) 2711P-B7C22D9P
2711-K6C15 2711P-B7C22A9P(1)
ControlNet
2711-K6C15L1 2711P-B7C22D9P
2711-K6C2 2711P-B7C22A9P(1)
2711-K6C2L1 2711P-B7C22D9P
DH-485 PanelView Plus 7 Performance
2711-K6C3 2711P-B7C22A9P(1) 6.5 in. terminals benefits:
• Higher resolution
2711-K6C3L1 2711P-B7C22D9P • DLR
2711-K6C5 167 264 2711P-B7C22A9P(1) 142 237
Dual
2711P-
Communication = Ethernet.
600 320 x 234 640 x 480 Ethernet Operator input = keypad and
2711-K6C5L1 (6.57) (10.39) 2711P-B7C22D9P (5.59) (9.33) RAAK7 touch.
RS-232 ports
(DH-485) Power input = AC or DC.(1)
2711-K6C9 2711P-B7C22A9P(1) Conformal coat = No.
2711-K6C9L1 2711P-B7C22D9P Adapter kit is necessary for
drop-in replacement.
2711-K6C8 2711P-B7C22A9P(1)
DH+
2711-K6C8L1 2711P-B7C22D9P
2711-K6C20 2711P-B7C22A9P(1)
EtherNet/IP
2711-K6C20L1 2711P-B7C22D9P
2711-B6C1 2711P-B7C22A9P(1)
Remote I/O
2711-B6C1L1 2711P-B7C22D9P
2711-B6C10 2711P-B7C22A9P(1)
2711-B6C10L1 2711P-B7C22D9P
DeviceNet
2711-B6C14 2711P-B7C22A9P(1)
2711-B6C14L1 2711P-B7C22D9P
2711-B6C12 2711P-B7C22A9P(1)
RS-232
2711-B6C12L1 2711P-B7C22D9P
2711-B6C16 RS-232 2711P-B7C22A9P(1)
2711-B6C16L1 (DF1) 2711P-B7C22D9P
mm (in.)
mm (in.)
mm (in.)
Height Display Display
Height
Width
Width
Model Cat. No. Comm. Cat. No. Comm. Kit Cat. Notes
Resolution Resolution No.
2711-B6C15 2711P-B7C22A9P(1)
ControlNet
2711-B6C15L1 2711P-B7C22D9P
2711-B6C2 2711P-B7C22A9P(1)
2711-B6C2L1 2711P-B7C22D9P
DH-485 PanelView Plus 7 Performance
2711-B6C3 2711P-B7C22A9P(1) 6.5 in. terminal benefits:
• Higher resolution
2711-B6C3L1 2711P-B7C22D9P • DLR
2711-B6C5 167 264 2711P-B7C22A9P(1) 142 237
Dual
2711P-
Communication = Ethernet.
320 x 234 640 x 480 Ethernet Operator input = keypad and
2711-B6C5L1 (6.57) (10.39) 2711P-B7C22D9P (5.59) (9.33) RAAK7 touch.
RS-232 ports
(DH-485) Power input = AC or DC.(1)
2711-B6C9 2711P-B7C22A9P(1) Conformal coat = No.
2711-B6C9L1 2711P-B7C22D9P Adapter kit is necessary for
drop-in replacement.
2711-B6C8 2711P-B7C22A9P(1)
DH+
2711-B6C8L1 2711P-B7C22D9P
2711-B6C20 2711P-B7C22A9P(1)
EtherNet/IP
600 2711-B6C20L1 2711P-B7C22D9P
2711-T6C1L1 Remote I/O
2711-T6C10L1
DeviceNet
2711-T6C14L1
PanelView Plus 7 Standard 6 in.
2711-T6C12L1 RS-232 terminal benefits:
Higher resolution
RS-232 Application limits:
2711-T6C16L1 (DF1) • Max. screen count: 100
One • Max. alarm messages: 500
2711-T6C15L1 125 158 ControlNet 123 156 • Max. number of controllers: 1
(4.91) (6.20) 320 x 234 2711P-T6C21D8S (4.84) (6.14) 640 x 480 Ethernet N/A
2711-T6C2L1 port Communication = Ethernet
DH-485 (dual Ethernet ports are
2711-T6C3L1 available).
Operator input = only touch.
2711-T6C5L1 RS-232 Power input = only DC.
(DH-485) Conformal coat = No.
2711-T6C9L1
2711-T6C8L1 DH+
2711-T6C20L1 EtherNet/IP
(1) AC power is only available on Series A terminals. DC power is only available on Series B terminals.
mm (in.)
mm (in.)
mm (in.)
Display Display
Height
Height
Width
Width
Model Cat. No. Comm. Cat. No. Comm. Kit Cat. Notes
Resolution Resolution No.
2711-K6C1
Remote I/O
2711-K6C1L1
2711-K6C10
2711-K6C10L1
DeviceNet
2711-K6C14
2711-K6C14L1
2711-K6C12
RS-232
2711-K6C12L1
2711-K6C16 RS-232
2711-K6C16L1 (DF1)
2711-K6C15
ControlNet
2711-K6C15L1
2711-K6C2
2711-K6C2L1
DH-485 PanelView Plus 7 Standard 6.5 in.
2711-K6C3 terminal benefits:
Higher resolution
2711-K6C3L1 Application limits:
• Max. screen count: 100
2711-K6C5 167 264 142 184 One • Max. alarm messages: 500
600 320 x 234 2711P-T7C21D8S 640 x 480 Ethernet N/A • Max. number of controllers: 1
2711-K6C5L1 (6.57) (10.39) (5.59) (7.24) port
RS-232 Communication = Ethernet (dual
2711-K6C9 (DH-485) Ethernet ports are available).
Operator input = only touch.
2711-K6C9L1 Power input = only DC.
Conformal coat = No.
2711-K6C8
DH+
2711-K6C8L1
2711-K6C20
EtherNet/IP
2711-K6C20L1
2711-B6C1
Remote I/O
2711-B6C1L1
2711-B6C10
2711-B6C10L1
DeviceNet
2711-B6C14
2711-B6C14L1
2711-B6C12
RS-232
2711-B6C12L1
2711-B6C16 RS-232
2711-B6C16L1 (DF1)
mm (in.)
mm (in.)
mm (in.)
Display Display
Height
Height
Width
Width
Model Cat. No. Comm. Cat. No. Comm. Kit Cat. Notes
Resolution Resolution No.
2711-B6C15
ControlNet
2711-B6C15L1
2711-B6C2
2711-B6C2L1
DH-485 PanelView Plus 7 Standard 6.5 in.
2711-B6C3 terminal benefits:
Higher resolution
2711-B6C3L1 Application limits:
• Max. screen count: 100
2711-B6C5 One • Max. alarm messages: 500
167 264 142 184
(6.57) (10.39) 320 x 234 2711P-T7C21D8S (5.59) (7.24) 640 x 480 Ethernet N/A • Max. number of controllers: 1
2711-B6C5L1 RS-232 port
Communication = Ethernet (dual
2711-B6C9 (DH-485) Ethernet ports are available).
Operator input = only touch.
2711-B6C9L1 Power input = only DC.
Conformal coat = No.
2711-B6C8
DH+
2711-B6C8L1
2711-B6C20
600 EtherNet/IP
2711-B6C20L1
2711-T6C1L1 Remote I/O
2711-T6C10L1
DeviceNet
2711-T6C14L1
2711-T6C12L1 RS-232 PanelView Plus 7 Performance
6.5 in. terminal benefits:
RS-232 • Higher resolution
2711-T6C16L1 (DF1) • DLR
Dual Communication = Ethernet.
2711-T6C15L1 125 158 ControlNet 142 184 Operator input = keypad and
(4.91) (6.20) 320 x 234 2711P-T7C22D9P (5.59) (7.24) 640 x 480 Ethernet N/A
2711-T6C2L1 ports touch.
DH-485 Power input = AC or DC.(1)
2711-T6C3L1 Conformal coat = Yes(2)
Adapter kit is necessary for drop-
2711-T6C5L1 RS-232 in replacement.
2711-T6C9L1 (DH-485)
2711-T6C8L1 DH+
2711-T6C20L1 EtherNet/IP
(1) AC power is only available on Series A terminals. DC power is only available on Series B terminals.
(2) Conformal coating is available for all DC-power, touch terminals. To order a terminal that is conformal-coated, add K to the end of a DC-power, touch catalog number; for example, 2711P-T7C22D9PK.
See the tables in this section for primary and secondary conversions for
PanelView Standard 900 terminals.
PanelView Standard 900 Terminals Primary Replacement Options
PanelView Standard Terminals PanelView Plus 7 Terminals – Primary Replacement Options
Panel Cutout Panel Cutout
Dimensions Dimensions
Adapter
mm (in.)
mm (in.)
mm (in.)
mm (in.)
Display Display
Height
Height
Width
Width
Model Cat. No. Resolution Comm. Cat. No. Resolution Comm. Kit Cat. Notes
No.
2711-K9A1 2711P-B10C22A9P
Remote I/O
2711-K9A1L1 2711P-B10C22D9P
2711-K9A10 2711P-B10C22A9P
2711-K9A10L1 DeviceNet 2711P-B10C22D9P
2711-K9A14L1 2711P-B10C22D9P
2711-K9A12 2711P-B10C22A9P
2711-K9A12L1 2711P-B10C22D9P
2711-K9A5 2711P-B10C22A9P
RS-232
2711-K9A5L1 2711P-B10C22D9P
2711-K9A9 640 x 400 2711P-B10C22A9P
2711-K9A9L1 2711P-B10C22D9P
2711-K9A15 2711P-B10C22A9P
ControlNet
2711-K9A15L1 2711P-B10C22D9P
2711-K9A2 2711P-B10C22A9P
PanelView Plus 7 Performance
2711-K9A2L1 2711P-B10C22D9P 10.4 in. terminal benefits:
DH-485 • Higher resolution
2711-K9A3 2711P-B10C22A9P • DLR
2711-K9A3L1 2711P-B10C22D9P Dual Communication = Ethernet.
224 375 224 335 2711P- Operator input = keypad and
900 (8.80) (14.75) (8.82) (13.19) 800 x 600 Ethernet RAAK10
2711-K9A8 2711P-B10C22A9P ports touch.
DH+ Power input = AC or DC.(1)
2711-K9A8L1 2711P-B10C22D9P Conformal coat = No.
2711-K9C1 2711P-B10C22A9P Adapter kit is necessary for
Remote I/O drop-in replacement.
2711-K9C1L1 2711P-B10C22D9P
2711-K9C10 2711P-B10C22A9P
2711-K9C10L1 2711P-B10C22D9P
DeviceNet
2711-K9C14 2711P-B10C22A9P
2711-K9C14L1 2711P-B10C22D9P
2711-K9C12 2711P-B10C22A9P
2711-K9C12L1 640 x 480 2711P-B10C22D9P
RS-232
2711-K9C9 2711P-B10C22A9P
2711-K9C9L1 2711P-B10C22D9P
2711-K9C16 RS-232 2711P-B10C22A9P
2711-K9C16L1 (DF1) 2711P-B10C22D9P
2711-K9C15 2711P-B10C22A9P
ControlNet
2711-K9C15L1 2711P-B10C22D9P
2711-K9C3 DH-485 2711P-B10C22A9P
mm (in.)
mm (in.)
mm (in.)
Height Display Display
Height
Width
Width
Model Cat. No. Comm. Cat. No. Comm. Kit Cat. Notes
Resolution Resolution No.
2711-K9C3L1 DH-485 2711P-B10C22D9P PanelView Plus 7 Performance
10.4 in. terminal benefits:
2711-K9C8 2711P-B10C22A9P • Higher resolution
DH+ • DLR
2711-K9C8L1 2711P-B10C22D9P Communication = Ethernet.
375 335 2711P- Operator input = keypad and
2711-K9C20 640 x 480 2711P-B10C22A9P
(14.75) (13.19) RAAK10 touch.
Power input = AC or DC.(1)
Ethernet Conformal coat = No.
2711-K9C20L1 2711P-B10C22D9P
Adapter kit is necessary for
drop-in replacement.
2711-T9A1 2711P-T10C22A9P
Remote I/O
2711-T9A1L1 2711P-T10C22D9P
2711-T9A10 2711P-T10C22A9P
2711-T9A10L1 DeviceNet 2711P-T10C22D9P
2711-T9A14L1 2711P-T10C22D9P
2711-T9A12 2711P-T10C22A9P
2711-T9A12L1 2711P-T10C22D9P
2711-T9A5 2711P-T10C22A9P
RS-232
2711-T9A5L1 2711P-T10C22D9P
2711-T9A9 640 x 400 2711P-T10C22A9P
2711-T9A9L1 2711P-T10C22D9P
Dual
900 2711-T9A15 224 2711P-T10C22A9P 224 800 x 600 Ethernet
(8.80) ControlNet (8.82)
ports PanelView Plus 7 Performance
2711-T9A15L1 2711P-T10C22D9P
10.4 in. terminal benefits:
2711-T9A2 2711P-T10C22A9P • Higher resolution
• DLR
2711-T9A2L1 305 2711P-T10C22D9P 269 2711P- Communication = Ethernet.
(12.00) DH-485 (10.59) RAAT10 Operator input = only touch.
2711-T9A3 2711P-T10C22A9P
Power input = AC or DC.(1)
2711-T9A3L1 2711P-T10C22D9P Conformal coat = Yes(2)
Adapter kit is necessary for
2711-T9A8 2711P-T10C22A9P drop-in replacement.
DH+
2711-T9A8L1 2711P-T10C22D9P
2711-T9C1 2711P-T10C22A9P
Remote I/O
2711-T9C1L1 2711P-T10C22D9P
2711-T9C10 2711P-T10C22A9P
2711-T9C10L1 2711P-T10C22D9P
DeviceNet
2711-T9C14 2711P-T10C22A9P
2711-T9C14L1 640 x 480 2711P-T10C22D9P
2711-T9C12 2711P-T10C22A9P
RS-232
2711-T9C12L1 2711P-T10C22D9P
2711-T9C16 RS-232 2711P-T10C22A9P
2711-T9C16L1 (DF1) 2711P-T10C22D9P
2711-T9C15 ControlNet 2711P-T10C22A9P
mm (in.)
mm (in.)
mm (in.)
Height Display Display
Height
Width
Width
Model Cat. No. Comm. Cat. No. Comm. Kit Cat. Notes
Resolution Resolution No.
2711-T9C15L1 ControlNet 2711P-T10C22D9P
2711-T9C3 2711P-T10C22A9P
DH-485 PanelView Plus 7 Performance
2711-T9C3L1 2711P-T10C22D9P 10.4 in. terminal benefits:
• Higher resolution
2711-T9C9 RS-232 2711P-T10C22A9P • DLR
Dual Communication = Ethernet.
224 305 (DH-485) 224 269 2711P-
900 2711-T9C9L1 (8.80) (12.00) 640 x 480 2711P-T10C22D9P (8.82) (10.59) 800 x 600 Ethernet RAAT10 Operator input = only touch.
ports
2711-T9C8 2711P-T10C22A9P Power input = AC or DC.(1)
DH+ Conformal coat = Yes(2)
2711-T9C8L1 2711P-T10C22D9P Adapter kit is necessary for
drop-in replacement.
2711-T9C20 2711P-T10C22A9P
Ethernet
2711-T9C20L1 2711P-T10C22D9P
(1) AC power is only available on Series A terminals. DC power is only available on Series B terminals.
(2) Conformal coating is available for all DC-power, touch terminals. To order a terminal that is conformal-coated, add K to the end of a DC-power, touch catalog number; for example, 2711P-T10C22D9PK.
mm (in.)
mm (in.)
mm (in.)
Height Display Display
Height
Width
Width
Model Cat. No. Comm. Cat. No. Comm. Kit Cat. Notes
Resolution Resolution No.
2711-K9A1
Remote I/O
2711-K9A1L1
2711-K9A10
2711-K9A10L1 DeviceNet
2711-K9A14L1
2711-K9A12
2711-K9A12L1
2711-K9A5
RS-232
2711-K9A5L1
2711-K9A9 640 x 400
2711-K9A9L1
2711-K9A15
ControlNet
2711-K9A15L1
2711-K9A2 PanelView Plus 7 Standard
10.4 in. terminal benefits:
2711-K9A2L1 Higher resolution
DH-485
2711-K9A3 Application limits:
• Max. screen count: 100
2711-K9A3L1 One • Max. alarm messages: 500
224 375 224 269 • Max. number of controllers: 1
900 2711P-T10C21D8S 800 x 600 Ethernet N/A
2711-K9A8 (8.80) (14.75) (8.82) (10.59) port Communication = Ethernet
DH+ (dual Ethernet ports are
2711-K9A8L1 available).
Operator input = only touch.
2711-K9C1 Power input = only DC.
Remote I/O
2711-K9C1L1 Conformal coat = No.
2711-K9C10
2711-K9C10L1
DeviceNet
2711-K9C14
2711-K9C14L1
2711-K9C12
2711-K9C12L1 640 x 480
RS-232
2711-K9C9
2711-K9C9L1
2711-K9C16 RS-232
2711-K9C16L1 (DF1)
2711-K9C15
ControlNet
2711-K9C15L1
2711-K9C3 DH-485
mm (in.)
mm (in.)
mm (in.)
Height Display Display
Height
Width
Width
Model Cat. No. Comm. Cat. No. Comm. Kit Cat. Notes
Resolution Resolution No.
2711-K9C3L1 DH-485
2711-K9C8
375 DH+
2711-K9C8L1 (14.75) 640 x 480
2711-K9C20
Ethernet
2711-K9C20L1
2711-T9A1
Remote I/O
2711-T9A1L1
2711-T9A10
2711-T9A10L1 DeviceNet
2711-T9A14L1
2711-T9A12
2711-T9A12L1
2711-T9A5
RS-232
2711-T9A5L1
PanelView Plus 7 Standard
2711-T9A9 640 x 400 10.4 in. terminal benefits:
Higher resolution
2711-T9A9L1
Application limits:
2711-T9A15 • Max. screen count: 100
ControlNet One • Max. alarm messages: 500
224 224 269 • Max. number of controllers: 1
900 2711-T9A15L1 2711P-T10C21D8S 800 x 600 Ethernet N/A
(8.80) (8.82) (10.59) port Communication = Ethernet
2711-T9A2 (dual Ethernet ports are
available).
2711-T9A2L1 305 Operator input = only touch.
DH-485 Power input = only DC.
2711-T9A3 (12.00)
Conformal coat = No.
2711-T9A3L1
2711-T9A8
DH+
2711-T9A8L1
2711-T9C1
Remote I/O
2711-T9C1L1
2711-T9C10
2711-T9C10L1
DeviceNet
2711-T9C14
2711-T9C14L1 640 x 480
2711-T9C12
RS-232
2711-T9C12L1
2711-T9C16 RS-232
2711-T9C16L1 (DF1)
2711-T9C15 ControlNet
mm (in.)
mm (in.)
mm (in.)
Height Display Display
Height
Width
Width
Model Cat. No. Comm. Cat. No. Comm. Kit Cat. Notes
Resolution Resolution No.
2711-T9C15L1 ControlNet
PanelView Plus 7 Standard
2711-T9C3 10.4 in. terminal benefits:
DH-485 Higher resolution
2711-T9C3L1
Application limits:
2711-T9C9 • Max. screen count: 100
RS-232 One • Max. alarm messages: 500
224 305 (DH-485) 224 269 • Max. number of controllers: 1
900 2711-T9C9L1 (8.80) (12.00) 640 x 480 2711P-T10C21D8S (8.82) (10.59) 800 x 600 Ethernet N/A
port Communication = Ethernet
2711-T9C8 (dual Ethernet ports are
DH+ available).
2711-T9C8L1 Operator input = only touch.
2711-T9C20 Power input = only DC.
Ethernet Conformal coat = No.
2711-T9C20L1
See the tables in this section for primary and secondary conversions for
PanelView Standard 1000 terminals.
PanelView Standard 1000 Terminals Primary Replacement Options
PanelView Standard Terminals PanelView Plus 7 Terminals – Primary Replacement Options
Panel Cutout Panel Cutout
Dimensions Dimensions
Adapter
mm (in.)
mm (in.)
mm (in.)
mm (in.)
Display Display
Height
Height
Width
Width
Model Cat. No. Resolution Comm. Cat. No. Resolution Comm. Kit Cat. Notes
No.
2711-K10C1 2711P-T12W22A9P
Remote I/O
2711-K10C1L1 2711P-T12W22D9P
2711-K10C10 2711P-T12W22A9P
2711-K10C10L1 2711P-T12W22D9P
DeviceNet
2711-K10C14 2711P-T12W22A9P
2711-K10C14L1 2711P-T12W22D9P
2711-K10C12 2711P-T12W22A9P
RS-232
2711-K10C12L1 2711P-T12W22D9P
2711-K10C16 RS-232 2711P-T12W22A9P
2711-K10C16L1 (DF1) 2711P-T12W22D9P
2711-K10C15 2711P-T12W22A9P
ControlNet
2711-K10C15L1 2711P-T12W22D9P
2711-K10C3 2711P-T12W22A9P
DH-485
2711-K10C3L1 2711P-T12W22D9P PanelView Plus 7
Performance 12.1 in.
2711-K10C9 2711P-T12W22A9P terminal benefits:
RS-232 • Wide screen has more
2711-K10C9L1 (DH-485) 2711P-T12W22D9P usable screen area
• Higher resolution
2711-K10C8 2711P-T12W22A9P Dual • DLR
257 390 218 312 2711P-
1000 (10.11) (15.35) 640 x 480 DH+ (8.58) (12.28) 1280 x 800 Ethernet RAAT12K Communication = Ethernet.
2711-K10C8L1 2711P-T12W22D9P ports Operator input = only
2711-K10C20 2711P-T12W22A9P touch.
Ethernet Power input = AC or DC.(1)
2711-K10C20L1 2711P-T12W22D9P Conformal coat = Yes(2)
Adapter kit is necessary for
2711-K10G1 2711P-T12W22A9P drop-in replacement.
Remote I/O
2711-K10G1L1 2711P-T12W22D9P
2711-K10G10 2711P-T12W22A9P
2711-K10G10L1 2711P-T12W22D9P
DeviceNet
2711-K10G14 2711P-T12W22A9P
2711-K10G14L1 2711P-T12W22D9P
2711-K10G12 2711P-T12W22A9P
RS-232
2711-K10G12L1 2711P-T12W22D9P
2711-K10G16 RS-232 2711P-T12W22A9P
2711-K10G16L1 (DF1) 2711P-T12W22D9P
2711-K10G15 2711P-T12W22A9P
ControlNet
2711-K10G15L1 2711P-T12W22D9P
2711-K10G3 2711P-T12W22A9P
DH-485
2711-K10G3L1 2711P-T12W22D9P
mm (in.)
mm (in.)
mm (in.)
Height Display Display
Height
Width
Width
Model Cat. No. Comm. Cat. No. Comm. Kit Cat. Notes
Resolution Resolution No.
2711-K10G9 RS-232 2711P-T12W22A9P
2711-K10G9L1 (DH-485) 2711P-T12W22D9P
2711-K10G8 390 2711P-T12W22A9P 2711P-
(15.35) DH+ RAAT12K
2711-K10G8L1 2711P-T12W22D9P
2711-K10G20 2711P-T12W22A9P
Ethernet
2711-K10G20L1 2711P-T12W22D9P
2711-T10C1 2711P-T12W22A9P
Remote I/O
2711-T10C1L1 2711P-T12W22D9P
2711-T10C10 2711P-T12W22A9P
2711-T10C10L1 2711P-T12W22D9P
DeviceNet
2711-T10C14 2711P-T12W22A9P
2711-T10C14L1 2711P-T12W22D9P
2711-T10C12 2711P-T12W22A9P
RS-232
2711-T10C12L1 2711P-T12W22D9P
2711-T10C16 RS-232 2711P-T12W22A9P PanelView Plus 7
(DF1) Performance 12.1 in.
2711-T10C16L1 2711P-T12W22D9P terminal benefits:
2711-T10C15 2711P-T12W22A9P • Higher resolution
ControlNet • DLR
Dual Communication = Ethernet.
2711-T10C15L1 257 2711P-T12W22D9P 218 312
1000 (10.11) 640 x 480 (8.58) (12.28) 1280 x 800 Ethernet Operator input = only
2711-T10C3 2711P-T12W22A9P ports touch.
DH-485 Power input = AC or DC.(1)
2711-T10C3L1 2711P-T12W22D9P Conformal coat = Yes(2)
2711-T10C9 338 2711P-T12W22A9P 2711P- Adapter kit is necessary for
RS-232 drop-in replacement.
(13.29) (DH-485) RAAT12
2711-T10C9L1 2711P-T12W22D9P
2711-T10C8 2711P-T12W22A9P
DH+
2711-T10C8L1 2711P-T12W22D9P
2711-T10C20 2711P-T12W22A9P
Ethernet
2711-T10C20L1 2711P-T12W22D9P
2711-T10G1 2711P-T12W22A9P
Remote I/O
2711-T10G1L1 2711P-T12W22D9P
2711-T10G10 2711P-T12W22A9P
2711-T10G10L1 2711P-T12W22D9P
DeviceNet
2711-T10G14 2711P-T12W22A9P
2711-T10G14L1 2711P-T12W22D9P
2711-T10G12 2711P-T12W22A9P
RS-232
2711-T10G12L1 2711P-T12W22D9P
RS-232
2711-T10G16 (DF1) 2711P-T12W22A9P
mm (in.)
mm (in.)
mm (in.)
Height Display Display
Height
Width
Width
Model Cat. No. Comm. Cat. No. Comm. Kit Cat. Notes
Resolution Resolution No.
2711-T10G20 2711P-T12W22A9P
Ethernet
2711-T10G20L1 2711P-T12W22D9P
(1) AC power is only available on Series A terminals. DC power is only available on Series B terminals.
(2) Conformal coating is available for all DC-power, touch terminals. To order a terminal that is conformal-coated, add K to the end of a DC-power, touch catalog number; for example, 2711P-
T12W22D9PK.
mm (in.)
mm (in.)
mm (in.)
Height Display Display
Height
Width
Width
Model Cat. No. Comm. Cat. No. Comm. Kit Cat. Notes
Resolution Resolution No.
2711-K10C1 2711P-B15C22A9P
Remote I/O
2711-K10C1L1 2711P-B15C22D9P
2711-K10C10 2711P-B15C22A9P
2711-K10C10L1 2711P-B15C22D9P
DeviceNet
2711-K10C14 2711P-B15C22A9P
2711-K10C14L1 2711P-B15C22D9P
2711-K10C12 2711P-B15C22A9P
RS-232
2711-K10C12L1 2711P-B15C22D9P
2711-K10C16 RS-232 2711P-B15C22A9P
2711-K10C16L1 (DF1) 2711P-B15C22D9P
2711-K10C15 2711P-B15C22A9P
ControlNet
2711-K10C15L1 2711P-B15C22D9P
2711-K10C3 2711P-B15C22A9P
DH-485 PanelView Plus 7
2711-K10C3L1 2711P-B15C22D9P Performance 15 in.
terminal benefits:
2711-K10C9 RS-232 2711P-B15C22A9P • Wide screen has more
2711-K10C9L1 (DH-485) 2711P-B15C22D9P usable screen area
• Higher resolution
2711-K10C8 2711P-B15C22A9P Dual • DLR
257 390 290 418 Communication =
1000 640 x 480 DH+ 1024 x 768 Ethernet N/A
2711-K10C8L1 (10.11) (15.35) 2711P-B15C22D9P (11.42) (16.46) ports Ethernet.
Operator input = The 15 in.
2711-K10C20 2711P-B15C22A9P terminal is listed as
Ethernet secondary replacement if
2711-K10C20L1 2711P-B15C22D9P you require a keypad.
2711-K10G1 2711P-B15C22A9P Power input = AC or DC.(1)
Remote I/O Conformal coat = Yes(2)
2711-K10G1L1 2711P-B15C22D9P
2711-K10G10 2711P-B15C22A9P
2711-K10G10L1 2711P-B15C22D9P
DeviceNet
2711-K10G14 2711P-B15C22A9P
2711-K10G14L1 2711P-B15C22D9P
2711-K10G12 2711P-B15C22A9P
RS-232
2711-K10G12L1 2711P-B15C22D9P
2711-K10G16 RS-232 2711P-B15C22A9P
2711-K10G16L1 (DF1) 2711P-B15C22D9P
2711-K10G15 2711P-B15C22A9P
ControlNet
2711-K10G15L1 2711P-B15C22D9P
2711-K10G3 2711P-B15C22A9P
DH-485
2711-K10G3L1 2711P-B15C22D9P
mm (in.)
mm (in.)
mm (in.)
Height Display Display
Height
Width
Width
Model Cat. No. Comm. Cat. No. Comm. Kit Cat. Notes
Resolution Resolution No.
2711-K10G9 RS-232 2711P-B15C22A9P PanelView Plus 7
(DH-485) Performance 15 in.
2711-K10G9L1 2711P-B15C22D9P terminal benefits:
• Higher resolution
2711-K10G8 2711P-B15C22A9P • DLR
DH+ Communication =
2711-K10G8L1 390 2711P-B15C22D9P 290 418 Dual
1024 x 768 Ethernet N/A Ethernet.
(15.35) (11.42) (16.46) ports Operator input = The 15 in.
2711-K10G20 2711P-B15C22A9P
terminal is listed as
secondary replacement if
Ethernet you require a keypad.
2711-K10G20L1 2711P-B15C22D9P Power input = AC or DC.(1)
Conformal coat = Yes(2)
2711-T10C1
Remote I/O
2711-T10C1L1
2711-T10C10
2711-T10C10L1
DeviceNet
2711-T10C14
2711-T10C14L1
2711-T10C12
RS-232
2711-T10C12L1
2711-T10C16 RS-232
2711-T10C16L1 (DF1)
2711-T10C15 257
1000 640 x 480 ControlNet
(10.11)
2711-T10C15L1
2711-T10C3
DH-485
2711-T10C3L1
2711-T10C9 338 RS-232 No secondary option available.
(13.29) (DH-485)
2711-T10C9L1
2711-T10C8
DH+
2711-T10C8L1
2711-T10C20
Ethernet
2711-T10C20L1
2711-T10G1
Remote I/O
2711-T10G1L1
2711-T10G10
2711-T10G10L1
DeviceNet
2711-T10G14
2711-T10G14L1
2711-T10G12
RS-232
2711-T10G12L1
2711-T10G16 RS-232
(DF1)
mm (in.)
mm (in.)
mm (in.)
Height Display Display
Height
Width
Width
Model Cat. No. Comm. Cat. No. Comm. Kit Cat. Notes
Resolution Resolution No.
2711-T10G16L1 RS-232
(DF1)
2711-T10G15
ControlNet
2711-T10G15L1
2711-T10G3
DH-485
2711-T10G3L1
1000 257 338 640 x 480 No secondary option available.
2711-T10G9 (10.11) (13.29) RS-232
2711-T10G9L1 (DH-485)
2711-T10G8
DH+
2711-T10G8L1
2711-T10G20
Ethernet
2711-T10G20L1
(1) AC power is only available on Series A terminals. DC power is only available on Series B terminals.
(2) Conformal coating is available for the DC power, 15 in. combination keypad/touch terminals. To order a terminal that is conformal-coated, add K to the end of a DC-power catalog number; for example,
2711P-B15C22D9PK.
See the tables in this section for primary and secondary conversions for
PanelView Standard 1400 terminals.
PanelView Standard 1400 Terminals Primary Replacement Options
PanelView Standard Terminals PanelView Plus 7 Terminals – Primary Replacement Options
Panel Cutout Panel Cutout
Dimensions Dimensions
Adapter
mm (in.)
mm (in.)
mm (in.)
mm (in.)
Display Display
Height
Height
Width
Width
Model Cat. No. Resolution Comm. Cat. No. Resolution Comm. Kit Cat. Notes
No.
2711-T14C1 Remote I/O
2711-T14C14
DeviceNet
2711-T14C10 PanelView Plus 7
2711-T14C12 RS-232 Performance 15 in. terminal
benefits:
RS-232 • Higher resolution
2711-T14C16 • DLR
391 (DF1) 353 2711P-
2711P-T15C22A9P Communication = Ethernet.
2711-T14C15 (15.40) ControlNet (13.9) RAAT15 Operator input = only touch.
Power input = only AC.
2711-T14C3 DH-485 Conformal coat = No.
RS-232 Adapter kit is necessary for
2711-T14C9 (DH-485) drop-in replacement.
2711-T14C8 DH+
2711-T14C20 Ethernet Dual
1400 305 800 x 600 290 1024 x 768 Ethernet
2711-K14C1 (12.00) Remote I/O (11.42)
ports
2711-K14C14
DeviceNet
2711-K14C10 PanelView Plus 7
Performance 15 in. terminal
2711-K14C12 RS-232 benefits:
• Higher resolution
RS-232 • DLR
2711-K14C16
419 (DF1) 418 2711P- Communication = Ethernet.
(16.50) 2711P-B15C22A9P (16.46) RAAK15 Operator input = keypad and
2711-K14C15 ControlNet touch.
2711-K14C3 DH-485 Power input = only AC.
Conformal coat = No.
2711-K14C9 RS-232 Adapter kit is necessary for
(DH-485) drop-in replacement.
2711-K14C8 DH+
2711-K14C20 Ethernet
mm (in.)
mm (in.)
mm (in.)
Display Display
Height
Height
Width
Width
Model Cat. No. Comm. Cat. No. Comm. Kit Cat. Notes
Resolution Resolution No.
2711-T14C1 Remote I/O
2711-T14C14
DeviceNet
2711-T14C10
2711-T14C12 RS-232
2711-T14C16 RS-232
391 (DF1)
2711-T14C15 (15.40) ControlNet
2711-T14C3 DH-485
PanelView Plus 7 Standard
RS-232 15 in. terminal benefits:
2711-T14C9 (DH-485) Higher resolution
2711-T14C8 DH+ Application limits:
• Max. screen count: 100
2711-T14C20 Ethernet One • Max. alarm messages: 500
1400 305 800 x 600 2711P-T15C21D8S 290 353 1024 x 768 Ethernet N/A • Max. number of controllers: 1
2711-K14C1 (12.00) Remote I/O (11.42) (13.90)
port Communication = Ethernet
(dual Ethernet ports are
2711-K14C14 available).
DeviceNet Operator input = only touch.
2711-K14C10
Power input = only DC.
2711-K14C12 RS-232 Conformal coat = No.
2711-K14C16 RS-232
419 (DF1)
2711-K14C15 (16.50) ControlNet
2711-K14C3 DH-485
RS-232
2711-K14C9 (DH-485)
2711-K14C8 DH+
2711-K14C20 Ethernet
See the tables in this section for primary and secondary conversions for
PanelView Enhanced 1000e, 1200e, 1400e terminals.
PanelView Enhanced 1000e, 1200e, 1400e Terminals Primary Replacement Options
PanelView Standard Terminals PanelView Plus 7 Terminals – Primary Replacement Options
Panel Cutout Panel Cutout
Dimensions Dimensions
Adapter
mm (in.)
mm (in.)
mm (in.)
mm (in.)
Display Display
Height
Height
Width
Width
Model Cat. No. Resolution Comm. Cat. No. Resolution Comm. Kit Cat. Notes
No.
2711E-K10C15 ControlNet 2711P- PanelView Plus 7
390
(15.35) RAAT12K Performance 12.1 in.
2711E-K10C6 257 Remote I/O 2711P- 218 312 Dual (keyboard) terminals benefits:
1000e 640 x 480 1280 x 800 Ethernet • Wide screen has more
2711E-T10C15 (10.11) ControlNet T12W22A9P (8.58) (12.28) ports 2711P-
338 usable screen area
RAAT12 • Higher resolution
2711E-T10C6 (13.29) Remote I/O (touch) • DLR
Communication =
2711E-K12C6 326 429 Remote I/O Ethernet.
(12.85) (16.90)
Operator input = only
Dual touch.
2711P- 218 312 Power input = AC.
1200e 800 x 600 T12W22A9P (8.58) (12.28) 1280 x 800 Ethernet N/A
316 318 ports Conformal coat = No.
2711E-T12C4 (12.50) (12.50) RS-232 Adapter kit is necessary for
drop-in replacement
for1000e terminals.
2711E-K14C15 429.30 ControlNet 353 2711P- PanelView Plus 7
2711P-B15C22A9P Performance 15 in.
2711E-K14C6 (16.90) Remote I/O (13.9) RAAK15
terminal benefits:
• Higher resolution
2711E-T14C15 ControlNet • DLR
Dual Communication =
326.40 290 Ethernet.
1400e (12.85) 800 x 600 (11.42) 1024 x 768 Ethernet
390.50 418 ports 2711P- Operator input = keypad
(15.38) 2711P-T15C22A9P (16.46) RAAT15 and touch.
2711E-T14C6 Remote I/O Power input = AC.
Conformal coat = No.
Adapter kit is necessary for
drop-in replacement.
mm (in.) Adapter
mm (in.)
mm (in.)
mm (in.)
Display Display
Height
Height
Width
Width
Model Cat. No. Comm. Cat. No. Comm. Kit Cat. Notes
Resolution Resolution
No.
2711E-K10C15 ControlNet Dual
390 2711P-B15C22A9P 290 418 1024 x 768 Ethernet N/A PanelView Plus 7
2711E-K10C6 (15.35) Remote I/O (11.42) (16.46)
257 ports Performance 15 in.
1000e 640 x 480 terminal benefits:
(10.11)
2711E-T10C15 338 ControlNet • Higher resolution
(13.29) No secondary option available. • DLR
2711E-T10C6 Remote I/O Communication =
Ethernet.
326 429 290 418 Dual
2711E-K12C6 Remote I/O 2711P-B15C22A9P 1024 x 768 Ethernet N/A Operator input = Keypad
(12.85) (16.90) (11.42) (16.46) ports and touch.
1200e 800 x 600 Power input = AC.
316 318 Conformal coat = No.
2711E-T12C4 RS-232 No secondary option available.
(12.50) (12.50)
2711E-K14C15 429.30 ControlNet PanelView Plus 7 Standard
(16.90) 15 in. terminal benefits:
2711E-K14C6 Remote I/O Higher resolution
Application limits:
2711E-T14C15 ControlNet • Max. screen count: 100
• Max. alarm messages:
500
326.40 290 353 One • Max. number of
1400e 800 x 600 2711P-T15C21D8S 1024 x 768 Ethernet N/A controllers: 1
(12.85) (11.42) (13.90) port
390.50 Communication =
2711E-T14C6 (15.38) Remote I/O Ethernet (dual Ethernet
ports are available).
Operator input = only
touch.
Power input = only DC.
Conformal coat = No.
Accessories
Some accessories and accessory catalog numbers are new or have changed for
PanelView Plus 7 Standard and PanelView Plus 7 Performance terminals. See
the accessories section in the respective user manuals that are listed in
Additional Resources on page 127 for a list of accessories and catalog numbers
for the terminals.
IMPORTANT These adapter kits are for PanelView Plus 7 Performance terminals.
Do not install a PanelView Plus 7 Standard terminal with these adapter kits. The bezel of the standard terminal can be
damaged, which can reduce the effectiveness of the seal and damage the terminal and components that are installed in the
cabinet.
PanelView 900 keypad PanelView Plus 700 keypad or keypad/touch Yes 2711P-RAK7
PanelView Plus 1000 keypad or keypad/touch No —
PanelView 900 touch PanelView Plus 700 touch Yes 2711P-RAT7
PanelView Plus 1000 touch No —
PanelView 1000 keypad PanelView Plus 1000 keypad or keypad/touch Yes 2711P-RAK10
PanelView Plus 1250 keypad or keypad/touch No —
PanelView 1000 touch PanelView Plus 1000 touch Yes 2711P-RAT10
PanelView Plus 1250 touch No —
PanelView 1400 keypad PanelView Plus 1250 keypad or keypad/touch Yes 2711P-RAK12S
PanelView Plus 1500 keypad or keypad/touch No —
PanelView 1400 touch PanelView Plus 1250 touch Yes 2711P-RAT12S
PanelView Plus 1500 touch No —
(1) You can replace the PanelView Standard 300 or 300 Micro with a PanelView Plus 400 keypad terminal by increasing the size of
the current panel cutout.
Installing a PanelView Plus 7 Optionally install the selected PanelView Plus 7 terminal into the existing
PanelView Standard panel cutout. You may need an adapter kit depending on
Terminal your terminal selection.
TIP You can install the terminal after converting and testing your application.
Introduction In this chapter, you import your existing PanelBuilder®32 application into
FactoryTalk® View Machine Edition (ME) software.
What You Need • FactoryTalk View Studio for Machine Edition software with correct
version for your PanelView Plus 7 terminal. Refer to Required Software
on page 6 for details.
• PanelBuilder32 .pba application file.
The application file can reside on your local hard disk drive or external
storage media:
– Secure Digital (SD) card or USB flash drive for PanelView Plus 7
terminals.
– USB flash drive for PanelView Plus 7.
Follow These Steps Follow these steps to import your PanelBuilder32 application into FactoryTalk
View Machine Edition software.
Import Application
Page 44
Page 48
Import Application Follow these steps to import a PanelBuilder32 application into FactoryTalk
View Machine Edition software.
The .pba or .pva file can reside on your local hard disk drive or external
storage appropriate to your terminal.
9. Click Next.
10. Configure the import options that are based on your replacement
terminal.
Click Help at any time for clarification of each option.
a. Check the Convert to new window size checkbox.
b. Select the size (in pixels) of your PanelView Plus 7 terminal display as
shown in the chart.
The Importing Project dialog box shows the conversion status. This
process may take a while, depending on the size of your application.
When done, you will see the Project Status dialog box in the next step.
11. Review the Project Status dialog box and click OK.
12. Repeat steps 1…11 for each PanelBuilder32 application you want to
import into FactoryTalk View ME software.
Post Conversion Tips This table lists topics to consider after importing an application.
Table 4 - Post Conversion Tips
Software Feature Description What You Need To Do
Logout button A Logout button that is assigned to a Reassign the function key manually.
function key in a PanelBuilder32 project that
does not convert properly in the Machine
Edition application.
Device shortcuts After importing a PanelBuilder32 .pba Restart FactoryTalk View Studio software.
project, you may not see the newly created When you reopen the imported
device shortcuts in the Tag Browser. application, the shortcuts display
correctly.
Screens When you import PanelBuilder32 projects, Nothing
all screens are minimized.
Multistate objects The first state value of PanelBuilder32 If the imported application contains any
multistate objects is 1. of these multistate objects, verify the
In Machine Edition software, the first state state values:
value of multistate objects is 0. • Control list selector
• List indicator
• Multistate indicator
• Latched push button
• Maintained push button
• Momentary push button
• Multistate push button
• Symbol indicator
Introduction In this chapter, you review the conversion log generated by FactoryTalk® View
Machine Edition (ME) software for your imported application. The results of
this log help you to determine what updates are required in your converted
application.
What You Need • The new name of the application that was imported into FactoryTalk
View ME software. This action was completed in Chapter 3.
• Conversion log, convert.log, generated by the FactoryTalk View ME
import wizard.
Follow These Steps Follow this path to review changes that are required to your FactoryTalk View
ME application.
Page 50
Page 50
Page 51
About the Conversion Log The application conversion log, convert.log, is generated by the import wizard
when you import your PanelBuilder32 application into FactoryTalk View ME
software. This log provides detailed information about objects or features that
did not convert directly from your PanelBuilder32 application. Use this log as a
guide to update your application accordingly. Modifications to the application
are required to verify that the application operates correctly in FactoryTalk
View ME software.
IMPORTANT It is important that you review each object and feature in the converted
application to verify that they function as expected. Because
PanelBuilder32 objects or features may not map directly into FactoryTalk
View ME software, you may need to update your ladder logic to achieve the
same operational results.
Open the Conversion Log The conversion log, convert.log, is stored with the new application that was
imported into FactoryTalk View ME software.
TIP All of your FactoryTalk View ME applications are located in this folder. This
includes new or imported applications.
2. Double-click the HMI project folder that contains the new application
name you created.
You entered this name in the import wizard when importing your
PanelBuilder32 application into FactoryTalk View ME software.
Review the Conversion Log The conversion log file, convert.log, contains a list of messages including
warnings, errors, and unsupported features or objects in the converted
application. You can compare these messages to the messages in the tables for
information on why the message was logged. For your convenience, the
message tables are categorized into these groups:
• RSLinx® software
• Tags
• Objects and screens
• Alarms
During conversion, all PanelBuilder32 tag names and addresses are converted
to HMI tags in the FactoryTalk View ME tag database.
RSLinx Messages
This table lists RSLinx messages that may appear in the convert.log file.
Table 19 lists screen and object messages that may appear in the convert.log file.
Most of the messages identify these attributes for a FactoryTalk View ME
object:
• Screen number and name
• Location (x,y) of the object
• New graphic object name
Use this information to locate the object and make required modifications.
The description for a message may reference a workaround in this document.
This table lists tag messages that may appear in the convert.log file.
This table lists alarm messages that may appear in the convert.log file.
See the FactoryTalk View online help for information on the word length
L parameter.
Introduction In this chapter, you review how objects and alarms from PanelBuilder®32
software map to FactoryTalk® View Machine Edition (ME) software.
What You Need Conversion log generated by the FactoryTalk View ME Import Wizard for the
imported application.
Follow These Steps Follow these steps to review how PanelBuilder32 objects and alarms map to
FactoryTalk View ME software. This information helps you correct
application errors that are listed in the conversion log.
Page 58
Reviewing Mapping of
Communication Networks
Page 59
Reviewing Object Mapping This table identifies how some PanelBuilder32 graphic objects migrate into a
FactoryTalk View ME application.
IMPORTANT It is important that you verify the function of all objects after importing
your application to FactoryTalk View ME software. New objects may not
function as expected.
Reviewing Data Type This table shows how data types map between PanelBuilder32 and Machine
Edition software.
Mapping
Table 11 - Data Type Mapping
PanelBuilder32 Data Types Machine Edition Data Types
Bit Digital
Bool Digital
Char array String (82 character max)
Unsigned integer Unsigned
Signed integer Int
IEEE Floating Point (FP)
4BCD 4BCD
none 3BCD
none Byte (unsigned 0…255)
Bit array None
DINT Long Int (signed 32 bit)
SINT (8 bit signed) None
Reviewing Mapping of This table shows communication protocols that are supported by
PanelBuilder32 and FactoryTalk View ME applications.
Communication Networks
Table 12 - Mapping of Communication Networks
PanelBuilder32 FactoryTalk View ME Communication
Communication Protocols Protocols
RS-232 (DF1) RS-232 (DF1)
RS-232 (DH-485) RS-232 (DH-485)
DH-485 DH-485
DH+™ DH+
Does not support nodes that use the
AutoMax® node type
EtherNet/IP EtherNet/IP
– EtherNet/IP controller address – Supported
– EtherNet/IP CIP – Not supported
– Assembly object – Not supported
RIO RIO (1)
DeviceNet Not supported (1)
ControlNet ControlNet
KEPWare communication drivers for third-
party controllers
(1) Remote I/O and DeviceNet communication modules are not available for
PanelView Plus 6 terminals.
Notes:
Introduction In this chapter, you review unsupported features in FactoryTalk® View Machine
Edition (ME) software. This review helps you resolve errors in the imported
application.
What You Need Conversion log generated by the FactoryTalk View ME import wizard for the
imported application.
Follow These Steps Follow this path to review unsupported features in FactoryTalk View ME
software.
Reviewing Unsupported
Objects
Page 62
Page 62
Reviewing Unsupported
Features
Page 62
Reviewing Unsupported These PanelBuilder®32 objects are not supported in FactoryTalk View ME
software:
Objects
• Print Only
• Circular Scale
• Scrolling Text
• Print Alarm Button
• Horn Silence Button and Lamp/Horn Test Button
• Select Operator Button
• Enable/Disable Security Button
• New Password Button
• Verify Password Button
Reviewing Unsupported Tags These PanelBuilder32 controls are not supported in Factory Talk View ME
software:
and Controls
• Remote Ack All Handshake tag
• Remote Clear All Alarm tag
• Remote Clear All Alarm Handshake tag
• Message to Remote Device Notification tag
• Message to Remote Device Handshake tag
• Ack setting for alarms
• Bit alarm acknowledgement
• Handshaking for alarms that are sent to a remote device
Reviewing Unsupported Some PanelBuilder32 features are not supported in FactoryTalk View Machine
Edition software. Compare the conversion log with the information on
Features unsupported features to assist with updates to your imported application.
Additional information is provided where possible to achieve the same
functionality by using another option or workaround in your imported
application.
Introduction In this chapter, you qualify the integrity of your converted application before
downloading and running it in your production environment. Because you are
using different software with new features and functionality, it is important to
validate the application for proper operation.
Follow These Steps Follow these steps to configure diagnostics, validate, test run, configure global
memory connections, download, and run your converted application on a
PanelView Plus 7 terminal.
Page 66
Page 67
Page 69
Configure Communication
Page 70
Page 72
Page 74
Review Diagnostic Lists On your development computer, FactoryTalk View ME software features a
diagnostic list at the bottom of the application window. You can configure
FactoryTalk diagnostics to display information, warnings, and errors during
application development and runtime.
When you test run your application, the diagnostic list displays messages and
errors that are logged by the application. Use this list to identify the graphic
objects or features that generated the messages or errors. Correct these errors
during the validation process.
The diagnostic lists let you clear one or all messages in the list:
• Click the Clear button to delete the message that is displayed.
If you resize the list to display multiple messages, select a message and
then click Clear.
• Click the Clear All button to delete all messages in the list.
Configure the Runtime Follows these steps to configure the default [DIAGNOSTICS] display to log
errors or warnings that are generated during runtime operation.
Diagnostic Display
1. Launch FactoryTalk View ME software if not open.
2. Open your converted application.
3. Expand the System folder in your application Explorer window.
4. Double-click Diagnostic List Setup.
6. Check the boxes next to the messages that you want to appear in the
display when events occur during runtime.
Review Error States for In FactoryTalk View ME software, error conditions for visible objects may be
different than the error conditions in PanelBuilder®32 software. The table
Graphic Objects clarifies what happens when errors occur for objects when tags are unavailable
or communication is lost.
Configure Communication You are now ready to configure communication for your imported application.
Because this application is a new application, a communication configuration
does not exist. The configuration varies depending on the communication
protocol you use.
This communication path is used for testing individual displays and Test
Application.
4. Select the driver that you are using in your design environment to test
communication.
ControlNet Communication
See ControlNet Communication for PanelView Plus 7 Terminals user manual,
publication, 2711P-UM003, for step-by-step details on how to configure
ControlNet Scheduled and Unscheduled communication with FactoryTalk
View ME software.
Test Run Graphic Displays FactoryTalk View ME software provides a Test Display mode to test the
animation and assigned tags that are connected to objects in a graphic display.
Any information, warning, or errors are logged to the diagnostic list for your
review.
Test Display mode tests all objects in a display:
• Button objects
• Numeric and string objects to verify that correct values are displayed
• Objects that require user input
• Objects that use animation
IMPORTANT You must be connected to the controller and online before test running the
display or all objects show their error states.
For each object tested, review and correct any errors and warnings that are
logged to the diagnostic list. Retest the display object before proceeding to the
next object.
IMPORTANT In Test Display mode, objects in the display are activated and connected to
assigned tags. Only tags connected to objects in the display work. Links to
other displays or alarms, including data logging, macros, global connections,
and information messages do not work.
Follow these steps to activate Test Display mode for a display and then return
to Edit mode. Running Test Display mode and correcting logged errors in Edit
mode is an iterative process.
Test Run the Application After testing and verifying that each graphic display is error free, you are ready
to test run the entire application. Application Test mode lets you navigate
through the entire application to validate functions that are not tested in
Display Test mode. Some of these features include alarming, data logging,
information messages, global connections, and macros.
As you navigate through displays in Application Test mode, the Diagnostic List
logs warnings and errors as they occur. Correct all logged errors and then retest
the application to validate error correction.
IMPORTANT You must be connected to the controller and online before testing the
application for accuracy.
The emulator opens on your computer and runs the application. There
is a two-hour limit for using the runtime emulator.
TIP Local messages and graphic objects that are configured for multiple
languages display in the current language of the application while in Test
Application mode.
Introduction In this chapter, you create, download, and run the converted application with
all modifications on the PanelView™ Plus 7 terminal.
Follow These Steps Follow these steps to create a runtime application, download, and run the
application on the PanelView Plus 7 terminal.
Page 77
Page 78
Page 85
Create the Runtime Follow these steps to create a runtime application file from your converted
Machine Edition .mer file.
Application
1. Open your converted application in FactoryTalk View ME software.
2. Choose Create Runtime Application from the Application menu.
3. Enter a name for your runtime application or accept the default name.
4. Click Save to create the runtime file.
A dialog box shows the status of the runtime file creation. When the
process completes, the dialog box automatically closes.
Download the Runtime You can download your runtime .mer application to a PanelView Plus 7
terminal by using an Ethernet connection or external storage device that is
Application supported by your terminal.
3. To browse for the runtime file that you just created, click the ... button.
FrameMaker v2019.2.2 May
2020
4. Select the runtime file that you just created and click Open.
PVs_App.mer
11. Press Yes or the [F7] function key on terminal to replace the
communication settings in the terminal with the settings in your
runtime application.
You are now ready to run the application on the terminal. Skip to page 85.
IMPORTANT The root of the CompactFlash card must have the path
‘RockwellSoftware\RSViewME\Runtime’ or the application file is not
recognized at runtime.
3. Load the storage card into the card slot of the terminal.
SD Card Slot
PVs_App.mer
Run the Application Follow these steps to run your application on a PanelView Plus 7 terminal.
PVs_App.mer
Notes:
Introduction In this chapter, you learn how to benchmark performance of your runtime
application so that you can optimize as needed.
What You Need • A converted FactoryTalk View ME runtime application file that is
downloaded and loaded in your PanelView Plus terminal.
Follow These Steps Follow this path to benchmark and optimize the performance of your
converted application.
Benchmarking Performance
Page 88
Page 89
Measure Performance of
Display Changes
Page 90
Reviewing Background
Updates
Page 91
Page 92
Benchmarking Performance You are now ready to compare performance of your PanelBuilder®32
application running on a PanelView Standard terminal and the converted
FactoryTalk View ME application running on a PanelView Plus 7 terminal.
You perform the benchmarking by functional areas so that you can optimize
performance one step at a time. Each function may also provide alternative
methods to improve performance where needed.
Reviewing Tag Update Rate The tag update response is dependent on where the tag is used in the
application. Each display or feature has a maximum tag update rate. This
parameter specifies the maximum rate at which new data is updated on the
display, including tags used in expressions and embedded variables.
Measure Performance of During performance benchmarking, you may want to measure the time it takes
for the application to change from one display to another. It is important that
Display Changes the operator experiences the same display feedback, if not better, on the
PanelView Plus 7 terminal.
If possible, place your PanelView Standard terminal and the new PanelView
Plus 7 terminal side by side. Run the original PanelView Standard application
and the converted PanelView Plus 7 application simultaneously.
Follow these steps to measure the length of time it takes to change from one
display to another in the application.
IMPORTANT Cycle through all displays at least twice. The first time that you open a
display it loads slower than subsequent displays because tag information is
cached into memory after a display is opened.
Reviewing Background Background tags are continuously updated by the runtime application whether
or not the operator is on a specific display. Tags update according to the
Updates maximum tag update rate for the associated feature.
The more familiar you are with these tags and features, the easier it is to update
and fine tune your application.
TIP Set noncritical tags to a longer maximum update rate. Set critical tags to a
lower rate so that time-sensitive information is always available to the
operator.
Global Connections
The Global Connections editor provides a list of connections that you can
assign to tags:
• Date and Time
• Display
• Macro
• Backlight
• Memory
Alarms
The Alarm Setup editor lets you define triggers, messages, and advanced
features for alarms. Any trigger tags or optional connections that are assigned
within the editor update according to the maximum update rate. This
parameter is on the Advanced tab.
Information Messages
Optimize Tags for Network You can further improve network performance by converting the application
tags from HMI tags to direct reference tags.
Performance
TIP You can download The TCW utility from the Knowledgebase.
See Technote 31289.
When this pre-conversion information is available, you can run the wizard.
The wizard examines the HMI tag database to determine which tags to convert
to alias tags or direct reference tags.
IMPORTANT The tag converter wizard converts HMI tags to device tags. It does not
convert device tags to HMI tags. Back up your application before starting
the conversion. The conversion alters the original displays when imported
into your new application.
IMPORTANT For Remote I/O applications, HMI tags that use custom scale and offsets are
not converted. Any alias tags with initial values assigned are not converted.
You must manually set the custom scale, offsets, and initial values for these
tags, for objects to operate correctly.
The HMI tags are substituted with the alias or device tags in the display and
alarm xml files. When the conversion is done, a Convert_Log.txt file is
generated. This file indicates all tag substitutions on a display-by-display basis.
A new set of display and alarm xml files are created that you can import into
your migrated application. The original display and alarm xml files are
unaltered.
For all non-Remote I/O applications, HMI tags are converted to direct
reference tags regardless of scale, offset, and min/max values. This conversion
includes Ethernet, DF1, DH+™, and DH-485 applications.
IMPORTANT Memory tags are not converted. You must convert memory tags manually
before running the Tag Converter Wizard.
The TCW does not add the L parameter to alarm trigger tags. See page 8 for
details on converting alarm trigger tags to direct reference.
Follow these pre-conversion steps to export the HMI tag database in your
migrated application.
3. Choose Tools>Tag Import and Export Wizard from the Tools menu.
5. Click the ... button and browse to the project .med file and click Next.
7. Click Finish.
7. Click Finish.
8. Review the Display_Export.txt file for any errors that are generated
during the export.
Now that you have completed the pre-conversion process, you are ready to run
the tag converter wizard. The executable file is named TCW.exe.
During the conversion, most of the tags are converted to direct reference tags.
You will have to manually set scale and offset values for tags after the
conversion.
The file is located in the directory that is specified in step 6 on page 95.
4. Click the Add button next to Exported alarms/displays.
The alarms file is located in the folder that is specified under step 4 on
page 102.
The xml display files are located in the folder that is specified in step 6
on page 98.
Hold down the Shift key and select all displays to load all displays at
once.
6. In the Destination Directory field, click the ... button to specify any
location for the new xml display files.
The Report dialog box shows the number of tag and display
substitutions made.
8. Click Finish.
In addition to the conversion log file, the tag converter wizard generates a tag
cross-reference .csv file in the destination folder. This file cross-references HMI
tags to alias and direct reference tags.
When you open the .csv file in Excel, three columns show how the tags are
linked.
HMI Tag Alias Tag Direct Reference Tag
Tag1 MotorSart1 N7:0
Follow these steps to reimport the xml display files to your application.
You completed this action when you exported graphic displays to xml
format on page 97.
5. Click Next.
The new alias and direct reference tags have been successfully imported
into the application.
Follow these steps to reimport the xml alarms file to your application.
5. To select the Alarms.xml file from created by the TCW utility, click the
... button.
6. Click Finish.
The project has been successfully updated with the new alarms.
Notes:
Introduction Editing techniques can save you time when using FactoryTalk® View Studio
software. Use these techniques to reduce the migration effort when updating
common properties between multiple graphic objects:
• Property panel
• Editing multiple objects
• Object explorer
• Tag substitution
Property Panel The property panel is a powerful editing tool that you can use to perform quick
edits and tag assignments by simply clicking a graphic object. You can modify
the property values of graphic objects, and assign tags and expressions to
objects. Any edits that you make in the property panel are applied immediately.
3. To view and edit the tag connection properties for the selected object,
select the Connections tab.
This example shows the Value and Polarity connections for a numeric
display object.
Edit Multiple Objects One of the most useful features of the property panel is that you can edit
multiple graphic objects with common properties simultaneously, rather than
editing each object, one by one.
Follow these steps to change a few properties for a group of ten multistate
indicator objects.
4. Type the new caption in the String Edit dialog box and click OK.
TIP You can apply this editing technique to cursor llst objects, depending on the
number of objects. This action saves you time when updating your objects
in FactoryTalk View ME software to match the original PanelBuilder32
object.
Object Explorer The object explorer provides a tree-list of all objects in the selected display. You
can select and highlight objects in this list.
Groups are listed as expandable items, with the + icon. To view the objects in a
group, click the + icon or double-click the group name. The list expands to
show the objects and groups within a group.
You can use the highlight settings to highlight specified objects on both the
graphic display and object explorer. You can select objects by object type, by
animation type, or by tag name.
For a display with many objects, object explorer provides an efficient way of
locating and selecting graphic objects. If you want to edit specific objects,
object explorer can highlight these objects for you. By using the property panel,
you can do one the following:
• Perform multiple edits instantly
The Highlight Settings dialog box allows you to search for objects by
Object Type, Animation Type, or Tag Name.
When selecting by tag name, the list shows all tags and expressions that
are referenced by objects in the display, except tags with embedded
variables.
4. Select Local Message Objects to search for all local message objects.
When you select an object in the object explorer, the Highlight mode
turns off. Simply, recheck the Highlight on box to turn the highlights
back on.
Display Object
If the property panel and object explorer are both open, click any object
in object explorer. The property panel updates the display with the edit
properties for the selected objects. You can make any updates from the
property panel.
Substitute Tags You can use tag substitution to replace tag names or character strings in all
selected graphic objects on a display. Character strings include tag
placeholders, expressions, and parts of strings within expressions. When
replacing tags, you can use an entire tag name, including folders, or you can
replace a string of characters.
TIP You cannot use wildcard characters when searching for or replacing tag
names.
Tag substitution is useful when your graphic displays use a direct reference tag
name or if an HMI Tag name is referenced throughout your application and
must be updated.
TIP You must select all objects or the Tag Substitution dialog box only shows
tags of the selected objects.
9. To verify that tags with the string mem were updated to tag, choose
Edit>Tag Substitution.
You can use tag substitution on a display-by-display basis to verify that all tags
or partial strings are updated correctly in the application.
A I
adapter plates 18 import
alarms 98 alarm xml file 116
display xml file 112
importing application 48
B communication mapping 63
background updates 97 conversion log 54
data type mapping 62
object mapping 62
C
communication M
configuring 71 mapping
CompactFlash card downloads 84 communication protocols 63
conversion data types 62
tips 52 objects 62
conversion log 54 migrated application
alarm conversion messages 59 ControlNet communication 76
messages 56 create runtime application 83
opening 54 DH+ communication 74
reviewing 54 diagnostic list 70
RSLinx messages 56 download runtime application 84
screen and object messages 57 run application 91
tag conversion messages 59 test run 76, 79
test run displays 76
unsupported features 66
D migration considerations 11
data type mapping 62
diagnostic list 70
download runtime application
O
Ethernet connection 84 object editing
external storage device 88 multiple objects 120
object explorer 123
property panel 119
E tag substitution 128
object explorer 123, 128
editing multiple objects 120
object mapping 62
error states for objects 70, 71, 73
export
alarms to xml file 107 P
graphic displays to xml file 103
hmi tag database 100 performance
background updates 97
converting tags 99
F measuring 96
optimize tags 98
FactoryTalk View ME software post conversion tips 52
conversion log 54 property panel 119
diagnostic list 70
editing multiple objects 120
editing objects 119
error states 73
import application 48
object explorer 123
property panel 119 R
tag substitution 128 run application 84, 91
test run displays 76
unsupported features 66 runtime application
create 83
download 84
G runtime diagnostic display
global memory connections 79 configure 71
T
tag converter wizard 99
run 109
tag substitution 128
terminal replacements 18
test run
application 79
displays 76
U
unsupported features 66
objects 66
Additional Resources
These documents contain additional information concerning related products from Rockwell Automation.
Resource Description
Adapter Kit for PanelView 5500 and PanelView Plus 7 Performance Terminals Provides information on how to install a PanelView Plus 7 terminal into an existing cutout
Installation Instructions, publication VIEW-IN002 from a PanelView Standard terminal.
Legacy PanelView Terminals to PanelView Plus 7 Terminals Catalog Number Provides information on how to convert legacy 2711 PanelView Standard terminals and 2711E
PanelView Enhanced terminals to the new generation terminals: PanelView Plus 7 Standard
Conversions Migration Guide, publication 2711P-AP005
terminals and PanelView Plus 7 Performance terminals.
PanelView Plus 7 Performance Terminals User Manual, publication 2711P- Provides information on how to install, operate, configure, and troubleshoot PanelView Plus
UM008 7 performance terminals.
Provides information on how to install, operate, configure, and troubleshoot PanelView Plus
PanelView Plus 7 Standard Terminals User Manual, publication 2711P-UM007 7 standard terminals.
Visualization Solutions Selection Guide, Provides an overview of visualization products, including PanelView Plus 7 terminals.
publication VIEW-SG001
Provides information and procedures on how to create FactoryTalk View Machine Edition
FactoryTalk View Studio online help applications and supported features.
Industrial Automation Wiring and Grounding Guidelines, publication 1770-4.1 Provides general guidelines on how to install a Rockwell Automation industrial system.
Product Certifications website, rok.auto/certifications Provides declarations of conformity, certificates, and other certification details.
Documentation Feedback
Your comments help us serve your documentation needs better. If you have any suggestions on how to improve our
content, complete the form at rok.auto/docfeedback.
At the end of life, this equipment should be collected separately from any unsorted municipal waste.
Rockwell Automation maintains current product environmental compliance information on its website at rok.auto/pec.
Allen-Bradley, AutoMax, ControlLogix, DH+, Encompass, expanding human possibility, FactoryTalk, Logix5000, PanelBuilder, PanelView, PLC-5, Rockwell Automation, RSLinx, RSView, and SLC are
trademarks of Rockwell Automation, Inc.
EtherNet/IP is a trademark of ODVA, Inc.
Trademarks not belonging to Rockwell Automation are property of their respective companies.
Rockwell Otomasyon Ticaret A.Ş. Kar Plaza İş Merkezi E Blok Kat:6 34752, İçerenköy, İstanbul, Tel: +90 (216) 5698400 EEE Yönetmeliğine Uygundur