Porovnávané verzie

Kľúč

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

...

  • Offset - offset of value in the response(0..65535). For multibyte values, this is the offset of the first byte.
  • Type - type of value. The following types are supported:
    • BYTE - 1-byte unsigned number
    • SBYTE - 1-byte signed number
    • WORD - 2-byte unsigned number
    • SWORD - 1-byte signed number
    • DWORD - 4-byte unsigned number
    • SDWORD - 4-byte signed number
    • FLOAT - 4-byte float number
    • DFLOAT - 8-byte float number
      Note: if the DFLOAT value type is configured on I/O tag of the TiA type, it is interpreted as a Unix times (number of seconds since January 1, 1970 in UTC)
      RTD - 4-byte timestamp (2 bytes hours/minutes/day, 2 bytes month/year)
  • BitNr - optional bit number for values of BYTE (10-87) and WORD (10-1615) types, if the values are assigned to I/O tags of Di type.

...