-
串口运动控制上位机/C#串口助手源码
C#串口运动控制上位机源码,主要用于运动控制调试,比如在"M "栏输入1000,串口输出M 1000,,在"M-"输入1000,串口输出M-1000;下位机可根据指令进行区别驱动电机方向运动
串口运动控制上位机
└── 马达串口运动控制上位机
├── SerialCommunicate
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SerialCommunicate.csproj
│ ├── bin
│ │ ├── Debug
│ │ │ ├── SerialCommunicate.exe
│ │ │ ├── SerialCommunicate.pdb
│ │ │ ├── SerialCommunicate.vshost.exe
│ │ │ └── SerialCommunicate.vshost.exe.manifest
│ │ └── Release
│ │ ├── SerialCommunicate.exe
│ │ ├── SerialCommunicate.pdb
│ │ ├── SerialCommunicate.vshost.exe
│ │ └── SerialCommunicate.vshost.exe.manifest
│ └── obj
│ ├── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── SerialCommunicate.Form1.resources
│ │ ├── SerialCommunicate.Properties.Resources.resources
│ │ ├── SerialCommunicate.csproj.FileListAbsolute.txt
│ │ ├── SerialCommunicate.csproj.GenerateResource.Cache
│ │ ├── SerialCommunicate.csprojResolveAssemblyReference.cache
│ │ ├── SerialCommunicate.exe
│ │ ├── SerialCommunicate.pdb
│ │ └── TempPE
│ └── Release
│ ├── 3ed801191daeeafe4f32720599873cc71f6b.png
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── QIcon Changer.exe
│ ├── SerialCommunicate.Form1.resources
│ ├── SerialCommunicate.Properties.Resources.resources
│ ├── SerialCommunicate.csproj.FileListAbsolute.txt
│ ├── SerialCommunicate.csproj.GenerateResource.Cache
│ ├── SerialCommunicate.csprojResolveAssemblyReference.cache
│ ├── SerialCommunicate.exe
│ ├── SerialCommunicate.pdb
│ └── TempPE
├── SerialCommunicate.sln
└── SerialCommunicate.v11.suo
11 directories, 40 files
- 2021-08-15 00:31:13下载
- 积分:1
-
c# 五子棋 游戏完整源码下载
c# 五子棋 游戏完整源码下载
- 2014-12-08下载
- 积分:1
-
winfrom分页实例
winfrom分页实例
- 2014-09-05下载
- 积分:1
-
坦克大战
坦克大战
- 2013-08-27下载
- 积分:1
-
C# ftp 下载类源码
C# ftp 下载类源码
- 2013-11-28下载
- 积分:1
-
C语言面试题.doc(近百道题)
C语言面试题目录C语言面试题.......................................................................................................................................1第一部分:基本概念及其它问答.........................................................................................................2第二部分:程序代码评价或者找错.....................................................................................................4第三部分:编程题.................................................................................................................................24第四部分:附加部分.............................................................................................................................27
- 2020-06-24下载
- 积分:1
-
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
-
DM Call(大漠插件C#免注册调用类)
Call Dm from net
- 2020-01-10下载
- 积分:1
-
C# 在线代码编辑器模板(识别关键词与变量等)
C# 在线代码编辑器模板(识别关键词与变量等)
- 2015-12-05下载
- 积分:1
-
C# 和西门子S7200 Smart S7TCP 通信
① S7TCPDLL,此库支持西门子S7 TCP协议,支持S7-200smart,1200,300,400,1500 PLC等产品 ②此库由C#开发,支持VB.NET,C#.NET,VC.NET平台,在.NET平台之间引用即可,其他平台如vc ,vb请参考相关说明 ③利用此DLL完全可取代HMI (触摸屏),也可直接和PLC通讯,DEMO(VS2013,C#)见百度云,获取正式版请联系,或关注微信公众号
- 2019-12-13下载
- 积分:1