Skip to main content
OTee supports most data types described in IEC 61163-3, like elementary data types, generic data types and user defined data types. Click on the data type field in the Tag Editor to select a data type. Use the search field to get to the correct data type quickly. In addition, hovering over a variable in the code window will display its type in a tooltip for quick reference.
Data TypeExplanation
BOOL1 bit (0,1)
BYTE8 bit (1 byte)
WORD16 bit (2 byte)
DWORD32 bit (4 byte)
LWORD64 bit (8 byte)
SINTSigned short integer (1 byte)
INTSigned integer (2 byte)
DINTSigned double integer (4 byte)
LINTSigned long integer (8 byte)
USINTUnsigned short integer (1 byte)
UINTUnsigned integer (2 byte)
UDINTUnsigned double integer (4 byte)
ULINTUnsigned long integer (8 byte)
REALFloating point number (4 byte)
LREALFloating point number (8 byte)
TIMELiterals in the form of T#5m90s15ms
DATECalendar date
TODTime of day (Clock time)
DTDate and time