AnalogText


Shift between several texts depending on the value of an analog signal.

The object is connected to a database attribute of type float or int. To each text you specify
an Enum value. The text which Enum value matches the value of the database attribute, is
displayed in the component.

Attribute                               Description
AnalogText.Attribute                       Database attribute of type Float32, Float64, Int32,
                      UInt32, Int16, UInt16, Int8 or UInt8. The text which
                      Enum matches the value of the database attribute is
                      displayed.
AnaogText.TextMask                       Mask that states number of texts.
AnalogText.Text1                       Text number 1.
AnalogText.Enum1                       Enumeration value for text number 1.
AnalogText.Text2                       Text number 2.
AnalogText.Enum2                       Enumeration value for the second text.