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.

Navigation


  1. Now that you know how objects can be added to screens and how to configure those objects, we will set up navigation between screens. First, we will add a second screen to our project. We'll just call this screen “Pump Control”.


  1. To create a new screen, right click “Screens” in your application tree, and select “New”



  1. Let's name this screen “Pump Control”. Make the grid 8 x 8 to give us more resolution on the grid for sizing objects. Press OK when finished.




  1. Now, let's go back to screen 1 so we can add a navigation button allowing us to get to our pump screen.




  1. Next, be sure you have focus on screen 1, then choose objects from the menu bar, screen selectors, and choose the “Goto” object.




  1. Draw the object on your screen just over the F5 key as shown:




  1. You will notice the button automatically became associated with the F2 key by default. We will change this. Double click the object on your screen. Configure this object to go to the “Pump Control” screen when the “F5” function key is pressed.





  1. Next we need to change the text on the button. Click the “Inner Text” button as shown to edit the text:




  1. Change your text as follows: (Note: /*R*/ = Carriage return)



  1. Now that we have added our button to the Main Screen, we need to add a button to the Pumps Screen so we can get back to the main screen... Otherwise once the operator navigates to the Pump screen, he will be stuck there and have to reboot the Panelview Terminal to get back to the main screen. This is a common mistake among Panelview Programmers. Here is what our Main Screen looks like so far:





  1. Lets add our button to get back.... Go to the Pump Control Screen.





  1. Add a text object at the top of your screen that indicates to the operator which screen he is on. Add a Goto button to this screen to get back to the Main Screen as shown. Once you draw the object above the F5 key, be sure to double click the object for configuration.