Benefits: Difference between revisions

From OPC Labs Knowledge Base
Line 10: Line 10:
* data type inference in OPC UA Writes
* data type inference in OPC UA Writes
* formatting feature
* formatting feature
* no config files necessary
* no config files necessary - just reference an assembly
* debugger: does not show unnecessary private fields
* debugger: does not show unnecessary private fields
* automatically adjusts UA timing to debugger
* automatically adjusts UA timing to debugger
Line 22: Line 22:
* Typesafe/generics
* Typesafe/generics
* "Made for .NET"
* "Made for .NET"
* Low-ceremony API
* Highly intuitive toolkit
* .NET and COM interfaces are largely identical
* API has high expressive power

Revision as of 15:06, 23 January 2018


Support

  • We respond to every post on our Online Forums (http://www.opclabs.com/forum/index).
  • As opposed to many other vendors, our technical support is public, which means that any possible issues are visible on the Web and you can find them - and an advise on how to resolve them - without having to become a customer first. If your issue involves sensitive or confidential information, we can provide support to you via email.

Notices

  • CLS-compliant
  • data type inference in OPC UA Writes
  • formatting feature
  • no config files necessary - just reference an assembly
  • debugger: does not show unnecessary private fields
  • automatically adjusts UA timing to debugger
  • connectivity explorer
  • Help integration
  • Comprehensive Reference
  • Intellisense
  • Interoperability tested
  • Visual binding
  • Binary/xml serialization
  • Typesafe/generics
  • "Made for .NET"
  • Low-ceremony API
  • Highly intuitive toolkit
  • .NET and COM interfaces are largely identical
  • API has high expressive power