基本信息
源码名称:C# OPC客户端测试程序
源码大小:0.13M
文件格式:.rar
开发语言:C#
更新时间:2023-07-02
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C# OPC客户端测试程序,可以在上面进行修改。
文件清单
└── OPCClient
├── MyOPCClient
│ ├── bin
│ │ ├── Debug
│ │ │ ├── MyOPCClient.dll
│ │ │ ├── MyOPCClient.pdb
│ │ │ ├── OPC.LogUtil.dll
│ │ │ └── OPC.LogUtil.pdb
│ │ └── Release
│ ├── Interop.OPCAutomation
│ │ └── X86
│ │ └── 1.0.0.0
│ │ └── Interop.OPCAutomation.dll
│ ├── Interop.OPCAutomation.dll
│ ├── MyOPCClient.cs
│ ├── MyOPCClient.csproj
│ ├── MyOPCGroup.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── MyOPCClient.csproj.FileListAbsolute.txt
│ │ ├── MyOPCClient.dll
│ │ ├── MyOPCClient.pdb
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ └── Properties
│ └── AssemblyInfo.cs
├── OPCClient.sln
├── OPCClient.suo
├── OPCClientTest
│ ├── bin
│ │ └── Debug
│ │ ├── group1.txt
│ │ ├── group2.txt
│ │ ├── MyOPCClient.dll
│ │ ├── MyOPCClient.pdb
│ │ ├── OPCClientTest.exe
│ │ ├── OPCClientTest.pdb
│ │ ├── OPCClientTest.vshost.exe
│ │ ├── OPCClientTest.vshost.exe.manifest
│ │ ├── OPC.LogUtil.dll
│ │ └── OPC.LogUtil.pdb
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── OPCClientTest.csproj.FileListAbsolute.txt
│ │ ├── OPCClientTest.exe
│ │ ├── OPCClientTest.Form1.resources
│ │ ├── OPCClientTest.pdb
│ │ ├── OPCClientTest.Properties.Resources.resources
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── OPCClientTest.csproj
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
└── OPC.LogUtil
├── bin
│ ├── Debug
│ │ ├── OPC.LogUtil.dll
│ │ └── OPC.LogUtil.pdb
│ └── Release
├── LogUtil.cs
├── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── OPC.LogUtil.csproj.FileListAbsolute.txt
│ ├── OPC.LogUtil.dll
│ ├── OPC.LogUtil.pdb
│ └── TempPE
├── OPC.LogUtil.csproj
└── Properties
└── AssemblyInfo.cs
28 directories, 56 files
C# OPC客户端测试程序,可以在上面进行修改。
文件清单
└── OPCClient
├── MyOPCClient
│ ├── bin
│ │ ├── Debug
│ │ │ ├── MyOPCClient.dll
│ │ │ ├── MyOPCClient.pdb
│ │ │ ├── OPC.LogUtil.dll
│ │ │ └── OPC.LogUtil.pdb
│ │ └── Release
│ ├── Interop.OPCAutomation
│ │ └── X86
│ │ └── 1.0.0.0
│ │ └── Interop.OPCAutomation.dll
│ ├── Interop.OPCAutomation.dll
│ ├── MyOPCClient.cs
│ ├── MyOPCClient.csproj
│ ├── MyOPCGroup.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── MyOPCClient.csproj.FileListAbsolute.txt
│ │ ├── MyOPCClient.dll
│ │ ├── MyOPCClient.pdb
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ └── Properties
│ └── AssemblyInfo.cs
├── OPCClient.sln
├── OPCClient.suo
├── OPCClientTest
│ ├── bin
│ │ └── Debug
│ │ ├── group1.txt
│ │ ├── group2.txt
│ │ ├── MyOPCClient.dll
│ │ ├── MyOPCClient.pdb
│ │ ├── OPCClientTest.exe
│ │ ├── OPCClientTest.pdb
│ │ ├── OPCClientTest.vshost.exe
│ │ ├── OPCClientTest.vshost.exe.manifest
│ │ ├── OPC.LogUtil.dll
│ │ └── OPC.LogUtil.pdb
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── OPCClientTest.csproj.FileListAbsolute.txt
│ │ ├── OPCClientTest.exe
│ │ ├── OPCClientTest.Form1.resources
│ │ ├── OPCClientTest.pdb
│ │ ├── OPCClientTest.Properties.Resources.resources
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── OPCClientTest.csproj
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
└── OPC.LogUtil
├── bin
│ ├── Debug
│ │ ├── OPC.LogUtil.dll
│ │ └── OPC.LogUtil.pdb
│ └── Release
├── LogUtil.cs
├── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── OPC.LogUtil.csproj.FileListAbsolute.txt
│ ├── OPC.LogUtil.dll
│ ├── OPC.LogUtil.pdb
│ └── TempPE
├── OPC.LogUtil.csproj
└── Properties
└── AssemblyInfo.cs
28 directories, 56 files