Rockwell Automation Allen-Bradley 2080-LC20 Quick Start Manual
Rockwell Automation Allen-Bradley 2080-LC20 Quick Start Manual

Rockwell Automation Allen-Bradley 2080-LC20 Quick Start Manual

Controllers starter pack
Hide thumbs Also See for Allen-Bradley 2080-LC20:
Table of Contents

Advertisement

Quick Links

Quick Start
Original Instructions
Micro800 Controllers Starter Pack Quick Start
Catalog Numbers Bulletin 2080-LC20, 2080-LC30, 2080-LC50

Advertisement

Table of Contents
loading

Summary of Contents for Rockwell Automation Allen-Bradley 2080-LC20

  • Page 1 Quick Start Original Instructions Micro800 Controllers Starter Pack Quick Start Catalog Numbers Bulletin 2080-LC20, 2080-LC30, 2080-LC50...
  • Page 2: Important User Information

    If this equipment is used in a manner not specified by the manufacturer, the protection provided by the equipment may be impaired. In no event will Rockwell Automation, Inc. be responsible or liable for indirect or consequential damages resulting from the use or application of this equipment.
  • Page 3 Where to Start Follow this path to learn how to use the Connected Components Workbench™ software with your Micro800™ controllers and PanelView™ 800 terminals. Chapter 1 Study Guide Overview Chapter 11 Import and Export Project Chapter 2 Hands On Content Chapter 12 Quick Tips Chapter 3...
  • Page 4 Where to Start Notes: Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 5: Table Of Contents

    Enter Parameters for TON Instruction Block..... . . 41 Instruction Block Add an ANY_TO_TIME Instruction Block ..... . . 44 Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 6 Get Sample Code from the User-Defined Function Blocks Rockwell Automation Sample Code Library ......59 (UDFB) Import Sample Code into Your Project ......61...
  • Page 7 Using MicroSD Card ..........112 Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 8 Table of Contents Notes: Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 9: About This Publication

    Use this quick start to learn how to use a Micro800 controller with a PanelView 800 terminal. You will use the Connected Components Workbench software. Additional Resources These documents contain additional information concerning related products from Rockwell Automation. Resource Description...
  • Page 10 Preface Notes: Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 11: Objectives

    Start Connected Components Workbench Software To start the Connected Components Workbench (CCW) software, launch the program from your Windows Start Menu by going to: Start -> All Programs -> Rockwell Automation -> CCW -> Connected Components Workbench. 11Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 12: Connected Components Workbench Design Environment

    If your project contains a Micro800 controller, the Project Organizer also displays the logic programs, variables, user-defined functions (UDF) and user-defined function blocks (UDFB) that are associated with that controller. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 13: Workspace

    The Recent section provide a list of project files that were opened recently. The Getting Started section provides links to online content that will help you with developing applications in Connected Components Workbench software. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 14: Toolbox

    In the Output window, you can view and manage general purpose and debug messages that are generated by the various features of Connected Components Workbench software. From the Output window, you can do the following: • Review status messages • Locate errors within programs Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 15: Status Bar

    The Status bar shows the task that the Connected Components Workbench software is currently performing. Connected Components Workbench software is building a project Connected Components Workbench software has successfully download a project into a controller Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 16 Chapter 1 Study Guide Overview Notes: Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 17: Overview

    Chapter Hands On Content Overview The following chapters provide examples for you to learn how to create a project for your Micro800 controller and PanelView 800 terminal in Connected Components Workbench software. • Create a Connected Components Workbench project • Save your Connected Components Workbench project •...
  • Page 18 Chapter 2 Hands On Content Notes: Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 19: Create A Connected Components Workbench Project

    Chapter Create and Save a Connected Components Workbench Project Create a Connected Components Workbench Project To create a new project, do the following: 1. Click New on the Start Page. Alternatively, go to File -> New or use the keyboard shortcut “Ctrl+N”. 2.
  • Page 20 2. Observe that a new Ladder Diagram program called Prog1 has been added under Programs. Micro800 controllers allow you to create multiple programs and use multiple types of programs (such as Structured Text or Function Block Diagram) in the same controller application. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 21 3. Double-click Prog1. A ladder diagram editor appears in the main project workspace with one empty rung. 4. Right-click Prog1 and select Rename to change the name of the program. 5. Rename the program to Seal_in_circuit. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 22 2. After inserting the Direct Contact instruction, the Variable Selector dialog box appears and you can select the variable or I/O point to assign to this instruction. 3. In the Variable Selector dialog box, select the I/O - Micro850 tab to see the list of I/O points. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 23 6. Locate the Direct Coil instruction in the Toolbox, and drag-and-drop it onto the far right side of the rung. Assign it to the embedded I/O point, _IO_EM_DO_00 with the alias “Motor”. Your rung should look like the following. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 24 Stop Motor push button. This breaks the circuit, which turns the motor off and drops out the seal-in branch circuit. The Stop Motor push button can then be released and the motor remains off until the Start Motor push button is pushed again. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 25: Save Your Connected Components Workbench Project

    Create and Save a Connected Components Workbench Project Chapter 3 Save Your Connected Components Workbench Project 1. Save the project by selecting File -> Save Project As. 2. Save the project under the name “Self latching sample” and click OK. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 26 Chapter 3 Create and Save a Connected Components Workbench Project Notes: Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 27: Build And Download The Project To Your Micro800 Controller

    Chapter Build and Download Project In this chapter, you will learn how to download a project to your Micro800 controller. Before you can download a project to the controller, you must build it to verify that there are no errors with the programming. The Micro850 controller is used in the examples shown in this chapter.
  • Page 28 4. If there are no errors in your project, the Connection Browser dialog box appears. Browse for your Micro800 controller by expanding USB or DF1, then select the controller and click OK. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 29 The logical value in the controller will be preserved after a download. 6. Downloading in progress. 7. When the download is complete, you are prompted to put the controller back in Remote Run Mode. Click Yes. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 30 You have completed downloading the project to your Micro800 controller. Proceed to the next chapter to test your project. Connect the input simulator found in your starter pack to the input terminals of the Micro800 controller. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 31 Chapter Connect the Input Simulator Board Micro820 Controller Input Simulator Board Wiring Diagram Potentiometer SW11-I00 SW13-I02 SW12-I01 SW14-I03 +24V DC Analog Output Can optionally be wired to an analog input plug-in or expansion I/O module +24V DC 31Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 32: Chapter 5

    Connect the Input Simulator Board Micro850 Controller Input Simulator Board Wiring Diagram Potentiometer SW11-I00 SW12-I01 SW13-I02 SW14-I03 +24V DC Analog Outputs Can optionally be wired to an analog input plug-in or expansion I/O module +24V DC Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 33: Connected Components Workbench Software

    Chapter Monitor Your Micro800 Controller Program Monitor Your Program in Connected Components Workbench Software When connected to your Micro800 controller using Connected Components Workbench software: • You can view your program visually in real-time and watch values change in the program. •...
  • Page 34: View Real-Time Changes In List Format

    The variables we are working on are embedded I/O points, and are viewed in the Global Variables list. 1. Double-click Global Variables in your Project Organizer. The Global Variables list launches in a new tab in the main project workspace. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 35 4. Toggle the simulator board switch SW12 ON. Observe the checkmark in the Logical Value checkbox for _IO_EM_DO_00 disappears and the light on the output indicator turns off. You have now completed the real-time monitoring of your program. Double-click Seal_in_circuit to return back to your program view. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 36 Chapter 6 Monitor Your Micro800 Controller Program Notes: Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 37: Create Local Variables For Your Program

    Chapter How to Create Variables In this chapter you will learn how to create variables to use in your program. The variables you create here will be used in the next chapter. Create Local Variables for your Program 1. If your controller is connected, make sure to disconnect before proceeding. 2.
  • Page 38 6. A TON data type is actually the data structure of a Timer-on-Delay Instruction Block. Instruction Blocks shall be discussed in the next chapter. You have completed creating variables to be used in the next chapter. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 39: Add A Ton Instruction Block

    Chapter How to Implement an Instruction Block An Instruction Block is essentially a function block that has been predefined to perform a specific task or function. Instruction Blocks include functions such as Timer-on-delay, Timer-off-delay, Math instructions, Data-type conversions, Motion instructions, and so forth. In this chapter, you will learn how to implement a Timer-On-Delay Instruction Block (TON).
  • Page 40 3. You can filter the instruction blocks by Name, Category, or Type. Since we want to use a Timer-On-Delay instruction block, type “TON” in the Search filter box. This will filter the choices to only Instruction Blocks that start with TON. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 41: Enter Parameters For Ton Instruction Block

    Next, let us fill in the parameters for the TON instruction block. 1. Hover your mouse cursor over the blue box next to the PT parameter of the Motor_Timer TON instruction. A light blue highlighted box appears. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 42 Enter key. Alternatively, you can double-click the box below the blue box to bring up the Variable Selector. Your program should look like this. 3. Insert a Reverse Contactor instruction after the _IO_EM_DI_01 Reverse Contactor. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 43 5. Expand the variable Motor_Timer and select Motor_Timer.Q, then click OK. The Timer.Q is an output bit from the Timer instruction that turns on when the programmed time has elapsed. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 44: Add An Any_To_Time Instruction Block

    Add an ANY_TO_TIME Instruction Block Next, let us add a new rung below this existing rung. 1. Locate the Rung instruction in the Toolbox. Drag-and-drop the instruction below Rung 1. Drag and drop the Rung instruction here. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 45 2. Insert a Block instruction onto the new rung. In the Instruction Block Selector dialog box, search for the ANY_TO_TIME Instruction Block, select it, then click OK. Your program should look like this. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 46 The ANY_TO_TIME instruction block is used to convert an integer value into a time value that is used as the preset time for the Motor_Timer. The integer value represents time in milliseconds. Your program should look like the following. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 47 7. Toggle the switch SW11 ON and observe the DO0 light turns on. After five seconds, the light should turn off. Output indicator 0 light is on while the timer is running. Timer Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 48 10. Toggle the switch SW11 ON. The DO0 light should now stay on for 10 seconds before turning off. You have learned how to implement a TON and ANY_TO_TIME instruction block in your program. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 49: Add A Plug-In Module To The Micro800 Controller

    Chapter How to Add a Plug-in Module In this chapter you will learn how to add an analog input plug-in module (2080-IF2). A plug-in module is a module that you can plug into the Micro800 controller chassis to allow you to add additional I/O or communications options to your controller.
  • Page 50 6. The 2080-IF2 module is added to the chassis. The configuration properties should also show up in the window below it. 7. Configure the Input Type for Channel 0 to “Voltage” and Input State to “Enabled”. Configure the Input State for Channel 1 to “Disabled”. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 51 13. Locate the variable _IO_P1_AI_00. This is the raw data value in relation to the voltage that is wired to Channel 0. The value should range from 0...65535 in relation to a 0...10 volt input. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 52 How to Add a Plug-in Module 14. On your simulator board, turn the red potentiometer and observe the value of _IO_P1_AI_00 change. You have learned how to add and configure a plug-in module using Connected Components Workbench software. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 53: Create A Udf For Your Program

    Chapter Learn About User-Defined Functions (UDF) and User-Defined Function Blocks (UDFB) A User-Defined Function (UDF) acts like a subroutine in RSLogix 500 and Studio 5000 Logix Designer. It requires less memory but it supports only one instance and allows only one output parameter. A User-Defined Function Block (UDFB) acts like an add-on instruction in Studio 5000 Logix Designer.
  • Page 54 4. Create the following variables. Note to carefully configure the Direction property. This property defines whether the variable is an Input, Output, or standard Variable. 5. Next, double-click the Scaled_Value UDF to launch the program editor in the main project window. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 55: Add The Udf To Your Program

    Add the UDF to your Program To use the UDF in your program: 1. Create a new ladder diagram program. Right-click Programs -> Add -> New LD : Ladder Diagram. 2. Rename the new program to “Analog_scaling”. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 56 3. Open the Local Variables for the Analog_scaling program, and create the following variables. 4. Next, open the Analog_scaling program, and add a Block Instruction to the first rung. 5. Search for your UDF, select it, and click OK to insert it into your program. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 57 9. Open the Local Variables of your Analog_scaling program, and set the Logical Values as follows. 10. The Scale1_value shows the converted engineering unit for 2080-IF2 analog input 0 as you adjust the potentiometer. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 58 Chapter 10 Learn About User-Defined Functions (UDF) and User-Defined Function Blocks (UDFB) Your program should look like this. You have now learned how to create and use a UDF in your project. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 59: Get Sample Code From The Rockwell Automation Sample Code Library

    Chapter 10 Get Sample Code from the Rockwell Automation Sample Code Library You can find UDFB applications and sample projects from the Rockwell Automation Sample Code Library website, as well as from the sample code folder in your local drive.
  • Page 60 1. Click on Local Folder to bring you to the directory 2. Double-click the Rockwell Automation folder to view the UDFBs or Sample Projects sub folders. For example, if you double-click the UDFB’s folder, you are presented with the list of UDFBs available for your use.
  • Page 61: Import Sample Code Into Your Project

    Learn About User-Defined Functions (UDF) and User-Defined Function Blocks (UDFB) Chapter 10 Import Sample Code into Your Project 1. For this example, select the UDFB located under Local Folder -> CCW -> Samples ->Rockwell Automation -> UDFBs -> Blink. 2. Double-click the RA_Blink folder to see the contents.
  • Page 62 Chapter 10 Learn About User-Defined Functions (UDF) and User-Defined Function Blocks (UDFB) 5. Select RA_BLINK.7z and click Open. You see the RA_BLINK appearing under the Import window. 6. Click Import. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 63 Instance Blink_Output, and click OK. 11. Specify the following variables for each parameter of the Block. Your program should look like this. 12. Save your project and download it to the controller. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 64 15. Toggle the simulator board switch SW13 ON to run the instruction. 16. Observe the _IO_EM_DO_01 output indicator on the controller turning on and off at five seconds intervals. You have now learned how to import a readily available UDFB from the Rockwell Automation Sample Code Library from your Local Folder.
  • Page 65 Chapter Import and Export Project Importing and Exporting a project requires Connected Components Workbench software, version 8.00 or later. You can export the entire project to a single file for easy transfer to another computer. The exported project file (.ccwarc) is saved in the “My Documents\CCW\Import_Export”...
  • Page 66: Chapter 11

    Chapter 11 Import and Export Project Notes: Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 67 Chapter Quick Tips Quick tips when working with Connected Components Workbench software Keyboard Shortcuts Shortcut Description Working with Rung Crtl + 0 Inserts a rung after a selected rung Crtl + Alt + 0 Inserts a rung before a selected rung Working with Branch Crtl + 1 Inserts a branch after a selected element...
  • Page 68: Chapter 12

    Chapter 12 Quick Tips Notes: Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 69: Add A Panelview 800 Terminal To Your Project

    Chapter PanelView 800 HMI Design Using Connected Components Workbench Add a PanelView 800 Terminal to Your Project You can add a PanelView 800 terminal to an existing Connected Components Workbench (version 8.00 or later) project. For this example, we continue to work on the same project. 1.
  • Page 70: Configure Your Panelview 800 Terminal Communication Settings

    Configure Your PanelView 800 Terminal Communication Settings 1. Double-click PV800_App1 to launch the HMI Settings tab. 2. For PanelView 800 terminals, you can choose either Landscape or Portrait orientation. For this example, choose Landscape orientation and click OK. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 71 PanelView 800 HMI Design Using Connected Components Workbench Chapter 13 3. The Communication settings tab appears. 4. For the Protocol configuration, select “Allen-Bradley CIP” under the Ethernet category from the drop-down box. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 72 5. By default, a controller node has already been created and added to your application, but it is necessary to specify the IP Address of the controller. For this example, set the IP Address to “192.168.1.4”. You have now learned how to add and configure a PanelView 800 terminal to your project. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 73: Create Global Variables

    Chapter Using HMI Tags HMI tags bring back data from a Micro800 controller to the terminal. The Tag Editor tab is where you create, view, and modify tags used by your HMI application. The tag types are external, memory, system, and global. Each type has a different data source.
  • Page 74 3. Go to the Local Variables for the Analog_scaling program, Hold down the “Shift key + arrow down key” to select the five variables shown below. These tags are used to input the analog input raw value range for the 2080-IF2 channel 0 and the engineering units range. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 75 Using HMI Tags Chapter 14 4. Right-click and select Cut. Then paste these tags under Global Variables. The Global Variables should have the following tags. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 76: Edit Ladder Diagram Program

    Make the following changes to rung 1 of the Seal_in_circuit program as we execute the start/stop control from the PanelView 800 terminal 1. Replace “Start PB (_IO_EM_DI_00)” with the Start Global variable and replace “Stop PB (_IO_EM_DI_01)” with the Stop Global variable. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 77 Your program should look like this. 2. You should have the following additional variables in the Global Variables list. You have now learned how to create HMI tags for your PanelView 800 terminal. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 78 Chapter 14 Using HMI Tags Notes: Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 79 Chapter Configure Micro800 Controller Ethernet Settings In this chapter you will learn how to configure the IP address for the Micro800 controller to prepare for communicating with the PanelView 800 terminal. 1. Double-click your Micro800 controller under the Project Organizer to bring up the General Controller Properties in the main project window.
  • Page 80: Chapter 15

    Save the project as “Self Latching Sample with PV800” using the menu option File -> Save Project As, then download the changes to the controller. You have learned to configure the Ethernet port settings for your Micro800 controller. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 81 Chapter HMI Tag Editor In this chapter you will learn how to add tags from the Micro800 controller to your PanelView 800 terminal. 1. In the Tag Editor tab, Click Add to add a tag to your PanelView 800 application. 2.
  • Page 82: Chapter 16

    4. Select variable Start and click OK. 5. Select the Controller field and select controller PLC-1 from the drop-down list. You have completed adding a tag. 6. Repeat steps 1...5 to add the following tags. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 83: Create A Screen For Your Panelview 800 Application

    Chapter HMI Screen Create a Screen for Your PanelView 800 Application 1. By default, a screen is already added to your application called Screen_1. Rename this screen to “Main” by right-clicking it, and select Rename. 2. Right-click Main and select Set As Startup Screen. 3.
  • Page 84: Create Objects For Your Screen

    Create Objects for Your Screen Now we will create objects for your PanelView 800 application screen. Create Push Button Objects 1. Locate the Momentary Push Button in your Toolbox and drag-and-drop it onto your screen. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 85 3. Under the Background Color column, click the ellipses to bring up the Color Selector, and change the color of State 1 to green. 4. Repeat step 3 to change the background color of State 2 to green. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 86 6. Click OK to close the State Editor and apply the changes. 7. Right-click the momentary push button and select Properties to display the object’s properties window. 8. The object’s properties window opens on the right-hand side. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 87 1. Add a maintained push button next to the Start push button and configure the states of this object as shown. 2. Open the properties window for the object and set the following properties. • Height: 50 • Width: 70 • Left: 90 • Top: 20 Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 88 1. Locate the Image tool in the Toolbox and drag-and-drop it onto the screen in the lower left corner. 2. Double-click Image object you just added. This launches the Image Import dialog box. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 89 HMI Screen Chapter 17 3. Select the System tab. 4. Select the image “2001R_standard_motor_standard_motor.png” and click Select. 5. Right-click the image and select Properties to display its properties window. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 90 6. Fill in the tag information for the image object as shown below. If you hover your mouse cursor over the image you can see its tag connections. Your screen should look like this. Next, we will create a Goto Config push button. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 91 1. Locate the Goto Config push button in your Toolbox. Drag-and-drop it onto your screen, just below your Stop push button. 2. Double-click the Goto Config push button and change the text to “Config”, then click OK. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 92 A numeric display shows the value of the tag that it is connected to. For this application, we displays the 2080-IF2 analog module channel 0 scaled value. 1. Locate the Numeric Display object in your Toolbox. 2. Drag-and-drop the Numeric Display object onto your screen, next to the Stop push button. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 93 Create a Numeric Entry Object You are to set the minimum and maximum range for the Raw and Scaling value for the analog input scaling. 1. Locate the Numeric Entry object in your Toolbox. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 94 You have created a Numeric Entry object for setting the Raw minimum value 8. Hover your mouse cursor over the object to see the tag values. Let us duplicate this numeric entry object for the Raw1_max setting. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 95 4. Duplicate two more numeric entry objects for the Scale1_min and Scale1_max display and entry. 5. Set the following values for the Scale1_min and Scale1_max numeric entry object: • Maximum Value: 100 • Minimum Value: 0 • Number of Decimal Places: 0 • Numeric Field Width: 6 Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 96 6. Hover your mouse cursor over the numeric entry objects to see the Write and Indicator tags. Your screen should look like this. Next, we will add text to the numeric display and entry objects. Create Text Labels for Your Objects 1. Locate the Text object in your Toolbox. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 97 2. Drag-and-drop the text object onto your screen, above the numeric display object. 3. Double-click text object and type in “Scale Value”, then click OK. 4. Access the properties of the text object Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 98 5. Set the Border color to White and click OK. 6. Copy the text object and paste it above the numeric entry object. 7. Double-click the text object and type in “Raw min”, then click OK. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 99 10. Adjust the spacing for the numeric entry objects and text objects. You have completed the screen required for the application. Next, let us configure the IP address of the PanelView 800 terminal. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 100 Chapter 17 HMI Screen Notes: Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 101 Chapter Configure PanelView 800 Terminal Ethernet Settings 1. From the PanelView 800 terminal, select Terminal Setting -> Communication. 2. If the IP Mode is “DHCP”, select Disable DHCP. 3. Select Set Static IP Address. 4. Set IP Address as 192.168.1.2. 5.
  • Page 102: Chapter 18

    Chapter 18 Configure PanelView 800 Terminal Ethernet Settings Notes: Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 103: Save And Download Project

    Chapter Download HMI Application Save and Download Project Save the project and download your application to the PanelView 800 terminal. 1. Right-click PV800_App1 and select Download. 2. Browse and select 2711R-T4T as the target to download and click OK. By default the EtherNet/IP drive will scan 256 addresses. In order to decrease the time to detect the terminal, it may be necessary to right-click on the drive and use Properties to limit the range of address from zero to four.
  • Page 104: Rockwell Automation Publication 2080-Qs004B-En-E - October

    Chapter 19 Download HMI Application 3. The Output window shows the download status to the PanelView 800 terminal. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 105: Run The Hmi Application

    Chapter Test the HMI Application Run the HMI Application 1. From the PanelView 800 terminal main screen, press File Manager to select the downloaded application. 2. Select PV800_App1 and press Set As Startup. 3. Press Run. Connect an Ethernet cable between the PanelView 800 terminal and the Micro800 controller. Test the HMI application.
  • Page 106 1. Press the Start pushbutton to turn on output 0 and you should see the motor image appearing on the screen for five seconds. 2. Press the Stop pushbutton to turn off output 0. You have now learned how to setup and program a PanelView 800 terminal using the Connected Components Workbench software. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 107: Before You Begin

    Appendix Set Up Serial Communication Between PC and Micro820 Controller The embedded serial port on the Micro820 controller can be used as a programming port. This section describes how to set up RSLinx to allow Connected Components Workbench software to communicate with the Micro820 controller. Things you need: •...
  • Page 108: Connect The Pc To The Micro820 Controller

    The rest of the pins and terminal connections are not required. 1. Connect the exposed wires of the cable to the Micro820 controller. 2. Connect the other end of the cable to your computer serial port or a USB-Serial adapter. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 109: Configure Rslinx

    DF1 driver. 1. In Connected Components Workbench software, click Communications -> Configure Drivers. 2. Select RS-232 DF1 devices from the drop-down menu and click Add New. 3. Name the new driver and click OK. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 110 5. Verify that your PC is connected to the Micro820 controller, then click Auto-Configure. Alternatively, you can manually enter the configuration based on the image shown above. 6. Click OK after you have finished configuring the driver for the Micro820 controller. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 111 If Connected Components Workbench software is not able to establish communication with the Micro820 controller. See the next section to learn how to restore the embedded serial port back to the factory default setting. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 112: Restore Serial Port To Factory Default Setting

    4. Remove the microSD card from the PC and insert it into the microSD card slot located at the side of the Micro820 controller. When the microSD card is detected, the SD card LED on the controller lights up. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 113 7. Browse for the Micro820 controller under the newly added DF1 driver and click OK. The 2080-REMLCD driver is identified as "2080-REMLCD, DF1" instead of "AB_DF1, DF1" in RSLinx. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 114 If Connected Components Workbench software is unable to establish connection with the Micro820 controller, try to restart the Connected Components Workbench software and connect again. 9. The following image shows a successful connection between Connected Components Workbench software and the Micro820 controller. Rockwell Automation Publication 2080-QS004B-EN-E - October 2017...
  • Page 116 Rockwell Automation maintains current product environmental information on its website at http://www.rockwellautomation.com/rockwellautomation/about-us/sustainability-ethics/product-environmental-compliance.page. Allen-Bradley, Rockwell Software, Connected Components Workbench, ControlFLASH, Micro800, Micro820, Micro830, Micro850, PanelView, and Rockwell Automation are trademarks of Rockwell Automation, Inc. Trademarks not belonging to Rockwell Automation are property of their respective companies.

Table of Contents