Summary of Contents for Cutler-Hammer EATON PanelMate ControlNet
Page 1
PanelMate ControlNet Communication Driver Manual Eaton Corporation Cutler-Hammer Group 811 Greencrest Drive Columbus, OH 43081...
Page 2
Any Cutler-Hammer software described in this manual is furnished under a license agreement. The software may be used or copied only in accordance with the terms of the agreement. It is against the law to copy the software on any medium except as specifically allowed in the agreement.
Preface Preface Welcome to Cutler-Hammer’s PanelMate ControlNet Communication Driver Manual. This chapter gives a brief overview of this manual, and provides information on Support Services.
PanelMate ControlNet Communication Driver Manual About this Manual Purpose This manual describes how to use your Operator Station with ControlNet. What’s Inside This manual is organized in the following way: Preface Chapter 1: Introduction, describes the ControlNet driver installation. Chapter 2: ControlNet Interface Module, describes the hardware layout of the ControlNet Module, as well as a description of the LED indicators and their behaviors.
We are dedicated to providing fast, friendly, and accurate assistance. That is why we offer you so many ways to get the support you need. Whether it’s by phone, fax, modem, or mail, you can access Cutler-Hammer support information 24 hours a day, seven days a week. Our wide range of services include:...
Page 8
VOICE 1-800-356-1243 FAX 1-800-752-8602 Authorized Cutler-Hammer distributors and Cutler-Hammer sales offices can get assistance for Cutler-Hammer standard and component product lines through the Customer Support Center. Call the Customer Support Center for the following assistance: To place an order. Stock availability, proof of shipment.
PanelMate ControlNet Communication Driver Manual Driver Installation The Driver Software Kit contains a CD-ROM. Caution: Before installing the drivers, make sure that the PanelMate Configuration software is not already running. To install the drivers from the CD-ROM, select the Install Software option and then Install Drivers. From the dialog box, select the ControlNet driver you wish to install and then press the OK button.
PanelMate ControlNet Communication Driver Manual Hardware Layout Below is a graphic representation of the end view of the ControlNet interface card. The top set of stacked LED's are used to monitor UCS and network specific status. The bottom set of stacked LED's are used to monitor redundant ControlNet channel status.
PanelMate ControlNet Communication Driver Manual LED Indicators Net Status (Item 2) The Network Specific LED is the upper-right LED on the ControlNet interface card. See page 2 for a side view of the card. The following table describes the behavior of the Network Specific LED: LED State Network Status Network interface offline/No network power...
Chapter 2: ControlNet Interface Module Connectors The Channel A and Channel B connectors (J2 and J3 respectively,) on the ControlNet interface card, provide redundant coax media connections to ControlNet using standard BNC female connectors. See page 2 for a side view of the card.
Page 16
PanelMate ControlNet Communication Driver Manual...
PanelMate ControlNet Communication Driver Manual Supported Messaging The Operator Station with the ControlNet Interface Module supports PCCC and CIP unscheduled messaging. Note: PanelMate does not support scheduled messaging. Network Connection The figure below shows the rear of a PanelMate Power Pro Series unit. To connect the operator station to the ControlNet network: Install a "passive Tee”...
Chapter 3: Connectivity Connectivity Options One Operator Station to One PLC Connecting to ControlNet using the ControlNet Interface Card Multiple Stations to Multiple PLCs...
PanelMate ControlNet Communication Driver Manual PLC Modules Operator Station Connection to ControlNet using the ControlNet Interface Module Configure the following setup in the PLC Name and Port Table. Field Selection Comments Port Selects communications card. Device Use ControlNet ControlNet Peer Local ID Data Bits Stop Bits...
Chapter 4: Memory Addressing and Communications to the Allen-Bradley PLC-5 Using DF1 (PCCC) Messaging Memory Addressing and Communications to the Allen-Bradley PLC-5 Using DF1 (PCCC) Messaging This chapter discusses: • PCCC Memory Addressing • I/O Format • Status Format • Memory Addressing Examples...
PanelMate ControlNet Communication Driver Manual PCCC Memory Addressing General Format The Allen-Bradley PLC-5 uses decimal word addresses. The Operator Station default format is S16. The following word and bit addressing descriptions apply to the PLC-5 Command Set. [xf:e.s/b] - (/b is an optional field.) File Type Bit (Signed 16) Block Transfer...
Page 23
Chapter 4: Memory Addressing and Communications to the Allen-Bradley PLC-5 Using DF1 (PCCC) Messaging Counter (C): PRE: Preset Value (word 1) ACC: Accumulated Value (word 2) Control (R): LEN: Length (word 1) POS: Position (word 2) Bit Delimiter Bit Number (not used in word preferences) 0 - 15999 Decimal for Bit type files when the element number is not specified (optional).
Page 24
PanelMate ControlNet Communication Driver Manual Counter (C) CU up enable CD down enable DN done OV overflow UN underflow 0-10 INVALID SPOR DVNA DVPA PVLA PVHA BIAS MAXS MINS MAXO MINO...
Page 25
Chapter 4: Memory Addressing and Communications to the Allen-Bradley PLC-5 Using DF1 (PCCC) Messaging PVDB DVDB MAXI MINI Control (R) EN enable EU unload enable DN done EM empty ER error UL unload IN inhibit FD found INVALID Timer (T) EN enable TT timing DN done...
PanelMate ControlNet Communication Driver Manual I/O Format When using the Operator Station to access I/O file types in the Allen-Bradley PLC-5, the following format must be used. The following word and bit addressing descriptions apply to the PLC-5 Command Set. [I:rg/b] or [O:rg/b] - (/b is an optional field.) Input Output...
Chapter 4: Memory Addressing and Communications to the Allen-Bradley PLC-5 Using DF1 (PCCC) Messaging Memory Addressing Examples Word References Reference Description [B321:100] Element 100 of Bit file 321 [N22:15] Element 15 of Integer file 22 [I:02] Group 2 in rack 0 of reserved Input file 1 [o:27] Group 7 in rack 2 of reserved Ouput file 0 [S:22]...
Page 28
PanelMate ControlNet Communication Driver Manual...
Chapter 5: Memory Addressing and Communications to the Allen-Bradley ControlLogix Using Control Information Protocol (CIP) Messaging Memory Addressing and Communications to the Allen-Bradley ControlLogix Using Control Information Protocol (CIP) Messaging This chapter discusses: • CIP References • ControlNet Messaging • ControlLogix Addressing •...
PanelMate ControlNet Communication Driver Manual CIP References These types of references are used to access message tags that represent data within the PLC. References to these message tags are created and sent using CIP message protocol. This protocol requires the message tag name, the data type, the offset, and the request length. All of this information is entered by the user except the data type.
Chapter 5: Memory Addressing and Communications to the Allen-Bradley ControlLogix Using Control Information Protocol (CIP) Messaging ControlNet Messaging The PanelMate Power Pro ControlNet driver communicates on ControlNet using the unscheduled portion of network bandwidth. ControlNet can be characterized as having both the older Remote I/O and Data Highway Plus communications capabilities combined onto a single network.
PanelMate ControlNet Communication Driver Manual make sense to define all user created variables as single controller tags with descriptive alphanumeric names. This would serve the same purpose of assigning symbolic names within a PLC-5 or SLC program so that the user doesn’t have to memorize or look up cryptic addresses. The problem with using all individual controller tags has to do with being able to read the ControlLogix data table efficiently using unscheduled messaging.
Chapter 5: Memory Addressing and Communications to the Allen-Bradley ControlLogix Using Control Information Protocol (CIP) Messaging F8:15). This allows PLC-5 and SLC users who migrate applications to ControlLogix PLC’s to minimize reprogramming efforts. This requires the user to associate tags and tag arrays with PLC-5 or SLC file numbers.
Page 34
PanelMate ControlNet Communication Driver Manual Program Tags: ProgramName:Tagname ProgramName:Tagname.nn ProgramName:Tagname.subelement ProgramName:Tagname.subelement.nn ProgramName:Tagname[mmm] ProgramName:Tagname[mmm].nn ProgramName:Tagname[mmm].subelement ProgramName:Tagname[mmm].subelement.nn ProgramName:Alias Where: ProgramName is the name of the program where the tag is located Tagname is any legal tagname within ControlLogix subelement is a subelement within structure nn is a bit within an integer data type INT –...
Page 35
Chapter 5: Memory Addressing and Communications to the Allen-Bradley ControlLogix Using Control Information Protocol (CIP) Messaging Addressing Examples The following are examples of legal addressing syntax (note that all tag names shown here are just examples of legal tag names in the ControlLogix PLC family) Tag Name Data Type Machine_Speed...
Page 36
PanelMate ControlNet Communication Driver Manual...
A - 2 PanelMate ControlNet Communication Driver Manual ControlNet Interface Peer Error Codes System Errors Error Description Sys: 0 ControlNet Interface module hardware error The ControlNet Interface module self-test has detected a hardware error. Sys: 0 ControlNet Interface module startup error The ControlNet Interface module cannot enter run mode due to a fatal error.
A - 3 Appendix A: Error Codes Local Errors Error Description Loc: 0 on via ControlNet Interface is offline The ControlNet Interface network interface is offline Loc: 0 on via ControlNet Interface is offline due to The ControlNet Interface network interface is offline network fault due to a network fault.
Page 40
A - 4 PanelMate ControlNet Communication Driver Manual...
Index Index I/O Format, 4-4 Information Fax-Back Service, P-III About this Manual, P-II Purpose, P-II What's Inside, P-II Local Errors, A-3 Bulletin Board Service, P-III Block Gap and Size, 4-5 Memory Addressing Block Gap and Size Examples, 4-5 Examples, 4-7 I/O Format , 4-6 Status Format, 4-6 Multiple Stations to Multiple PLCs, 3-3...
Page 42
PanelMate Power Pro ControlNet Communication Driver Manual...
Page 43
Reader Comment Card Cutler-Hammer strives to provide quality user guides and product manuals. Please take a moment to fill out this comment card. Title: Online Operation User’s Guide 01-00484-00 Excellent Good Fair Poor Is the document easy to follow? Does the product work as described in this document?
Need help?
Do you have a question about the EATON PanelMate ControlNet and is the answer not in the manual?
Questions and answers