嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#通过Fins命令读写Omron PLC
├── OPC动态库注册
│ ├── DCM95CFG.EXE
│ ├── DCOM98.EXE
│ ├── Dlls
│ │ ├── OPCPROXY.DLL
│ │ ├── OPC_AEPS.DLL
│ │ ├── OpcRcw.Comn.dll
│ │ ├── opccomn_ps.dll
│ │ └── opchda_ps.dll
│ ├── Install.bat
│ ├── OpcEnum.exe
│ └── UnInstall.bat
├── program
│ └── Pro_Fins
│ ├── Pro_Fins
│ │ ├── Pro_Fins.csproj
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── PublicClass
│ │ │ ├── Common.cs
│ │ │ └── OmronPLC.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── AMP.sdb
│ │ │ ├── OpcNetApi.Com.dll
│ │ │ ├── OpcNetApi.dll
│ │ │ ├── OpcRcw.Ae.dll
│ │ │ ├── OpcRcw.Comn.dll
│ │ │ ├── OpcRcw.Da.dll
│ │ │ ├── OpcRcw.Dx.dll
│ │ │ ├── OpcRcw.Hda.dll
│ │ │ ├── Pro_Fins.exe
│ │ │ ├── Pro_Fins.pdb
│ │ │ └── Pro_Fins.vshost.exe
│ │ ├── frmMain.Designer.cs
│ │ ├── frmMain.cs
│ │ ├── frmMain.resx
│ │ └── obj
│ │ └── Debug
│ │ ├── Pro_Fins.Properties.Resources.resources
│ │ ├── Pro_Fins.csproj.FileListAbsolute.txt
│ │ ├── Pro_Fins.csproj.GenerateResource.Cache
│ │ ├── Pro_Fins.exe
│ │ ├── Pro_Fins.frmMain.resources
│ │ ├── Pro_Fins.pdb
│ │ ├── Refactor
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── Pro_Fins.sln
│ └── Pro_Fins.suo
└── 使用说明.txt
13 directories, 43 files