OPC Historian .NET Server Toolkit
|
|
System Requirements |
|
Windows 7, 8.x, 10 or Windows Server 2008, 2012, 2016 32 or 64bit .NET Framework 4.x |
|
Visual Studio 2010,2012,2013,2015 or 2017, C# or Visual Basic |
Server Development
The generic server converts all client call parameters to .Net types and calls the appropriate method in the customization plug-in. All application specific server handling can be implemented in C# or VB.Net, using only .Net data types. The provided sample servers are used as the starting point for custom server development projects. Depending on the application requirements the server development can be as simple as adapting the database read methods.
OPC Standard Compliance The provided sample server implementation is tested with the OPC Foundation Compliance Test Tool for compliance with the OPC HDA V1.0/1.1/1.2 specifications.
Visual Studio Integrated Help The server documentation is provided as a Windows help CHM file and as a Help2 component that plugs into Visual Studio help and supports Context sensitive help that displays the needed information without long searches, just click F1 on the name.
Test Client All OPC HDA defined functions can be called interactively. This test client is a .Net application, built with the OPCHDA.NET component, which is available as a separate product.
|