XV100 Micro Panel Quick Start Guide mn04802013z
XV100 Micro Panel Quick Start Guide mn04802013z
XV100 Micro Panel Quick Start Guide mn04802013z
Manufacturer
Eaton Automation AG
Spinnereistrasse 8-14
CH-9008 St. Gallen
Schweiz
www.eaton-automation.com
www.eaton.com
Support
Region North America Other regions
Eaton Corporation Please contact your supplier or send an E-Mail to:
Electrical Sector [email protected]
1111 Superior Ave.
Cleveland, OH 44114
United States
877-ETN-CARE (877-386-2273)
www.eaton.com
Original instructions
The German version of this document is the original instructions.
Editor
Ivo Hengartner
Copyright
© Eaton Automation AG, CH-9008 St. Gallen
All rights reserved, also for the translation.
None of this document may be reproduced or processed, duplicated or distributed by electronic sytems in
any form (print, photocopy, microfilm or any other process) without the written permission of Eaton
Automation AG, St. Gallen.
Subject to modifications.
Contents
Micro 1
1 General.......................................................................................................................................... 5
1.1 Document Index .......................................................................................................................... 5
1.2 Device Variants........................................................................................................................... 5
1 General
This documentation should facilitate the introduction to the handling of the XV100 touch panels from Eaton
Automation. In order to ensure a fast commissioning of the device it is necessary to follow the explanations
and references carefully.
The commissioning of the device, communication, PC program usage and project generation with GALILEO
and XSoft-CoDeSys-2 will be described step by step.
For the description in this documentation the following versions of GALILEO and XSoft-CoDeSys-2 were used:
GALILEO V7.2.2
XSoft-CoDeSys V2.3.9 SP2
The illustrated pictures and described functions can differ if newer or different versions of the programs are
used.
Furthermore for the print screens a 3.5″ device (color) was used. For other device variants no changes in
functionality apply.
These helpful documents can be downloaded from our home page (www.eaton-automation.com),
«DOWNLOADS» section.
There is no runtime software for the visualization or optional PLC installed on the
device. From the respective software package e.g. visualization (GALILEO) and
optional PLC (XSoft-CoDeSys-2) you can install the runtimes on the device.
The lifespan of the backlight can be increased by reducing the brightness, see
Document [2] «MN05010007Z System Description Windows CE».
2.4 Ethernet
The Ethernet interface of the device is used for engineering the visualization “GALILEO” as also programming
the PLC with “XSoft-CoDeSys-2”. To commission the communication between the device and the PC follow
the next described steps.
An IP-Address always consists out of a network and computer address. The network mask specifies which bits
belong to the network and which do not.
This means:
Network-Address: 192.168.0
Computer-Address: 71
IP-Address device:
IP-Address: 192.168.0.72
SubNetMask: 255.255.255.0
The usage of the same address twice can cause critical network problems.
The IP address and subnet mask must be consistant to the network configuration of
the PC respectively the company network. In doubt ask your network administrator.
2.4.2 Wiring
Connect the device directly to the PC with an ethernet crossover cable. If you use an ethernet hub or switch us
a 1-to-1 patch cable.
If the device does not answer then contact your network administrator.
Further information, see Document [1] «Operating Instructions MICRO PANEL XV-1x2», Chapter
«Installation».
Further information, see Document [2] «MN05010007Z System Description Windows CE».
If you would like to use the device without the internal PLC functionality then please jump over this chapter and
continue with Chapter «4 The First GALILEO project».
This chapter consists of a basic application which shows the programming with XSoft-CoDeSys-2 and the
special communication between PLC and HMI in a touch panel XV100.
Select the desired installation type and execute the next steps:
FTP Installation (suggested routine):
The installation of the PLC runtime is done over FTP.
Required steps:
- Ensure that the device is connected to your PC via ethernet.
- Start the device.
- Start the FTP-server on the device by clicking Start Programs Communications FTP
Server.
- Continue the setup on the PC until the following dialog window appears.
- Select „Boot behaviour”. Please note, that the operating system is not selected. For the
installation of the operating system, see Chapter 5.2.
- Click on the button “Next>”.
- Select the destination: “Internal storage” if the PLC runtime and PLC project should be stored
internally on the device. Select “Removable drive” if the PLC runtime and PLC project should be
stored on the SD-card and should also be started from the SD-card (also see Chapter 5). Click the
button „Next>”.
- Enter the IP-address of the target device. Continue the setup procedure.
- After finishing the installation restart the device to start the PLC runtime.
Installation to a Removable drive (for operation from SD Card (see Chapter 5):
The installation of the PLC runtime applies directly to the Removable drive (SD card) on the PC.
Required steps:
- Connect the Removable drive to your PC.
- Continue the setup routine on your PC until the following dialog appears.
- Select the Removable drive root in the directory through selecting the disk (disk character).
- Continue with the setup.
- Select „Boot behaviour”. Please note, that the operating system is not selected. For the
installation of the operating system, see Chapter 5.2.
- Click on the button “Next>”.
- After completing the installation, put the removable drive back in the device. (The device has to have
power off).
If a visualization is already installed on the device and if this visualization hides the status display, you can
stop the visualization by pressing the CTRL button of the device.
After that you can open the POU “PLC_PRG” in the register “POUs” and write a basic line of code:
hmiCounter:=hmiCounter+1;
After entering “hmiCounter:=hmiCounter+1;“ and pressing “Return” a dialog window for variable declaration
appears. Select the variable type “INT” and press OK.
Select in the menu Project Rebuild All to compile the project. If the test program compiles error free then it
is ready to be downloaded.
2 4
Select in the following dialog the desired version (min V2.4.8) of the runtime system.
After the start of the setup (by double-click) follow the installation instructions in the dialog. For further
explanations, see Chapter 3.2.
Select „TCP/IP (Level 2 Route“) from the possibilities and give the communication connection a name e.g.
“MyPanel” and Acknowledge the dialog with OK.
Make sure that in the menu Online Simulation Mode is deactivated (no checkmark should be set).
Afterwards you can download the program on the device via Online Login. You can start the program with
Online Run.
Tothe have the PLC permanent on the device, you have to generate a boot project on
device. If this is not done then the program is lost when the power is turned off.
To save a boot project on the device, make sure you are logged in (Online Login)
and then select Online Create boot project.
Further topics to the PLC can be found in the helpful documentation to XSoft-CoDeSys-2.
Out of performance reasons it is suggested that only variables that are needed in the
visualization should be exported to the symbol file. Thus the variable field should be
structured. This can be applied as example by defining a global variable area where
the variables are separated between variables for visualization and variables that are
not used in the visualization.
Procedure:
In case you have not saved the PLC project yet, save the project via the menu File Save as… on your PC.
Click with the right mouse button the entry „Global Variables“ and select „Add Object…“.
In the dialog window that appears enter the desired name of the variable list and confirm with pressing
OK.
Click in the menu Project Options… and select the category “Symbol configuration” and activate the
point “Dump symbol entries“.
- With the function “Dump symbol entries” a symbol file will be generated every time the project is
compiled.
Click in the menu Project Options… and select the category “Symbol configuration” and activate the
point “Dump XML symbol table“. From GALILEO 8, this button must be activated.
- With the function “Dump XML symbol table“, a XML symbol table file will be generated every time the
project is compiled.
Define from which objects the variables should be taken to export into the symbol file:
- Click on the button „Configure symbol file…“.
- In general all objects are selected. That is why you should deactivate for all objects the option
„Export variables of object“.
Put the cursor in the variable that you would like to allocate.
Select under “Symbol list” the variables list you would like to allocate to.
It consists of a simple application which should show the projecting of the connection of the HMI to the PLC of
the touch panel XV100.
Requirements: The GALILEO visualization software must be installed correctly. You can find the current
GALILEO software on our homepage (www.eaton-automation.com) under <DOWNLOADS
SOFTWARE GALILEO>. The XV100 devices are supported from GALILEO version
V7.0.3 onward. For unrestricted operation of GALILEO you need a license code. Please
contact your sales vendor for this.
Hereupon the folder must be opened. Following this you should enter in the input field the desired file name.
Example : MyFirst
Objects
Toolbar
GALILEO help system with detailed examples and instructions to every object.
As an example you can find under: <Content / Demos / Fast Start> an animated guideline for your first
GALILEO project.
To use variables from another controller type or to use variables without using the import function you have to
use the following procedure:
After following the address the variable in the variables list is marked green (=addressed).
To do this you have to click in the object list on and then draw via mouse and pressed mouse button the
object in the desired size and position on the Startmask.
Through a double click on the new generated object field the property window appears. Select from the Tag list
the desired variable and confirm the dialog with OK.
Via the menu Build Compile or over the button the project will be compiled. The compiling procedure
is protocolled in a display window. Eventual errors will be displayed red. Through scrolling the detailed error
message can then be read.
Via menu Build Start Project Inspector or over the button you can start the simulation of the project on
your PC.
The FTP server can also be started automatically when the device is booted. To
change the Window CE start up behavior please look in the GALILEO help “Micro
Panels with Windows CE Topics”.
Further information, see Document [2] «MN05010007Z System Description Windows CE».
Further information, see Document [3] «MN05010009Z System Description Networks in Brief ».
Enter a title, the IP-address of the device and the path for the download to the device. With a click on “Browse”
you should already find the path of the \InternalStorage of the device. But for this an active connection and the
IP-address of the device must exist. Alternatively you can switch to the directory \StorageCard (SD card) (see
Chapter 5)
Click on “OK” to save the new parameters.
The connection with its title should now be selectable. Click on the desired connection and confirm with
“Close”.
Start the project download over the button “Download”. During the project transfer you can see the progress.
Eventual you will be asked if you want to also download updates of the operating system or visualization
runtime (GRS) over dialogs.
If the project transfer is completed the following dialog will be displayed. Select now “Start GRS” (GRS =
GALILEO Runtime System) to start the visualization project on the device.
While the GRS starts status information will be displayed. Following that your designed mask will be displayed.
Display of the start mask from the project MyFirst. When the PLC program is started on the device the value
must be constantly changing.
If there is no connection to the PLC then a cyclic error message will be displayed with the information which
variables are without communication.
XV100 devices which are equipped with an optional SD-card can optionally operate from internal flash as also
from SD-card.
Operation from the SD-card:
The OS that is stored on the SD-card is loaded
The runtime for HMI and PLC are started from the SD-card
The HMI and PLC project is stored on the SD-card
For a manual change of the operating system, see Document [2] «MN05010007Z System Description
Windows CE», Chapter «Startup behavior».
XV100 devices (OS Version V2.24.0 and upwards) can run an update automatically via an SD card. The SD
card must be configured to this end.
In the case of an update-from-file the following functions can be fulfilled:
Update of the Windows CE OS Version
Installation or update of the GALILEO and XSoft-CoDeSys-2 runtime software.
Project installation or update of visualization and SPS projects.
Installation and update of any files
The device recognizes the insertion of an SD card and executes the configuration actions. In order to configure
the update, the file AutoLaunch.inf is used. This file also enables configuration of whether the actions should
be executed on insertion of the SD card or only on starting the device. For file-update or copying of the files a
separate .BAT file is started. In this .BAT file the command-line instructions for the desired actions can be
defined.
Further information, see Document [2] «MN05010007Z System Description Windows CE»:
Chapter« AutoLaunch»
Chapter «Extended Copy (ExtCopy)»
Eaton Corporation
Electrical Sector
1111 Superior Avenue
Cleveland, OH 44114 USA
Eaton.com