Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

Data TypePopis

Kotva
auto
auto
--- Autodetect ---

The Data Type will be queried by a GetVariableAccessAttributes-Request message after the conection establishment.

Note 1: information is currently stored only in KOM process memory, therefore after its restart and the first connection establishment the data type detection is performed for all Autodetect I/O tags.
Note 2: data types State and StateQ are undistinguishable by this mechanism, therefore objects of these types are detected as StateQ.
Note 3: the same mechanism for data type detection is used in browsing.

Discrete *ICCP: Integer 32-bit value signed
DiscreteQ *
ICCP: Integer 32-bit signed value + ICCP Validity
DiscreteQTimeTag *
ICCP: Integer 32-bit signed value + ICCP Validity + Time stamp
DiscreteExtended *
ICCP: Integer 32-bit signed value + ICCP Validity + Current Source + Extended time stamp
Real *
ICCP: Float 32
RealQ *
ICCP: Float 32 + ICCP Validity
RealQTimeTag *
ICCP: Float 32 + ICCP Validity + Time stamp
RealExtended *
ICCP: Float 32 + ICCP Validity + Current Source + Extended time stamp
State *ICCP: Discrete 2-bit value
StateQ *ICCP: Discrete 2-bit value + ICCP Validity
StateQTimeTag *
ICCP: Discrete 2-bit value + ICCP Validity + Time stamp
StateExtended *
ICCP: Discrete 2-bit value + ICCP Validity + Current Source + Extended time stamp
BooleanBoolean value
Float3232-bit real value
Float6464-bit real value
Integer88-bit signed integer value
Integer1616-bit signed integer value
Integer3232-bit signed integer value
Integer6464-bit signed integer value
Unsigned88-bit unsigned integer value
Unsigned1616-bit unsigned integer value
Unsigned2424-bit unsigned integer value
Unsigned3232-bit unsigned integer value
OctetStringVariable-length binarny string
VisibleStringVariable-length text string
UnicodeStringVariable-length text string in UTF8 encoding
BitStringVariable-length bit string
UtcTimeAbsolute time (format seconds since 1.1.1970 + miliseconds)
TimeOfDayAbsolute/relative time (format seconds and miliseconds of a day + optionally number of days since 1.1.1984)
Array of BooleanArray of Boolean values
Array of Float32Array of 32-bit real values
Array of Float64Array of 64-bit real values
Array of Integer8Array of 8-bit signed integer values
Array of Integer16Array of 16-bit signed integer values
Array of Integer32Array of 32-bit signed integer values
Array of Integer64Array of 64-bit signed integer values
Array of Unsigned8Array of 8-bit unsigned integer values
Array of Unsigned16Array of 16-bit unsigned integer values
Array of Unsigned24Array of 24-bit unsigned integer values
Array of Unsigned32Array of 32-bit unsigned integer values
Array of OctetStringArray of variable-length binarny strings
Array of VisibleStringArray of variable-length text strings
Array of UnicodeStringArray of variable-length text string in UTF8 encoding
Array of BitStringArray of variable-length bit strings
Array of UtcTimeArray of absolute times (format seconds since 1.1.1970 + miliseconds)
Array of TimeOfDayArray of absolute/relative times (format seconds and miliseconds of a day + optionally number of days since 1.1.1984)

Kotva
structure
structure

Structure

Structure

Structure or Array. Structure can contain simple types, arrays, and nested structures. Arrays consist of elements that can be simple types (here, however, it is more efficient to use some of the Array of types), structures and arrays. If a data type of an I/O tag is configured as a Structure, the Array Index parameter specifies the complex address of the structure element to be read in the I/O tag.
Note: multiple I/O tags can have the same Name parameter, the Structure data type, and differ only by the Array Index parameter to access the various elements of the structure. If these I/O tags are configured with the I / O Tag Type = Periodically polled value, a single reading request will be sent for all such points.

...