CN112133072B - Test system and test method for LoRa wireless data acquisition device - Google Patents

Test system and test method for LoRa wireless data acquisition device Download PDF

Info

Publication number
CN112133072B
CN112133072B CN202011007630.3A CN202011007630A CN112133072B CN 112133072 B CN112133072 B CN 112133072B CN 202011007630 A CN202011007630 A CN 202011007630A CN 112133072 B CN112133072 B CN 112133072B
Authority
CN
China
Prior art keywords
circuit
test
tested
test instruction
serial number
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
CN202011007630.3A
Other languages
Chinese (zh)
Other versions
CN112133072A (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.)
China North Industries Group Corp No 214 Research Institute Suzhou R&D Center
Original Assignee
China North Industries Group Corp No 214 Research Institute Suzhou R&D Center
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 China North Industries Group Corp No 214 Research Institute Suzhou R&D Center filed Critical China North Industries Group Corp No 214 Research Institute Suzhou R&D Center
Priority to CN202011007630.3A priority Critical patent/CN112133072B/en
Publication of CN112133072A publication Critical patent/CN112133072A/en
Application granted granted Critical
Publication of CN112133072B publication Critical patent/CN112133072B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G08SIGNALLING
    • G08CTRANSMISSION SYSTEMS FOR MEASURED VALUES, CONTROL OR SIMILAR SIGNALS
    • G08C17/00Arrangements for transmitting signals characterised by the use of a wireless electrical link
    • G08C17/02Arrangements for transmitting signals characterised by the use of a wireless electrical link using a radio link
    • GPHYSICS
    • G08SIGNALLING
    • G08CTRANSMISSION SYSTEMS FOR MEASURED VALUES, CONTROL OR SIMILAR SIGNALS
    • G08C25/00Arrangements for preventing or correcting errors; Monitoring arrangements

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Maintenance And Management Of Digital Transmission (AREA)

Abstract

The invention discloses a test system for a LoRa wireless data acquisition device and a test method thereof.A circuit to be tested receives and analyzes a test instruction sent by an upper computer; starting to execute a test program by a first circuit to be tested corresponding to the minimum serial number contained in the test instruction; the first circuit to be tested returns test data to the upper computer after completing the test, and the first circuit to be tested modifies the test instruction so that the test instruction no longer contains the serial number corresponding to the first circuit to be tested, and the modified test instruction is continuously sent to the circuits to be tested corresponding to other serial numbers; after the circuits to be tested corresponding to other serial numbers detect the test instruction, the circuit to be tested corresponding to the minimum serial number contained in the test instruction continues to execute the test program; and sending the test instruction after zero clearing to the upper computer to finish the test until the test instruction does not contain the sequence number information any more. The method saves the cost and time of the test, improves the test efficiency and can avoid data conflict.

Description

Test system and test method for LoRa wireless data acquisition device
Technical Field
The invention relates to a system and a method for testing LoRa wireless data acquisition.
Background
Data acquisition device can realize remote control and wireless data transmission through being equipped with loRa wireless module. The prior art only discusses the problem of testing a single circuit or system for realizing data collection and transmission of a wireless internet of things by using an LoRa module in different application scenes, for example, the following patents: the present invention provides an automatic test system and a test method thereof, which is provided with no discussion about the problem of simultaneous testing of a plurality of circuits of the same kind when a data acquisition device with a LoRa is produced in batch, and is disclosed in application No. 201910629905.8, a test system and a test method thereof for a LoRa wireless electromechanical device, and application No. 201910629382.7, a test system and a test method thereof for a LoRa wireless data acquisition device.
Disclosure of Invention
The purpose of the invention is as follows: reduce the wireless data acquisition device of loRa test time one by one, carry out the test of a plurality of circuit functions automatically, improve production efficiency of software testing.
The technical solution for realizing the purpose of the invention is as follows:
a test method of a test system for a LoRa wireless data acquisition device comprises the following steps:
step 1, a circuit to be tested receives and analyzes a test instruction sent by an upper computer;
step 2, starting to execute a test program by the first circuit to be tested corresponding to the minimum serial number contained in the test instruction, and continuously waiting for the test instruction by the circuits to be tested corresponding to other serial numbers;
after the first circuit to be tested is tested, returning test data to the upper computer according to a specific format, modifying the test instruction by the first circuit to be tested so that the test instruction does not contain the serial number corresponding to the first circuit to be tested any more, and continuously sending the modified test instruction to the circuits to be tested corresponding to other serial numbers;
step 3, after the circuit to be tested corresponding to other serial numbers detects the test instruction, continuing to execute the test program by the circuit to be tested corresponding to the minimum serial number contained in the test instruction;
and 4, repeating the steps 2 to 3 until the test instruction does not contain the sequence number information any more, and sending the test instruction after zero clearing to the upper computer to finish the test.
Further, the upper computer controls the LoRa wireless module to send a specific format test instruction with a test circuit serial number to the circuit to be tested through the serial port.
Further, the upper computer receives the test data fed back by all the circuits to be tested and the modified test instruction in sequence, and checks whether the automatic test process is executed according to the sequence of the set serial numbers of the circuits to be tested from small to large according to the modified test instruction.
Further, the format of the test instruction sent by the upper computer and/or the received modified test instruction is as follows: header byte + sequence number byte + command byte + check byte.
Furthermore, the frame header occupies two repeatedly sent bytes, the serial number of the circuit to be tested is combined into one byte, the command is a reserved instruction byte, the command occupies one byte, and the check occupies one byte by adopting cyclic redundancy check.
Further, the test data format fed back by the circuit to be tested is as follows: header byte + sequence number byte + data byte + check byte.
Further, the frame header occupies two repeatedly sent bytes, the serial number occupies two bytes, wherein the serial number of the circuit to be tested occupies one byte, the serial number of the rest circuits to be tested occupies one byte, the data occupies three bytes, the check adopts the cyclic redundancy check to occupy one byte, and the total number of the bytes is 8.
Furthermore, the test instruction sent by the upper computer and the received modified test instruction comprise two repeatedly sent frame header bytes, and the test data fed back by the circuit to be tested comprises two repeatedly sent bytes which are different from the test instruction sent by the upper computer and the received modified test instruction.
Further, the step 2 comprises the following specific steps:
the method comprises the steps that after a circuit to be tested is electrified and initialized, data collection is automatically carried out, when a frame header of a test instruction frame is detected, whether a received frame header is correct or not is judged, if the correct frame header is not received, a re-receiving frame header is returned, if the correct frame header is received, test instructions of all the remaining bytes are continuously received, CRC (cyclic redundancy check) is carried out, and if the CRC is wrong, the frame header which waits for receiving the test instructions again is returned;
if the CRC is correct, judging whether the serial number corresponding to the circuit of the circuit to be tested in the received instruction has the serial number corresponding to the circuit of the circuit, if the serial number corresponding to the circuit of the circuit does not exist in the serial number instruction byte to be tested or the serial number corresponding to the circuit of the circuit to be tested is not the minimum serial number contained in the current test instruction, returning to receive the test instruction again;
if the received test instruction has a serial number corresponding to the circuit of the test instruction and the serial number is the circuit with the minimum serial number in the current test instruction, inquiring the data acquisition state of the device, and sending the obtained state data to an upper computer by a LoRa wireless module according to the format after inquiring the data acquisition state of the device;
and clearing the corresponding serial number in the test instruction after the data is sent, and sending the test instruction to other circuits to be tested according to the test instruction format.
The invention creates the advantages and achieves the effects that:
(1) the upper computer is only required to send a test instruction once, the set test module can automatically return test results, the circuit functions of a plurality of devices can be tested once, and compared with the mode that one module sends a command and then receives a return command, the test device saves multiple instruction time and improves test efficiency.
(2) The invention returns the test result in turn from small to large according to the module serial number of the module to be tested in the instruction, thereby avoiding the data conflict.
(3) The time for returning data can be adjusted according to requirements, so that one circuit to be tested can be tested to return one test result, and all the circuits to be tested can be tested to return the test result together, thereby further simplifying the test.
(4) The test method has wide applicability. The LoRa wireless data acquisition device provided by the invention is used for acquiring audio signals and is also suitable for acquiring other types of data.
(5) The test method has flexibility. The circuit to be tested can adjust the test sequence according to actual demand, namely if the circuit to be tested 1 needs to feed back data for many times, the circuit to be tested 1 can be set in other large-serial-number circuits to be tested again, and thus the multifunctional circuit device with the LoRa wireless peripheral can be tested simultaneously. In addition, the number of bytes of the serial number of the circuit to be tested in the test method can be set according to the number of the test circuits, and can be one byte or a plurality of bytes.
Drawings
Fig. 1 illustrates a circuit structure of a LoRa wireless data acquisition device;
FIG. 2 is a schematic diagram of a test system and method;
FIG. 3 is a flowchart of the procedure for measuring the distance to be measured;
FIG. 4 is a circuit for receiving waveforms of an oscilloscope instructed by an upper computer;
FIG. 5 illustrates a waveform of a circuit feedback data oscilloscope;
the first circuit of fig. 6 updates the oscilloscope waveforms of the test instructions.
Detailed Description
The invention is further described below with reference to the accompanying drawings. The following examples are only for illustrating the technical solutions of the present invention more clearly, and the protection scope of the present invention is not limited thereby.
The LoRa wireless data acquisition device is shown in figure 1 and comprises a system power supply, a main controller, a LoRa wireless module and other peripheral devices. The system power supply module provides various power supplies required by the whole circuit, and the circuit work is guaranteed. The main controller coordinates data acquisition of other peripheral equipment, and is responsible for receiving the test instruction that the host computer sent and feeding back test data to the host computer through loRa wireless module simultaneously.
The test system for the LoRa wireless data acquisition device is shown in figure 2 and comprises an upper computer and a circuit to be tested. The upper computer controls a LoRa wireless module to send a test instruction in the serial port assistant software through the serial port, and receives data fed back by the circuit to be tested and the modified test instruction. The circuit to be tested is the LoRa wireless data acquisition device.
The test method takes three tested circuits as an example, and the No. 1, the No. 2 and the No. 3 in the dashed line frame of the figure 2 are the circuits to be tested. After the circuit 1, the circuit 2 and the circuit 3 to be tested are electrified, the test instructions of the upper computer are waited. The host computer controls a LoRa wireless module through a serial port to send out a specific format test instruction with the serial numbers of the test circuit 1, the circuit 2 and the circuit 3, after the test instruction sent by the host computer is analyzed by the circuit to be tested, the circuit to be tested with the minimum serial number starts to execute a test program, namely the circuit 1 in the figure 2, and other circuits to be tested continue to wait for the test instruction.
After the test of the circuit No. 1 is finished, test data are returned to an upper computer according to a specific format, then the circuit No. 1 modifies a test instruction, the test instruction does not contain the serial number of the circuit No. 1 any more, only contains the serial numbers of the circuit No. 2 and the circuit No. 3, after the modification is finished, a new test instruction is sent to other circuits to be tested according to the specific format, the circuit No. 2 and the circuit No. 3 continue to execute the test by the circuit No. 2 with the smallest serial number after detecting the test instruction, then the circuit No. 2 feeds back the test data to the upper computer, the circuit No. 2 modifies the test instruction again and sends the test instruction again, the instruction only contains the serial number of the circuit No. 3, the circuit No. 1 and the circuit No. 3 execute the test after receiving the instruction, the test data are fed back to the upper computer, the test instruction is modified again, serial number information in the test instruction is cleared, the test instruction after the zero clearing is sent, and whether the automatic test process is executed according to the sequence of the set serial number of the tested circuit from small to large is checked through the modified test instruction, and the automatic test work of the LoRa wireless data acquisition device is completed after the work is finished.
When the circuit function is tested, the work of a test instruction sending end can be greatly reduced by setting the same address, the same speed and the same channel for the LoRa wireless module, but the problem that a plurality of circuits to be tested simultaneously feed back test data and conflict mutually is caused. This is because the radio frequency signals in the same frequency band interfere with each other when the radio frequency is transmitted, and the multiple circuits simultaneously feed back data to the upper computer through their own LoRa wireless modules, which causes signal collision, and results in that accurate data cannot be obtained or data is lost, so the format of the transceiving protocol is very important.
The format of the upper computer sending instruction and the updating test instruction of the circuit to be tested is as follows: the method comprises the steps of frame header, sequence number, command and verification, wherein the frame header is AA, the AA occupies two bytes, the sequence number of a circuit to be tested is combined into one byte, the command occupies one byte, the verification occupies one byte, and the total number of the bytes is 5. The frame header repeats the character sending setting, and the possibility of mistakenly receiving the instruction by the circuit to be tested is reduced. The serial number combination of the circuit to be tested is respectively set according to 8 bits in the bytes, the '00000010' indicates that the circuit to be tested is the No. 2 circuit, the hexadecimal system of the circuit to be tested is 0x02, the '00000111' indicates that the circuit to be tested is the No. 1 circuit, the No. 2 circuit and the No. 3 circuit, the hexadecimal system of the circuit to be tested is 0x07, the currently set combination of the circuit to be tested can test 8 circuits to be tested, and the number of the circuits to be tested can. The command byte is a reserved command byte, different test data can be returned according to the command, cyclic redundancy check CRC8 is adopted for the check byte, the check formula is x8+ x5+ x4+1, and the test command is AA 07011E by taking the circuit to be tested as No. 1, No. 2 and No. 3 as examples.
The feedback data format of the circuit to be tested is as follows: the method comprises the steps of frame header + serial number + data + verification, wherein the frame header is '5555' and occupies two bytes, the circuit serial number of current feedback data occupies one byte, the serial number of the rest circuit to be tested occupies one byte, the data occupies three bytes, the verification occupies one byte, and 8 bytes are counted. The feedback data frame header is different from the sending instruction frame header and is used for a circuit to be tested to quickly identify a receiving instruction and ignore data feedback of other circuits, the data bit number is determined according to data fed back by the actual requirement of the system, the system needs 3 bits of data, and the check bit is the same as the sending instruction algorithm and is cyclic redundancy check CRC 8. Taking the feedback of the number 1 data of the circuit to be tested as an example, the feedback data is "55550106 XX XX CRC".
The program flow chart of the tested circuit testing method designed by the testing method of fig. 2 is shown in fig. 3, the system initialization is started after the circuit to be tested is powered on, the initialization comprises the configuration of the global and related functional registers of the controller, the configuration of the working mode of the hardware peripheral circuit, the data acquisition work is automatically carried out after the initialization is finished, the LoRa enters the receiving state at the same time, the testing instruction of the upper computer is prepared to be received, when the system detects the frame head of the testing instruction frame, whether the received frame head is correct is judged, if the correct frame head is not received, the program returns to re-receive the frame head, if the correct frame head is received, the testing instruction of all the remaining bytes is continuously received, the CRC check is carried out, and if the CRC check is wrong, the frame;
if the CRC is correct, judging whether the serial number corresponding to the circuit of the circuit to be tested in the received instruction has the serial number corresponding to the circuit of the circuit, if the serial number corresponding to the circuit of the circuit does not exist in the serial number instruction byte to be tested or the serial number corresponding to the circuit of the circuit to be tested is not the minimum serial number contained in the current test instruction, returning to receive the test instruction again;
if the received test instruction has a serial number corresponding to the circuit of the test instruction and the serial number is the circuit with the minimum serial number in the current test instruction, inquiring the data acquisition state of the device, and sending the obtained state data to an upper computer by a LoRa wireless module according to the format after inquiring the data acquisition state of the device;
and clearing the corresponding serial number in the serial number byte of the instruction to be tested after the data is sent, and sending a test instruction according to the test instruction format, namely, the test work of the circuit is completed, and the circuit is qualified. After the test command is sent in the previous three examples of the circuit under test, the data received by the host computer is "55550106 XX XX CRC1 AA 0601 DA 55550204 XX XX XX CRC2 AA 04014B 55550300 XX XX CRC3 AA 000170".
Oscilloscope waveforms for transmitting and receiving data in the test process of the circuit No. 1 are shown in FIGS. 4, 5 and 6.
The above feedback results are feedback results when the circuit function is normal, and when the circuit function is failed, there are several states, or No. 1, No. 2, and No. 3 circuits to be tested are taken as an example. After sending test 1, 2, 3 the instruction back, there is not any feedback, send test 2, 3 the instruction has the correct feedback, 1 circuit is unusual, if still there is not feedback, only send the instruction of test 3 circuit, if 3 circuit has the correct feedback, 1 and 2 circuit function to be measured are unusual, if three instructions do not all have the feedback, test host computer loRa wireless module function, confirm whether host computer loRa wireless module function is normal. If host computer loRa wireless module function is normal, the loRa wireless module who changes unusual circuit carries out above-mentioned test again, if the circuit that awaits measuring still does not have feedback data after changing the normal loRa wireless module of function, needs detection circuitry peripheral hardware chip function and main control unit function. If the frame header fed back is correct '5555', the data after the circuit serial number is abnormal, which indicates that the peripheral function of the circuit is abnormal and needs to be further checked.
The test work of batch circuits can be completed quickly and efficiently according to the method.
The above description is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, several modifications and variations can be made without departing from the technical principle of the present invention, and these modifications and variations should also be regarded as the protection scope of the present invention.

Claims (10)

1. A test system for a LoRa wireless data acquisition device is characterized by comprising an upper computer and at least one circuit to be tested;
the upper computer controls the LoRa wireless module to send a test instruction through a serial port, and receives test data fed back by a circuit to be tested and a modified test instruction;
the circuit to be tested comprises a system power supply, a main controller, a LoRa wireless module and a peripheral;
the system power supply is used for providing required power supply;
the main controller coordinates data acquisition of peripheral equipment, and simultaneously receives a test instruction sent by the upper computer and feeds back test data to the upper computer through the LoRa wireless module;
the test method of the test system for the LoRa wireless data acquisition device comprises the following steps:
step 1, a circuit to be tested receives and analyzes a test instruction sent by an upper computer;
step 2, starting to execute a test program by the first circuit to be tested corresponding to the minimum serial number contained in the test instruction, and continuously waiting for the test instruction by the circuits to be tested corresponding to other serial numbers;
after the first circuit to be tested is tested, returning test data to the upper computer according to a specific format, modifying the test instruction by the first circuit to be tested so that the test instruction does not contain the serial number corresponding to the first circuit to be tested, and continuously sending the modified test instruction to the circuits to be tested corresponding to other serial numbers;
step 3, after the circuit to be tested corresponding to other serial numbers detects the test instruction, continuing to execute the test program by the circuit to be tested corresponding to the minimum serial number contained in the test instruction;
and 4, repeating the steps 2 to 3 until the test instruction does not contain the sequence number information any more, and sending the test instruction after zero clearing to the upper computer to finish the test.
2. A test method of a test system for a LoRa wireless data acquisition device is characterized by comprising the following steps:
step 1, a circuit to be tested receives and analyzes a test instruction sent by an upper computer;
step 2, starting to execute a test program by the first circuit to be tested corresponding to the minimum serial number contained in the test instruction, and continuously waiting for the test instruction by the circuits to be tested corresponding to other serial numbers;
after the first circuit to be tested is tested, returning test data to the upper computer according to a specific format, modifying the test instruction by the first circuit to be tested so that the test instruction does not contain the serial number corresponding to the first circuit to be tested, and continuously sending the modified test instruction to the circuits to be tested corresponding to other serial numbers;
step 3, after the circuit to be tested corresponding to other serial numbers detects the test instruction, continuing to execute the test program by the circuit to be tested corresponding to the minimum serial number contained in the test instruction;
and 4, repeating the steps 2 to 3 until the test instruction does not contain the sequence number information any more, and sending the test instruction after zero clearing to the upper computer to finish the test.
3. The testing method of the testing system for the LoRa wireless data acquisition device as claimed in claim 2, wherein the upper computer controls the LoRa wireless module to send the testing instruction with the specific format of the serial number of the testing circuit to the circuit to be tested through the serial port.
4. The testing method of the testing system for the LoRa wireless data acquisition device according to claim 2, wherein the upper computer receives the testing data and the modified testing instructions fed back by all the circuits to be tested in sequence, and checks whether the automatic testing process is executed according to the sequence of the set serial numbers of the circuits to be tested from small to large through the modified testing instructions.
5. The testing method of the testing system for the LoRa wireless data acquisition device according to claim 2, wherein the format of the test instruction sent by the upper computer and/or the received modified test instruction is as follows: header byte + sequence number byte + command byte + check byte.
6. The method as claimed in claim 5, wherein the frame header occupies two bytes repeatedly transmitted, the serial number of the circuit to be tested is combined into one byte, the command is a reserved command byte, the command occupies one byte, and the check occupies one byte by using cyclic redundancy check.
7. The method for testing the testing system for the LoRa wireless data acquisition device according to claim 2, wherein the format of the test data fed back by the circuit to be tested is as follows: header byte + sequence number byte + data byte + check byte.
8. The method as claimed in claim 7, wherein the frame header comprises two bytes and the serial number comprises two bytes, wherein the serial number of the circuit to be tested comprises one byte, the serial number of the remaining circuit to be tested comprises one byte, the data comprises three bytes, and the check comprises one byte and 8 bytes in total.
9. The method for testing the testing system of the LoRa wireless data acquisition device according to claim 2, wherein the test instruction sent by the upper computer and the received modified test instruction comprise two repeatedly sent frame header bytes, and the test data fed back by the circuit to be tested comprises two repeatedly sent bytes which are different from the test instruction sent by the upper computer and the received modified test instruction.
10. The method for testing the testing system for the LoRa wireless data acquisition device according to claim 2, wherein the step 2 comprises the following steps:
the method comprises the steps that after a circuit to be tested is electrified and initialized, data collection is automatically carried out, when a frame header of a test instruction frame is detected, whether a received frame header is correct or not is judged, if the correct frame header is not received, a re-receiving frame header is returned, if the correct frame header is received, test instructions of all the remaining bytes are continuously received, CRC (cyclic redundancy check) is carried out, and if the CRC is wrong, the frame header which waits for receiving the test instructions again is returned;
if the CRC is correct, judging whether the serial number corresponding to the circuit of the circuit to be tested in the received instruction has the serial number corresponding to the circuit of the circuit, if the serial number corresponding to the circuit of the circuit does not exist in the serial number instruction byte to be tested or the serial number corresponding to the circuit of the circuit to be tested is not the minimum serial number contained in the current test instruction, returning to receive the test instruction again;
if the received test instruction has a serial number corresponding to the circuit of the test instruction and the serial number is the circuit with the minimum serial number in the current test instruction, inquiring the data acquisition state of the device, and sending the obtained state data to the upper computer by the LoRa wireless module according to the format of claim 7 after inquiring the data acquisition state of the device;
and clearing the corresponding serial number in the test instruction after the data is sent, and sending the test instruction to other circuits to be tested according to the test instruction format.
CN202011007630.3A 2020-09-23 2020-09-23 Test system and test method for LoRa wireless data acquisition device Active CN112133072B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011007630.3A CN112133072B (en) 2020-09-23 2020-09-23 Test system and test method for LoRa wireless data acquisition device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011007630.3A CN112133072B (en) 2020-09-23 2020-09-23 Test system and test method for LoRa wireless data acquisition device

Publications (2)

Publication Number Publication Date
CN112133072A CN112133072A (en) 2020-12-25
CN112133072B true CN112133072B (en) 2021-07-06

Family

ID=73842713

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011007630.3A Active CN112133072B (en) 2020-09-23 2020-09-23 Test system and test method for LoRa wireless data acquisition device

Country Status (1)

Country Link
CN (1) CN112133072B (en)

Citations (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7512839B2 (en) * 2004-06-09 2009-03-31 International Business Machines Corporation Methods, systems, and media for generating a regression suite database
CN101783708A (en) * 2010-01-21 2010-07-21 哈尔滨工业大学 Wireless parallel test system and test method based on ZigBee
CN102111446A (en) * 2011-01-12 2011-06-29 华为终端有限公司 Device connection handling method, combination equipment and host equipment
CN103149529A (en) * 2013-03-08 2013-06-12 龙芯中科技术有限公司 Multi-core processor as well as testing method and device of the multi-core processor
CN103759951A (en) * 2014-01-23 2014-04-30 山东科大微机应用研究所有限公司 Tester capable of simultaneously testing brake performance of multiple agricultural vehicles and test method
CN103874095A (en) * 2012-12-14 2014-06-18 中国电子技术标准化研究院 Authentication test method of linear topological netiquette in sensor network
CN104216823A (en) * 2013-06-03 2014-12-17 联想(北京)有限公司 Automatic testing method and master control device
CN104486145A (en) * 2014-12-03 2015-04-01 中国航空工业集团公司第六三一研究所 Test method for machine-borne network data sequence completeness
CN105827333A (en) * 2015-01-07 2016-08-03 展讯通信(上海)有限公司 System and method of baseband chip automatic test
CN106093633A (en) * 2016-06-03 2016-11-09 温州大学 A kind of Testing System for Electronic Equipment and IP addressing method
CN106162701A (en) * 2016-07-20 2016-11-23 浙江昱能科技有限公司 A kind of communications setting amending method of wireless communication network
CN106448098A (en) * 2016-08-17 2017-02-22 中国电子科技集团公司第四十研究所 Wireless program-control testing system and method using electronic measuring instruments
CN106940401A (en) * 2017-03-13 2017-07-11 郑州云海信息技术有限公司 A kind of impedance detecting method and system
CN107908511A (en) * 2017-11-13 2018-04-13 上海斐讯数据通信技术有限公司 ACPI test methods, test machine and the system of a kind of network interface card
CN108093023A (en) * 2017-11-10 2018-05-29 四川睿数科技有限公司 Equipment fault detection method, device and system
US10019201B1 (en) * 2016-10-04 2018-07-10 Pure Storage, Inc. Reservations over multiple paths over fabrics
CN108337779A (en) * 2018-03-16 2018-07-27 湖南沛科交通工程技术股份有限公司 A kind of wireless single lamp control system based on LoRa technologies
CN108490265A (en) * 2018-04-24 2018-09-04 深圳远征技术有限公司 Method of Testing Earth-Contact Resistance, device and tester
CN109413217A (en) * 2018-12-31 2019-03-01 宁波工程学院 A kind of agricultural internet of things data means of communication
CN109406922A (en) * 2017-08-15 2019-03-01 昆山维信诺科技有限公司 Electronic product and its test method and device
CN109726107A (en) * 2018-06-01 2019-05-07 平安普惠企业管理有限公司 Test method, device, equipment and storage medium
CN109752628A (en) * 2019-01-15 2019-05-14 国网辽宁省电力有限公司鞍山供电公司 A kind of multifunctional mutual-inductor polarity test instrument based on embedded RTU
CN110196391A (en) * 2019-06-27 2019-09-03 中国兵器工业集团第二一四研究所苏州研发中心 Digital circuit test device and method based on FPGA and DSP architecture
CN110389266A (en) * 2019-07-12 2019-10-29 湖南沛科交通工程技术股份有限公司 A kind of LoRa is wireless electromechanical equipment test macro and its test method
CN110446213A (en) * 2019-07-12 2019-11-12 湖南沛科交通工程技术股份有限公司 A kind of LoRa wireless single-light controller test macro and its test method
CN110502461A (en) * 2019-08-27 2019-11-26 深圳市中物互联技术发展有限公司 A kind of high efficient data capture method based on RS485 communications protocol
CN111224721A (en) * 2019-11-30 2020-06-02 福建利利普光电科技有限公司 Wireless program-controlled test system and method for electronic measuring instrument
CN111426945A (en) * 2020-03-25 2020-07-17 北京中电华大电子设计有限责任公司 Test method for improving chip test efficiency

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2900263B1 (en) * 2006-04-19 2009-11-06 Somfy Sas METHOD FOR TESTING AND INSTALLING DOMOTIC REMOTE CONTROL
US8395498B2 (en) * 2007-08-31 2013-03-12 Cardiac Pacemakers, Inc. Wireless patient communicator employing security information management
CN101968527B (en) * 2009-07-27 2013-06-19 智邦科技股份有限公司 System-level encapsulation device batch test method and device batch test system thereof
CN101788623A (en) * 2009-12-25 2010-07-28 上海磁浮交通发展有限公司 Device for remote conduction measurement
CN102594464A (en) * 2011-01-07 2012-07-18 鸿富锦精密工业(深圳)有限公司 Wireless network system and method for testing electronic device
WO2015015047A1 (en) * 2013-08-02 2015-02-05 Nokia Corporation Distance estimation
CN105004984A (en) * 2015-06-25 2015-10-28 深圳市芯海科技有限公司 Automatic chip testing method
CN206892275U (en) * 2017-06-09 2018-01-16 上海工程技术大学 A kind of track circuit failure real-time monitoring device
CN107730859B (en) * 2017-09-22 2021-03-12 Tcl通力电子(惠州)有限公司 Wireless device pairing method, device and storage medium
JP7090429B2 (en) * 2018-02-07 2022-06-24 株式会社堀場製作所 Inspection order processing device, computer program for it, and inspection system
US20200150643A1 (en) * 2018-05-07 2020-05-14 Strong Force Iot Portfolio 2016, Llc Methods and systems for data collection, learning, and streaming of machine signals for analytics and maintenance using the industrial internet of things
CN109061280A (en) * 2018-07-24 2018-12-21 北方电子研究院安徽有限公司 It is a kind of for testing the Auto-Test System of electric current, voltage
CN110868736B (en) * 2018-08-27 2022-08-19 中兴通讯股份有限公司 Base station test method, device, system and storage medium
US10915414B2 (en) * 2018-10-12 2021-02-09 Citrix Systems, Inc. Test controller for concurrent testing of an application on multiple devices without using pre-recorded scripts
CN110716126A (en) * 2019-10-14 2020-01-21 珠海亿智电子科技有限公司 Chip aging test system, method and device
CN210721830U (en) * 2019-11-15 2020-06-09 深圳市亚派光电器件有限公司 Instrument sharing system and instrument sharing device
CN111078482B (en) * 2019-12-20 2022-11-04 西安航空电子科技有限公司 Communication navigation equipment test system, method, equipment and readable storage medium

Patent Citations (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7512839B2 (en) * 2004-06-09 2009-03-31 International Business Machines Corporation Methods, systems, and media for generating a regression suite database
CN101783708A (en) * 2010-01-21 2010-07-21 哈尔滨工业大学 Wireless parallel test system and test method based on ZigBee
CN102111446A (en) * 2011-01-12 2011-06-29 华为终端有限公司 Device connection handling method, combination equipment and host equipment
CN103874095A (en) * 2012-12-14 2014-06-18 中国电子技术标准化研究院 Authentication test method of linear topological netiquette in sensor network
CN103149529A (en) * 2013-03-08 2013-06-12 龙芯中科技术有限公司 Multi-core processor as well as testing method and device of the multi-core processor
CN104216823A (en) * 2013-06-03 2014-12-17 联想(北京)有限公司 Automatic testing method and master control device
CN103759951A (en) * 2014-01-23 2014-04-30 山东科大微机应用研究所有限公司 Tester capable of simultaneously testing brake performance of multiple agricultural vehicles and test method
CN104486145A (en) * 2014-12-03 2015-04-01 中国航空工业集团公司第六三一研究所 Test method for machine-borne network data sequence completeness
CN105827333A (en) * 2015-01-07 2016-08-03 展讯通信(上海)有限公司 System and method of baseband chip automatic test
CN106093633A (en) * 2016-06-03 2016-11-09 温州大学 A kind of Testing System for Electronic Equipment and IP addressing method
CN106162701A (en) * 2016-07-20 2016-11-23 浙江昱能科技有限公司 A kind of communications setting amending method of wireless communication network
CN106448098A (en) * 2016-08-17 2017-02-22 中国电子科技集团公司第四十研究所 Wireless program-control testing system and method using electronic measuring instruments
US10019201B1 (en) * 2016-10-04 2018-07-10 Pure Storage, Inc. Reservations over multiple paths over fabrics
CN106940401A (en) * 2017-03-13 2017-07-11 郑州云海信息技术有限公司 A kind of impedance detecting method and system
CN109406922A (en) * 2017-08-15 2019-03-01 昆山维信诺科技有限公司 Electronic product and its test method and device
CN108093023A (en) * 2017-11-10 2018-05-29 四川睿数科技有限公司 Equipment fault detection method, device and system
CN107908511A (en) * 2017-11-13 2018-04-13 上海斐讯数据通信技术有限公司 ACPI test methods, test machine and the system of a kind of network interface card
CN108337779A (en) * 2018-03-16 2018-07-27 湖南沛科交通工程技术股份有限公司 A kind of wireless single lamp control system based on LoRa technologies
CN108490265A (en) * 2018-04-24 2018-09-04 深圳远征技术有限公司 Method of Testing Earth-Contact Resistance, device and tester
CN109726107A (en) * 2018-06-01 2019-05-07 平安普惠企业管理有限公司 Test method, device, equipment and storage medium
CN109413217A (en) * 2018-12-31 2019-03-01 宁波工程学院 A kind of agricultural internet of things data means of communication
CN109752628A (en) * 2019-01-15 2019-05-14 国网辽宁省电力有限公司鞍山供电公司 A kind of multifunctional mutual-inductor polarity test instrument based on embedded RTU
CN110196391A (en) * 2019-06-27 2019-09-03 中国兵器工业集团第二一四研究所苏州研发中心 Digital circuit test device and method based on FPGA and DSP architecture
CN110389266A (en) * 2019-07-12 2019-10-29 湖南沛科交通工程技术股份有限公司 A kind of LoRa is wireless electromechanical equipment test macro and its test method
CN110446213A (en) * 2019-07-12 2019-11-12 湖南沛科交通工程技术股份有限公司 A kind of LoRa wireless single-light controller test macro and its test method
CN110502461A (en) * 2019-08-27 2019-11-26 深圳市中物互联技术发展有限公司 A kind of high efficient data capture method based on RS485 communications protocol
CN111224721A (en) * 2019-11-30 2020-06-02 福建利利普光电科技有限公司 Wireless program-controlled test system and method for electronic measuring instrument
CN111426945A (en) * 2020-03-25 2020-07-17 北京中电华大电子设计有限责任公司 Test method for improving chip test efficiency

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
FPGA的1553B总线远程终端设计;李贵娇;《电子测量技术》;20200331;第43卷(第05期);第97-101页 *
LoRa隧道照明网络设备测试***研究与设计;周华安;《湖南大学学报(自然科学报)》;20190430;第46卷(第4期);第91-96页 *
基于lora的远程自动抄表***研究与实现;葛理威;《计算机测量与控制》;20181231;第26卷(第7期);第309-313页 *
基于WIFI实时传输的旋转机械振动测试节点设计;史文武;《兵器装备工程学报》;20191130;第40卷(第11期);第92-96页 *
无线局域网射频自动测试***开发;随鑫;《中国优秀硕士学位论文全文数据库 信息科技辑》;20110915(第09期);第I136-771页 *

Also Published As

Publication number Publication date
CN112133072A (en) 2020-12-25

Similar Documents

Publication Publication Date Title
JP5952808B2 (en) System and method for using multiple network addresses to establish synchronization between a device under test and a test equipment that controls the test
US20050239503A1 (en) Bi-directional serial interface for communication control
US20100102840A1 (en) Test apparatus additional module and test method
CN105045742B (en) Cascade communication method and cascade system
WO2015021824A1 (en) Capacitive touch screen terminal and near field communication method and system thereof
CN111984477B (en) PCIe equipment signal parameter dynamic correction device and method
CN108011692A (en) A kind of data communications method for microcontroller
CN113645600A (en) Data transmission method, device, terminal and storage medium
CN112133072B (en) Test system and test method for LoRa wireless data acquisition device
CN115687226A (en) I2c bus communication method, device and readable storage medium
CN111698739A (en) Communication device and communication system
CN113176966A (en) System and method for checking validity of SPI (Serial peripheral interface) received data
CN114416622B (en) Single bus communication system and method
CN109855746B (en) Temperature value transmission device and method thereof
CN111130678B (en) Data transmission method, device, equipment and computer readable storage medium
CN113726402A (en) Satellite-borne RS 485-based dual-bus self-adaptive control method
CN104548250A (en) Workstation, infusion pump, infusion system and infusion pump extension number distinguishing method
CN112562307A (en) IIC signal transmission system, IIC signal transmission method, and storage medium
CN112084076A (en) Test method, electronic device, and storage medium
CN116684389B (en) Address automatic allocation method and host, slave and communication equipment with same
US20130222121A1 (en) Remote control system capable of bidirectionally exchanging data by signal line and method thereof
CN117076371B (en) Multi-machine data transmission method and device, storage medium and electronic equipment
US20240125849A1 (en) Rf testing method and testing system
CN111367259B (en) Low-cost digital signal processing module automatic testing device and method
CN113961500B (en) IIC bus slave controller and working method thereof

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