示例#1
0
        void Init()
        {
            dbClient  = new DBClient();
            opcClient = new OPCClient();

            opcClient.AddWriteGroupTags();
            opcClient.AddReadGroupTags();

            opcClient.writeGroup = opcClient.SetupOPCWriteGroup("WriteGroup");
            opcClient.readGroup  = opcClient.SetupOPCReadGroup("ReadGroup");
        }