-
c#与西门子s7-200 smart 通讯实例 S7TCPDLL.dll
【实例简介】
c#与西门子s7-200 smart 通讯实例 内附S7TCPDLL.dll
【使用说明】
在bin文件夹debug,config文件打开配置PLC IP地址,CPU 的信息
修改配置文件
[PlcComTCP]
IP=192.168.0.1 //PLC IP地址
Rack=0 //PLC 机架
Slot=1 //PLC 插槽
注,PLC和电脑 IP必须在同一网段
S7TCPDLL使用方法
1)添加引用,然后倒入命名空间
using S7TCPDLL;
2)实例化函数 S7Client
例如: S7Client client = new S7Client();
然后利用VS开发平台智能感知的功能可选择相应函数
例如调用置位函数 SetBitQB(0, 0)
首先实例化函数S7Client client = new S7Client();
然后 client.SetBitQB(0, 0);
调用其他函数类似。
- 2021-05-18 10:33:07下载
- 积分:1
-
这是用C#写的一个非常经典的例子,希望对大家有用,能够从中学到什么....
这是用C#写的一个非常经典的例子,希望对大家有用,能够从中学到什么.-This is written in C# is a classic example, we hope to useful, what can be learned from them.
- 2022-03-22 13:25:31下载
- 积分:1
-
C++跑跑卡丁车
跑跑卡丁车 已更新五个版本,建议使用最后一个版本 有不懂或发现bug的可以联系作者 请在征求作者意见的情况下再转载谢谢
- 2020-12-06下载
- 积分:1
-
SST25VF016B
串口FLASH(SST25VF016B)的中文资料,才找到的,拿出来跟大家分享一下.(Serial FLASH ( SST25VF016B ) of the Chinese data, I found the, out to share with you)
- 2012-03-31 23:44:52下载
- 积分:1
-
C-100sample
亲密体会C语言编程的各项技术及前沿科技,让你学有所活哦 亲(Intimate experience WINDOWS programming technology and cutting-edge technology, so that you have learned to live Oh pro)
- 2012-11-02 17:33:35下载
- 积分:1
-
The-coding-principle-of-courseware-
详细介绍了编码原理的基础知识,是编程的入门级必备教材(Details the basics of coding theory, is an essential textbook entry-level programming)
- 2013-12-23 19:20:12下载
- 积分:1
-
Matlab_Path_Planning
基于栅格法的路径规划算法实现(Matlab环境下)(Grid method is based path planning algorithm (Matlab environment))
- 2012-12-30 13:34:40下载
- 积分:1
-
stm32-EzUI
stm32与铭正同创液晶屏通讯例程,包含数字触摸按键,按钮等例程(stm32 and Ming positive Genesis LCD screen communications routines, including digital touch keys, buttons and other routines)
- 2015-09-12 15:26:13下载
- 积分:1
-
c-primer-plus-source-code
c primer plus
- 2011-04-17 08:45:13下载
- 积分:1
-
PyXML.tar
DOM得应用方面代码,用得着就下阿,很详细的(DOM in the application code, on the next worthwhile A very detailed)
- 2007-02-21 01:15:36下载
- 积分:1