基本信息
源码名称:C#通过Fins命令读写Omron PLC
源码大小:1.60M
文件格式:.rar
开发语言:C#
更新时间:2021-07-05
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 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