ProtoTwin API
    Preparing search index...

    Enumeration DataType

    Signal data types.

    Index

    Enumeration Members

    Bit: 1

    Boolean.

    Double: 9

    Double-precision floating-point.

    Float: 8

    Single-precision floating-point.

    Int16: 6

    Signed word (-32,768 to 32,767).

    Int32: 7

    Signed double word (-2,147,483,648 to 2,147,483,647).

    Int8: 5

    Signed byte (-128 to 127).

    Uint16: 3

    Unsigned word (0 to 65,535).

    Uint32: 4

    Unsigned double word (0 to 4,294,967,295).

    Uint8: 2

    Unsigned byte (0 to 255).