资源简介
通过libnodave函数实现与西门子PLC连接并读值
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Windows.Forms;
using Operatexml;
namespace libnodaveTest1
{
public partial class Form1 : Form
{
#region libnodave相关
static libnodave.daveOSserialType fds;
static libnodave.daveInterface di;
static libnodave.daveConnection dc;
static int rack = 0;
static int slot = 0;
#endregion
#region xml相关
static string strPath = “PLCGroup.xml“;
static string strID = ““;
#endregion
public Form1()
{
InitializeComponent();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7 2019-06-25 10:15 libnodaveTest1\.git\COMMIT_EDITMSG
文件 951 2019-06-25 10:13 libnodaveTest1\.git\config
文件 73 2019-06-25 10:13 libnodaveTest1\.git\desc
文件 104 2019-06-25 10:26 libnodaveTest1\.git\FETCH_HEAD
文件 23 2019-06-25 10:25 libnodaveTest1\.git\HEAD
文件 478 2019-06-25 10:13 libnodaveTest1\.git\hooks\applypatch-msg.sample
文件 896 2019-06-25 10:13 libnodaveTest1\.git\hooks\commit-msg.sample
文件 189 2019-06-25 10:13 libnodaveTest1\.git\hooks\post-update.sample
文件 424 2019-06-25 10:13 libnodaveTest1\.git\hooks\pre-applypatch.sample
文件 1642 2019-06-25 10:13 libnodaveTest1\.git\hooks\pre-commit.sample
文件 1348 2019-06-25 10:13 libnodaveTest1\.git\hooks\pre-push.sample
文件 4898 2019-06-25 10:13 libnodaveTest1\.git\hooks\pre-reba
文件 544 2019-06-25 10:13 libnodaveTest1\.git\hooks\pre-receive.sample
文件 1239 2019-06-25 10:13 libnodaveTest1\.git\hooks\prepare-commit-msg.sample
文件 3610 2019-06-25 10:13 libnodaveTest1\.git\hooks\update.sample
文件 1677 2019-06-25 10:25 libnodaveTest1\.git\index
文件 240 2019-06-25 10:13 libnodaveTest1\.git\info\exclude
文件 1007 2019-06-25 10:25 libnodaveTest1\.git\logs\HEAD
文件 327 2019-06-25 10:15 libnodaveTest1\.git\logs\refs\heads\master
文件 189 2019-06-25 10:21 libnodaveTest1\.git\logs\refs\heads\operatexm
文件 274 2019-06-25 10:15 libnodaveTest1\.git\logs\refs\remotes\origin\master
文件 168 2019-06-25 10:23 libnodaveTest1\.git\ms-persist.xm
文件 751 2019-06-25 10:13 libnodaveTest1\.git\ob
文件 1541 2019-06-25 10:13 libnodaveTest1\.git\ob
文件 311 2019-06-25 10:13 libnodaveTest1\.git\ob
文件 186 2019-06-25 10:13 libnodaveTest1\.git\ob
文件 2112 2019-06-25 10:13 libnodaveTest1\.git\ob
文件 325 2019-06-25 10:13 libnodaveTest1\.git\ob
文件 156 2019-06-25 10:15 libnodaveTest1\.git\ob
文件 538 2019-06-25 10:13 libnodaveTest1\.git\ob
............此处省略111个文件信息
- 上一篇:程序运行等待界面(loading)
- 下一篇:不区分大小写的验证码(c#)
相关资源
- 基恩士PLC通讯.rar
- 上位机与PLC通讯dll.zip
- C#编成Modbus TCP连接PLC寄存器读取、写
- C#封装modbus
- C#和西门子1200PLC通讯.zip
- C#和西门子PLC1200 以太网通讯
- C# 松下PLC通讯协议标准模块
- C# 链接PLC
- 松下PLC与上位机通信
- C# PLC OPC 通讯统一方式
- TIA openness 开发教程
- C# 2015最新版NMODBUS4.0源码支持TCP/IPRT
- 通过MODBUS实现PLC与上位机通讯的C#
- 通过MODBUS TCP读写PLC源码
- C#三菱FX系列PLC纯串口命令各区域读写
- ADS通讯 C#与TWINCAT PLC的通讯
- 西门子PRODAVE6中文接口类库
- OMRON的PLC通过TCP/IP协议通信C#源码
- PLC通过TCP/IP协议通信C#源码
- C#测试与欧姆龙FINS TCP通信
- C# 西门子PLC ppi通讯程序
- C#与S7-300PLC的通讯
- 松下PLC标准通讯协议C#
- c#与三菱PLC通讯读写
- C#用S7.net.dll文件,里面包含使用文档
- C#和台达PLC通信
- MODBUS TCP C# 源码 -- 测试过信捷PLC
- C#与DVP PLC通信
- S7.NET.DLL及官方指导文件.rar
- 上位机与PLC通讯软件C#
评论
共有 条评论