SLIK-DA - VB6 Example
How do I create an OPC Server?
VB6 is no longer a supported development environment in the latest version of SLIK-DA
Simple OPC Server
A sample OPC DA and UA Server created in Visual Basic 6 using SLIK-DA with UA.
This example project shows you how to:
- Use Tracing to log messages
- Register/Unregister the server through the command line
- Handle a client call to OnRead, OnWrite, OnWriteVQT, and OnTrace methods
- Display statistics to the user, such as: the number of clients connected, number of requested items, number of data change notifications, etc.
- VB_Simple_Server.zip