Ignition Quick Start Guide
Ignition Quick Start Guide
To get started with Ignition, it helps to have a general idea about the major steps involved in designing your SCADA/HMI projects. Although
there are many creative and innovative ways of using Ignition to do almost anything you want, most users will go through the following steps.
Before you install Ignition, make sure you meet the minimum system
requirements:
Java 8+ (server), Java 6+ (client)
Dual-Core Processor (32 or 64 bit)
4GB RAM
10GB free HD space
Also, ensure you have Administrator privileges to run the Ignition installer.
Note: An error window is displayed if you try to install 64-bit Ignition on a 32-bit Windows system. You are allowed
to install 32-bit Ignition on a 64-bit system (however, this is not recommended).
4. After the installer downloads, click on the .exe executable file to start installation.
The Setup window welcomes you to the Ignition Setup Wizard.
5. Click Next.
The Installation Directory window is displayed. By default, Ignition is installed under your Program Files directory.
This is usually a good choice.
7. Make a note of the default installation directory, Program Files/Inductive Automation/Ignition, accept the default
Installation Directory, and click Next.
8. Select the platform you wish to install. The rest of this guide will use Ignition as the platform.
For Ignition Edge installations, select the Ignition Edge radio button and skip to step 11. More information on
Edge can be found on the Ignition Edge page.
9. Select either the Typical or Custom mode.
The Typical installation includes Ignition with all of the HMI/SCADA modules. The only modules that are not
installed by default are the MES modules.
The Custom installation lets you control and individually select the modules that you want installed.
10. Click Next.
The Setup window is displayed.
If you selected Custom mode, in the Setup window you can select the check box next to the modules you want to
install as part of the Ignition installation. To see a brief description of the module, click on the module name.
13.
13. After Setup Wizard shows Ignition installation is finished, make sure that the check box for Start Ignition now is
selected, then click Finish.
A splash screen informs you that Ignition is starting. This may take a few minutes to finish.
That’s it! Ignition Installation is complete and the Gateway is then launched.
2. Open up a web browser and go to this address: http://ipaddress:8088 and it will bring up the Gateway
Homepage. If you are using localhost, it will look like this: http://localhost:8088
The first time you go to the Gateway Homepage, it shows you 5 common steps to help you get started. You can follow
along with these steps and/or with this step-by-step walk through, they follow the same basic workflow. Learn more about
the Gateway Webpage here!
3. Connect to a device
Ignition can connect to many different devices natively with the built-in OPC-UA Server.
2. Enter the default username and password for the Designer and click Login.
Username: admin
Password: password
3. Scroll down to the OPC-UA section on the left and click the Devices link.
4. To add a new Device Connection, click the Create new Device... link.
5. Select Simulators Generic Simulator and click Next
6. Give the new connection a name and click Create New Device.
4. Connect to a database
After you install your database, you can connect it to Ignition. To get detailed descriptions for a number of different database connections, see
Connecting to Databases. The common steps in connecting to all databases is as follows:
Connect to MySQL
1. Log into the Configure section of the Gateway Webpage just like in the previous sections.
2. Navigate to the Databases Connections page.
Scroll to the bottom and click the Create new Database Connection button.
Depending on your web browser, it may ask you if you want to Keep or Discard a designer.jnlp file. If it does, tell it
to keep the file.
If it doesn't start automatically, run the designer.jnlp file to start the Designer.
If you are using Chrome, you can do this by clicking the file in the lower-left of the window or go to your downloads
folder and double-click the jnlp file to run it.
The Designer starts up and the login window is displayed.
2. Enter the default username and password for the Designer and click Login. It is the same as for the Gateway
Configuration section:
Username: admin
Password: password
Note:
The default Username is set in the Configure section of the Gateway Webpage, under Security > Users, Roles.
3. The Open/Create Project window is displayed giving you two options, to create a new project or open an existing
one. As we don't have any existing projects yet, we will create a new project.
4. In Project Name, enter a name for your new project (no spaces!).
5. If you created a Database Connection, you will see the Default Database field is already populated. This will be
important when we get to storing history.
6. For Project Template, select a template from the drop-down list, for example, you can select the Single-Tier Nav,
West & North template.
Rather than starting from a blank project, the templates let you start from one of the eight skeleton projects that
already have navigation windows setup. These projects are completely customizable and are designed to help you
get started faster.
7. Click on Create New Project.
The Designer will now launch and you can work on your project!
1. In the Tag Browser, select the Tags folder and click the Browse OPC Servers icon.
The OPC Browser is displayed and you can browse all of your OPC connections.
By default, you've got a connection to the internal Ignition OPC-UA Server, which has any devices in it that you
created earlier. Expand the Devices folder and find some tags that you're interested in.
2. From the OPC Browser, highlight the tags (for example, as in the picture below, folders inside the Sine folder)
and drag them to the Tags folder in the Tag Browser.
You can drag individual tags or folders. When you drag folders, Ignition keeps the same hierarchy as the PLC. As
soon as you drag the tags into Tag Browser, you can see their values being updated in the Tag Browser,
3. That's it! You now have some Tags. You can see their values come in and start updating automatically. By default,
they update at a 1 second rate.
Expand the Tags folder to see their live values.
3. Now we have some space to work with. You can start by clicking and dragging components from the Component
Palette on the right onto the window. Let's add a Text Field and a Label component. Users can type in the text
field.
4. Double-click on the Label component to type directly into it, I've renamed mine to say "Enter Text." You can also
select a component and click-and-drag the arrow handles to resize them.
5. Now let's add some tag values to the window. The simplest way is to go into the Tag Browser and drill down to
the tag(s) you want and drag them onto the window. Select a few Tags and drag them into the window.
6. Now you can see live values on your window! Don't forget to save your project.
7. You can Preview your project in the Designer by clicking the Preview Mode button. This allows you to interact with
your windows as if you were using a Client.
Launch a Client
1. If you haven't already, make sure you have a project created.
By default, a new project uses the same user source as the Gateway, so the admin/password credentials will
work.
5. After you logged in, you can see your Client window displaying your project.
6. Go back into the Designer, make a change to the window, and click File > Save and Publish.
Your Client will show a notification saying that there are updates to the project.
7. Click on the notification and then the Update button and the Client will update itself!
You can launch as many Clients as you want! If you've got other computers on the same network as the Gateway computer
try launching on them too. Make sure that your Gateway computer doesn't have a Firewall enabled, or it is allowing traffic
on port 8088 - the default port for the Ignition web server. The address to use on other computers is http://ipaddress:8088
where ipaddress is the IP address of the computer Ignition is installed on.
4. Click Yes for the Store history for this tag field. This will enable all of the fields.
5. Choose a database from the History Provider dropdown.
For example, choose MySQL as the database you want to log to.
6. Choose Default for Historical Scanclass.
This sets the rate at which data is logged. This Default is set to 1 second which means data is logged every
second.
7. Click OK.
Now look in the Tag Browser, to the right of each Sine tag that is storing history, an icon appears letting you know
it is setup.
If you were to look in your database, you can see all the tables and data Ignition has created for you.
Create a Graph
1. Open your Main Window. From the Charts section of the Component Palette, drag in the Easy Chart component.
We can add the tags to the graph the same way we created the status and control windows, that is, through drag
and drop.
2. Drag all the Sine tags from Tags Browser to the graph.
The tags are displayed on your Main Window but because you have just started logging data, not much data will
show up.
3. To show more data, set the Chart Mode property of Easy Chart to Realtime.
4. That's it! Now open your client and view your windows.