You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 22 Current »

Overview

Industrial Icons are graphical components used in user interface navigation design, enabling the creation of globally recognizable and user-friendly interfaces. Their purpose is to facilitate intuitive navigation within solution displays. This page presents information about industrial icons, showing how to use them in your solutions.

On this page:


Industrial Icons Gallery

The Industrial Icons refer to graphical elements for creating intuitive navigation into your applications. They are available to use in two approaches on the Displays/Draw:


Industrial Icon Font Family

The industrial icon font family approach converts alphanumeric characters into icons. It requires the character-to-icon conversion table.

That behind the scenes associstion is not necessary to be used, as you can Drag-Drop directly the images, but it can be used for advanced scenario, you want to use the Font #IndustrialIcons directly on Text elements. 

Blue squares with rounded edges show the icons.

Gray squares show the corresponding characters.


Drag-and-Drop Graphical Component

The drag-and-drop approach allows you to select the icon from the Industrial Icons category in the Components Panel.

  1. Go to Displays / Draw.
  2. On the Components Panel, select IndustrialIcons.
  3. Drag-and-drop the icon at your choice to the Drawing area.


Differences Between Approaches

Both approaches support size, color, and alignment controls, but each handles these slightly differently.

  1. Size
  2. Color
  3. Alignment

Using Industrial Icons in Solution Displays

Inserting

Users have two methods for inserting industrial icons to their displays.

The first method is by using the Industrial Icon font family.

  1. Go to Displays / Draw.
  2. Add a text output — such as TTextBlock.
  3. Type the corresponding character code.
  4. Access the font settings and choose an icon from the IndustrialIcon font.


The second method is to select the industrial icons from the Components Panel.

  1. Go to Displays / Draw.
  2. On the Components Panel, select the component you wish by clicking it.
  3. Once selected, click on the Drawing area to add the component to the display.

Configuring

  1. Add the desired icon to your display following the steps above.
  2. Double-click the icon to access the Settings and Dynamics tabs.
  3. Check the Action checkbox.
  4. Set the Event to MouseLeftButtonDown.
  5. Set the Action to OpenDisplay and select the target display.

This configuration triggers specific displays through user interaction with the icons, improving navigation and functionality.


In this section:

  • No labels