您现在所在的是:

三菱Mitsubishi

回帖:2个,阅读:832 [上一页] [1] [下一页]
931
dingxiao816
文章数:10
年度积分:50
历史总积分:931
注册时间:2007/5/12
发站内信
发表于:2007/6/8 21:37:00
#0楼
Private Sub Command1_Click()
If MSComm1.PortOpen = False Then
MSComm1.Settings = "9600,e,7,1"
MSComm1.PortOpen = True
End If
MSComm1.OutBufferCount = 0
MSComm1.InBufferCount = 0
Dim sendtemp(11) As Byte
sendtemp(0) = &H2
sendtemp(1) = &H30
sendtemp(2) = &H30
sendtemp(3) = &H45
sendtemp(4) = &H30
sendtemp(5) = &H32
sendtemp(6) = &H30
sendtemp(7) = &H32
sendtemp(8) = &H3
sendtemp(9) = &H36
sendtemp(10) = &H43
MSComm1.Output = sendtemp
MSComm1.PortOpen = False
If MSComm1.PortOpen = False Then
MSComm1.Settings = "9600,e,7,1"
MSComm1.PortOpen = True
End If
MSComm1.OutBufferCount = 0
MSComm1.InBufferCount = 0
Dim sendtemp1(10) As Byte
sendtemp1(0) = &H2
sendtemp1(1) = &H45
sendtemp1(2) = &H37
sendtemp1(3) = &H30
sendtemp1(4) = &H30
sendtemp1(5) = &H31
sendtemp1(6) = &H32
sendtemp1(7) = &H3
sendtemp1(8) = &H34
sendtemp1(9) = &H32
MSComm1.Output = sendtemp1
MSComm1.PortOpen = False
End Sub
不知道对不对,望各位老师指点一下,还有就是如果对x1,x2...等是怎么置位的呢?
也就是哪个数据是怎么得出来?都快想破头了
1050
HaveGood
文章数:-11
年度积分:-729
历史总积分:1050
注册时间:2006/9/18
发站内信
发表于:2007/6/10 15:10:00
#1楼
此楼内容不符合板块规定,不予显示! 查看原帖内容>>
1193
llm8888
文章数:73
年度积分:50
历史总积分:1193
注册时间:2005/9/19
发站内信
发表于:2007/6/20 17:23:00
#2楼
有硬件的X输入端是不能置复位的。比如 FX-2N-16MR,无EX模块。则X0-X7,不能置复位。我处专业做PLC通讯,有需要,请来电联系。


[此贴子已经被作者于2007-6-20 17:25:43编辑过]

关于我们 | 联系我们 | 广告服务 | 本站动态 | 友情链接 | 法律声明 | 非法和不良信息举报

工控网客服热线:0755-86369299
版权所有 工控网 Copyright©2024 Gkong.com, All Rights Reserved

62.4004