Skip to main content
Version: 25.1 (stable)

Integer

Integers are frequently used to represent numerical values such as time, speed, distance, and temperature. They are useful because they take up less memory than floating-point numbers and are faster to process. Additionally, a PLC often uses integers for control and decision-making operations, making them a key component in the programming of industrial automation systems.

Define a Variable Using the Context Menu

  1. Change to the Data View.

  2. Right-click the Data or any other folder in your HMI Data View.

  3. Choose Add Variable.

  4. Choose the type Integer.


Augment a Variable With Additional Metadata