Now that you have created your first HELIO project (Step 2: Create a New Project From the »Quickstart HMI« Template ), you should have your project opened in the Project Editor. In this part of our guide, we will start adding content to our HMI. Specifically, we will cover two of the most important content types: HELIO Page Types and HELIO Element Types .

Creating a Dashboard Page

1. Add the Page

<aside> <img src="/icons/light-bulb_gray.svg" alt="/icons/light-bulb_gray.svg" width="40px" /> Did you know? New pages will be added automatically to the navigation of your HMI.

</aside>

Untitled


2. Add your first Widget: OEE

Your dashboard appears to be empty, so let's add some content to bring it to life.

Untitled


3. Adding Your First Element to Your Widget: A Gauge

We would like to display the OEE in the form of a gauge and some additional numbers related to our production quality. Let's start with the gauge, since it will be the eye-catcher of our dashboard.

Untitled


4. Adding Key Figures Using the Magic Output Element

Additionally, this widget should display the number of produced items that were deemed good and the number that were deemed bad.

Now the “OEE” Widget is done, so let’s add second widget our Dashboard!

<aside> <img src="/icons/light-bulb_gray.svg" alt="/icons/light-bulb_gray.svg" width="40px" /> Note: There are a lot more Widgets you can add to your Dashboard and you can configure them however you need! Find out more about the Dashboard Page (Page Type) as well as HELIO Element Types.

</aside>

Untitled


5. Challenge: Add a Second »Steam« Widget