【实例简介】
【实例截图】
【核心代码】
OPCClient
├── FrmRSLinxOPCClient.Designer.cs
├── FrmRSLinxOPCClient.cs
├── FrmRSLinxOPCClient.resx
├── OPCClient.csproj
├── OPCConnection.dll
├── OPCDAAuto.dll
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── RsiOPCAuto.dll
├── app.config
├── bin
│ ├── Debug
│ │ ├── Interop.OPCAutomation.dll
│ │ ├── Interop.RsiOPCAuto.dll
│ │ ├── OPCClient.exe
│ │ ├── OPCClient.exe.config
│ │ ├── OPCClient.pdb
│ │ ├── OPCCl