Porovnávané verzie

Kľúč

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

...

Value types on the side of D2000 OPC UA server:

  • Boolean (objects of Line type, values of boolean type - De/Di/Dout)
  • DateTime (values of absolute time type - TmA/TiA/ToA)
  • Double (values of real type - Re/Ai/Ao, relative time - TmR/TiR/ToR)
  • Int32 (objects of Station/Alarm/Process types, values of type quadstate - Qi)
  • Int64 (values of integer type - Int/Ci/Co) *
  • String (values of text type - Txt/TxtI/TxtO)

Kotva
noteInt
noteInt
Note: In version D2000 21.1.72, the Int type was changed from 32 to 64 bits, which results in the representation of Int/Ci/Co values as Int64 (formerly Int32). Therefore, new start parameters were supported, which can be used to change the behavior of the D2000 OPC UA Server as follows:

  • --INT32INV  values of type Int/Ci/Co will be represented as Int32 in D2000 OPC UA server, values outside the range of Int32 will be invalidated
  • --INT32SAT  values of type Int/Ci/Co will be represented as Int32 in D2000 OPC UA server, values outside the range Int32 will be saturated

Support of identities:

  • ANONYMOUS
  • name:password

...