CN103676763A - Method for achieving communication with Siemens S5 PLC based on UNIX platform and LINUX platform - Google Patents
Method for achieving communication with Siemens S5 PLC based on UNIX platform and LINUX platform Download PDFInfo
- Publication number
- CN103676763A CN103676763A CN201310664058.1A CN201310664058A CN103676763A CN 103676763 A CN103676763 A CN 103676763A CN 201310664058 A CN201310664058 A CN 201310664058A CN 103676763 A CN103676763 A CN 103676763A
- Authority
- CN
- China
- Prior art keywords
- frame
- function code
- plc
- socket
- unix
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Landscapes
- Small-Scale Networks (AREA)
Abstract
本发明公开了一种基于UNIX和LINUX平台完成与西门子S5PLC通讯的实现方法,通过初始化、初始化原始套接字、生成套接字、建立连接、请求数据、断开连接过程实现,本发明可替代原有的上位机平台软件,且对硬件系统无额外要求,且UNIX/LINUX为开源操作系统,成本低廉,减少了硬件和软件成本,同时进一步提高了系统的安全性和可靠性。The invention discloses a method for realizing communication with Siemens S5PLC based on UNIX and LINUX platforms, through initialization, initializing original sockets, generating sockets, establishing connections, requesting data, and disconnecting processes. The present invention can replace The original upper computer platform software has no additional requirements for the hardware system, and UNIX/LINUX is an open source operating system with low cost, which reduces the cost of hardware and software, and further improves the security and reliability of the system.
Description
技术领域 technical field
本发明涉及一种与西门子S5PLC通讯的实现方法,属于通信技术领域。 The invention relates to a method for realizing communication with Siemens S5PLC, belonging to the technical field of communication. the
背景技术 Background technique
西门子SIMATIC S5系列PLC是德国西门子公司八十年代推出的可编程控制器,采用结构紧凑的模块化设计,性能可靠。以S5PLC为核心组成的控制系统在国内电厂、钢铁、化工等工业领域中有着广泛应用。 Siemens SIMATIC S5 series PLC is a programmable controller launched by German Siemens in the 1980s. It adopts a compact modular design and has reliable performance. The control system composed of S5PLC as the core is widely used in domestic power plants, steel, chemical and other industrial fields. the
SIMATIC S5PLC一般通过SINEC H1网构成分布式自动化系统,SINEC H1网由CP1430通信模块、CP1413网卡、收发器(Transceiver)、同轴总线电缆、终端器及PLC和工作站等设备组成。CP1430通信模块是S5PLC与其它设备进行通讯的接口模块。SINEC H1网采用ISO/OSI参考模型,符合IEEE802.3标准,采用7层结构:物理层、链路层、网络层、传输层、会话层、表示层、应用层。1-4层通过物理连接和在CP1430中进行组态来实现,5-7层通过有关的应用软件来实现。 SIMATIC S5PLC generally constitutes a distributed automation system through SINEC H1 network. SINEC H1 network is composed of CP1430 communication module, CP1413 network card, transceiver (Transceiver), coaxial bus cable, terminator, PLC and workstation and other equipment. CP1430 communication module is an interface module for S5PLC to communicate with other devices. SINEC H1 network adopts ISO/OSI reference model, conforms to IEEE802.3 standard, adopts 7-layer structure: physical layer, link layer, network layer, transport layer, session layer, presentation layer, application layer. Layers 1-4 are realized through physical connection and configuration in CP1430, and layers 5-7 are realized through relevant application software. the
国内使用S5PLC的计算机监控系统中,绝大部分采用了西门子公司的PROKON-LSX或FactoryLink上位机系统软件来完成与S5PLC的通讯功能。而PROKON-LSX和FactoryLink软件均已停产,且不再提供相应支持,而S5PLC由于其作为工控产品的稳定性和连续性,仍在大量使用。因此,需要提供可靠、稳定的上位机监控软件来完成数据交换、设备监控、高级应用等功能。 Most of the computer monitoring systems using S5PLC in China use PROKON-LSX or FactoryLink host computer system software from Siemens to complete the communication function with S5PLC. Both PROKON-LSX and FactoryLink software have been discontinued and no longer provide corresponding support, while S5PLC is still widely used because of its stability and continuity as an industrial control product. Therefore, it is necessary to provide reliable and stable host computer monitoring software to complete functions such as data exchange, equipment monitoring, and advanced applications. the
当前使用S5PLC的计算机监控系统的不足有:(1)、PROKON-LSX和FactoryLink软件均已停产,且不再提供相应支持。原上位机计算机硬件老化问 题严重,无法替换,严重影响了监控系统的安全运行;(2)、此前没有成熟可靠的基于UNIX/LINUX平台的上位机软件能完成通讯功能。 The disadvantages of the current computer monitoring system using S5PLC are: (1), PROKON-LSX and FactoryLink software have been discontinued, and no longer provide corresponding support. The computer hardware of the original host computer was seriously aging and could not be replaced, which seriously affected the safe operation of the monitoring system; (2) There was no mature and reliable host computer software based on the UNIX/LINUX platform to complete the communication function. the
采用了基于UNIX/LINUX平台的新上位机通讯软件后,能将上位机系统全面更新换代,消除隐患,同时能实现设备动态监控、控制权限闭锁、数据统计分析等诸多高级功能。 After adopting the new upper computer communication software based on UNIX/LINUX platform, the upper computer system can be completely updated to eliminate hidden dangers, and at the same time, it can realize many advanced functions such as dynamic monitoring of equipment, locking of control rights, and statistical analysis of data. the
UNIX操作系统,是一个强大的多用户、多任务操作系统,支持多种处理器架构,属于分时操作系统,最早于1969年在AT&T的贝尔实验室开发。Linux操作系统是UNIX操作系统的一种克隆系统,是一套免费使用和自由传播的类Unix操作系统,是一个基于POSIX和UNIX的多用户、多任务、支持多线程和多CPU的操作系统。它能运行主要的UNIX工具软件、应用程序和网络协议。它支持32位和64位硬件。Linux继承了Unix以网络为核心的设计思想,是一个性能稳定的多用户网络操作系统。本发明基于Redhat Linux系统进行程序开发,并移植到其它UNIX/LINUX操作系统中。 The UNIX operating system is a powerful multi-user and multi-tasking operating system that supports multiple processor architectures. It is a time-sharing operating system and was first developed at AT&T Bell Labs in 1969. The Linux operating system is a clone system of the UNIX operating system. It is a free-to-use and freely disseminated Unix-like operating system. It is a multi-user, multi-tasking, multi-threading and multi-CPU operating system based on POSIX and UNIX. It can run major UNIX utility software, application programs and network protocols. It supports 32-bit and 64-bit hardware. Linux inherits Unix's network-centric design idea and is a multi-user network operating system with stable performance. The present invention carries out program development based on Redhat Linux system, and transplants in other UNIX/LINUX operating systems. the
发明内容 Contents of the invention
本发明所要解决的技术问题是:利用UNIX/LINUX平台上的上位机实现与S5PLC的通讯,具备802.3协议通讯功能。 The technical problem to be solved by the present invention is: to realize the communication with the S5PLC by using the upper computer on the UNIX/LINUX platform, and possess the communication function of 802.3 protocol. the
为解决上述技术问题,本发明提供一种基于UNIX和LINUX平台完成与西门子S5PLC通讯的实现方法,其特征在于,包括以下步骤: For solving the problems of the technologies described above, the present invention provides a kind of realization method based on UNIX and LINUX platform and completes communication with Siemens S5PLC, it is characterized in that, may further comprise the steps:
1)在UNIX/LINUX系统中通过地址族为AF_INET、类型为SOCK_STREAM创建socket套接字; 1) In the UNIX/LINUX system, create a socket socket with address family AF_INET and type SOCK_STREAM;
2)使用UNIX/LINUX系统中设备驱动I/O通道管理函数ioctl来获得上位机通讯网卡所对应的MAC地址,共占6个字节,所述MAC地址作为源地址(Source MAC Address),而S5PLC的CP1430通讯模块对应的MAC地址作为目标地址(Destination MAC Address)。 2) Use the device-driven I/O channel management function ioctl in the UNIX/LINUX system to obtain the MAC address corresponding to the communication network card of the upper computer, which occupies 6 bytes in total. The MAC address is used as the source address (Source MAC Address), and The MAC address corresponding to the CP1430 communication module of S5PLC is used as the destination address (Destination MAC Address). the
3)再将socket中的sll_family、sll_protocol、sll_ifindex、sll_hatype、sll_pkttype、sll_halen、源地址、目标地址等参数初始化,并使用参数进行SOCKET连接,连接过程使用SOCK_RAW参数完成,以接受到包括IEEE802.3协议在内的所有底层信息,SOCKET建立成功后将返回生成的SOCKET描述符,后续步骤在所述SOCKET描述符基础上完成; 3) Then initialize the sll_family, sll_protocol, sll_ifindex, sll_hatype, sll_pkttype, sll_halen, source address, destination address and other parameters in the socket, and use the parameters to perform SOCKET connection. The connection process is completed using the SOCK_RAW parameter to receive the protocol including IEEE802.3 All underlying information including SOCKET will return the generated SOCKET descriptor after the SOCKET is established successfully, and the subsequent steps will be completed on the basis of the SOCKET descriptor;
4)建立连接:发送请求帧(Connect Request,功能码0xe1),PLC回复确认请求帧(Connect Confirm,功能码0xd1),再发送确认帧(Acknowledge,功能码0x60),此三过程后,通讯建立并激活; 4) Establish a connection: send a request frame (Connect Request, function code 0xe1), PLC replies with an acknowledgment request frame (Connect Confirm, function code 0xd1), and then sends an acknowledgment frame (Acknowledge, function code 0x60). After these three processes, the communication is established and activate;
5)请求数据:读取PLC数据,发数据帧(Data,功能码0xf0),PLC先对数据帧回复确认帧(Acknowledge,功能码0x60)代表其收到了数据帧,再发一封数据帧(Data,功能码0xf0)回复PLC内的数据,收到PLC回复的数据帧后,要再发一封确认帧(Acknowledge,功能码0x60)予以回复确认,此时一次数据的请求过程完成; 5) Request data: read PLC data, send a data frame (Data, function code 0xf0), PLC first replies to the data frame with an acknowledgment frame (Acknowledge, function code 0x60) to represent that it has received the data frame, and then sends a data frame ( Data, function code 0xf0) to reply the data in the PLC, after receiving the data frame replied by the PLC, send another confirmation frame (Acknowledge, function code 0x60) to reply and confirm, at this time, the data request process is completed;
6)断开连接:发请求帧(Disconnect Request,功能码0x80),PLC回复确认请求帧(Disconnect Confirm,功能码0xc0),再发确认帧(Acknowledge,功能码0x60),通讯连接即断开。 6) Disconnect: Send a request frame (Disconnect Request, function code 0x80), PLC replies with a confirmation request frame (Disconnect Confirm, function code 0xc0), and then sends a confirmation frame (Acknowledge, function code 0x60), the communication connection is disconnected. the
本发明所达到的有益效果:本发明解决了西门子SIMATIC S5PLC与UNIX/LINUX上位机系统通过IEEE802.3协议完成通讯的问题,消除了S5PLC原只能与Windows平台上位机系统通讯的缺陷,减少了硬件和软件投资,提高了PLC与上位机系统通讯的安全性和可靠性。 Beneficial effects achieved by the present invention: the present invention solves the problem that Siemens SIMATIC S5PLC and UNIX/LINUX host computer system complete communication through IEEE802.3 protocol, eliminates the defect that S5PLC can only communicate with Windows platform host computer system, and reduces The investment in hardware and software improves the safety and reliability of communication between PLC and host computer system. the
具体实施方式 Detailed ways
由于IEEE802.3协议非TCP协议,而且早期的一种基于MAC地址的底层协议,使用MAC地址代替IP地址。因此本发明通过RAW Ethernet通讯方式完成连接。 Since the IEEE802.3 protocol is not a TCP protocol, and an early MAC address-based underlying protocol, the MAC address is used instead of the IP address. Therefore, the present invention completes the connection through the RAW Ethernet communication mode. the
首先通过地址族为AF_INET、类型为SOCK_STREAM来创建socket套接字。 First create a socket with address family AF_INET and type SOCK_STREAM. the
再使用ioctl的IO通道管理函数来获得上位机通讯网卡所对应的MAC地址,共占6个字节,该MAC地址作为源地址(Source MAC Address),而S5PLC的CP1430通讯模块对应的MAC地址作为目标地址(Destination MAC Address)。IEEE802.3的以太网数据帧格式一般如表1所示: Then use the IO channel management function of ioctl to obtain the MAC address corresponding to the upper computer communication network card, which occupies 6 bytes in total. The MAC address is used as the source address (Source MAC Address), and the MAC address corresponding to the CP1430 communication module of S5PLC is used as Destination MAC Address. The Ethernet data frame format of IEEE802.3 is generally shown in Table 1:
表1: Table 1:
其后,再将socket中的sll_family、sll_protocol、sll_ifindex、sll_hatype、sll_pkttype、sll_halen、源地址、目标地址等参数初始化,并使用这些参数进行SOCKET连接,该连接必须使用SOCK_RAW参数完成,以便能接受到包括802.3协议在内的所有底层信息。SOCKET建立成功后将返回生成的SOCKET,后续所有操作就在此SOCKET基础上完成。 Afterwards, initialize parameters such as sll_family, sll_protocol, sll_ifindex, sll_hatype, sll_pkttype, sll_halen, source address, and destination address in the socket, and use these parameters for SOCKET connection. The connection must be completed using the SOCK_RAW parameter in order to receive All underlying information including the 802.3 protocol. After the SOCKET is successfully established, the generated SOCKET will be returned, and all subsequent operations will be completed on the basis of this SOCKET. the
建立连接:首先本发明软件发请求帧(Connect Request,功能码0xe1),PLC会回复确认请求帧(Connect Confirm,功能码0xd1),其后软件再发确认帧(Acknowledge,功能码0x60),此三过程后,通讯建立并激活。 Set up connection: at first software of the present invention sends request frame (Connect Request, function code 0xe1), PLC can reply confirmation request frame (Connect Confirm, function code 0xd1), software sends confirmation frame (Acknowledge, function code 0x60) afterwards again, this After three procedures, the communication is established and activated. the
请求数据:此后,软件读取PLC数据,就要发数据帧(Data,功能码0xf0),PLC先会对该数据帧回复确认帧(Acknowledge,功能码0x60)代表其收到了数据 帧,紧接着再发一封数据帧(Data,功能码0xf0)回复PLC内的数据。软件收到PLC回复的数据帧后,要再发一封确认帧(Acknowledge,功能码0x60)予以回复确认。此时,一次数据的请求过程完成。 Request data: After that, when the software reads PLC data, it will send a data frame (Data, function code 0xf0), and the PLC will reply to the data frame with an acknowledgment frame (Acknowledge, function code 0x60) to indicate that it has received the data frame, and then Send another data frame (Data, function code 0xf0) to reply the data in the PLC. After the software receives the data frame replied by the PLC, it needs to send another confirmation frame (Acknowledge, function code 0x60) for confirmation. At this point, a data request process is completed. the
断开连接:首先本发明软件发请求帧(Disconnect Request,功能码0x80),PLC会回复确认请求帧(Disconnect Confirm,功能码0xc0),其后软件再发确认帧(Acknowledge,功能码0x60),通讯连接即断开。 Disconnect: at first the software of the present invention sends a request frame (Disconnect Request, function code 0x80), and the PLC will reply a confirmation request frame (Disconnect Confirm, function code 0xc0), and then the software sends an confirmation frame (Acknowledge, function code 0x60), The communication connection is broken. the
以上对本发明与PLC通讯的过程进行了阐述,其中数据帧(Data)包含了S5PLC通讯的SINEC H1规约,其读取PLC数据帧的格式如表2所示: Above the process of the present invention and PLC communication has been set forth, wherein data frame (Data) has included the SINEC H1 agreement of S5PLC communication, and its format of reading PLC data frame is as shown in table 2:
表2: Table 2:
这样能正确完整地收到所有有效数据。数据写入格式与此类似。 This allows all valid data to be received correctly and completely. The data writing format is similar to this. the
本发明是基于UNIX/LINUX平台下开发的与西门子S5PLC通讯软件;同时,本发明的软件通过初始化、初始化原始套接字、生成套接字、建立连接、请求数据、断开连接等一系列完整的过程实现,请所有过程均有自主的程序源代码支持。本发明可完全替代原有的上位机平台软件,且对硬件系统无额外要求,且UNIX/LINUX为开源操作系统,成本低廉,减少了硬件和软件成本,同时进一步提高了系统的安全性和可靠性。将基于Windows系统中已有能完成与西门子S5PLC通讯的软件移植到UNIX/LINUX平台,同样能完成本发明目的。 The present invention is developed on the basis of UNIX/LINUX platform and Siemens S5PLC communication software; Simultaneously, the software of the present invention passes a series of complete series such as initializing, initializing original socket, generating socket, establishing connection, requesting data, disconnecting, etc. All processes are required to be supported by independent program source codes. The present invention can completely replace the original upper computer platform software, and has no additional requirements on the hardware system, and UNIX/LINUX is an open source operating system, with low cost, reduces the cost of hardware and software, and further improves the security and reliability of the system sex. Transplanting the existing software that can communicate with the Siemens S5PLC based on the Windows system to the UNIX/LINUX platform can also accomplish the purpose of the present invention. the
IEEE:电气电子工程师学会(英语:Institute of Electrical and Electronics Engineers,简称为IEEE)是一个建立于1963年1月1日的国际性电子技术与电子工程师协会,亦是世界上最大的专业技术组织之一,拥有来自175个国家的36万会员。除设立于美国纽约市的总部以外,亦在全球150多个国家拥有分会,并且还有35个专业学会及2个联合会。其每年均会发表多种杂志、学报、书籍,亦举办至少300次的专业会议。目前IEEE在工业界所定义的标准有着极大的影响。 IEEE: Institute of Electrical and Electronics Engineers (English: Institute of Electrical and Electronics Engineers, referred to as IEEE) is an international association of electronic technology and electronic engineers established on January 1, 1963, and is also one of the largest professional technical organizations in the world One, it has 360,000 members from 175 countries. In addition to its headquarters in New York City, the United States, it also has branches in more than 150 countries around the world, and there are 35 professional societies and 2 federations. It publishes a variety of magazines, journals, and books every year, and holds at least 300 professional conferences. The current standards defined by the IEEE in the industry have a great impact. the
PLC:可编程逻辑控制器(Programmable Logic Controller,简称PLC),一种具有微处理机的数字电子设备,用于自动化控制的数字逻辑控制器,可以将控制指令随时加载内存内储存与执行。可编程控制器由内部CPU,指令及资料内存、输入输出单元、电源模组、数字模拟等单元所模组化组合成。PLC广泛应用于目前的工业控制领域。在可编程逻辑控制器出现之前,一般要使用成百上千的继电器以及计数器才能组成具有相同功能的自动化系统,而现在,经过编程的简单的可编程逻辑控制器模块基本上已经代替了这些大型装置。可编程逻辑控制器的系统程序一般在出厂前已经初始化完毕,用户可以根据自己的需要 自行编辑相应的用户程序来满足不同的自动化生产要求。PLC可接收(输入)及发送(输出)多种型态的电气或电子信号,并使用他们来控制或监督几乎所有种类的机械与电气系统。 PLC: Programmable Logic Controller (Programmable Logic Controller, referred to as PLC), a digital electronic device with a microprocessor, a digital logic controller for automatic control, which can load control instructions into memory for storage and execution at any time. The programmable controller is composed of internal CPU, instruction and data memory, input and output unit, power supply module, digital simulation and other units. PLC is widely used in the current industrial control field. Before the emergence of programmable logic controllers, it was generally necessary to use hundreds of relays and counters to form an automation system with the same function, but now, programmed simple programmable logic controller modules have basically replaced these large device. The system program of the programmable logic controller is generally initialized before leaving the factory, and the user can edit the corresponding user program according to his own needs to meet different automatic production requirements. A PLC can receive (input) and send (output) various types of electrical or electronic signals, and use them to control or supervise almost all kinds of mechanical and electrical systems. the
以上已以较佳实施例公开了本发明,然其并非用以限制本发明,凡采用等同替换或者等效变换方式所获得的技术方案,均落在本发明的保护范围之内。 The above has disclosed the present invention with preferred embodiments, but it is not intended to limit the present invention, and all technical solutions obtained by adopting equivalent replacement or equivalent transformation methods fall within the protection scope of the present invention. the
Claims (1)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310664058.1A CN103676763A (en) | 2013-12-09 | 2013-12-09 | Method for achieving communication with Siemens S5 PLC based on UNIX platform and LINUX platform |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310664058.1A CN103676763A (en) | 2013-12-09 | 2013-12-09 | Method for achieving communication with Siemens S5 PLC based on UNIX platform and LINUX platform |
Publications (1)
Publication Number | Publication Date |
---|---|
CN103676763A true CN103676763A (en) | 2014-03-26 |
Family
ID=50314668
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201310664058.1A Pending CN103676763A (en) | 2013-12-09 | 2013-12-09 | Method for achieving communication with Siemens S5 PLC based on UNIX platform and LINUX platform |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN103676763A (en) |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20010043217A1 (en) * | 1998-07-21 | 2001-11-22 | Raytheon Company, A Delaware Corporation | Information security analysis system |
CN1845084A (en) * | 2006-05-12 | 2006-10-11 | 罗军 | Embedded remote monitoring system based on Ethernet and PSTN communication mode |
CN101895729A (en) * | 2010-07-06 | 2010-11-24 | 南京南自信息技术有限公司 | Streaming media server of embedded Linux shearing system |
CN102111382A (en) * | 2009-12-28 | 2011-06-29 | 北京安码科技有限公司 | Method for distributed service to confronting attach of distributed denial of service (DDOS) |
US8280955B1 (en) * | 2010-07-15 | 2012-10-02 | Symantec Corporation | Systems and methods for handling client-server communications |
-
2013
- 2013-12-09 CN CN201310664058.1A patent/CN103676763A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20010043217A1 (en) * | 1998-07-21 | 2001-11-22 | Raytheon Company, A Delaware Corporation | Information security analysis system |
CN1845084A (en) * | 2006-05-12 | 2006-10-11 | 罗军 | Embedded remote monitoring system based on Ethernet and PSTN communication mode |
CN102111382A (en) * | 2009-12-28 | 2011-06-29 | 北京安码科技有限公司 | Method for distributed service to confronting attach of distributed denial of service (DDOS) |
CN101895729A (en) * | 2010-07-06 | 2010-11-24 | 南京南自信息技术有限公司 | Streaming media server of embedded Linux shearing system |
US8280955B1 (en) * | 2010-07-15 | 2012-10-02 | Symantec Corporation | Systems and methods for handling client-server communications |
Non-Patent Citations (2)
Title |
---|
徐世许等: "《机器自动化控制器原理与应用》", 31 October 2013, 机械工业出版社 * |
蔡尧: "Linux环境下的嵌入式系统开发及其网络编程应用", 《中国优秀硕士论文全文数据库信息科技辑》 * |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN105260337B (en) | A kind of automatic addressing method and system of single-chip microcomputer | |
CN105430113A (en) | SDN APR message processing method and device, SDN controller and SDN switch | |
EP3009940A1 (en) | Unified connector architecture | |
CN105162674A (en) | Method and network card for physical machine to access to virtual network | |
CN104811357B (en) | A kind of Internet of things system | |
CN107926075A (en) | The system and method for supporting the data communication under isomerous environment | |
CN107682247A (en) | A kind of high efficiency communication method of main frame and multiple slaves | |
KR101559089B1 (en) | Communication protocol for sharing memory resources between components of a device | |
CN108667661A (en) | In-situ distributed protection management host automatic numbering system and its numbering method | |
CN105607527A (en) | KNX-BACnet/IP protocol conversion gateway based on Cortex-M processor | |
CN107222458A (en) | Data processing method and system of BACnet protocol stack compatible with Modbus protocol | |
CN104683335A (en) | Modbus-MechatrolinkIII protocol conversion device and its protocol conversion method | |
CN105356991A (en) | Driver real-time synchronization communication device | |
CN103428050A (en) | Multipath CAN (controller area network) simulation system based on CAN bus | |
CN105812346A (en) | Data interaction method of serial port device and Ethernet device | |
CN103676763A (en) | Method for achieving communication with Siemens S5 PLC based on UNIX platform and LINUX platform | |
CN205377930U (en) | Be transformed into MODBUS stipulations from TCPIP link serial link's equipment | |
CN106997179A (en) | The method and intelligence control system of intelligent control platform management equipment | |
CN104283872A (en) | Remote controllers that support CAN controllers and PLCs | |
CN110213385A (en) | A kind of method of industrial equipment Modbus serial communication | |
Ruimei et al. | Design of ARM-based embedded Ethernet interface | |
CN103414620A (en) | Double-channel CAN simulation system based on CAN buses | |
CN204231390U (en) | Based on the ARCNET-HDLC gateway of C8051F040 core microprocessor | |
CN104601423B (en) | Spi bus node device and its communication means and spi bus system | |
CN208768087U (en) | A kind of serial data communication link branch cooperative control device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
RJ01 | Rejection of invention patent application after publication | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20140326 |