基于VB的分布式监控系统通信设计
作者:佚名; 更新时间:2014-12-05
关键词 VB 通信 串行口 控件 DDE API
The Communication Design of Distributed Control System Based on VBAbstract: This article introduces the realization of many communication functions of Distributed Control System with the application on lots of communication methods of VB.
Key Words: VB, Communication, Serial Port,信捷职称论文写作发表网, Control Box, DDE, API
(1) 初始化程序
’ 选择COM2
(2) 发送命令程序
Dim Command, node, begin, number as string
Dim Answerlen as integer
’节点号
’
’
Dim FCS, I as integer
Dim s ,f as string
s=”@”+node+Commad+begin+number
FCS=0
For i=1 to Len(s)
Next i
f=Hex$(FCS)
If Len(f)=1 Then f=”0”+f
Do
Dummy=DoEvents()
Do tag1= Commfrm.MSComm1.Input
上述程序具有相当的通用性,对于其它设备不同的只是各自的数据帧格式,因而只需做相应少量修改即可。
上一篇:iFIX软件在计算机中的应用
热门论文