Location:
Search - omron vb
Search list
Description: VB OMRON-PLC通讯源程
VB OMRON-PLC通讯源程
VB OMRON-PLC通讯源程-VB-PLC communications VB source-OMRON- PLC communications VB source-OMRON-PLC communications-source
Platform: |
Size: 4110 |
Author: 吴小华 |
Hits:
Description: omron与vb的通讯源代码,谨供大家参考和使用,感谢您的支持-omron vb communications with the source code, we would like for reference and use, thanks to your support
Platform: |
Size: 5798 |
Author: 杨样 |
Hits:
Description: VB OMRON-PLC通讯源程
VB OMRON-PLC通讯源程
VB OMRON-PLC通讯源程-VB-PLC communications VB source-OMRON- PLC communications VB source-OMRON-PLC communications-source
Platform: |
Size: 4096 |
Author: 吴小华 |
Hits:
Description: VB与台达产品的通信,主要用工业控制用.有很好参考值.-VB and Taiwan for the communication products, mainly industrial use. Good reference value.
Platform: |
Size: 50176 |
Author: team |
Hits:
Description: omron与vb的通讯源代码,谨供大家参考和使用,感谢您的支持-omron vb communications with the source code, we would like for reference and use, thanks to your support
Platform: |
Size: 5120 |
Author: 杨样 |
Hits:
Description: vb编写的欧姆龙PLC通讯程序,已用于实际工程项目中-vb prepared by the OMRON PLC communication procedures, has been used in practical projects
Platform: |
Size: 5120 |
Author: annan |
Hits:
Description: vb的mscomm控件与OMRONCP1H的PLC通讯-vb of MSComm OMRONCP1H the PLC control and communications
Platform: |
Size: 6144 |
Author: zouqiang |
Hits:
Description: 利用PC基于Windows操作系统和VB编程环境读取Omron PLC程序中的数据-The use of PC-based Windows operating system and VB programming environment Omron PLC program to read the data in the
Platform: |
Size: 599040 |
Author: 张怀勇 |
Hits:
Description: VB与欧姆龙PLC通过RS-232串口通讯
的上位机程序-VB with Omron PLC through RS-232 PC serial communication program
Platform: |
Size: 4105216 |
Author: wang |
Hits:
Description: OMRON(PLC控制器)的VB通迅源程序,提供一个示例供各位参考-OMRON (PLC controller) communications VB source code to provide a sample for your reference
Platform: |
Size: 1376256 |
Author: 李文波 |
Hits:
Description: VB与OMRON C200HS PLC 通讯 。硬件简单,使用也比较灵活-VB and OMRON C200HS PLC communication. Simple hardware is also more flexible use of
Platform: |
Size: 146432 |
Author: jh |
Hits:
Description: VB与欧姆龙PLC通过RS-232串口通讯的上位机程序,焦作中州炭素有限公司自动配料系统-VB and Omron PLC via RS-232 serial communication PC program, Jiaozuo automatic batching system Plains Carbon Co., Ltd.
Platform: |
Size: 4113408 |
Author: lizhe |
Hits:
Description: Omron VB通訊
vb_test.vbp VB測 試
OMRONlib.bas 監控指令函數庫
fun3_tst.vbp 測試函數
bit_motr.vbp 接點監控
coil.vbp 接點即時監控
channel.vbp 通道即時監控
tim_cnt.vbp 計時器計數器即時監控
autosale.vbp 自動販賣機
data_aqu.vbp資料搜集系統-Omron VB communications program examples
Platform: |
Size: 83968 |
Author: 蔡阿福 |
Hits:
Description: VB与欧姆龙PLC通过RS-232实现串口通讯,监控。(VB and OMRON PLC through RS-232 serial communication, monitoring.)
Platform: |
Size: 4106240 |
Author: 云梦
|
Hits:
Description: VB.NET 与欧姆龙PLCfins协议通讯(VB.NET and OMRON PLCfins protocol communication)
Platform: |
Size: 220160 |
Author: 梁牵马
|
Hits:
Description: omron fins协议通讯,VB编写,仅供参考。(Omron fins protocol communication, VB prepared for reference only)
Platform: |
Size: 809984 |
Author: jeffert
|
Hits:
Description: Vb.net 與OMRON PLC 通過COM口實現通信
進行DM區域讀寫(Vb.net and OMRON PLC connect)
Platform: |
Size: 81920 |
Author: owenyangmn
|
Hits:
Description: 欧姆龙的PLC,在VB中调用的串口,网络通信接口
有利用到FINS协议,读写PLC数据(OMRON's PLC, serial port in VB, network communication interface
Have access to FINS protocol)
Platform: |
Size: 4096 |
Author: 天下无敌喵 |
Hits:
Description: 这是VB和欧姆龙通讯源码经典的例子, Lettura_Dm = False
ricez_ok = -1: timeout = False
trasm = "@00RD"
trasm = trasm + Right$(Str$(10000 + dm!), 4)
trasm = trasm + "0001"
trasm = trasm + bcc(trasm) + Chr$(42) + Chr$(13)
Omron!Comm1.Output = trasm
conta = 0
Do
conta = conta + 1
If conta > 1200 Then timeout = True: Exit Do
Loop Until Omron!Comm1.InBufferCount >= 15
a = Omron!Comm1.Input
If Not timeout Then
fcs = Mid$(a, (Len(a) - 3), 2)
trasm = Left$(a, (Len(a) - 4))
If fcs <> bcc(trasm) Then
timeout = -1
Exit Function
End If
valore = Mid$(a, 8, 4)
V = Val("&H" + valore)
Lettura_Dm = True
End If
ricez_ok = 0
Omron!Comm1.InBufferCount = 0
End Function(This is a VB to omron Lettura_Dm = False
ricez_ok = -1: timeout = False
trasm = "@00RD"
trasm = trasm + Right$(Str$(10000 + dm!), 4)
trasm = trasm + "0001"
trasm = trasm + bcc(trasm) + Chr$(42) + Chr$(13)
Omron!Comm1.Output = trasm
conta = 0
Do
conta = conta + 1
If conta > 1200 Then timeout = True: Exit Do
Loop Until Omron!Comm1.InBufferCount >= 15
a = Omron!Comm1.Input
If Not timeout Then
fcs = Mid$(a, (Len(a) - 3), 2)
trasm = Left$(a, (Len(a) - 4))
If fcs <> bcc(trasm) Then
timeout = -1
Exit Function
End If
valore = Mid$(a, 8, 4)
V = Val("&H" + valore)
Lettura_Dm = True
End If
ricez_ok = 0
Omron!Comm1.InBufferCount = 0
End Function)
Platform: |
Size: 3072 |
Author: 铭铭之中 |
Hits:
Description: Testing PC to Omron PLC connection
Platform: |
Size: 14336 |
Author: zicon |
Hits: