Exemple #1
0
        public void Start()
        {
            Runtime        = OpcRuntime.Instance;
            Runtime.Parent = AppInstance;
            Runtime.Start();

            Server        = OpcServer.Load(ConfigDirectory + "OpcServer.config");
            Server.Parent = AppInstance;

            Server.StartConnect();
            Server.StartDispatch();
        }