CN111024140A - Arduino-based equipment operation data acquisition method and device - Google Patents
Arduino-based equipment operation data acquisition method and device Download PDFInfo
- Publication number
- CN111024140A CN111024140A CN201911370529.1A CN201911370529A CN111024140A CN 111024140 A CN111024140 A CN 111024140A CN 201911370529 A CN201911370529 A CN 201911370529A CN 111024140 A CN111024140 A CN 111024140A
- Authority
- CN
- China
- Prior art keywords
- signal
- fault
- data
- operation result
- arduino
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01D—MEASURING NOT SPECIALLY ADAPTED FOR A SPECIFIC VARIABLE; ARRANGEMENTS FOR MEASURING TWO OR MORE VARIABLES NOT COVERED IN A SINGLE OTHER SUBCLASS; TARIFF METERING APPARATUS; MEASURING OR TESTING NOT OTHERWISE PROVIDED FOR
- G01D11/00—Component parts of measuring arrangements not specially adapted for a specific variable
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
Abstract
The invention discloses an Arduino-based equipment operation data acquisition method, which comprises the following steps: collecting data signals of equipment; receiving a data signal through an Arduino development board, and judging the signal type of the data signal; the signal types comprise a counting signal, a zero clearing signal and a fault signal; performing logic operation on each data signal according to the signal type of the data signal to obtain an operation result corresponding to each data signal; and sending the operation result to a server, and storing the operation result by the server according to the signal type corresponding to the operation result. The Arduino-based equipment operation data acquisition method and device and the storage medium provided by the embodiment of the invention can effectively solve the technical problem of low efficiency of equipment data acquisition in the prior art.
Description
Technical Field
The invention relates to the technical field of data processing, in particular to an Arduino-based equipment operation data acquisition method and device.
Background
Data Acquisition (DAQ) refers to automatically acquiring non-electric quantity or electric quantity signals from analog and digital units to be tested, such as sensors and other devices to be tested, and sending the signals to an upper computer for analysis and processing. The data acquisition system is a flexible and user-defined measurement system implemented in conjunction with computer-based or other specialized test platform-based measurement software and hardware products. The existing equipment data acquisition method is to acquire equipment data by designing a data acquisition unit which operates in a specific environment.
The following problems exist with the existing device acquisition methods:
the specially designed data acquisition unit has low universality and higher power consumption and cost, thereby causing low efficiency of data acquisition.
Disclosure of Invention
The Arduino-based equipment operation data acquisition method and device provided by the embodiment of the invention can effectively solve the technical problem of low efficiency of equipment data acquisition in the prior art.
In order to achieve the above object, in one aspect, an embodiment of the present invention provides an Arduino-based device operation data acquisition method, including:
collecting data signals of equipment;
receiving the data signal through an Arduino development board, and judging the signal type of the data signal; the signal types comprise a counting signal, a zero clearing signal and a fault signal;
performing logic operation on each data signal according to the signal type of the data signal to obtain an operation result corresponding to each data signal;
and sending the operation result to a server, and storing the operation result by the server according to the signal type corresponding to the operation result.
Further, receive through Arduino development board data signal, and judge data signal's signal type specifically is:
receive through Arduino development board data signal, discernment data signal is in digital port on the Arduino development board, according to the digital port is judged digital signal's signal type.
Further, the performing a logic operation on each data signal according to the signal type of the data signal to obtain an operation result corresponding to each data signal specifically includes:
when the signal type of the data signal is a counting signal, adding 1 to the normal level count of the counting signal to obtain a first operation result corresponding to the counting signal;
when the signal type of the data signal is a zero clearing signal, counting the result into a pin, and marking the pin to complete counting to obtain a second operation result corresponding to the zero clearing signal;
and when the signal type of the data signal is a fault signal, recording the fault time of the fault signal according to the level change of the fault signal, namely, obtaining a third operation result corresponding to the fault signal.
Further, the recording the fault time of the fault signal according to the level change of the fault signal specifically includes:
when the level of the fault signal changes from high level to low level, recording the fault starting time, when the level of the fault signal changes from low level to high level, recording the fault ending time, and recording the interval between the fault starting time and the fault ending time as the fault time.
On the other hand, another embodiment of the invention provides an Arduino-based device operation data acquisition device, which comprises an acquisition module, a judgment module, a budget module and a storage module;
the acquisition module is used for acquiring data signals of equipment;
the judging module is used for receiving the data signal through the Arduino development board and judging the signal type of the data signal; the signal types comprise a counting signal, a zero clearing signal and a fault signal;
the operation module is used for performing logic operation on each data signal according to the signal type of the data signal to obtain an operation result corresponding to each data signal;
and the storage module is used for sending the operation result to a server, and the server stores the operation result according to the signal type corresponding to the operation result.
Further, the determining module is specifically configured to: receive through Arduino development board data signal, discernment data signal is in digital port on the Arduino development board, according to the digital port is judged digital signal's signal type.
Further, the operation module is specifically configured to: when the signal type of the data signal is a counting signal, adding 1 to the normal level count of the counting signal to obtain a first operation result corresponding to the counting signal;
when the signal type of the data signal is a zero clearing signal, counting the result into a pin, and marking the pin to complete counting to obtain a second operation result corresponding to the zero clearing signal;
and when the signal type of the data signal is a fault signal, recording the fault time of the fault signal according to the level change of the fault signal, namely, obtaining a third operation result corresponding to the fault signal.
Further, the recording the fault time of the fault signal according to the level change of the fault signal specifically includes:
when the level of the fault signal changes from high level to low level, recording the fault starting time, when the level of the fault signal changes from low level to high level, recording the fault ending time, and recording the interval between the fault starting time and the fault ending time as the fault time.
According to the Arduino-based equipment operation data acquisition method and device and the storage medium, the data signals are received through the Arduino development board, data acquisition can be achieved under multiple environments, power consumption and cost are low, and data acquisition efficiency is improved; the digital port of the Arduino development board can quickly and accurately judge the signal type of the received data signal, so that different data signals can be stored in different data tables of the MES system for the MES system to retrieve and use, and the utilization rate of equipment data can be effectively improved.
Drawings
Fig. 1 is a schematic flow chart of an Arduino-based device operation data acquisition method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an Arduino-based device operation data acquisition device according to an embodiment of the present invention.
Detailed Description
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 only a part of the embodiments of the present invention, and not all of the embodiments. 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.
Please refer to fig. 1:
a first embodiment of the invention.
The embodiment of the invention provides an Arduino-based equipment operation data acquisition method, which comprises the following steps:
s1, collecting data signals of equipment;
in the embodiment of the invention, the data signals of the equipment can be acquired through various equipment sensors.
S2, receiving the data signal through the Arduino development board, and judging the signal type of the data signal; the signal types comprise a counting signal, a zero clearing signal and a fault signal;
in the embodiment of the invention, the Arduino development board can run across platforms without a special interface, can realize data acquisition in various environments, receives acquired equipment data through the Arduino development board, and can effectively reduce the power consumption and the cost of data acquisition; the data signal that the sensor gathered can directly be acquireed to can effectively improve the efficiency that data acquireed, and then be favorable to improving the efficiency to the operation data acquisition of equipment.
According to the embodiment of the invention, the operation results obtained by the data signals with different signal types are stored in different data tables in the MES system by judging the signal types of the different data signals, so that the efficiency of data acquisition and data storage can be effectively improved.
S3, performing logic operation on each data signal according to the signal type of the data signal to obtain an operation result corresponding to each data signal;
and S4, sending the operation result to the server, and storing the operation result by the server according to the signal type corresponding to the operation result.
In the embodiment of the invention, each operation result is stored in different data tables of the MES system according to the signal type corresponding to each operation result, so that the MES system can carry out data retrieval and use according to the operation results in the different data tables, and the data use efficiency is favorably improved.
It can be understood that the operation result corresponding to the counting signal is stored in the machine counting data table in the MES system server, the operation result corresponding to the clearing signal is used for updating the machine counting data table in the MES system server, and the operation result of the fault signal is stored in the machine fault data table in the MES system server, so that the MES system can search and use data according to several machines in real time.
As a specific implementation manner of the embodiment of the present invention, the Arduino development board receives the data signal and determines the signal type of the data signal, specifically:
receive data signal through Arduino development board, discernment data signal is at the digital port on Arduino development board, judges digital signal's signal type according to the digital port.
In the embodiment of the invention, the type of the data signal is identified according to the digital port on the Arduino development board corresponding to the digital signal. According to the embodiment of the invention, the type of the digital signal can be rapidly and accurately identified through the digital port on the Arduino development board, so that the subsequent logic operation and data storage are facilitated, and the data acquisition efficiency can be effectively improved.
As a specific implementation manner of the embodiment of the present invention, according to the signal type of the data signal, performing a logic operation on each data signal to obtain an operation result corresponding to each data signal, specifically:
when the signal type of the data signal is a counting signal, adding 1 to the normal level count of the counting signal to obtain a first operation result corresponding to the counting signal;
when the signal type of the data signal is a zero clearing signal, counting the result into a pin, and marking the pin to complete counting to obtain a second operation result corresponding to the zero clearing signal;
and when the signal type of the data signal is a fault signal, recording the fault time of the fault signal according to the level change of the fault signal, namely, obtaining a third operation result corresponding to the fault signal.
As a specific implementation manner of the embodiment of the present invention, recording the fault time of the fault signal according to the level change of the fault signal specifically includes:
when the level of the fault signal changes from high level to low level, recording as fault starting time, when the level of the fault signal changes from low level to high level, recording as fault ending time, and recording as fault time the interval between the fault starting time and the fault ending time.
In the embodiment of the invention, the WIFI serial port sends the operation result to the server through the TCP protocol, the server analyzes the signal type of the operation result, identifies the signal type corresponding to each operation result, stores each operation result in different data tables in the MES system and displays the operation results in the MES system, so that the MES system can retrieve and use data according to a machine table in real time, and the efficiency of data acquisition can be effectively improved.
According to the embodiment of the invention, the operation result is transmitted through the WIFI serial port and the TCP protocol, so that the data transmission efficiency can be effectively improved, and the data acquisition efficiency can be effectively improved.
The embodiment of the invention has the following beneficial effects:
according to the embodiment of the invention, the data signals acquired by the sensors are received through the Arduino development board, the data signals of the equipment can be quickly acquired without a special interface, and the configuration of the equipment to be acquired is not required to be modified, so that the data acquisition efficiency can be effectively improved, and the improvement of the operation data acquisition efficiency of the equipment is facilitated; according to the embodiment of the invention, the signal types of different data signals can be rapidly and accurately judged through the digital port of the Arduino development board, and the operation results obtained by the data signals of different signal types are stored in different data tables in the MES system, so that the efficiency of data retrieval and data use of the MES system is improved, and the efficiency of data acquisition can be effectively improved.
Please refer to fig. 2:
a second embodiment of the invention.
The embodiment of the invention provides an Arduino-based equipment operation data acquisition device, which comprises an acquisition module 101, a judgment module 102, a budget module and a storage module 104;
the acquisition module 101 is used for acquiring data signals of equipment;
in the embodiment of the present invention, the acquisition module 101 may acquire the data signal of the device through various device sensors.
The judging module 102 is used for receiving the data signal through the Arduino development board and judging the signal type of the data signal; the signal types comprise a counting signal, a zero clearing signal and a fault signal;
in the embodiment of the invention, the Arduino development board can run across platforms without a special interface, can realize data acquisition in various environments, receives acquired equipment data through the Arduino development board, and can effectively reduce the power consumption and the cost of data acquisition; the data signal that the sensor gathered can directly be acquireed to can effectively improve the efficiency that data acquireed, and then be favorable to improving the efficiency to the operation data acquisition of equipment.
According to the embodiment of the invention, the operation results obtained by the data signals with different signal types are stored in different data tables in the MES system by judging the signal types of the different data signals, so that the efficiency of data acquisition and data storage can be effectively improved.
The operation module 103 is configured to perform a logic operation on each data signal according to a signal type of the data signal to obtain an operation result corresponding to each data signal;
and the storage module 104 is used for sending the operation result to the server, and the server stores the operation result according to the signal type corresponding to the operation result.
In the embodiment of the invention, each operation result is stored in different data tables of the MES system according to the signal type corresponding to each operation result, so that the MES system can carry out data retrieval and use according to the operation results in the different data tables, and the data use efficiency is favorably improved.
It can be understood that the operation result corresponding to the counting signal is stored in the machine counting data table in the MES system server, the operation result corresponding to the clearing signal is used for updating the machine counting data table in the MES system server, and the operation result of the fault signal is stored in the machine fault data table in the MES system server, so that the MES system can search and use data according to several machines in real time. As a specific implementation manner of the embodiment of the present invention, the determining module 102 is specifically configured to: receive data signal through Arduino development board, discernment data signal is at the digital port on Arduino development board, judges digital signal's signal type according to the digital port.
In the embodiment of the invention, the type of the data signal is identified according to the digital port on the Arduino development board corresponding to the digital signal. According to the embodiment of the invention, the type of the digital signal can be rapidly and accurately identified through the digital port on the Arduino development board, so that the subsequent logic operation and data storage are facilitated, and the data acquisition efficiency can be effectively improved.
As a specific implementation manner of the embodiment of the present invention, the operation module 103 is specifically configured to: when the signal type of the data signal is a counting signal, adding 1 to the normal level count of the counting signal to obtain a first operation result corresponding to the counting signal;
when the signal type of the data signal is a zero clearing signal, counting the result into a pin, and marking the pin to complete counting to obtain a second operation result corresponding to the zero clearing signal;
and when the signal type of the data signal is a fault signal, recording the fault time of the fault signal according to the level change of the fault signal, namely, obtaining a third operation result corresponding to the fault signal.
As a specific implementation manner of the embodiment of the present invention, recording the fault time of the fault signal according to the level change of the fault signal specifically includes:
when the level of the fault signal changes from high level to low level, recording as fault starting time, when the level of the fault signal changes from low level to high level, recording as fault ending time, and recording as fault time the interval between the fault starting time and the fault ending time.
In the embodiment of the invention, the WIFI serial port sends the operation result to the server through the TCP protocol, the server analyzes the signal type of the operation result, identifies the signal type corresponding to each operation result, stores each operation result in different data tables in the MES system and displays the operation results in the MES system, so that the MES system can retrieve and use data according to a machine table in real time, and the efficiency of data acquisition can be effectively improved.
According to the embodiment of the invention, the operation result is transmitted through the WIFI serial port and the TCP protocol, so that the data transmission efficiency can be effectively improved, and the data acquisition efficiency can be effectively improved.
The embodiment of the invention has the following beneficial effects:
according to the embodiment of the invention, the data signals acquired by the sensors are received through the Arduino development board, the data signals of the equipment can be quickly acquired without a special interface, and the configuration of the equipment to be acquired is not required to be modified, so that the data acquisition efficiency can be effectively improved, and the improvement of the operation data acquisition efficiency of the equipment is facilitated; according to the embodiment of the invention, the signal types of different data signals can be rapidly and accurately judged through the digital port of the Arduino development board, and the operation results obtained by the data signals of different signal types are stored in different data tables in the MES system, so that the efficiency of data retrieval and data use of the MES system is improved, and the efficiency of data acquisition can be effectively improved.
It should be noted that the above-described device embodiments are merely illustrative, and units illustrated as separate components may or may not be physically separate, and components illustrated 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. In addition, in the drawings of the embodiment of the apparatus provided by the present invention, the connection relationship between the modules indicates that there is a communication connection between them, and may be specifically implemented as one or more communication buses or signal lines. One of ordinary skill in the art can understand and implement it without inventive effort.
The foregoing is a preferred embodiment of the present invention, and it should be noted that it would be apparent to those skilled in the art that various modifications and enhancements can be made without departing from the principles of the invention, and such modifications and enhancements are also considered to be within the scope of the invention.
Claims (8)
1. Arduino-based equipment operation data acquisition method is characterized by comprising the following steps:
collecting data signals of equipment;
receiving the data signal through an Arduino development board, and judging the signal type of the data signal; the signal types comprise a counting signal, a zero clearing signal and a fault signal;
performing logic operation on each data signal according to the signal type of the data signal to obtain an operation result corresponding to each data signal;
and sending the operation result to a server, and storing the operation result by the server according to the signal type corresponding to the operation result.
2. The Arduino-based equipment operation data collection method of claim 1, wherein said receiving said data signal by an Arduino development board and determining a signal type of said data signal are specifically:
receive through Arduino development board data signal, discernment data signal is in digital port on the Arduino development board, according to the digital port is judged digital signal's signal type.
3. The Arduino-based equipment operation data collection method according to claim 1, wherein said performing a logic operation on each of said data signals according to a signal type of said data signal to obtain an operation result corresponding to each of said data signals comprises:
when the signal type of the data signal is a counting signal, adding 1 to the normal level count of the counting signal to obtain a first operation result corresponding to the counting signal;
when the signal type of the data signal is a zero clearing signal, counting the result into a pin, and marking the pin to complete counting to obtain a second operation result corresponding to the zero clearing signal;
and when the signal type of the data signal is a fault signal, recording the fault time of the fault signal according to the level change of the fault signal, namely, obtaining a third operation result corresponding to the fault signal.
4. The Arduino-based equipment operation data collection method according to claim 3, wherein said recording the fault time of said fault signal according to the level change of said fault signal is specifically:
when the level of the fault signal changes from high level to low level, recording the fault starting time, when the level of the fault signal changes from low level to high level, recording the fault ending time, and recording the interval between the fault starting time and the fault ending time as the fault time.
5. An Arduino-based equipment operation data acquisition device is characterized by comprising an acquisition module, a judgment module, a budget module and a storage module;
the acquisition module is used for acquiring data signals of equipment;
the judging module is used for receiving the data signal through the Arduino development board and judging the signal type of the data signal; the signal types comprise a counting signal, a zero clearing signal and a fault signal;
the operation module is used for performing logic operation on each data signal according to the signal type of the data signal to obtain an operation result corresponding to each data signal;
and the storage module is used for sending the operation result to a server, and the server stores the operation result according to the signal type corresponding to the operation result.
6. The Arduino equipment operation data collection device of claim 5, wherein said determination module is specifically configured to: receive through Arduino development board data signal, discernment data signal is in digital port on the Arduino development board, according to the digital port is judged digital signal's signal type.
7. The Arduino equipment data collection device of claim 5, wherein said computing module is specifically configured to: when the signal type of the data signal is a counting signal, adding 1 to the normal level count of the counting signal to obtain a first operation result corresponding to the counting signal;
when the signal type of the data signal is a zero clearing signal, counting the result into a pin, and marking the pin to complete counting to obtain a second operation result corresponding to the zero clearing signal;
and when the signal type of the data signal is a fault signal, recording the fault time of the fault signal according to the level change of the fault signal, namely, obtaining a third operation result corresponding to the fault signal.
8. The Arduino equipment operation data collection system of claim 7, wherein said recording the fault time of said fault signal based on a change in the level of said fault signal is characterized by:
when the level of the fault signal changes from high level to low level, recording the fault starting time, when the level of the fault signal changes from low level to high level, recording the fault ending time, and recording the interval between the fault starting time and the fault ending time as the fault time.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911370529.1A CN111024140A (en) | 2019-12-26 | 2019-12-26 | Arduino-based equipment operation data acquisition method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911370529.1A CN111024140A (en) | 2019-12-26 | 2019-12-26 | Arduino-based equipment operation data acquisition method and device |
Publications (1)
Publication Number | Publication Date |
---|---|
CN111024140A true CN111024140A (en) | 2020-04-17 |
Family
ID=70214908
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201911370529.1A Pending CN111024140A (en) | 2019-12-26 | 2019-12-26 | Arduino-based equipment operation data acquisition method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111024140A (en) |
Citations (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US3544967A (en) * | 1967-06-20 | 1970-12-01 | Addressograph Multigraph | Code translation and control system for printing machines and the like |
JPS55120049A (en) * | 1979-03-12 | 1980-09-16 | Ricoh Co Ltd | Fault-state retreating device in copying machine |
US4429408A (en) * | 1980-07-08 | 1984-01-31 | Laurel Bank Machine Co., Ltd. | Device for preventing faulty counting operations in a paper sheet counter |
US4487121A (en) * | 1984-01-30 | 1984-12-11 | International Business Machines Corporation | Fault protection system for a line printer |
CN2598023Y (en) * | 2002-12-16 | 2004-01-07 | 中国科学院电工研究所 | pattern generator |
CN101118424A (en) * | 2007-09-13 | 2008-02-06 | 北京航空航天大学 | The Controller of UAV Ground Simulation System Based on Single Chip Microcomputer |
CN101158859A (en) * | 2007-10-29 | 2008-04-09 | 中兴通讯股份有限公司 | Defect data real time collecting device and method thereof, and production line real-time data capturing system |
CN202106671U (en) * | 2011-05-27 | 2012-01-11 | 王德山 | Paper counting and separating device |
CN104061962A (en) * | 2014-05-29 | 2014-09-24 | 江南大学 | Urban environment data dynamic monitoring and real-time marking electronic map system and use method |
US20160106911A1 (en) * | 2014-10-20 | 2016-04-21 | Medtronic Minimed, Inc. | Insulin pump data acquisition device and system |
CN106681219A (en) * | 2017-01-13 | 2017-05-17 | 成都中科慧源科技有限公司 | Real time monitoring and timely responsive fault handling system and method for gas meter |
CN106910290A (en) * | 2017-01-13 | 2017-06-30 | 成都中科慧源科技有限公司 | A kind of metering abnormality alarming system of intelligent gas meter |
CN108234614A (en) * | 2017-12-25 | 2018-06-29 | 华南理工大学 | A kind of exchange method based on custom protocol and Netty frames |
CN207625605U (en) * | 2017-09-26 | 2018-07-17 | 广州大学 | A kind of data collecting system based on Arduino |
CN109410533A (en) * | 2019-01-07 | 2019-03-01 | 杨竣斐 | A kind of wisdom based on Arduino is helped the elderly anti-amnesic device |
CN208580014U (en) * | 2018-06-05 | 2019-03-05 | 北京交通大学 | Portable Vehicle Particulate Emission Detectors |
CN109861898A (en) * | 2019-01-28 | 2019-06-07 | 伟乐视讯科技股份有限公司 | A kind of method and its equipment for realizing data isolation based on FPGA |
CN110531145A (en) * | 2019-09-21 | 2019-12-03 | 国网福建省电力有限公司南平供电公司 | A kind of intelligent lightening stroke counter having ad hoc network function |
-
2019
- 2019-12-26 CN CN201911370529.1A patent/CN111024140A/en active Pending
Patent Citations (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US3544967A (en) * | 1967-06-20 | 1970-12-01 | Addressograph Multigraph | Code translation and control system for printing machines and the like |
JPS55120049A (en) * | 1979-03-12 | 1980-09-16 | Ricoh Co Ltd | Fault-state retreating device in copying machine |
US4429408A (en) * | 1980-07-08 | 1984-01-31 | Laurel Bank Machine Co., Ltd. | Device for preventing faulty counting operations in a paper sheet counter |
US4487121A (en) * | 1984-01-30 | 1984-12-11 | International Business Machines Corporation | Fault protection system for a line printer |
CN2598023Y (en) * | 2002-12-16 | 2004-01-07 | 中国科学院电工研究所 | pattern generator |
CN101118424A (en) * | 2007-09-13 | 2008-02-06 | 北京航空航天大学 | The Controller of UAV Ground Simulation System Based on Single Chip Microcomputer |
CN101158859A (en) * | 2007-10-29 | 2008-04-09 | 中兴通讯股份有限公司 | Defect data real time collecting device and method thereof, and production line real-time data capturing system |
CN202106671U (en) * | 2011-05-27 | 2012-01-11 | 王德山 | Paper counting and separating device |
CN104061962A (en) * | 2014-05-29 | 2014-09-24 | 江南大学 | Urban environment data dynamic monitoring and real-time marking electronic map system and use method |
US20160106911A1 (en) * | 2014-10-20 | 2016-04-21 | Medtronic Minimed, Inc. | Insulin pump data acquisition device and system |
CN106681219A (en) * | 2017-01-13 | 2017-05-17 | 成都中科慧源科技有限公司 | Real time monitoring and timely responsive fault handling system and method for gas meter |
CN106910290A (en) * | 2017-01-13 | 2017-06-30 | 成都中科慧源科技有限公司 | A kind of metering abnormality alarming system of intelligent gas meter |
CN207625605U (en) * | 2017-09-26 | 2018-07-17 | 广州大学 | A kind of data collecting system based on Arduino |
CN108234614A (en) * | 2017-12-25 | 2018-06-29 | 华南理工大学 | A kind of exchange method based on custom protocol and Netty frames |
CN208580014U (en) * | 2018-06-05 | 2019-03-05 | 北京交通大学 | Portable Vehicle Particulate Emission Detectors |
CN109410533A (en) * | 2019-01-07 | 2019-03-01 | 杨竣斐 | A kind of wisdom based on Arduino is helped the elderly anti-amnesic device |
CN109861898A (en) * | 2019-01-28 | 2019-06-07 | 伟乐视讯科技股份有限公司 | A kind of method and its equipment for realizing data isolation based on FPGA |
CN110531145A (en) * | 2019-09-21 | 2019-12-03 | 国网福建省电力有限公司南平供电公司 | A kind of intelligent lightening stroke counter having ad hoc network function |
Non-Patent Citations (3)
Title |
---|
李光明等: "基于LabVIEW和Arduino的远程监控系统设计与实现", 《计算机测量与控制》 * |
田辛: "Arduino中多传感器数据采集的写法", 《CSDN》 * |
韩凯等: "基于微信公众平台的环境因子监测及警示系统", 《轻工科技》 * |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN101442448A (en) | Test system and method for knife blade server | |
CN107944721B (en) | Universal machine learning method, device and system based on data mining | |
CN102331546A (en) | Device for detecting quality of multi-core cable based on wireless transmit-receive mode | |
CN108111367A (en) | Performance test methods and device | |
US20130198362A1 (en) | System for Identifying a Server to be Decommissioned | |
CN105588633A (en) | Electronic scale cheating detection system and detection method thereof | |
CN113778960A (en) | Fault determination method and device for Internet of things system and storage medium | |
CN109557515B (en) | Detection method and detection device of range finder, terminal equipment and storage medium | |
CN207718361U (en) | PCM signal harvester and system | |
CN111024140A (en) | Arduino-based equipment operation data acquisition method and device | |
CN109766231A (en) | Interface test method and device | |
CN101634939B (en) | Fast addressing device and method thereof | |
CN220232433U (en) | Random number acquisition and test system | |
CN106649011A (en) | Detection method and detection device for server equipment | |
CN118011910A (en) | Vehicle bus data acquisition method, device, acquisition equipment and storage medium | |
CN110417462A (en) | Optical cable fault location method, fault location device and terminal equipment | |
CN102684942A (en) | Method for testing performance of network equipment | |
CN212693910U (en) | Quick-mounting internet-of-things terminal of electric power detecting instrument | |
CN109542706A (en) | A kind of connector detection method, device, equipment and system | |
CN115100843A (en) | Method, system and equipment for testing communication reliability of intelligent electric energy meter | |
CN203338347U (en) | An interface circuit of a fault detection device for a computer motherboard | |
CN107907356A (en) | The automatic testing equipment and its test method of a kind of roller washing machine | |
CN105334450A (en) | Signal detection device and method | |
CN207090715U (en) | A kind of elevator dynamic detection system | |
CN103983349B (en) | A kind of portable fault diagnosis tester for low-speed heave-load machinery |
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 |
Application publication date: 20200417 |
|
RJ01 | Rejection of invention patent application after publication |