CN107864141A - TCP/IP network communication methods based on LabVIEW - Google Patents

TCP/IP network communication methods based on LabVIEW Download PDF

Info

Publication number
CN107864141A
CN107864141A CN201711107236.5A CN201711107236A CN107864141A CN 107864141 A CN107864141 A CN 107864141A CN 201711107236 A CN201711107236 A CN 201711107236A CN 107864141 A CN107864141 A CN 107864141A
Authority
CN
China
Prior art keywords
tcp
pin
connection
data
modules
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.)
Granted
Application number
CN201711107236.5A
Other languages
Chinese (zh)
Other versions
CN107864141B (en
Inventor
李鹏
徐海亭
张佶
侯玮杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tianjin Aerospace Electromechanical Equipment Research Institute
Original Assignee
Tianjin Aerospace Electromechanical Equipment Research Institute
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Tianjin Aerospace Electromechanical Equipment Research Institute filed Critical Tianjin Aerospace Electromechanical Equipment Research Institute
Priority to CN201711107236.5A priority Critical patent/CN107864141B/en
Publication of CN107864141A publication Critical patent/CN107864141A/en
Application granted granted Critical
Publication of CN107864141B publication Critical patent/CN107864141B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/143Termination or inactivation of sessions, e.g. event-controlled end of session
    • H04L67/145Termination or inactivation of sessions, e.g. event-controlled end of session avoiding end of session, e.g. keep-alive, heartbeats, resumption message or wake-up for inactive or interrupted session
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/146Markers for unambiguous identification of a particular session, e.g. session cookie or URL-encoding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/161Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Cardiology (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer And Data Communications (AREA)

Abstract

本发明提供了一种基于LabVIEW的TCP/IP网络通信方法,通过建立服务器端的数据缓冲机制,服务器端通过循环结构的移动寄存器不停的更新上一帧数据,一旦通信连接出现错误标志,服务器端将循环结构的移位寄存器最新更新的数据发送给客户端,此设置方法可有效避免丢帧现象;通过建立ID筛选和容错机制,将服务器端和客户端通信错误产生的无效连接ID进行筛选和关闭,使服务器端不再对通信发生错误的客户端继续执行写入或读取动作,这样会大大减轻服务器端处理器的负担;通过建立循环重连机制,客户端每进行一次循环都会创建新的连接,即使网络连接出现断开或不稳定状态导致了当前通信连接失败,客户端在下一次循环中还会创建新的连接,使网络连接能够快速恢复。

The invention provides a TCP/IP network communication method based on LabVIEW. By establishing a data buffer mechanism at the server end, the server end continuously updates the last frame of data through a mobile register with a circular structure. Once an error flag occurs in the communication connection, the server end Send the latest updated data of the shift register with a circular structure to the client. This setting method can effectively avoid frame loss; by establishing an ID screening and fault tolerance mechanism, the invalid connection IDs generated by communication errors between the server and the client are screened and processed. Close, so that the server will no longer continue to perform write or read actions on the client that has a communication error, which will greatly reduce the burden on the server-side processor; by establishing a cyclic reconnection mechanism, the client will create a new Even if the network connection is disconnected or unstable and the current communication connection fails, the client will create a new connection in the next cycle, so that the network connection can be restored quickly.

Description

基于LabVIEW的TCP/IP网络通信方法TCP/IP Network Communication Method Based on LabVIEW

技术领域technical field

本发明属于网络通信领域技术领域,尤其是涉及一种基于LabVIEW主动重连的TCP/IP网络通信方法。The invention belongs to the technical field of network communication, and in particular relates to a TCP/IP network communication method based on LabVIEW active reconnection.

背景技术Background technique

网络通信,是通过网络将各个孤立的设备进行连接,通过信息交换实现人与人、人与计算机、计算机与计算机之间的通信,网络通信中最重要的就是网络通信协议。现有的网络协议很多,局域网中最常用的有三个网络协议:MICROSOFT的NETBEUI,NOVELL的IPX/SPX和TCP/IP协议,其中,只有TCP/IP允许与Internet完全连接。TCP/IP同时具备可扩展性和可靠性的需求。TCP/IP通信协议是Internet最基本的协议,同时也是国际互联网的基础。Network communication is to connect isolated devices through the network, and to realize communication between people, people and computers, and computers and computers through information exchange. The most important thing in network communication is the network communication protocol. There are many existing network protocols, and three are most commonly used in LAN: NETBEUI of MICROSOFT, IPX/SPX and TCP/IP protocols of NOVELL, among them, only TCP/IP allows full connection with the Internet. TCP/IP has both scalability and reliability requirements. The TCP/IP communication protocol is the most basic protocol of the Internet, and it is also the foundation of the Internet.

作为一种面向通信的数据协议,TCP提供两台计算机之间可靠的数据传输,TCP可以确保数据从一个系统网络发送到另一个系统网络时,数据可以准确、安全的送达,因而适用于可靠性要求较高的场合。在工作模式上,它采用可靠地双全工字节流、stream字节流接口等方式。TCP会在网络通信双发之间建立一个虚拟通道,通过连接通道的这条途径,构建出一种双向字节流的信息处理方式。As a communication-oriented data protocol, TCP provides reliable data transmission between two computers. TCP can ensure that when data is sent from one system network to another system network, the data can be delivered accurately and safely, so it is suitable for reliable occasions with high sexual requirements. In the working mode, it adopts reliable duplex byte stream, stream byte stream interface and other methods. TCP will establish a virtual channel between two network communication channels, and construct a bidirectional byte stream information processing method through this way of connecting channels.

传统的网络通信调试采用高级语言,如VC、VB、C#、Java等,这些语言程序代码冗长、不便进行功能拓展,如果对网络通信数据进行分析,则需要推翻原有的程序结构、重新编制代码。Traditional network communication debugging uses high-level languages, such as VC, VB, C#, Java, etc. The program codes of these languages are lengthy and inconvenient for function expansion. If the network communication data is analyzed, it is necessary to overturn the original program structure and reprogram the code .

与传统的编程语言相比,LabVIEW采用图形(即各种图标、图形符号、连线等)编程,具有编程简洁、直观性强、人机交互界面友好、数据可视化分析与设备控制能力优等特点。现有的基于LabVIEW编程的TCP/IP网络通信具有如下问题:一,一般的TCP/IP网络通信系统服务器端利用循环结构不断写入数据时,客户端有时读取不到或读取空数据;二,当使用LabVIEW进行单服务器对多客户端通信时,一旦某个或某几个客户端与服务器端通信发生错误,就会产生无效连接ID,但是服务器端仍对通信发生错误的客户端继续执行写入或读取动作,并且这些写入或读取动作都属于无效通信动作,这些动作会增加服务器端处理器和资源的占用,如果服务器端程序线程较多,就会导致系统不能流畅运行,使系统运行缓慢;三,由于网络本身的不稳定性,较容易受到外界干扰,导致网络连接出现断开或不稳定状态,而且无法快速自动恢复连接。Compared with traditional programming languages, LabVIEW uses graphics (that is, various icons, graphic symbols, connections, etc.) for programming, which has the characteristics of simple programming, strong intuitiveness, friendly human-computer interaction interface, data visualization analysis and excellent equipment control capabilities. The existing TCP/IP network communication based on LabVIEW programming has the following problems: one, when the server end of a general TCP/IP network communication system utilizes a loop structure to continuously write data, the client sometimes cannot read or read empty data; Second, when using LabVIEW for single-server-to-multi-client communication, once an error occurs in the communication between one or several clients and the server, an invalid connection ID will be generated, but the server will still continue to communicate with the client where the communication error occurred. Perform write or read actions, and these write or read actions are invalid communication actions. These actions will increase the server-side processor and resource usage. If there are many server-side program threads, the system will not run smoothly. , making the system run slowly; third, due to the instability of the network itself, it is more susceptible to external interference, resulting in disconnection or instability of the network connection, and the connection cannot be quickly and automatically restored.

发明内容Contents of the invention

有鉴于此,本发明旨在提出一种基于LabVIEW的TCP/IP网络通信方法,以解决现有的TCP/IP网络通信中出现的客户端读取错误、客户端发生错误时产生的无效通信动作及网络重连的问题。In view of this, the present invention aims to propose a TCP/IP network communication method based on LabVIEW, to solve the invalid communication action generated when the client reads errors and errors occur in the existing TCP/IP network communication and network reconnection issues.

为达到上述目的,本发明的技术方案是这样实现的:In order to achieve the above object, technical solution of the present invention is achieved in that way:

一种基于LabVIEW的TCP/IP网络通信方法,包括如下步骤:A kind of TCP/IP network communication method based on LabVIEW, comprises the steps:

S1:设置硬件系统,包括服务器端计算机、交叉型网线、网络交换机和至少一台客户端计算机;S1: Set up the hardware system, including server-side computer, crossover network cable, network switch and at least one client computer;

将一条交叉型网线的两端分别连接服务器端计算机和网络交换机的网口,具体连接方式为交叉型网线一端水晶头的1脚、2脚、3脚、4脚、5脚、6脚、7脚、8脚对应另一端水晶头的3脚、6脚、1脚、7脚、8脚、2脚、4脚、5脚;Connect the two ends of a crossover network cable to the network port of the server computer and the network switch respectively. Pin 8 corresponds to pin 3, pin 6, pin 1, pin 7, pin 8, pin 2, pin 4, pin 5 of the crystal head at the other end;

将一条交叉型网线的两端分别连接客户端计算机和网络交换机的网口,具体连接方式为交叉型网线一端水晶头的1脚、2脚、3脚、4脚、5脚、6脚、7脚、8脚对应另一端水晶头的3脚、6脚、1脚、7脚、8脚、2脚、4脚、5脚;Connect both ends of a crossover network cable to the client computer and the network port of the network switch. The specific connection method is the 1 pin, 2 pin, 3 pin, 4 pin, 5 pin, 6 pin, and 7 pin Pin 8 corresponds to pin 3, pin 6, pin 1, pin 7, pin 8, pin 2, pin 4, pin 5 of the crystal head at the other end;

S21:在服务器端计算机装载软件系统,安装LabVIEW软件、TCP/IP网络通信驱动软件;S21: Load the software system on the server-side computer, and install LabVIEW software and TCP/IP network communication driver software;

S22:通过LabVIEW软件在服务器端计算机设置端口号、创建等待TCP侦听器模块,进而产生侦听ID;S22: set the port number on the server computer through LabVIEW software, create a waiting TCP listener module, and then generate a listening ID;

S23:等待TCP侦听器模块等待客户端发出的连接请求,设置等待TCP侦听器模块的侦听超时时间为10ms;S23: Waiting for the TCP listener module to wait for the connection request sent by the client, setting the listening timeout period waiting for the TCP listener module to be 10ms;

如果等待TCP侦听器模块在侦听超时时间内侦听到客户端的连接请求,则判断该连接请求为有效连接,相应产生一个连接ID,连接ID为非0数值,同时获取到发出连接请求的客户端远程地址,如果等待TCP侦听器模块侦听到多个客户端的连接请求,则相应分别产生多个连接ID,同时获取客户端的远程地址;If the waiting TCP listener module listens to the connection request of the client within the listening timeout time, then it is judged that the connection request is a valid connection, a connection ID is generated correspondingly, the connection ID is a non-zero value, and at the same time, the connection request sending The remote address of the client, if waiting for the TCP listener module to listen to the connection requests of multiple clients, then correspondingly generate multiple connection IDs respectively, and obtain the remote address of the client at the same time;

如果等待TCP侦听器模块未在侦听超时时间内侦听到客户端连接请求则产生超时报错信号,连接ID值为0,确认属于无效连接ID,清除报错信号并继续执行等待TCP侦听器模块,如此循环执行;If the waiting TCP listener module does not listen to the client connection request within the listening timeout time, it will generate a timeout error signal, the connection ID value is 0, confirm that it belongs to an invalid connection ID, clear the error signal and continue to execute the waiting TCP listener Module, execute in this way;

S24:TCP读取模块,TCP读取模块根据通信数据量大小设置读取超时时间;S24: TCP reading module, the TCP reading module sets the reading timeout time according to the amount of communication data;

如果TCP读取模块读取数据成功,则服务器端计算机已接收到TCP数据并对该TCP数据进行数据解析处理;If the TCP reading module reads the data successfully, the server-side computer has received the TCP data and performs data analysis processing on the TCP data;

如果TCP读取模块读取数据失败,则TCP读取模块识别错误簇信息并将错误簇信息以及当前的连接ID发送至错误处理及ID筛选模块;If the TCP reading module fails to read the data, the TCP reading module identifies the wrong cluster information and sends the wrong cluster information and the current connection ID to the error handling and ID screening module;

S25:TCP写入模块,TCP写入模块根据通信数据量大小设置写入超时时间;S25: TCP writing module, the TCP writing module sets the writing timeout time according to the amount of communication data;

在网络通信线程创建簇类型的移位寄存器用来保存TCP写入成功标识以及当前准备TCP写入的数据,TCP写入成功与否的标识初始值设为True,准备TCP写入的数据初始值为空数据;Create a cluster-type shift register in the network communication thread to save the TCP write success flag and the data currently prepared to be written by TCP. The initial value of the flag for whether the TCP write is successful or not is set to True, and the initial value of the data written by TCP is prepared. is empty data;

可根据写入成功标识来选择加载至TCP写入模块的数据,如果写入成功标识值为True,则加载新的数据;如果写入成功标识值为False,则加载移位寄存器里的数据;进行通信的数据在TCP写入的同时也写入至移位寄存器,这样移位寄存器里始终更新并保存了一帧数据;The data to be loaded into the TCP write module can be selected according to the write success flag. If the write success flag value is True, new data will be loaded; if the write success flag value is False, the data in the shift register will be loaded; The data for communication is also written to the shift register at the same time as the TCP is written, so that the shift register is always updated and saved with one frame of data;

如果TCP写入模块写入数据成功,则服务器端计算机已发送TCP数据,同时写入成功标识值为True写入至移位寄存器,如果TCP写入模块写入数据失败,则TCP写入模块识别错误簇信息并将错误簇信息以及当前的连接ID发送至错误处理及ID筛选模块,同时写入成功标识值为False写入至移位寄存器;If the TCP writing module writes data successfully, the server computer has sent the TCP data, and at the same time, the writing success flag value is True and written to the shift register. If the TCP writing module fails to write data, the TCP writing module identifies Error cluster information and error cluster information and the current connection ID are sent to the error handling and ID screening module, and the successful identification value of writing is False and written to the shift register;

根据TCP写入失败次数判断并决定是否加载移位寄存器数据;Judging and deciding whether to load the shift register data according to the number of TCP write failures;

S26:错误处理及ID筛选模块,通过LabVIEW创建连接ID的移位寄存器数组,初始值设为空,当TCP读取模块或TCP写入模块执行成功时将连接ID添加到移位寄存器数组中,当TCP读取模块或TCP写入模块执行失败时,利用错误簇中的错误代码识别错误产生的具体情况,清除错误簇信息并进行关闭TCP连接处理,该连接ID不再添加到移位寄存器数组中,完成ID筛选,保留有效连接ID,关闭报错ID;S26: Error handling and ID screening module, create a shift register array of connection IDs through LabVIEW, the initial value is set to empty, when the TCP read module or TCP write module is successfully executed, the connection ID is added to the shift register array, When the execution of the TCP reading module or the TCP writing module fails, use the error code in the error cluster to identify the specific circumstances of the error, clear the error cluster information and close the TCP connection, and the connection ID will no longer be added to the shift register array , complete the ID screening, keep the valid connection ID, and close the error reporting ID;

S31:在客户端计算机装载软件系统,安装LabVIEW软件、TCP/IP网络通信驱动软件;S31: Load the software system on the client computer, install LabVIEW software, TCP/IP network communication driver software;

S32:通过LabVIEW软件在客户端计算机创建TCP连接模块,TCP连接模块打开TCP连接,设置地址、远程端口请求连接超时时间;S32: Create a TCP connection module on the client computer by LabVIEW software, the TCP connection module opens the TCP connection, and sets the address, remote port request connection timeout;

S33:TCP写入模块,TCP写入模块根据通信数据量大小设置连接超时时间;S33: TCP writing module, the TCP writing module sets the connection timeout time according to the amount of communication data;

如果TCP写入模块写入数据成功,则客户端计算机已发送TCP数据;If the TCP writing module writes data successfully, the client computer has sent TCP data;

如果TCP写入模块写入数据失败,则TCP写入模块识别错误簇信息并将错误簇信息以及当前连接ID发送至错误处理及ID筛选模块;If the TCP writing module fails to write data, the TCP writing module identifies the wrong cluster information and sends the wrong cluster information and the current connection ID to the error handling and ID screening module;

S34:TCP读取模块,TCP读取模块根据通信数据量大小设置读取超时时间;S34: TCP reading module, the TCP reading module sets the reading timeout time according to the amount of communication data;

如果TCP读取模块读取数据成功,则客户端计算机已接收到TCP数据,然后可以对该数据进行数据解析处理;If the TCP reading module reads the data successfully, the client computer has received the TCP data, and then the data can be analyzed and processed;

如果TCP读取模块读取数据失败,则TCP读取模块识别错误簇信息并将错误簇信息以及当前的连接ID发送至错误处理及ID筛选模块;If the TCP reading module fails to read the data, the TCP reading module identifies the wrong cluster information and sends the wrong cluster information and the current connection ID to the error handling and ID screening module;

S35:错误处理模块,利用错误簇中的错误代码识别错误清除错误簇信息。S35: an error processing module, using the error codes in the error clusters to identify errors and clear the error cluster information.

进一步的,还包括步骤:Further, steps are also included:

S27:TCP关闭及侦听器关闭模块,需要退出网络通信时,首先关闭侦听器ID,然后关闭所有TCP连接,退出网络通信线程。S27: The TCP closing and listener closing module, when it is necessary to exit the network communication, first close the listener ID, then close all TCP connections, and exit the network communication thread.

进一步的,还包括步骤:Further, steps are also included:

S36:TCP关闭模块,关闭TCP连接;S36: TCP closes the module, closes the TCP connection;

如果当前客户端正在进行连续通信,则TCP关闭模块执行后重新进入创建TCP连接模块;If the current client is in continuous communication, the TCP closing module re-enters the creation of the TCP connection module after execution;

如果当前客户端正在进行非连续通信,则退出网络通信线程。If the current client is in discontinuous communication, exit the network communication thread.

进一步的,所述S22步骤中,LabVIEW软件在服务器端计算机设置端口号为6341。Further, in the S22 step, the LabVIEW software sets the port number to 6341 on the server computer.

进一步的,所述移位寄存器为数组类型寄存器。Further, the shift register is an array type register.

相对于现有技术,本发明所述的基于LabVIEW的TCP/IP网络通信方法具有以下优势:Compared with the prior art, the TCP/IP network communication method based on LabVIEW of the present invention has the following advantages:

本发明基于LabVIEW的TCP/IP协议网络通信中存在的问题,针对问题设计了一种基于LabVIEW的TCP/IP网络连接主动重连系统。The present invention is based on the problems existing in the TCP/IP protocol network communication of LabVIEW, and designs a TCP/IP network connection active reconnection system based on LabVIEW for the problems.

建立服务器端的数据缓冲机制,服务器端通过循环结构的移动寄存器不停的更新上一帧数据,一旦通信连接出现错误标志,服务器端将循环结构的移位寄存器最新更新的数据发送给客户端,此设置方法可有效避免丢帧现象;Establish a server-side data buffer mechanism. The server continuously updates the last frame of data through the shift register of the loop structure. Once an error flag occurs in the communication connection, the server sends the latest updated data of the shift register of the loop structure to the client. The setting method can effectively avoid frame loss;

建立ID筛选和容错机制,将服务器端和客户端通信错误产生的无效连接ID进行筛选和关闭,使服务器端不再对通信发生错误的客户端继续执行写入或读取动作,这样会大大减轻服务器端处理器的负担,使服务器端系统运行更流畅;Establish an ID screening and fault tolerance mechanism to filter and close invalid connection IDs caused by communication errors between the server and the client, so that the server will no longer continue to perform write or read actions on the client with a communication error, which will greatly reduce the The burden of the server-side processor makes the server-side system run more smoothly;

建立循环重连机制,客户端每进行一次循环都会创建新的连接,即使网络连接出现断开或不稳定状态导致了当前通信连接失败,但是,客户端在下一次循环中还会创建新的连接,使网络连接能够快速恢复。Establish a cyclic reconnection mechanism. The client will create a new connection every time it performs a cycle. Even if the network connection is disconnected or unstable and the current communication connection fails, the client will still create a new connection in the next cycle. Allows network connectivity to be restored quickly.

本发明方法具有稳定性好和可靠性高的优点。The method of the invention has the advantages of good stability and high reliability.

附图说明Description of drawings

构成本发明创造的一部分的附图用来提供对本发明创造的进一步理解,本发明创造的示意性实施例及其说明用于解释本发明创造,并不构成对本发明创造的不当限定。在附图中:The accompanying drawings constituting a part of the present invention are used to provide a further understanding of the present invention, and the schematic embodiments and descriptions of the present invention are used to explain the present invention, and do not constitute improper limitations to the present invention. In the attached picture:

图1为本发明实施例所述的基于LabVIEW的TCP/IP网络通信方法的信号传递流程图;Fig. 1 is the signal transfer flowchart of the TCP/IP network communication method based on LabVIEW described in the embodiment of the present invention;

具体实施方式Detailed ways

需要说明的是,在不冲突的情况下,本发明创造中的实施例及实施例中的特征可以相互组合。It should be noted that, in the case of no conflict, the embodiments of the present invention and the features in the embodiments can be combined with each other.

在本发明创造的描述中,需要理解的是,术语“中心”、“纵向”、“横向”、“上”、“下”、“前”、“后”、“左”、“右”、“竖直”、“水平”、“顶”、“底”、“内”、“外”等指示的方位或位置关系为基于附图所示的方位或位置关系,仅是为了便于描述本发明创造和简化描述,而不是指示或暗示所指的装置或元件必须具有特定的方位、以特定的方位构造和操作,因此不能理解为对本发明创造的限制。此外,术语“第一”、“第二”等仅用于描述目的,而不能理解为指示或暗示相对重要性或者隐含指明所指示的技术特征的数量。由此,限定有“第一”、“第二”等的特征可以明示或者隐含地包括一个或者更多个该特征。在本发明创造的描述中,除非另有说明,“多个”的含义是两个或两个以上。In describing the present invention, it should be understood that the terms "center", "longitudinal", "transverse", "upper", "lower", "front", "rear", "left", "right", The orientations or positional relationships indicated by "vertical", "horizontal", "top", "bottom", "inner", "outer", etc. are based on the orientation or positional relationships shown in the drawings, and are only for the convenience of describing the present invention Creation and simplification of description, rather than indicating or implying that the device or element referred to must have a specific orientation, be constructed and operate in a specific orientation, and therefore should not be construed as limiting the invention. In addition, the terms "first", "second", etc. are used for descriptive purposes only, and should not be understood as indicating or implying relative importance or implicitly specifying the quantity of the indicated technical features. Thus, a feature defined as "first", "second", etc. may expressly or implicitly include one or more of that feature. In the description of the present invention, unless otherwise specified, "plurality" means two or more.

在本发明创造的描述中,需要说明的是,除非另有明确的规定和限定,术语“安装”、“相连”、“连接”应做广义理解,例如,可以是固定连接,也可以是可拆卸连接,或一体地连接;可以是机械连接,也可以是电连接;可以是直接相连,也可以通过中间媒介间接相连,可以是两个元件内部的连通。对于本领域的普通技术人员而言,可以通过具体情况理解上述术语在本发明创造中的具体含义。In the description of the present invention, it should be noted that unless otherwise specified and limited, the terms "installation", "connection" and "connection" should be interpreted in a broad sense, for example, it can be a fixed connection or a flexible connection. Detachable connection, or integral connection; it can be mechanical connection or electrical connection; it can be direct connection or indirect connection through an intermediary, and it can be the internal communication of two components. Those of ordinary skill in the art can understand the specific meanings of the above terms in the present invention based on specific situations.

下面将参考附图并结合实施例来详细说明本发明创造。The invention will be described in detail below with reference to the accompanying drawings and examples.

本技术方案所要解决的技术问题是:现有的TCP/IP网络通信中出现的客户端读取错误、客户端发生错误时产生的无效通信动作影响通信效率及网络重连的速度较慢的问题。The technical problem to be solved by this technical solution is: the client reading error that occurs in the existing TCP/IP network communication, the invalid communication action generated when the client makes an error affects the communication efficiency and the problem that the speed of network reconnection is relatively slow .

为了解决上述技术问题,如图1所示,本实施例提供了一种基于LabVIEW的TCP/IP网络通信方法,包括如下步骤:In order to solve the above technical problems, as shown in Figure 1, the present embodiment provides a TCP/IP network communication method based on LabVIEW, including the following steps:

S1:设置硬件系统,包括服务器端计算机、交叉型网线、网络交换机和至少一台客户端计算机;S1: Set up the hardware system, including server-side computer, crossover network cable, network switch and at least one client computer;

将一条交叉型网线的两端分别连接服务器端计算机和网络交换机的网口,具体连接方式为交叉型网线一端水晶头的1脚、2脚、3脚、4脚、5脚、6脚、7脚、8脚对应另一端水晶头的3脚、6脚、1脚、7脚、8脚、2脚、4脚、5脚;Connect the two ends of a crossover network cable to the network port of the server computer and the network switch respectively. Pin 8 corresponds to pin 3, pin 6, pin 1, pin 7, pin 8, pin 2, pin 4, pin 5 of the crystal head at the other end;

将一条交叉型网线的两端分别连接客户端计算机和网络交换机的网口,具体连接方式为交叉型网线一端水晶头的1脚、2脚、3脚、4脚、5脚、6脚、7脚、8脚对应另一端水晶头的3脚、6脚、1脚、7脚、8脚、2脚、4脚、5脚;Connect both ends of a crossover network cable to the client computer and the network port of the network switch. The specific connection method is the 1 pin, 2 pin, 3 pin, 4 pin, 5 pin, 6 pin, and 7 pin Pin 8 corresponds to pin 3, pin 6, pin 1, pin 7, pin 8, pin 2, pin 4, pin 5 of the crystal head at the other end;

S21:在服务器端计算机装载软件系统,安装LabVIEW软件、TCP/IP网络通信驱动软件;S21: Load the software system on the server-side computer, and install LabVIEW software and TCP/IP network communication driver software;

S22:通过LabVIEW软件在服务器端计算机设置端口号、创建等待TCP侦听器模块,进而产生侦听ID;S22: set the port number on the server computer through LabVIEW software, create a waiting TCP listener module, and then generate a listening ID;

S23:等待TCP侦听器模块等待客户端发出的连接请求,设置等待TCP侦听器模块的侦听超时时间为10ms;S23: Waiting for the TCP listener module to wait for the connection request sent by the client, setting the listening timeout period waiting for the TCP listener module to be 10ms;

如果等待TCP侦听器模块在侦听超时时间内侦听到客户端的连接请求,则判断该连接请求为有效连接,相应产生一个连接ID,连接ID为非0数值,同时获取到发出连接请求的客户端远程地址,如果等待TCP侦听器模块侦听到多个客户端的连接请求,则相应分别产生多个连接ID,同时获取客户端的远程地址;If the waiting TCP listener module listens to the connection request of the client within the listening timeout time, then it is judged that the connection request is a valid connection, a connection ID is generated correspondingly, the connection ID is a non-zero value, and at the same time, the connection request sending The remote address of the client, if waiting for the TCP listener module to listen to the connection requests of multiple clients, then correspondingly generate multiple connection IDs respectively, and obtain the remote address of the client at the same time;

如果等待TCP侦听器模块未在侦听超时时间内侦听到客户端连接请求则产生超时报错信号,连接ID值为0,确认属于无效连接ID,清除报错信号并继续执行等待TCP侦听器模块,如此循环执行;If the waiting TCP listener module does not listen to the client connection request within the listening timeout time, it will generate a timeout error signal, the connection ID value is 0, confirm that it belongs to an invalid connection ID, clear the error signal and continue to execute the waiting TCP listener Module, execute in this way;

S24:TCP读取模块,TCP读取模块根据通信数据量大小设置读取超时时间;S24: TCP reading module, the TCP reading module sets the reading timeout time according to the amount of communication data;

如果TCP读取模块读取数据成功,则服务器端计算机已接收到TCP数据并对该TCP数据进行数据解析处理;If the TCP reading module reads the data successfully, the server-side computer has received the TCP data and performs data analysis processing on the TCP data;

如果TCP读取模块读取数据失败,则TCP读取模块识别错误簇信息并将错误簇信息以及当前的连接ID发送至错误处理及ID筛选模块;If the TCP reading module fails to read the data, the TCP reading module identifies the wrong cluster information and sends the wrong cluster information and the current connection ID to the error handling and ID screening module;

S25:TCP写入模块,TCP写入模块根据通信数据量大小设置写入超时时间;S25: TCP writing module, the TCP writing module sets the writing timeout time according to the amount of communication data;

此步骤包括了建立服务器端的数据缓冲机制,具体步骤如下:This step includes establishing a server-side data buffer mechanism, and the specific steps are as follows:

在网络通信线程创建簇类型的移位寄存器用来保存TCP写入成功标识以及当前准备TCP写入的数据,TCP写入成功与否的标识初始值设为True,准备TCP写入的数据初始值为空数据;Create a cluster-type shift register in the network communication thread to save the TCP write success flag and the data currently prepared to be written by TCP. The initial value of the flag for whether the TCP write is successful or not is set to True, and the initial value of the data written by TCP is prepared. is empty data;

可根据写入成功标识来选择加载至TCP写入模块的数据,如果写入成功标识值为True,则加载新的数据;如果写入成功标识值为False,则加载移位寄存器里的数据;进行通信的数据在TCP写入的同时也写入至移位寄存器,这样移位寄存器里始终更新并保存了一帧数据;The data to be loaded into the TCP write module can be selected according to the write success flag. If the write success flag value is True, new data will be loaded; if the write success flag value is False, the data in the shift register will be loaded; The data for communication is also written to the shift register at the same time as the TCP is written, so that the shift register is always updated and saved with one frame of data;

如果TCP写入模块写入数据成功,则服务器端计算机已发送TCP数据,同时写入成功标识值为True写入至移位寄存器,如果TCP写入模块写入数据失败,则TCP写入模块识别错误簇信息并将错误簇信息以及当前的连接ID发送至错误处理及ID筛选模块,同时写入成功标识值为False写入至移位寄存器;If the TCP writing module writes data successfully, the server computer has sent the TCP data, and at the same time, the writing success flag value is True and written to the shift register. If the TCP writing module fails to write data, the TCP writing module identifies Error cluster information and error cluster information and the current connection ID are sent to the error handling and ID screening module, and the successful identification value of writing is False and written to the shift register;

根据TCP写入失败次数判断并决定是否加载移位寄存器数据;Judging and deciding whether to load the shift register data according to the number of TCP write failures;

S26:错误处理及ID筛选模块,此步骤包括了建立ID筛选和容错机制,通过LabVIEW创建连接ID的移位寄存器数组,初始值设为空,当TCP读取模块或TCP写入模块执行成功时将连接ID添加到移位寄存器数组中,当TCP读取模块或TCP写入模块执行失败时,利用错误簇中的错误代码识别错误产生的具体情况,清除错误簇信息并进行关闭TCP连接处理,该连接ID不再添加到移位寄存器数组中,完成ID筛选,保留有效连接ID,关闭报错ID;S26: Error handling and ID screening module, this step includes establishing an ID screening and fault tolerance mechanism, creating a shift register array of connection IDs through LabVIEW, and setting the initial value to empty, when the TCP read module or TCP write module executes successfully Add the connection ID to the shift register array. When the execution of the TCP read module or the TCP write module fails, use the error code in the error cluster to identify the specific situation of the error, clear the error cluster information and close the TCP connection. The connection ID is no longer added to the shift register array, the ID screening is completed, the valid connection ID is retained, and the error reporting ID is closed;

S27:TCP关闭及侦听器关闭模块,需要退出网络通信时,首先关闭侦听器ID,然后关闭所有TCP连接,退出网络通信线程;S27: TCP closing and listener closing module, when it is necessary to exit network communication, first close the listener ID, then close all TCP connections, and exit the network communication thread;

S31:在客户端计算机装载软件系统,安装LabVIEW软件、TCP/IP网络通信驱动软件;S31: Load the software system on the client computer, install LabVIEW software, TCP/IP network communication driver software;

S32:通过LabVIEW软件在客户端计算机创建TCP连接模块,TCP连接模块打开TCP连接,设置地址、远程端口请求连接超时时间;S32: Create a TCP connection module on the client computer by LabVIEW software, the TCP connection module opens the TCP connection, and sets the address, remote port request connection timeout;

S33:TCP写入模块,本步骤包括建立循环重连机制,TCP写入模块根据通信数据量大小设置连接超时时间;S33: TCP writing module, this step includes establishing a cyclic reconnection mechanism, and the TCP writing module sets the connection timeout time according to the amount of communication data;

如果TCP写入模块写入数据成功,则客户端计算机已发送TCP数据;If the TCP writing module writes data successfully, the client computer has sent TCP data;

如果TCP写入模块写入数据失败,则TCP写入模块识别错误簇信息并将错误簇信息以及当前连接ID发送至错误处理及ID筛选模块;If the TCP writing module fails to write data, the TCP writing module identifies the wrong cluster information and sends the wrong cluster information and the current connection ID to the error handling and ID screening module;

S34:TCP读取模块,TCP读取模块根据通信数据量大小设置读取超时时间;S34: TCP reading module, the TCP reading module sets the reading timeout time according to the amount of communication data;

如果TCP读取模块读取数据成功,则客户端计算机已接收到TCP数据,然后可以对该数据进行数据解析处理;If the TCP reading module reads the data successfully, the client computer has received the TCP data, and then the data can be analyzed and processed;

如果TCP读取模块读取数据失败,则TCP读取模块识别错误簇信息并将错误簇信息以及当前的连接ID发送至错误处理及ID筛选模块;If the TCP reading module fails to read the data, the TCP reading module identifies the wrong cluster information and sends the wrong cluster information and the current connection ID to the error handling and ID screening module;

S35:错误处理模块,利用错误簇中的错误代码识别错误清除错误簇信息;S35: an error processing module, using the error code in the error cluster to identify the error and clear the error cluster information;

S36:TCP关闭模块,关闭TCP连接。S36: The TCP closes the module, and closes the TCP connection.

该实施例所提供的技术方案的技术效果是:基于LabVIEW的TCP/IP网络连接主动重连系统,该系统建立服务器端的数据缓冲机制,服务器端通过循环结构的移动寄存器不停的更新上一帧数据,一旦通信连接出现错误标志,服务器端将循环结构的移位寄存器最新更新的数据发送给客户端,此设置方法可有效避免丢帧现象;建立ID筛选和容错机制,将服务器端和客户端通信错误产生的无效连接ID进行筛选和关闭,使服务器端不再对通信发生错误的客户端继续执行写入或读取动作,这样会大大减轻服务器端处理器的负担,使服务器端系统运行更流畅;建立循环重连机制,客户端每进行一次循环都会创建新的连接,即使网络连接出现断开或不稳定状态导致了当前通信连接失败,但是,客户端在下一次循环中还会创建新的连接,使网络连接能够快速恢复。The technical effect of the technical solution provided by this embodiment is: based on the TCP/IP network connection active reconnection system of LabVIEW, this system establishes the data buffering mechanism of the server end, and the server end continuously updates the previous frame through the mobile register of the loop structure Data, once there is an error flag in the communication connection, the server will send the latest updated data of the shift register of the circular structure to the client. This setting method can effectively avoid frame loss; establish an ID screening and fault tolerance mechanism, and the The invalid connection IDs generated by communication errors are screened and closed, so that the server will no longer continue to perform write or read actions on the client with communication errors, which will greatly reduce the burden on the server-side processor and make the server-side system run more efficiently. Smooth; establish a cyclic reconnection mechanism, the client will create a new connection every time it performs a cycle, even if the network connection is disconnected or unstable and the current communication connection fails, but the client will create a new connection in the next cycle connection so that the network connection can be restored quickly.

以上所述仅为本发明创造的较佳实施例而已,并不用以限制本发明创造,凡在本发明创造的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明创造的保护范围之内。The above descriptions are only preferred embodiments of the present invention, and are not intended to limit the present invention. Any modifications, equivalent replacements, improvements, etc. made within the spirit and principles of the present invention shall be included in the Within the protection scope of the present invention.

Claims (5)

1. the TCP/IP network communication methods based on LabVIEW, it is characterised in that comprise the following steps:
S1:Hardware system, including server-side computer, chiasma type netting twine, the network switch and an at least client are set Computer;
By the network interface of the both ends difference connection server end cyber-net interchanger of a chiasma type netting twine, specific connection side Formula corresponds to the 3 of other end crystal head for 1 pin, 2 pin, 3 pin, 4 pin, 5 pin, 6 pin, 7 pin, 8 pin of chiasma type netting twine one end crystal head Pin, 6 pin, 1 pin, 7 pin, 8 pin, 2 pin, 4 pin, 5 pin;
The both ends of one chiasma type netting twine are connected to the network interface of client computer and the network switch, specific connected mode respectively For 1 pin of chiasma type netting twine one end crystal head, 2 pin, 3 pin, 4 pin, 5 pin, 6 pin, 7 pin, 8 pin correspond to other end crystal head 3 pin, 6 pin, 1 pin, 7 pin, 8 pin, 2 pin, 4 pin, 5 pin;
S21:In server-side computer load software system, installation LabVIEW softwares, TCP/IP network service drive softwares;
S22:Port numbers, establishment are set to wait TCP detectaphone modules in server-side computer by LabVIEW softwares, and then ID is intercepted in generation;
S23:The connection request for waiting TCP detectaphones module to wait client to send, set and wait intercepting for TCP detectaphone modules Time-out time is 10ms;
If waiting TCP detectaphones module intercepting the connection request that listens to client in time-out time, the connection is judged Ask, effectively to connect, accordingly to produce a connection ID, connection ID is non-zero numerical value, while gets the visitor for sending connection request Family end remote address, if waiting TCP detectaphone modules to listen to the connection request of multiple client, accordingly produce respectively more Individual connection ID, while obtain the remote address of client;
If wait TCP detectaphones module not intercept client connection request is listened in time-out time if produce time-out and report an error Signal, connection ID value are 0, and confirmation belongs to invalid connection ID, remove error signal and continue executing with wait TCP detectaphone modules, So circulation performs;
S24:TCP read modules, TCP read modules set according to amount of communication data size and read time-out time;
If TCP read modules read data success, server-side computer has been received by TCP data and to the TCP data Carry out data dissection process;
If TCP read modules read data failure, TCP read modules identify wrong cluster information and by wrong cluster information and Current connection ID is sent to error handle and ID screening modules;
S25:TCP writing modules, TCP writing modules set write-in time-out time according to amount of communication data size;
It is used for preserving TCP write-in success flags and current preparation in the shift register of network service thread creation cluster type The data of TCP write-ins, the mark initial value of TCP write-in success or not are set to True, and the data initial value for preparing TCP write-ins is sky Data;
The data of TCP writing modules can be selected to be loaded onto according to write-in success flag, if it is True to write successfully ident value, Then load new data;If it is False to write successfully ident value, the data in shift register are loaded;Communicated Data are also write to shift register while TCP writes, and are updated all the time in such shift register and are saved a frame number According to;
If the write-in data success of TCP writing modules, server-side computer has sent TCP data, while writes and successfully mark Knowledge value is that True is write to shift register, if TCP writing modules write data failure, TCP writing modules identification mistake Cluster information simultaneously sends wrong cluster information and current connection ID to error handle and ID screening modules, while writes and successfully mark Knowledge value is that False is write to shift register;
Judged according to the TCP write-ins frequency of failure and decide whether to load shift register data;
S26:Error handle and ID screening modules, the shift register array of connection ID is created by LabVIEW, and initial value is set to Sky, connection ID is added in shift register array when TCP read modules or TCP writing modules run succeeded, when TCP is read When modulus block or TCP writing modules perform failure, concrete condition caused by mistake is identified using the error code in wrong cluster, clearly Except wrong cluster information and carry out closing TCP connections processing, the connection ID is not then added in shift register array, completes ID sieves Choosing, retain effective connection ID, close the ID that reports an error;
S31:In client computer load software system, installation LabVIEW softwares, TCP/IP network service drive softwares;
S32:TCP link blocks are created in client computer by LabVIEW softwares, TCP link blocks open TCP connections, Address, remote port request connection time-out time are set;
S33:TCP writing modules, TCP writing modules set connection time-out time according to amount of communication data size;
If the write-in data success of TCP writing modules, client computer have sent TCP data;
If TCP writing modules write data failure, TCP writing modules identify wrong cluster information and by wrong cluster information and Current connection ID is sent to error handle and ID screening modules;
S34:TCP read modules, TCP read modules set according to amount of communication data size and read time-out time;
If TCP read modules read data success, client computer has been received by TCP data, then can be to the number According to progress data dissection process;
If TCP read modules read data failure, TCP read modules identify wrong cluster information and by wrong cluster information and Current connection ID is sent to error handle and ID screening modules;
S35:Error handling module, wrong cluster information is removed using the error code identification mistake in wrong cluster.
2. the TCP/IP network communication methods according to claim 1 based on LabVIEW, it is characterised in that also include step Suddenly:
S27:TCP close and detectaphone closedown module, it is necessary to exit network communication when, be first shut off detectaphone ID, be then shut off All TCP connections, exit network communication thread.
3. the TCP/IP network communication methods according to claim 1 based on LabVIEW, it is characterised in that:Also include step Suddenly:
S36:TCP closedown modules, close TCP connections;
If active client carries out continuous communiction, TCP closedown modules reenter after performing creates TCP connection moulds Block;
If active client carries out discontinuous communication, exit network communication thread.
4. the TCP/IP network communication methods according to claim 1 based on LabVIEW, it is characterised in that:S22 steps In, it is 6341 that LabVIEW softwares set port numbers in server-side computer.
5. the TCP/IP network communication methods according to claim 1 based on LabVIEW, it is characterised in that:Shift LD Device is array type register.
CN201711107236.5A 2017-11-10 2017-11-10 A TCP/IP Network Communication Method Based on LabVIEW Active CN107864141B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711107236.5A CN107864141B (en) 2017-11-10 2017-11-10 A TCP/IP Network Communication Method Based on LabVIEW

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711107236.5A CN107864141B (en) 2017-11-10 2017-11-10 A TCP/IP Network Communication Method Based on LabVIEW

Publications (2)

Publication Number Publication Date
CN107864141A true CN107864141A (en) 2018-03-30
CN107864141B CN107864141B (en) 2020-05-22

Family

ID=61700149

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711107236.5A Active CN107864141B (en) 2017-11-10 2017-11-10 A TCP/IP Network Communication Method Based on LabVIEW

Country Status (1)

Country Link
CN (1) CN107864141B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110602204A (en) * 2019-09-10 2019-12-20 广东技术师范大学 Remote data receiving method, system and terminal based on LabVIEW

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104184772A (en) * 2013-05-25 2014-12-03 海信(山东)空调有限公司 Air-conditioner remote experimental data monitoring method based on Labview platform and system thereof
CN105938464A (en) * 2016-04-14 2016-09-14 北京化工大学 LabVIEW-based accelerometer signal acquisition device and method
CN106525468A (en) * 2016-10-28 2017-03-22 南京工程学院 Labview-based rail vehicle door system monitoring platform and method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104184772A (en) * 2013-05-25 2014-12-03 海信(山东)空调有限公司 Air-conditioner remote experimental data monitoring method based on Labview platform and system thereof
CN105938464A (en) * 2016-04-14 2016-09-14 北京化工大学 LabVIEW-based accelerometer signal acquisition device and method
CN106525468A (en) * 2016-10-28 2017-03-22 南京工程学院 Labview-based rail vehicle door system monitoring platform and method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
徐超: "LabVIEW在实时测控系统中的应用研究", 《中国优秀博硕士学位论文全文数据库(硕士) 信息科技辑》 *
邢立伟: "基于LabVIEW的车身过程设备信息网络化管理系统的研制", 《中国优秀硕士学位论文全文数据库 工程科技Ⅱ辑》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110602204A (en) * 2019-09-10 2019-12-20 广东技术师范大学 Remote data receiving method, system and terminal based on LabVIEW

Also Published As

Publication number Publication date
CN107864141B (en) 2020-05-22

Similar Documents

Publication Publication Date Title
TWI385967B (en) Smart-switch management module system and method
KR20190074962A (en) Local management console for storage devices
EP1130514A2 (en) Data migration method using storage area network
JP5960186B2 (en) Virtual channel construction system, virtual channel construction method, and virtual channel construction program
EP1978767A2 (en) Configuration and management of wireless network devices
US11411753B2 (en) Adding network controller sideband interface (NC-SI) sideband and management to a high power consumption device
JP2009199584A (en) Method and apparatus for managing hdd's spin-down and spin-up in tiered storage system
CN110868278B (en) Method for dual-computer redundancy of communication front-end processor of rail transit comprehensive monitoring system
CN110049137A (en) A kind of instruction transmission method, collecting method and relevant apparatus
CN105868133B (en) A kind of serial ports remote centralized management method for more node mainboards
CN103517300A (en) Self-discovery method, device and system of distributed base station
CN117251039A (en) Equipment resetting method and device, storage medium and electronic equipment
US10855518B2 (en) Computer having an embedded switch
CN111885174B (en) Method and system for processing nodes in different network segments
TWI445374B (en) Remote management system and remote management method
CN107864141A (en) TCP/IP network communication methods based on LabVIEW
CN104683130B (en) A kind of method and apparatus of configuring stacking port
CN111416882A (en) BMC IP setting method and device, electronic equipment and system
CN114827967A (en) Software updating method, Bluetooth device and storage medium
CN115168141A (en) Optical interface management system, method, device, programmable logic device and storage medium
CN108111578B (en) Method for accessing power distribution terminal data acquisition platform into terminal equipment based on NIO
CN118885324A (en) Server system, faulty equipment locating method, computer system, program product and storage medium
CN119030871A (en) Online upgrade method of fpga configuration file of node device based on fiber channel network
WO2025138695A1 (en) Computing device, management controller, and data processing method
CN116074268B (en) Control method of network interface and multi-node server

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant