Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

no dynamic allocation

...

platform independend

...

2 parallel secure channels, 2 parallel sessions, 2 monitored items per session

...

in house conformance test - no official conformance test

...

no string write (only numeric/bool types)

...

The GOAL OPC-UA server stack has some advantages over other stacks. The stack does not use dynamic allocation during operation. Only during the startup, dynamic allocation is done. Further, no task supported is necessary. Therefore, the GOAL OPC-UA server stack is platform and OS independent. The stack supports up to two parallel secure channels, up to two concurrently sessions and two monitored items per session. Also, the stack is successfully tested in House using the OPC Foundation conformance test tool “UA CTT”. This is not an official certificate.

Because of the missing dynamic allocation, it is not possible to write strings and some other data types or array sizes. Therefore, only numeric and boolean value attributes are writable by OPC-UA clients. Because only the micro and nano profiles are supported, there is no support of events.