Online Help icom Data Suite

Flags

Flags are used like variables for storing conditions. Their content is queried in events and set in actions. Depending on the data type, it is a digital or analogue data point. The following data types are available for the flags:

TypeNatureComment
Bitdigitalcan take the conditions "0" or "1"
Unsigned Integeranaloguecan take positive integers as value
Signed Integeranaloguecan take positive and negative integers as value
Float (32 bit)analoguecan take floating-point numbers as value
Double (64 bit)analoguecan take floating-point numbers as value

When entering the flags, it is important to select the right data type for the specific application. Please note that it is possible to set an analogue data point of the type Integer to a value of an data point of the type Float in an action for example, which might lead to failures in the intended application.

Back to overview