Welcome![Sign In][Sign Up]
Location:
Search - PLC通讯

Search list

[Program doc工控机与PLC通讯编程

Description: 本文详细介绍了工控机与PLC(可编程控制器...以三菱PLC为例),通过串口进行通讯的方法与步骤. PLC大量运用于设备控制,具有稳定可靠,容易编程的特点,往往用于设备的底层控制. 而工控机具有友好的界面,容易被操作者所接受.因此,将工控机与PLC结合,实现设备的智能化控制,被广泛采用. 正是因为以上用途,提出了工控机与PLC通讯的问题,本文说明清晰,贴近实用.
Platform: | Size: 168960 | Author: techtide@hotmail.com | Hits:

[Books中文的三菱PLC通讯手册

Description: 中文的三菱PLC通讯手册,PLC通讯使用!!!
Platform: | Size: 1339970 | Author: gsmlkk | Hits:

[Communication-MobileAB plc

Description: vb与AB PLC通讯源码-vb and AB PLC communication source code
Platform: | Size: 23552 | Author: 王宁 | Hits:

[Com PortVB OMRON-PLC通讯源程

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:

[Software EngineeringPLC-modbus

Description: 这是基于modbus协议的PC与PLC通讯的部分代码-This is based on the agreement modbus connection between PC and PLC communications part of the code
Platform: | Size: 2048 | Author: zyi | Hits:

[Com PortVB-PLC

Description: VB与PLC通讯实例-利昌机电 -VB and PLC communications examples- Lee Cheong Electrical and Mechanical PLC communication with VB example- Lee Cheong Electrical and Mechanical PLC and VB Communications example- Lee Cheong Electrical and Mechanical PLC communication with VB examples- electromechanical Lee Chang
Platform: | Size: 272384 | Author: | Hits:

[Com Port台达PLC通讯VB演示源代码

Description: 上位机通过COM口与台达PLC通讯,对PLC继电器和寄存器进行读写操作的VB源代码 源文件: DeltaCommDrv.dll Form1.frm mdlDeltaCommDrv MSSCCPRJ PLCDemo PLCDemo
Platform: | Size: 17474 | Author: wanglsq | Hits:

[Otherlabview跟欧姆龙PLC通讯

Description: labview和PLC通讯,利用RS232通信.大家可以试试。控制Y,R.及读X(LabVIEW and PLC communications, the use of RS232 communication. We can try. Control Y, R. and read X)
Platform: | Size: 20480 | Author: Labview程序员 | Hits:

[OtherADS通讯(c#)

Description: 倍福PLC通讯程序,这个是c#版本,希望对大家有帮助(ads c# Fu PLC communication program)
Platform: | Size: 1077248 | Author: 王刚1 | Hits:

[Other三菱FX系列PLC通讯

Description: vb与三菱plc 通讯程序,基础知识,未曾清贫难成人,不经打击老天真,从来英雄出炼狱,自古富贵入凡尘,醉生梦死谁成器,托马长枪定乾坤。(VB (Visual Basic) is Microsoft Corporation promotes based on the Basic language visualization programming environment, but by its simple easy to study, the function formidable time the general computer amateur's favor, many application software all use VB to take the software development platform. In uses VB to develop the application software in the process, how uses the database and carries on the management for the database is all exploiter issue of concern.VB was the database programming has provided very many tools and the way, actually selected what method to carry on the database the visit to rely on user's different demand, the following on makes a simple analysis to the VB database programming way.)
Platform: | Size: 52224 | Author: 小马咚咚 | Hits:

[OtherLABVIEW与三菱PLC通讯

Description: LabVIEW串口通信实例,LABVIEW与三菱PLC通讯(Example of LabVIEW serial communication,LABVIEW communications with MITSUBISHI PLC)
Platform: | Size: 86016 | Author: ziyuangao | Hits:

[Communication-MobileMM440变频器通过PROFIBUS与PLC通讯的应用实例程序

Description: 变频器mm440与西门子PLC通讯的实例程序(transducer; Siemens)
Platform: | Size: 631808 | Author: yqcq | Hits:

[OtherVB开发的串口与三菱FX PLC通讯源码

Description: VB开发的串口与三菱FX PLC通讯源码(actfxcpu.readdevicerandom("d0",A) actfxcpu.readdeviceblock(("d0",10,b(0)) actfxcpu.setdevice("y0",1)
Platform: | Size: 19456 | Author: 覃俊儒 | Hits:

[Com PortVB与OMRON PLC通讯源码

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:

[LabViewlabview与PLC通讯范例

Description: 实现上位机与台达PLC的MODBUS RTU通信,输入命令和地址后直接可以用(comulication for pc and PLC)
Platform: | Size: 91136 | Author: wuyuanshan | Hits:

[Other欧姆龙PLC通讯DLL含代码-TransOmPlc V31

Description: C#平台,适合于欧姆龙PLC通讯的封装好的类,实用好用。(C # platform, suitable for Omron PLC communication packaged class, practical and easy to use.)
Platform: | Size: 852992 | Author: seaboy11 | Hits:

[GUI Developvb与PLC300通讯

Description: vb与西门子plc通讯 实现数据交互 实现数据交互(Data interaction between VB and Siemens PLC)
Platform: | Size: 5120 | Author: sww____ | Hits:

[Other台达PLC串口通讯

Description: labview 与台达plc通讯源码,仅供参考一下(The source code of communication between LabVIEW and Taida PLC is for reference only.)
Platform: | Size: 38912 | Author: 明明66 | Hits:

[OtherOPC与三菱PLC通讯

Description: OPC与三菱PLC通讯,包含三个文件: 1.Cimplicity与三菱PLC以太网模块连接步骤.pdf 2.KEPWARE与三菱PLC内置以太网口连接步骤-文档.pdf 3.kepwrae与三菱q系列plc以太网通讯配置.pdf(OPC with mitsubishi PLC communication, contains three files: 1. Cimplicity Ethernet module connected with mitsubishi PLC steps. PDF 2. KEPWARE built-in Ethernet front-end ports to connect with mitsubishi PLC steps - document. PDF 3. Kepwrae configuration with mitsubishi q series PLC Ethernet communication. PDF)
Platform: | Size: 1220608 | Author: 独木桥 | Hits:

[OtherPLCProtocol三菱PLC通讯模块

Description: 三菱PLC通讯资料,类文件,包含MC协议(Mitsubishi PLC communication data, class file, including MC protocol)
Platform: | Size: 37888 | Author: Amlt Sun | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net