Datentypen von OPC-Items
Datentyp | Beschreibung |
Byte | Vorzeichenloses Zeichen |
Int16 | Ganzzahl (16-Bit) |
UInt16 | Vorzeichenlose Ganzzahl (16-Bit) |
Int32 | Ganzzahl (32-Bit) |
UInt32 | Vorzeichenlose Ganzzahl (32-Bit) |
Int64 | Ganzzahl (64-Bit) |
UInt64 | Vorzeichenlose Ganzzahl (64-Bit) |
Float32 | 32-bit float |
Float64 | 64-bit float |
Bool | Boolescher Wert |
Enum | Aufzählung |
String | String |
Zeit | Datum/Uhrzeit |
Byte_Array | Matrix von vorzeichenlosen Zeichen |
Int16_Array | 16-bit array of integers |
UInt16_Array | 16-bit array of unsigned integers |
Int32_Array | 32-bit array of integers |
UInt32_Array | 32-bit array of unsigned integers |
Int64_Array | 64-bit array of integers |
UInt64_Array | 64-bit array of unsigned integers |
Float32_Array | 32-bit array of floats |
Float64_Array | 64-bit array of floats |
Bool_Array | Matrix von booleschen Werten |
String_Array | Matrix von Zeichenfolgen |
Enum_Array | Matrix von Aufzählungen |
Time_Array | Matrix von Datums-/Uhrzeitwerten |