[go: up one dir, main page]

CN112003659B - Remote power supply monitoring method and device based on CAN bus - Google Patents

Remote power supply monitoring method and device based on CAN bus Download PDF

Info

Publication number
CN112003659B
CN112003659B CN202010809476.5A CN202010809476A CN112003659B CN 112003659 B CN112003659 B CN 112003659B CN 202010809476 A CN202010809476 A CN 202010809476A CN 112003659 B CN112003659 B CN 112003659B
Authority
CN
China
Prior art keywords
power supply
data
interface
data frame
frame
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.)
Active
Application number
CN202010809476.5A
Other languages
Chinese (zh)
Other versions
CN112003659A (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.)
Kunlun Taike Beijing Technology Co ltd
Original Assignee
Kunlun Taike Beijing Technology Co ltd
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 Kunlun Taike Beijing Technology Co ltd filed Critical Kunlun Taike Beijing Technology Co ltd
Priority to CN202010809476.5A priority Critical patent/CN112003659B/en
Publication of CN112003659A publication Critical patent/CN112003659A/en
Application granted granted Critical
Publication of CN112003659B publication Critical patent/CN112003659B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3058Monitoring arrangements for monitoring environmental properties or parameters of the computing system or of the computing system component, e.g. monitoring of power, currents, temperature, humidity, position, vibrations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks
    • H04L2012/40208Bus networks characterized by the use of a particular bus standard
    • H04L2012/40215Controller Area Network CAN

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computing Systems (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Power Sources (AREA)
  • Selective Calling Equipment (AREA)

Abstract

The invention relates to the technical field of computers, in particular to a remote power supply monitoring method and a remote power supply monitoring device based on a CAN bus, wherein the remote power supply monitoring method comprises the steps of connecting a CAN interface in a BMC with a CAN interface of an external power supply, and judging whether the CAN interface in the BMC receives data or prepares to send the data; in response to receiving the data, creating a CAN power supply data receiving process; in response to preparing to send data, a CAN power setting process is created. The invention operates in an environment comprising the BMC with the CAN interface and the external power supply with the CAN interface, and realizes the power supply monitoring of the external power supply with the CAN interface through the CAN bus to acquire CAN data frames or issue control instructions, thereby effectively monitoring the external power supply which is far away and is provided with the CAN interface in real time, and having the advantages of long communication transmission distance, strong electromagnetic interference resistance and high transmission rate (up to 1 Mbps).

Description

Remote power supply monitoring method and device based on CAN bus
Technical Field
The invention relates to the technical field of computers, in particular to a remote power supply monitoring method and device based on a CAN bus.
Background
The control unit with independent power supply and independent I/O interface is arranged on the server, and is directly connected to the main board of the host system, so that the functions of monitoring the physical state of the host, restarting, reloading the system and the like can be completed, and even the remote desktop control is performed through the kvm function.
At present, the BMC generally monitors data of on-chip external devices such as various sensors provided with an IIC interface through an IIC (integrated circuit bus) bus, but since the IIC has a short data transmission distance, the IIC is generally used for on-chip communication with a distance of less than one meter, and therefore, the BMC is not suitable for monitoring data of external devices which are not on-chip and have a transmission distance of more than 1 meter, for example, for a chip externally connected to a power box, the IIC bus cannot effectively monitor power data in real time.
Disclosure of Invention
The invention provides a remote power supply monitoring method and device based on a CAN bus, which overcome the defects of the prior art, and CAN effectively solve the problem that the existing method for monitoring the power supply data of a host computer by a BMC through an IIC bus cannot monitor an external power supply which is remote and is provided with a CAN interface.
One of the technical schemes of the invention is realized by the following measures: a remote power supply monitoring method based on a CAN bus comprises the following steps:
connecting a CAN interface in the BMC with a CAN interface of an external power supply, and judging whether the CAN interface in the BMC receives data or prepares to send the data;
in response to the received data, a CAN power supply data receiving process is established, a can_uteis module is called to monitor and receive CAN data frames, the CAN data frames are analyzed and stored in a file form, and the CAN data frames are reported by an external power supply with a CAN interface;
and responding to the data to be sent, creating a CAN power supply setting process, acquiring a control instruction, and calling a can_utels module to issue to an external power supply provided with a CAN interface after framing, wherein the control instruction is an instruction agreed according to an external power supply CAN communication protocol.
The following are further optimizations and/or improvements to the above-described inventive solution:
the creating a CAN power supply data receiving process, calling a can_uteils module to monitor and receive a CAN data frame, analyzing and storing and displaying in a file form, and the method comprises the following steps:
creating a CAN power supply data receiving process, and calling a can_uteils module to monitor a CAN data frame received by a CAN interface in the BMC;
judging whether the CAN data frame is a CAN power frame, and analyzing the CAN data frame in response to the CAN power frame;
after analysis, judging whether the CAN data frame is a CAN power supply data frame, and in response, receiving the analyzed CAN data frame and storing the analyzed CAN data frame into an instruction directory in a file form.
When the CAN data frames stored in the file form are displayed, the file is converted into json format and reported to the web page for displaying.
The creating a CAN power supply setting process, issuing a control instruction, including:
creating a CAN power supply setting process, and acquiring a control instruction, wherein the control instruction is an instruction agreed according to an external power supply CAN communication protocol;
framing the control instruction according to the CAN communication protocol to form a control frame;
calling a can_uteils module to send a control frame down to an external power supply provided with a CAN interface;
and judging whether a response frame is received within the set time, and responding to the response frame, and successfully completing the issuing of the control instruction.
The control instruction comprises a power supply control instruction and a parameter setting instruction.
The second technical scheme of the invention is realized by the following measures: the remote power supply monitoring device based on the CAN bus comprises a power supply data monitoring unit and a CAN interface, wherein the power supply data monitoring unit and the CAN interface are arranged in a BMC;
the CAN interface is connected with a CAN interface of an external power supply provided with the CAN interface, and CAN communication is established;
the data reporting module is used for creating a CAN power supply data receiving process, calling the can_utels module to monitor and receive CAN data frames, analyzing and storing the CAN data frames in a file form, wherein the CAN data frames are reported by an external power supply with a CAN interface;
the control instruction issuing module is used for creating a CAN power supply setting process, acquiring a control instruction, and calling the can_uteis module to issue the control instruction to an external power supply provided with a CAN interface after framing, wherein the control instruction is an instruction for controlling the external power supply provided with the CAN interface.
The following are further optimizations and/or improvements to the above-described inventive solution:
the data reporting module comprises:
the CAN data frame receiving and analyzing module is used for creating a CAN power supply data receiving process, calling the can_utels module to monitor and receive the CAN data frame, analyzing and storing the CAN data frame in a file form to an instruction directory, wherein the CAN data frame is reported by an external power supply with a CAN interface;
the first data transfer module is used for converting the file stored in the CAN data frame receiving and analyzing module into json format;
and the Web data display page displays the json format file.
The control instruction issuing module comprises:
the Web control setting page is used for acquiring a control instruction, wherein the control instruction is an instruction agreed according to an external power can communication protocol;
the second data transfer module forwards the control instruction to the CAN data frame framing and sending module;
the CAN data frame framing transmitting module is used for framing the control instruction according to a CAN communication protocol to form a control frame; and calling the can_uteils module to send the control frame down to an external power supply provided with a CAN interface.
The invention provides a remote power supply monitoring method based on a CAN bus, which is used for realizing the power supply monitoring of a BMC (baseboard management controller) on an external power supply provided with a CAN interface through the CAN bus, acquiring CAN data frames or issuing control instructions, solving the problem that the existing method for monitoring the power supply data through an IIC (inter-integrated circuit) bus cannot monitor an external power supply which is remote and provided with the CAN interface, and being capable of monitoring the external power supply which is remote and provided with the CAN interface in real time, and having long communication transmission distance, strong electromagnetic interference resistance and high transmission rate.
Drawings
FIG. 1 is a flow chart of an embodiment of the present invention.
Fig. 2 is a flowchart of a CAN power data receiving process according to an embodiment of the present invention.
Fig. 3 is a flowchart of a CAN power supply setting process according to an embodiment of the present invention.
Fig. 4 is a block diagram of an embodiment of the present invention.
Detailed Description
The present invention is not limited by the following examples, and specific embodiments can be determined according to the technical scheme and practical situations of the present invention.
The invention is further described below with reference to examples and figures:
as shown in fig. 1, the embodiment of the invention discloses a remote power supply monitoring method based on a CAN bus, which comprises the following steps:
s1, connecting a CAN interface in the BMC with a CAN interface of an external power supply, and judging whether the CAN interface in the BMC receives data or prepares to send the data;
s2, in response to the received data, a CAN power supply data receiving process is established, a can_uteis module is called to monitor and receive CAN data frames, the CAN data frames are analyzed and stored in a file form, and the CAN data frames are reported by an external power supply with a CAN interface;
and S3, responding to the data to be sent, creating a CAN power supply setting process, acquiring a control instruction, and calling a can_utels module to issue to an external power supply provided with a CAN interface after framing, wherein the control instruction is an instruction agreed according to a CAN communication protocol of the external power supply.
In the above technical scheme, the external power supply provided with the CAN interface CAN be an external power supply which is not on-chip and has a transmission distance of more than 1 meter, and the external power supply is provided with the CAN interface.
In the step S2 of the technical scheme, the CAN data frame is analyzed and stored in an indication directory in a file form; when the CAN data frames stored in the file form are displayed, the file is converted into json format and reported to the web page for display.
The invention operates in an environment comprising a BMC (baseboard management controller) provided with a CAN (controller area network) interface and an external power supply provided with the CAN interface, and provides a remote power supply monitoring method based on a CAN bus.
The following are further optimizations and/or improvements to the above-described inventive solution:
as shown in fig. 2, in the above embodiment, the CAN interface in the BMC is connected with the CAN interface of the external power source, a CAN power source data receiving process is created, the can_uteis module is called to monitor and receive CAN data frames, in the remote power source monitoring method based on the CAN bus in this embodiment, the can_utes module is called to monitor and receive CAN data frames, and the CAN data frames are analyzed and stored in the form of files, which may further include:
s21, creating a CAN power supply data receiving process, and calling a can_utels module to monitor CAN data frames received by a CAN interface in the BMC;
s22, judging whether the CAN data frame is a CAN power frame, analyzing the CAN data frame in response to the CAN power frame, and discarding the CAN data frame in response to the CAN power frame;
s23, judging whether the CAN data frame is a CAN power supply data frame after analysis, receiving the analyzed CAN data frame in response, storing the analyzed CAN data frame in a file form into an instruction directory, and discarding the CAN data frame in response to the analysis.
In step S21 of the above technical solution, after the CAN power data receiving process (for example CAN power receiver) is created, the baud rate is configured and enabled for the CAN interface of the BMC, and then the can_uteils module is called to cyclically monitor the CAN data frame.
In step S22 of the above technical solution, it is determined whether the received CAN data frame is a CAN power supply data frame, that is, whether the received CAN data frame is a CAN data frame required by the BMC is determined by determining the frame ID of the CAN data frame, and if the received CAN data frame is not a CAN power supply data frame, the received CAN data frame is considered to be another frame (for example, a data frame transmitted by a non-external power supply), so that the CAN data frame is discarded.
In step S23 of the above technical solution, if the CAN data frame is determined to be a CAN power supply data frame after parsing, in response to this, the parsed CAN data frame is received, the parsed CAN data frame is stored in the instruction directory in the form of a file, and in response to this, the CAN data frame is considered to be an error frame (for example, an error frame in which signal interference generates a data error), so that the CAN data frame is discarded and error reporting is performed.
In step S23 of the above technical solution, the CAN data frame stored in the form of a file includes data such as voltage value, current value, power temperature value, on-off state, and temperature state of each power supply such as AC220V, DC24V, DC V, DC V in the external power supply provided with the CAN interface.
As shown in fig. 3, in the above embodiment, the CAN interface in the BMC is connected with the CAN interface of the external power source, a CAN power source setting process is created, and a control instruction is issued, and in the remote power source monitoring method based on the CAN bus in this embodiment, the CAN power source setting process is created, and the control instruction is issued, which may further include:
s31, creating a CAN power supply setting process, and acquiring a control instruction, wherein the control instruction is an instruction agreed according to an external power supply CAN communication protocol;
s32, framing the control instruction according to the CAN communication protocol to form a control frame;
s33, calling a can_uteils module to send a control frame down to an external power supply provided with a CAN interface;
s34, judging whether a response frame is received within the set time, if yes, completing the control instruction issuing successfully, and if no, failing to complete the control instruction issuing.
In the above technical solution step S31, the CAN power supply setting process may be a background web page request processing process (bus-sysctl); the control instruction comprises a power supply control instruction and a parameter setting instruction, wherein the parameters comprise parameters such as over-voltage and under-voltage values of all paths of power supplies, over-current and under-current values of all paths of current, over-temperature points of an input power supply and the like in an external power supply with a CAN interface; the power control includes power on/off control.
As shown in fig. 4, correspondingly, the embodiment of the invention also discloses a remote power supply monitoring device based on a CAN bus, which comprises a power supply data monitoring unit and a CAN interface, wherein the power supply data monitoring unit is arranged in a BMC and comprises a process starting module, a data reporting module and a control instruction issuing module;
the CAN interface is connected with a CAN interface of an external power supply provided with the CAN interface, and CAN communication is established;
the data reporting module is used for creating a CAN power supply data receiving process, calling the can_utels module to monitor and receive CAN data frames, analyzing and storing the CAN data frames in a file form, wherein the CAN data frames are reported by an external power supply with a CAN interface;
the control instruction issuing module is used for creating a CAN power supply setting process, acquiring a control instruction, and calling the can_uteis module to issue the control instruction to an external power supply provided with a CAN interface after framing, wherein the control instruction is an instruction for controlling the external power supply provided with the CAN interface.
The following are further optimizations and/or improvements to the above-described inventive solution:
as shown in fig. 4, in the above embodiment, the remote power monitoring device based on the CAN bus includes a power data monitoring unit and a CAN interface, where the power data monitoring unit includes a process starting module, a data reporting module, and a control instruction issuing module, and in the remote power monitoring device based on the CAN bus in this embodiment, the data reporting module may further include:
the CAN data frame receiving and analyzing module is used for creating a CAN power supply data receiving process, calling the can_utels module to monitor and receive the CAN data frame, analyzing and storing the CAN data frame in a file form to an instruction directory, wherein the CAN data frame is reported by an external power supply with a CAN interface;
the first data transfer module is used for converting the file stored in the CAN data frame receiving and analyzing module into json format;
and the Web data display page displays the json format file.
In the technical scheme, when the can_uteis module is called by the CAN data frame receiving and analyzing module to monitor and receive CAN data frames, the CAN data frames received by the CAN interface in the BMC are monitored firstly, whether the CAN data frames are CAN power frames or not and whether the CAN data frames are CAN power frames or not are judged and judged in sequence, so that whether the monitored CAN data frames are normal CAN data frames or not is determined, and the normal CAN data frames are stored in a command directory in a file mode.
As shown in fig. 4, in the above embodiment, the remote power monitoring device based on the CAN bus includes a power data monitoring unit and a CAN interface, where the power data monitoring unit includes a process starting module, a data reporting module, and a control instruction issuing module, and in the remote power monitoring device based on the CAN bus in this embodiment, the control instruction issuing module may further include:
the Web control setting page is used for acquiring a control instruction, wherein the control instruction is an instruction agreed according to an external power can communication protocol;
the second data transfer module forwards the control instruction to the CAN data frame framing and sending module;
the CAN data frame framing transmitting module is used for framing the control instruction according to a CAN communication protocol to form a control frame; and calling the can_uteils module to send the control frame down to an external power supply provided with a CAN interface.
The technical characteristics form the optimal embodiment of the invention, have stronger adaptability and optimal implementation effect, and can increase or decrease unnecessary technical characteristics according to actual needs so as to meet the requirements of different situations.

Claims (7)

1. The remote power supply monitoring method based on the CAN bus is characterized by comprising the following steps of:
connecting a CAN interface in the BMC with a CAN interface of an external power supply, and judging whether the CAN interface in the BMC receives data or prepares to send the data;
in response to receiving the data, creating a CAN power supply data receiving process, calling a can_utels module to monitor a CAN data frame received by a CAN interface in the BMC, judging whether the CAN data frame is a CAN power supply frame or not, analyzing the CAN data frame if the CAN data frame is responded, judging whether the CAN data frame is the CAN power supply data frame after the CAN data frame is analyzed, receiving the analyzed CAN data frame if the CAN data frame is responded, and storing the analyzed CAN data frame in a specified directory in a file form, wherein the CAN data frame is reported by an external power supply provided with the CAN interface;
and responding to the data to be sent, creating a CAN power supply setting process, acquiring a control instruction, framing the control instruction according to a CAN communication protocol to form a control frame, calling a can_utels module to send the control frame to an external power supply provided with a CAN interface, judging whether a response frame is received within a set time, and responding to the response frame, wherein the control instruction is successfully completed after being sent, and the control instruction is an instruction agreed according to the external power supply CAN communication protocol.
2. The CAN bus-based remote power monitoring method of claim 1, further comprising converting the file into json format and reporting to a web page for presentation.
3. The CAN bus-based remote power monitoring method of claim 1 or 2, wherein the control instructions include a power control instruction, a parameter setting instruction.
4. A remote power supply monitoring device based on a CAN bus and applying the method of any one of claims 1 to 3, characterized by comprising a power supply data monitoring unit and a CAN interface, which are arranged in a BMC, wherein the power supply data monitoring unit comprises a data reporting module and a control instruction issuing module;
the CAN interface is connected with a CAN interface of an external power supply provided with the CAN interface, and CAN communication is established;
the data reporting module is used for creating a CAN power supply data receiving process, calling a can_uteis module to monitor a CAN data frame received by a CAN interface in the BMC, judging whether the CAN data frame is a CAN power supply frame or not, analyzing the CAN data frame if the CAN data frame is responded, judging whether the CAN data frame is the CAN power supply data frame after the CAN data frame is analyzed, receiving the analyzed CAN data frame if the CAN data frame is responded, and storing the analyzed CAN data frame in a specified directory in a file form, wherein the CAN data frame is reported by an external power supply provided with the CAN interface;
the control instruction issuing module is used for creating a CAN power supply setting process, acquiring a control instruction, framing the control instruction according to a CAN communication protocol to form a control frame, calling the can_utels module to send the control frame to an external power supply provided with a CAN interface, judging whether a response frame is received within a set time, and responding to the response frame, wherein the control instruction is issued successfully, and the control instruction is an instruction agreed according to the external power supply CAN communication protocol.
5. The CAN bus-based remote power monitoring device of claim 4, wherein the data reporting module comprises:
the CAN data frame receiving and analyzing module is used for creating a CAN power supply data receiving process, calling the can_utels module to monitor and receive the CAN data frame, analyzing and storing the CAN data frame in a file form to a designated directory, wherein the CAN data frame is reported by an external power supply with a CAN interface;
the first data transfer module is used for converting the file stored in the CAN data frame receiving and analyzing module into json format;
and the Web data display page displays the json format file.
6. The CAN bus-based remote power monitoring device of claim 4, wherein the control command issuing module comprises:
the Web control setting page is used for acquiring a control instruction, wherein the control instruction is an instruction agreed according to an external power can communication protocol;
the second data transfer module forwards the control instruction to the CAN data frame framing and sending module;
the CAN data frame framing transmitting module is used for framing the control instruction according to a CAN communication protocol to form a control frame; and calling the can_uteils module to send the control frame down to an external power supply provided with a CAN interface.
7. The CAN bus-based remote power monitoring device of claim 5, wherein the control command issuing module comprises:
the Web control setting page is used for acquiring a control instruction, wherein the control instruction is an instruction agreed according to an external power can communication protocol;
the second data transfer module forwards the control instruction to the CAN data frame framing and sending module;
the CAN data frame framing transmitting module is used for framing the control instruction according to a CAN communication protocol to form a control frame; and calling the can_uteils module to send the control frame down to an external power supply provided with a CAN interface.
CN202010809476.5A 2020-08-12 2020-08-12 Remote power supply monitoring method and device based on CAN bus Active CN112003659B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010809476.5A CN112003659B (en) 2020-08-12 2020-08-12 Remote power supply monitoring method and device based on CAN bus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010809476.5A CN112003659B (en) 2020-08-12 2020-08-12 Remote power supply monitoring method and device based on CAN bus

Publications (2)

Publication Number Publication Date
CN112003659A CN112003659A (en) 2020-11-27
CN112003659B true CN112003659B (en) 2023-10-31

Family

ID=73464093

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010809476.5A Active CN112003659B (en) 2020-08-12 2020-08-12 Remote power supply monitoring method and device based on CAN bus

Country Status (1)

Country Link
CN (1) CN112003659B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101160828A (en) * 2005-10-14 2008-04-09 华为技术有限公司 Management system and method based on intelligent platform management interface
CN107769960A (en) * 2017-09-07 2018-03-06 郑州云海信息技术有限公司 A kind of BMC management frameworks based on CAN
CN110768882A (en) * 2019-11-07 2020-02-07 青岛合启立智能科技有限公司 Data monitoring method and system, monitoring equipment and vehicle

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10699278B2 (en) * 2016-12-22 2020-06-30 Powin Energy Corporation Battery pack monitoring and warranty tracking system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101160828A (en) * 2005-10-14 2008-04-09 华为技术有限公司 Management system and method based on intelligent platform management interface
CN107769960A (en) * 2017-09-07 2018-03-06 郑州云海信息技术有限公司 A kind of BMC management frameworks based on CAN
CN110768882A (en) * 2019-11-07 2020-02-07 青岛合启立智能科技有限公司 Data monitoring method and system, monitoring equipment and vehicle

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于Intel Nehalem-ep服务器主板的设计与研究;程奇;中国优秀硕士学位论文全文数据库(第08期);I137-42 *

Also Published As

Publication number Publication date
CN112003659A (en) 2020-11-27

Similar Documents

Publication Publication Date Title
CN103532738B (en) The defining method of a kind of port connection relationship and device
US9197704B2 (en) Electronic label system and operation method thereof
CN107819657B (en) Method for dynamically analyzing Modbus protocol based on centralized control, Internet of things gateway equipment and system
CN109120716A (en) Equipment control method, device, storage medium and equipment unit
CN116150054B (en) Interrupt information processing method based on PCIE
EP2466407A1 (en) Monitoring inverters in a photovoltaic system
CN113093574A (en) Front-end configuration method and device of building control system and building control system
CN110704148B (en) Acquisition method and device of equipment page element, server and storage medium
CN112003659B (en) Remote power supply monitoring method and device based on CAN bus
CN114138771B (en) Abnormal data processing method, device and electronic equipment
CN111324503B (en) Machine frame management device, method and computer readable storage medium
CN101296132A (en) Method, system and device for monitoring network interface card
KR101386237B1 (en) Universal adapter for personal health device standardization of nonstandardized healthcare device and operating method thereof
CN112383543A (en) Power equipment monitoring data processing system
CN110377550A (en) A kind of method and computer equipment for realizing display warm connection function
CN101551709B (en) Intelligent socket and method for managing multiserver
CN109541437A (en) Integrated circuit and system
CN211375590U (en) CPCI case monitoring device and system
CN108199745B (en) System for parameter negotiation in copper wire data transmission process and application method
CN112953788A (en) Network state detection method and device, BMC and storage medium
CN106027333A (en) Module for realizing throughput analysis and bit error rate test in industrial sensor network
CN112135369A (en) Wireless Internet of things intelligent gateway based on multiple groups of modules
CN213547558U (en) NTP output module
US10983938B2 (en) Field bus system for driving power outputs
CN215186071U (en) Power supply device and power supply system

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 100083 north side, 13th floor, Taiji building, No.6 working area (South), wohuqiao, Haidian District, Beijing

Applicant after: CLP Technology (Beijing) Co.,Ltd.

Address before: 100083 north side, 13th floor, Taiji building, No.6 working area (South), wohuqiao, Haidian District, Beijing

Applicant before: CETC (BEIJING) Co.,Ltd.

CB02 Change of applicant information
CB02 Change of applicant information

Address after: 100083 north side, 13th floor, Taiji building, No.6 working area (South), wohuqiao, Haidian District, Beijing

Applicant after: Kunlun Taike (Beijing) Technology Co.,Ltd.

Address before: 100083 north side, 13th floor, Taiji building, No.6 working area (South), wohuqiao, Haidian District, Beijing

Applicant before: CLP Technology (Beijing) Co.,Ltd.

GR01 Patent grant
GR01 Patent grant