OPC Historian .NET Server Toolkit |
|
| System Requirements |
 |
Windows XP, Windows 2000 or Windows Server 2003 .NET Framework 1.1 or Framework 2.0
|
 |
Microsoft Visual Studio .NET 2003 or 2005 Visual Basic or C# |
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.
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.

|