Click here to learn the biblical way to get to heaven! (The most important page on this site)


Disclaimer: This document is written in the hope that you can utilize for your own education to gain knowledge of PLC systems (should you decide to utilize this document). Although I believe the information in this document to be accurate, it is YOUR responsibility to verify this information before implementing it in any way, especially when damage to personnel or equipment could result. By continuing to read this document, you agree to hold no one who writes, modifies, or distributes this document liable in any way (even negligence). Due to the wide variety of plant applications, some of the examples in this document may be prohibited at your location, or could cause damage to equipment, or harm personnel.
[Visit my Church Website] -- [Return to Index Page] -- [View Training Courses] -- [Contact ATI for Training] *Copyright 2005
Author: Ricky Bryce (Montgomery County, IL)
VPS Hosting Referral Code MJDCDJYou can have your very own virtual server though VPSLink! Using REFERRAL code MJDCDJ you will receive a 10% discount on your new account, and I will get a service credit on my account. My personal preference is the Link 2 package running XEN for starting out (You can upgrade any time). You can choose from a variety of Linux distributions such as CENTOS, Fedora, Debian, and Ubuntu. This is a great package for learning Linux, and setting up your own web page, or email server.

Global Objects


Global objects can save memory in the Panelview terminal, and development time for your application by using the same object on multiple screens.


For this example, we are going to mark our “Goto Main [F5]” Button for global selection. This will allow us to place the object on any new screen we create.




  1. Double click the object on the Pump Screen. This will take us to the configuration for the object.






  1. On the “Options” tab, choose “Mark for Global Selection”





  1. Now let's create a new screen called “Motor Control” (Right click “Screens” in the application tree to create the new screen) Let's make the grid on this screen 8 x 8 as well.






  1. Next we will access the list of global objects, and we will select the button that gets us back to the main screen from our motor control screen. To access the list of global objects, click Objects | Global Object.




  1. Highlight the TagName of the object you want to use (The only one currently in our list), then choose “Copy To”.





  1. Next, Draw the object on your Motor Control Screen. Don't forget to add a text object to the top to identify the purpose of this screen.




  1. Be sure to add a button to the main screen as well that will allow the operator to access this Motor Control Screen. We'll just use the F4 key for that. You may want to edit the properties of the main screen to allow 8 x 8 resolution as you have for the other screens.