Benefits

From OPC Labs Knowledge Base
Revision as of 14:02, 28 January 2018 by User (talk | contribs) (→‎Notices)


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.

Costs

  • no need to pay yearly to OPCF to stay closed-source. It gets cheaper to purchase the toolkit rather than paying annual OPC Foundation fees.

Developer Friendliness

Notices

  • CLS-compliant
  • data type inference in OPC UA Writes
  • formatting feature
  • 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 (strong typing)/generics
  • "Made for .NET"
  • Low-ceremony API
  • Highly intuitive toolkit
  • .NET and COM interfaces are largely identical
  • API has high expressive power
  • OPC DA Quality Decoder included
  • Excel integration
  • Perpetual license
  • Simple licensing - no hassles with lost licenses "tied" to a hardware
  • no config files necessary - just reference an assembly
  • Pre-installation of OPC Core Component not required
  • Pre-installation of UA Certificate Generator not required
  • No need to create/assign a certificate by a manual process
You can specify namespace URIs for OPC UA nodes
... and not namespaces indices. This is important, because the server can can change namespace indices between sessions. Other toolkits largely ignore this, and even give you examples where the node is specified with a hard-coded namespace index. Proper way of doing this is to look up the namespace index that corresponds to namespace URI, but that complicates the user code a lot. QuickOPC does this for you.