CN111506526A - Battery model identification method and device, electronic equipment and storage medium - Google Patents

Battery model identification method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111506526A
CN111506526A CN202010311222.0A CN202010311222A CN111506526A CN 111506526 A CN111506526 A CN 111506526A CN 202010311222 A CN202010311222 A CN 202010311222A CN 111506526 A CN111506526 A CN 111506526A
Authority
CN
China
Prior art keywords
battery
identified
model
determining
unique code
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
Application number
CN202010311222.0A
Other languages
Chinese (zh)
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.)
Beijing Yidiantao Network Technology Co ltd
Original Assignee
Beijing Yidiantao Network 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 Beijing Yidiantao Network Technology Co ltd filed Critical Beijing Yidiantao Network Technology Co ltd
Priority to CN202010311222.0A priority Critical patent/CN111506526A/en
Publication of CN111506526A publication Critical patent/CN111506526A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/102Program control for peripheral devices where the programme performs an interfacing function, e.g. device driver
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3055Monitoring arrangements for monitoring the status of the computing system or of the computing system component, e.g. monitoring if the computing system is on, off, available, not available
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/20Handling requests for interconnection or transfer for access to input/output bus
    • G06F13/22Handling requests for interconnection or transfer for access to input/output bus using successive scanning, e.g. polling

Abstract

The invention provides a method and a device for identifying a battery model, electronic equipment and a storage medium. The method comprises the following steps: establishing system management bus SMBus communication with the battery to be identified; sending a reading instruction to the battery to be identified; and determining the model of the battery to be identified according to the reading result returned by the battery to be identified. According to the identification method of the battery model, SMBus communication is established with the battery to be identified, a reading instruction is sent to the battery, the model of the battery to be identified is accurate according to a returned result, the correctness of the battery model is ensured, various battery models can be identified for fool-proofing, the most suitable test program and test specification can be automatically matched aiming at different batteries, and the test efficiency and the pass rate are improved.

Description

Battery model identification method and device, electronic equipment and storage medium
Technical Field
The invention relates to the technical field of communication, in particular to a method and a device for identifying a battery model, electronic equipment and a storage medium.
Background
At present, for computer equipment leasing enterprises, the equipment models are various, and the corresponding batteries also have various models, wherein the models comprise design schemes of different manufacturers and different battery protection boards. In daily operation, maintenance personnel often use the wrong protection board corresponding to the battery model because of the similarity of the battery protection boards, so that the actual computer battery is inconsistent with the actual battery model on the shell, the battery endurance test is influenced, and the optimization of the battery qualification rate cannot be ensured.
Therefore, how to correctly identify the battery model is an important issue to be solved urgently.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides a battery model identification method and device, electronic equipment and a storage medium.
In a first aspect, the present invention provides a method for identifying a battery model, including:
establishing system management bus SMBus communication with the battery to be identified;
sending a reading instruction to the battery to be identified;
and determining the model of the battery to be identified according to the reading result returned by the battery to be identified.
As above, optionally, the establishing system management bus SMBus communication with the battery to be identified includes:
simulating battery SMBus communication through an I/O (input/output) port of a single chip microcomputer, and connecting the single chip microcomputer with equipment to be tested so as to access the internal information of the battery to be identified in the equipment to be tested.
As for the above method, optionally, the determining the model of the battery to be identified according to the reading result returned by the battery to be identified includes:
obtaining SMBus communication data returned by the battery to be identified;
starting from 0x00 to 0xff in the SMBus communication data, carrying out addressing reading scanning, and determining an address containing battery label information;
after the address containing the battery label information is read, determining a unique code in the address;
and determining the model of the battery to be identified according to the unique code.
As above, optionally, the determining the model of the battery to be identified according to the unique code includes:
matching the unique code with a pre-stored battery model and unique code association table;
and determining the model of the battery to be identified according to the matching result.
The method as described above, optionally, further includes:
converting the unique code into an ASCII code and outputting the ASCII code to a display screen;
or the model of the battery to be identified is output to a printer through a serial port.
The method as described above, optionally, further includes:
and determining a test scheme of the battery to be identified according to the model of the battery to be identified.
In a second aspect, the present invention provides an apparatus for identifying a battery type, comprising:
the communication module is used for establishing system management bus SMBus communication with the battery to be identified;
the sending module is used for sending a reading instruction to the battery to be identified;
and the identification module is used for determining the model of the battery to be identified according to the reading result returned by the battery to be identified.
As with the above device, optionally, the communication module is specifically configured to:
simulating battery SMBus communication through an I/O (input/output) port of a single chip microcomputer, and connecting the single chip microcomputer with equipment to be tested so as to access the internal information of the battery to be identified in the equipment to be tested.
Optionally, the identification module is specifically configured to:
obtaining SMBus communication data returned by the battery to be identified;
starting from 0x00 to 0xff in the SMBus communication data, carrying out addressing reading scanning, and determining an address containing battery label information;
after the address containing the battery label information is read, determining a unique code in the address;
and determining the model of the battery to be identified according to the unique code.
Optionally, the identification module is specifically configured to:
matching the unique code with a pre-stored battery model and unique code association table;
and determining the model of the battery to be identified according to the matching result.
The above apparatus, optionally, further comprises:
the output module is used for converting the unique code into an ASCII code and outputting the ASCII code to a display screen;
or the model of the battery to be identified is output to a printer through a serial port.
The above apparatus, optionally, further comprises:
and the test module is used for determining a test scheme of the battery to be identified according to the model of the battery to be identified.
In a third aspect, the present invention provides an electronic device comprising:
the processor and the memory are communicated with each other through a bus; the memory stores program instructions executable by the processor, the processor invoking the program instructions to perform a method comprising: establishing system management bus SMBus communication with the battery to be identified; sending a reading instruction to the battery to be identified; and determining the model of the battery to be identified according to the reading result returned by the battery to be identified.
In a fourth aspect, the present invention provides a storage medium having stored thereon a computer program which, when executed by a processor, implements a method comprising: establishing system management bus SMBus communication with the battery to be identified; sending a reading instruction to the battery to be identified; and determining the model of the battery to be identified according to the reading result returned by the battery to be identified.
According to the identification method of the battery model, SMBus communication is established with the battery to be identified, a reading instruction is sent to the battery, the model of the battery to be identified is accurate according to a returned result, the correctness of the battery model is ensured, various battery models can be identified for fool-proofing, the most suitable test program and test specification can be automatically matched aiming at different batteries, and the test efficiency and the pass rate are improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
Fig. 1 is a schematic flow chart of a method for identifying a battery model according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a device for identifying a battery type according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a schematic flow chart of a method for identifying a battery model according to an embodiment of the present invention, as shown in fig. 1, the method includes:
step S11, establishing system management bus SMBus communication with the battery to be identified;
specifically, in order to identify the battery model of the device to be tested, for example, the battery model of a notebook computer, etc., a system management bus SMBus communication may be established with the battery to be identified in the device to be tested, and in practical application, the communication may be implemented by a single chip microcomputer. The model of the single chip microcomputer can be STC12, and battery model identification is realized through an embedded C language, which is not limited here.
Step S12, sending a reading instruction to the battery to be identified;
specifically, after SMBus communication is established with the battery to be identified, a reading instruction is sent to the battery to be identified, the battery to be identified returns a reading result according to an SMBus communication protocol, and then the reading result is subjected to data processing, so that the battery model can be determined.
And step S13, determining the model of the battery to be identified according to the reading result returned by the battery to be identified.
Specifically, SMBus communication data returned by the battery to be identified is acquired, the SMBus _ ReadAdd function is called to acquire battery related information, addressing reading scanning is performed from 0x00 to 0xff end in the SMBus communication data, and an address containing battery label information, such as a Device name, is determined. Then, reading an address containing the battery label, and determining a unique code from the address; determining the type of the battery to be identified according to the unique code, specifically, matching the unique code with a pre-stored battery type and a unique code association table; and determining the model of the battery to be identified according to the matching result.
For example, if the Device name read from the battery feedback information to be identified is "L NV-45N 1025", the Device name is intercepted, wherein "1025" is the battery unique identification code, and the Device name can be obtained by putting the character string "L NV-45N 1025" into an array for bit-wise interception.
Further, after the unique battery identification code is acquired, the unique code can be converted into an ASCII code and output to an L CD display screen, so that a person can confirm the model, check the model with an external label identification model, judge whether the label is wrong and correct the wrong battery label in time.
Or the model of the battery to be identified can be output to a printer through a serial port to be used as the battery label combination information.
Furthermore, after the battery models are obtained, the test scheme of each battery can be determined according to the specific models, and the test specifications can be assigned according to different models of batteries, so that a test method with different endurance test specifications can be distributed. For example, the requirement that the endurance time of a client in two hours is required to be met, the power consumption of A, B two types of notebook computers is different, and the power consumption of B is lower, so that the unique codes of the two types of batteries can be identified and the specification of the test which just meets the 2-hour endurance of the corresponding notebook computer can be specified when the two types of batteries are tested, and the qualification rate of the battery endurance test is improved.
Further, after the battery model is acquired, the discharge time value (specification) of the model in the charge and discharge equipment can be specified.
According to the identification method of the battery model, SMBus communication is established with the battery to be identified, the reading instruction is sent to the battery, the model of the battery to be identified is accurate according to the returned result, the correctness of the battery model is ensured, various battery models can be identified for fool-proofing, the most suitable test program and test specification can be automatically matched aiming at different batteries, and the test efficiency and the qualification rate are improved.
Based on the same inventive concept, an embodiment of the present invention further provides an apparatus for identifying a battery type, as shown in fig. 2, including: communication module 21, sending module 22 and identification module 23, wherein:
the communication module 21 is used for establishing system management bus SMBus communication with the battery to be identified; the sending module 22 is configured to send a reading instruction to the battery to be identified; the identification module 23 is configured to determine the model of the battery to be identified according to the reading result returned by the battery to be identified.
As with the above apparatus, optionally, the communication module 21 is specifically configured to:
simulating battery SMBus communication through an I/O (input/output) port of a single chip microcomputer, and connecting the single chip microcomputer with equipment to be tested so as to access the internal information of the battery to be identified in the equipment to be tested.
As with the above apparatus, optionally, the identification module 23 is specifically configured to:
obtaining SMBus communication data returned by the battery to be identified;
starting from 0x00 to 0xff in the SMBus communication data, carrying out addressing reading scanning, and determining an address containing battery label information;
after the address containing the battery label information is read, determining a unique code in the address;
and determining the model of the battery to be identified according to the unique code.
As with the above apparatus, optionally, the identification module 23 is specifically configured to:
matching the unique code with a pre-stored battery model and unique code association table;
and determining the model of the battery to be identified according to the matching result.
The above apparatus, optionally, further comprises:
the output module is used for converting the unique code into an ASCII code and outputting the ASCII code to a display screen;
or the model of the battery to be identified is output to a printer through a serial port.
The above apparatus, optionally, further comprises:
and the test module is used for determining a test scheme of the battery to be identified according to the model of the battery to be identified.
The apparatus provided in the embodiment of the present invention is configured to implement the method, and its functions specifically refer to the method embodiment, which is not described herein again.
Fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present invention, and as shown in fig. 3, the electronic device includes: a processor (processor)31, a memory (memory)32, and a bus 33;
wherein, the processor 31 and the memory 32 complete the communication with each other through the bus 33;
the processor 31 is configured to call program instructions in the memory 32 to perform the methods provided by the above-mentioned method embodiments, including, for example: establishing system management bus SMBus communication with the battery to be identified; sending a reading instruction to the battery to be identified; and determining the model of the battery to be identified according to the reading result returned by the battery to be identified.
An embodiment of the present invention discloses a computer program product, which includes a computer program stored on a non-transitory computer readable storage medium, the computer program including program instructions, when the program instructions are executed by a computer, the computer can execute the methods provided by the above method embodiments, for example, the method includes: establishing system management bus SMBus communication with the battery to be identified; sending a reading instruction to the battery to be identified; and determining the model of the battery to be identified according to the reading result returned by the battery to be identified.
Embodiments of the present invention provide a non-transitory computer-readable storage medium, which stores computer instructions, where the computer instructions cause the computer to perform the methods provided by the above method embodiments, for example, the methods include: establishing system management bus SMBus communication with the battery to be identified; sending a reading instruction to the battery to be identified; and determining the model of the battery to be identified according to the reading result returned by the battery to be identified.
Those of ordinary skill in the art will understand that: all or part of the steps for realizing the method embodiments can be completed by hardware related to program instructions, the program can be stored in a computer readable storage medium, and the program executes the steps comprising the method embodiments when executed; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
The above-described embodiments of the apparatuses and the like are merely illustrative, wherein the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above embodiments are only used for illustrating the technical solutions of the embodiments of the present invention, and are not limited thereto; although embodiments of the present invention have been described in detail with reference to the foregoing embodiments, those skilled in the art will understand that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. A method for identifying a battery model is characterized by comprising the following steps:
establishing system management bus SMBus communication with the battery to be identified;
sending a reading instruction to the battery to be identified;
and determining the model of the battery to be identified according to the reading result returned by the battery to be identified.
2. The method of claim 1, wherein establishing system management bus (SMBus) communication with the battery to be identified comprises:
simulating battery SMBus communication through an I/O (input/output) port of a single chip microcomputer, and connecting the single chip microcomputer with equipment to be tested so as to access the internal information of the battery to be identified in the equipment to be tested.
3. The method according to claim 1, wherein the determining the model of the battery to be identified according to the reading result returned by the battery to be identified comprises:
obtaining SMBus communication data returned by the battery to be identified;
starting from 0x00 to 0xff in the SMBus communication data, carrying out addressing reading scanning, and determining an address containing battery label information;
after the address containing the battery label information is read, determining a unique code in the address;
and determining the model of the battery to be identified according to the unique code.
4. The method of claim 3, wherein the determining the model number of the battery to be identified according to the unique code comprises:
matching the unique code with a pre-stored battery model and unique code association table;
and determining the model of the battery to be identified according to the matching result.
5. The method of claim 3, further comprising:
converting the unique code into an ASCII code and outputting the ASCII code to a display screen;
or the model of the battery to be identified is output to a printer through a serial port.
6. The method of any of claims 1-5, further comprising:
and determining a test scheme of the battery to be identified according to the model of the battery to be identified.
7. An apparatus for identifying a battery type, comprising:
the communication module is used for establishing system management bus SMBus communication with the battery to be identified;
the sending module is used for sending a reading instruction to the battery to be identified;
and the identification module is used for determining the model of the battery to be identified according to the reading result returned by the battery to be identified.
8. The apparatus of claim 7, wherein the communication module is specifically configured to:
simulating battery SMBus communication through an I/O (input/output) port of a single chip microcomputer, and connecting the single chip microcomputer with equipment to be tested so as to access the internal information of the battery to be identified in the equipment to be tested.
9. An electronic device, comprising:
the processor and the memory are communicated with each other through a bus; the memory stores program instructions executable by the processor, the processor invoking the program instructions to perform the method of any of claims 1 to 6.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the method according to any one of claims 1 to 6.
CN202010311222.0A 2020-04-20 2020-04-20 Battery model identification method and device, electronic equipment and storage medium Pending CN111506526A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010311222.0A CN111506526A (en) 2020-04-20 2020-04-20 Battery model identification method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010311222.0A CN111506526A (en) 2020-04-20 2020-04-20 Battery model identification method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111506526A true CN111506526A (en) 2020-08-07

Family

ID=71864045

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010311222.0A Pending CN111506526A (en) 2020-04-20 2020-04-20 Battery model identification method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111506526A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111956936A (en) * 2020-08-25 2020-11-20 深圳市赛禾医疗技术有限公司 Pressure wave balloon catheter identification method and treatment device for angioplasty
WO2022110604A1 (en) * 2020-11-27 2022-06-02 苏州精控能源科技有限公司 Control method and control system for battery monitoring platform

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100295503A1 (en) * 2009-05-19 2010-11-25 Bourilkov Jordan T Multi-Use Fast Rate Charging Stand
CN102269800A (en) * 2010-05-07 2011-12-07 Pct国际股份有限公司 Battery testing method
CN102361104A (en) * 2011-10-28 2012-02-22 深圳市欣视景科技有限公司 Battery and battery identification circuit
US20120250245A1 (en) * 2011-03-30 2012-10-04 James Utz Multi-purpose information handling system device connector
CN103094955A (en) * 2011-11-07 2013-05-08 索尼公司 Charging control system, device and method, and discharging control device
CN104221210A (en) * 2012-03-29 2014-12-17 株式会社Lg化学 Automatic system for recognizing battery characteristics, battery information storage device applied to same, and method for optimizing battery management using same
CN107248757A (en) * 2017-05-11 2017-10-13 顺丰科技有限公司 A kind of self-adapting intelligent charging method, charger
CN207216708U (en) * 2017-07-13 2018-04-10 郭丹 A kind of self-service shared charging system of motor bicycle
CN108254697A (en) * 2018-01-10 2018-07-06 上海展扬通信技术有限公司 Battery type detection method, detection terminal and storage medium

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100295503A1 (en) * 2009-05-19 2010-11-25 Bourilkov Jordan T Multi-Use Fast Rate Charging Stand
CN102428620A (en) * 2009-05-19 2012-04-25 吉列公司 Multi-use fast rate charging stand
CN102269800A (en) * 2010-05-07 2011-12-07 Pct国际股份有限公司 Battery testing method
US20120250245A1 (en) * 2011-03-30 2012-10-04 James Utz Multi-purpose information handling system device connector
CN102361104A (en) * 2011-10-28 2012-02-22 深圳市欣视景科技有限公司 Battery and battery identification circuit
CN103094955A (en) * 2011-11-07 2013-05-08 索尼公司 Charging control system, device and method, and discharging control device
CN104221210A (en) * 2012-03-29 2014-12-17 株式会社Lg化学 Automatic system for recognizing battery characteristics, battery information storage device applied to same, and method for optimizing battery management using same
CN107248757A (en) * 2017-05-11 2017-10-13 顺丰科技有限公司 A kind of self-adapting intelligent charging method, charger
CN207216708U (en) * 2017-07-13 2018-04-10 郭丹 A kind of self-service shared charging system of motor bicycle
CN108254697A (en) * 2018-01-10 2018-07-06 上海展扬通信技术有限公司 Battery type detection method, detection terminal and storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111956936A (en) * 2020-08-25 2020-11-20 深圳市赛禾医疗技术有限公司 Pressure wave balloon catheter identification method and treatment device for angioplasty
CN111956936B (en) * 2020-08-25 2023-06-09 深圳市赛禾医疗技术有限公司 Pressure wave balloon catheter identification method and treatment device for angioplasty
WO2022110604A1 (en) * 2020-11-27 2022-06-02 苏州精控能源科技有限公司 Control method and control system for battery monitoring platform

Similar Documents

Publication Publication Date Title
CN111428462B (en) Communication protocol template construction method and terminal equipment
CN111124775A (en) Power-on time sequence abnormality detection method and device, MCU and storage medium
CN111506526A (en) Battery model identification method and device, electronic equipment and storage medium
CN109783385B (en) Product testing method and device
CN107748718B (en) Application program testing method and device and server
CN110764999A (en) Automatic testing method and device, computer device and storage medium
CN112363939A (en) Method, system and equipment for quickly generating fuzzy test network protocol template
CN115437965A (en) Data processing method suitable for test management platform
CN113448786A (en) PCIe equipment testing method, device, equipment and readable storage medium
CN112667545A (en) Server asset information query management method
CN111552631A (en) System testing method, device and computer readable storage medium
CN110532173A (en) A kind of test preprocess method, device, computer system and readable storage medium storing program for executing
CN117171816B (en) Data verification method based on industrial identification and related equipment
CN111459729B (en) Server compatibility test analysis method and system
CN109120422B (en) Remote server system capable of obtaining hardware information and management method thereof
CN117762380A (en) Method and device for checking software component interface and readable storage medium
CN113408893A (en) Risk early warning method and device
CN114546792A (en) Hard disk lighting mode configuration method, system and device and readable storage medium
CN117370207A (en) Transaction access joint debugging test method, device, equipment and storage medium
CN117149262A (en) Software project version processing method, device, equipment and storage medium
CN114218098A (en) Software system testing method and device, computer equipment and readable storage medium
CN116185738A (en) Component compatibility test method, system, device and readable storage medium
CN114826909A (en) Server production instruction information maintenance system, method, device and storage medium
CN116010135A (en) Fault data storage method and device
CN114546700A (en) Data processing method, system and equipment for abnormal log

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200807