TypesUnitsUnitStringOn this pageUnitString Short summary The UnitString is an alias for a string with a limited amount of characters. Underlying type: STRING ( 10 ) Code Declaration TYPE UnitString : STRING(10); END_TYPE