CN114486141A - Traffic signal machine impact inclination detection equipment and detection method - Google Patents

Traffic signal machine impact inclination detection equipment and detection method Download PDF

Info

Publication number
CN114486141A
CN114486141A CN202111590692.6A CN202111590692A CN114486141A CN 114486141 A CN114486141 A CN 114486141A CN 202111590692 A CN202111590692 A CN 202111590692A CN 114486141 A CN114486141 A CN 114486141A
Authority
CN
China
Prior art keywords
traffic signal
signal machine
motion sensor
main control
acceleration
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
CN202111590692.6A
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.)
Anhui Keli Information Industry Co Ltd
Original Assignee
Anhui Keli Information Industry 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 Anhui Keli Information Industry Co Ltd filed Critical Anhui Keli Information Industry Co Ltd
Priority to CN202111590692.6A priority Critical patent/CN114486141A/en
Publication of CN114486141A publication Critical patent/CN114486141A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01MTESTING STATIC OR DYNAMIC BALANCE OF MACHINES OR STRUCTURES; TESTING OF STRUCTURES OR APPARATUS, NOT OTHERWISE PROVIDED FOR
    • G01M7/00Vibration-testing of structures; Shock-testing of structures
    • G01M7/08Shock-testing
    • GPHYSICS
    • G08SIGNALLING
    • G08BSIGNALLING OR CALLING SYSTEMS; ORDER TELEGRAPHS; ALARM SYSTEMS
    • G08B21/00Alarms responsive to a single specified undesired or abnormal condition and not otherwise provided for
    • G08B21/18Status alarms
    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/01Detecting movement of traffic to be counted or controlled
    • G08G1/017Detecting movement of traffic to be counted or controlled identifying vehicles
    • G08G1/0175Detecting movement of traffic to be counted or controlled identifying vehicles by photographing vehicles, e.g. when violating traffic rules

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Emergency Management (AREA)
  • Traffic Control Systems (AREA)

Abstract

The invention discloses a traffic signal machine impact inclination detection device and a detection method, which belong to the technical field of intelligent traffic, and comprise a main control chip, a space motion sensor, a storage chip, a traffic signal machine main control module and a camera, wherein the storage chip stores device information, the initial state and calibration information of the space sensor and angle threshold acceleration thresholds for detecting all directions; the space motion sensor is installed on a traffic signal machine, four paths of serial communication interfaces UART of a main control chip are connected with the space motion sensor, one path of SPI interface of the main control chip is connected with a storage chip, one path of CAN interface of the main control chip is connected with a traffic signal machine main control module through a CAN bus, and the traffic signal machine main control module is connected with a camera; the detection equipment can timely and accurately detect the impact inclination of the traffic signal machine and upload the impact inclination to a background or related personnel for timely processing, and the influence on traffic at the intersection is avoided.

Description

Traffic signal machine impact inclination detection equipment and detection method
Technical Field
The invention relates to the technical field of intelligent traffic, in particular to a traffic signal machine impact inclination detection device and a detection method.
Background
The traffic signal machine is one of the important components of modern urban traffic system, and is mainly used for controlling and managing urban road traffic signals. The current semaphore lacks striking and slope detection, and in case striking or slope incident takes place, if not handled in time, can bring the potential safety hazard for crossing vehicle and pedestrian. The potential safety hazard of 2 damages to the equipment at the intersection exists.
Disclosure of Invention
The invention aims to overcome the defects in the background technology, can timely and accurately detect the collision and inclination of the traffic signal machine and upload the collision and inclination to a background or related personnel for timely processing, and avoids influencing the traffic at the intersection.
In order to achieve the above object, the present invention provides a traffic signal collision inclination detection device, including a main control chip, a spatial motion sensor, a storage chip, a traffic signal main control module, and a camera, where the storage chip stores device information, initial state and calibration information of the spatial motion sensor, and angular threshold acceleration thresholds for detecting various directions; the space motion sensor is installed on the traffic signal machine, and master control chip's four ways serial communication interface UART is connected with the space motion sensor, master control chip's SPI interface connection memory chip all the way, master control chip's CAN interface all the way is connected through CAN bus and traffic signal machine host system, and traffic signal machine host system is connected with the camera.
Furthermore, one path of serial communication interface UART of the main control chip is connected with the 4G module, and the 4G module is connected with the client.
Furthermore, the traffic signal machine main control module is connected with a management platform, and the 4G module is connected with the management platform.
Furthermore, the main control chip is connected with an LED display, a dial switch and a key through an IO serial port.
Furthermore, the main control chip is connected with a power module.
Further, the space sensors are installed at four corners of the traffic signal machine.
A traffic signal collision inclination detection method, comprising:
acquiring an actual angle and an actual acceleration, wherein the actual angle and the actual acceleration are acquired in each direction of a traffic signal machine by using a space motion sensor;
when the actual angle exceeds a preset angle threshold value, the traffic signal machine is judged to be inclined, and an inclination signal is sent to a signal machine main control module so as to shoot the impacted picture through a camera;
and when the actual acceleration exceeds a preset acceleration threshold value, judging that the traffic signal machine is impacted, and sending an inclination signal to the signal machine main control module to shoot the impacted picture through the camera.
Further, the spatial motion sensor updates detection data once every set time, and converts the detection data into an actual angle and an actual acceleration;
the angle conversion formula is as follows:
XAngle=((float)MPU6050Angle.XAngle/32768*180)
YAngle=((float)MPU6050Angle.YAngle/32768*180)
ZAngle=((float)MPU6050Angle.ZAngle/32768*180)
the formula for the conversion of acceleration is as follows:
X=((short)MPU6050Acc.XAcc/32768.0*16)
Y=((short)MPU6050Acc.YAcc/32768.0*16)
Z=((short)MPU6050Acc.ZAcc/32768.0*16)
G=((float)sqrt(X*X+Y*Y+Z*Z));
where, XAngle denotes an actual angle in the X direction, YAngle denotes an actual angle in the Y direction, ZAngle denotes an actual angle in the Z direction, float denotes a floating point number, that is, a decimal number, mpu6050angle.xangle denotes an X-direction angle numerical value read out from the spatial motion sensor, mpu6050angle.yangle denotes a Y-direction angle numerical value read out from the spatial motion sensor, mpu6050angle.zangle denotes a Z-direction angle numerical value read out from the spatial motion sensor, mpu6050acc.xacc denotes an acceleration value in the X direction read out from the spatial motion sensor, mpu6050acc.yacc a spatial motion sensor, acceleration pu6050acc.zacc denotes a Y-direction acceleration value read out from the spatial motion sensor, sqrt denotes a square root, and G denotes an overall angular velocity.
Further, the inclination of the traffic signal is determined as follows:
collecting the updated actual angles of the latest plurality of set time periods as a group;
and when the actual angle of 3/4 or more in any group of three angles exceeds a preset angle threshold value, judging that the traffic signal machine is inclined.
Further, the collision determination on the traffic signal is as follows:
collecting the updated actual accelerations of the latest plurality of set time periods as a group;
and when the actual acceleration of 70 percent or more of the total acceleration in the same group exceeds a preset acceleration threshold value, judging that the traffic signal machine has the impact.
Compared with the prior art, the invention has the following technical effects: the striking slope that detects traffic signal machine that can be timely accurate detects and upload and give backstage or relevant personnel and carry out timely processing, avoids the secondary striking and brings the influence for the traffic at crossing to take a candid photograph through the camera of installation on signal machine down, provide the evidence of violation for the traffic law enforcement person.
Drawings
The following detailed description of embodiments of the invention refers to the accompanying drawings in which:
FIG. 1 is a block diagram of the connections of various modules in a crash tilt detection apparatus;
FIG. 2 is a flow chart of impact tilt detection;
fig. 3 is a data processing flow chart of the main control chip.
Detailed Description
To further illustrate the features of the present invention, refer to the following detailed description of the invention and the accompanying drawings. The drawings are for reference and illustration purposes only and are not intended to limit the scope of the present disclosure.
As shown in fig. 1 to 3, the present embodiment discloses a traffic signal collision inclination detecting apparatus including: the device comprises a main control chip, a space motion sensor, a storage chip, a traffic signal machine main control module and a camera, wherein the storage chip stores equipment information, initial state and calibration information of the space sensor and angle threshold acceleration thresholds for detecting all directions; the space motion sensor is installed on the traffic signal machine, and master control chip's four ways serial communication interface is connected with the space motion sensor, master control chip's SPI interface connection memory chip all the way, and master control chip's CAN interface all the way is connected through CAN bus and traffic signal machine host system, and traffic signal machine host system is connected with the camera.
The spatial motion sensor can adopt an MPU6050 module which can support 4 paths to the maximum, and the MPU6050 module is arranged at four corners of a traffic signal machine and mainly used for acquiring the actual angle and the actual acceleration of X \ Y \ Z of the traffic signal machine; the main control chip adopts STM32 series products as the integral control of the detection equipment, and the 4G module can be made by a person, and the specific model is WH-LTE-7S 4.
Master control STM32 has 6 way serial port communications, four ways UART is connected with MPU6050, serial communication interface UART connects the debugging serial ports with real-time printing operating condition all the way, serial communication interface UART connects the 4G module all the way, on sending data to management platform or SMS and sending relevant personnel's cell-phone, SPI connects SPI FLASH memory chip all the way, CAN interface and traffic signal machine host system all the way carry out real-time communication, there is the striking or the slope incident in time to send traffic signal machine host system, traffic signal machine host system accessible camera carries out the picture of striking and takes a candid photograph and upload to the management backstage, prevent someone from colliding traffic signal machine back escape, provide illegal voucher for traffic law enforcement person.
The main control chip is connected with an LED display, a dial switch and a key through an IO serial port, and is connected with a power module. The LED display displays the working state of the impact detector, and the dial switch can be used for detecting an angle threshold and an acceleration threshold, so that the detection is more accurate; the key is used for acquiring the initial state of the MPU6050 module and sending the initial state to the main control chip, and the power supply module is used for converting mains supply into voltage required by the system to work.
For a preset degree threshold value acceleration threshold value, different detection threshold values can be set according to the thickness of a traffic signal machine case and the installation mode of a signal machine, when the detection threshold values are not set, the default setting of a program is that the angle threshold value is 3 degrees, and the acceleration threshold value is 0.3 g.
Therefore, once collision or inclination occurs, the traffic accident can be detected in time and uploaded to a background or related personnel for processing in time, the influence on traffic at the intersection is avoided, and the traffic accident can be captured through a camera installed on a lower signal machine, so that illegal evidence can be provided for traffic law enforcement officers.
A traffic signal collision inclination detection method includes the following steps:
s1: the method comprises the steps that a main control chip obtains an actual angle and an actual acceleration, wherein the actual angle and the actual acceleration are obtained in all directions of a traffic signal machine by utilizing a space motion sensor;
updating detection data once every set time by the space motion sensor, and converting the detection data into an actual angle and an actual acceleration; the set time may be set to 10 ms.
The angle conversion formula is as follows:
XAngle=((float)MPU6050Angle.XAngle/32768*180)
YAngle=((float)MPU6050Angle.YAngle/32768*180)
ZAngle=((float)MPU6050Angle.ZAngle/32768*180)
the formula for the conversion of acceleration is as follows:
X=((short)MPU6050Acc.XAcc/32768.0*16)
Y=((short)MPU6050Acc.YAcc/32768.0*16)
Z=((short)MPU6050Acc.ZAcc/32768.0*16)
G=((float)sqrt(X*X+Y*Y+Z*Z));
where, XAngle denotes an actual angle in the X direction, YAngle denotes an actual angle in the Y direction, ZAngle denotes an actual angle in the Z direction, float denotes a floating point number, mpu6050angle.xangle denotes an X direction angle value read out from the spatial motion sensor, mpu6050angle.yangle denotes a Y direction angle value read out from the spatial motion sensor, mpu6050angle.zangle denotes a Z direction angle value read out from the spatial motion sensor, mpu6050acc.xacc denotes an acceleration value in the X direction read out from the spatial motion sensor, mpu6050acc.yac denotes an acceleration value in the Y direction read out from the yaspatial motion sensor, pu6050acc.zacc denotes an acceleration value in the Z direction read out from the spatial motion sensor, sqrt denotes a square root, and G denotes an overall angular velocity.
S2: the main control chip compares the actual angle with a preset angle threshold, when the actual angle exceeds the preset angle threshold, the traffic signal machine is judged to incline, and an inclination signal is sent to the signal machine main control module so as to shoot the impacted picture through the camera;
the inclination of the traffic signal is determined as follows:
setting the set time to 10ms, and collecting the updated actual angle in the latest 200ms as a group, namely 20 data;
when the actual angle of 3/4 or more (15 or more in 20 data) in any group of three angles exceeds a preset angle threshold value, the traffic signal is judged to be inclined.
S3: the main control chip compares the actual acceleration with a preset acceleration threshold, when the actual acceleration exceeds the preset acceleration threshold, the traffic signal machine is judged to be impacted, the inclined signal is sent to the signal machine main control module, and the impacted picture is captured through the camera.
The collision determination on the traffic signal is as follows:
setting the set time to 10ms, and collecting the updated actual acceleration in the latest 100ms as a group, namely 10 data;
when the actual acceleration of 70% or more (7 or more in 10 data) of the total acceleration in the same group exceeds a preset acceleration threshold value, the traffic signal collision is judged
The working principle is as follows: the MPU6050 module of the space motion sensor is installed at four corners of the traffic signal machine, and after the installation is finished, the inclination angle threshold value and the acceleration threshold value of the space motion sensor are configured through software. And pressing a key to acquire the initial state of the space motion sensor. After an inclination or impact event, the angle or the acceleration of the traffic signal can change instantly, when the main control STM32 detects that the actual angle change exceeds an angle threshold value, the traffic signal is judged to incline, when the actual acceleration change exceeds an acceleration threshold value, the traffic signal is judged to impact, the traffic signal is sent to a management platform through a 4G module or a short message is sent to a mobile phone of related personnel, and fault display is carried out through an LED display. The CAN bus is used for sending the data to the traffic signal machine main control module, the traffic signal machine main control module receives the impact or inclination event and then conducts snapshot in all directions through the camera, and the data are sent to the management platform through the network.
The system provided by the embodiment of the present invention is used for executing the above method embodiments, and for details of the process and the details, reference is made to the above embodiments, which are not described herein again.
It should be noted that "first" and "second" are only used herein to distinguish the same-named entities or operations, and do not imply an order or relationship between the entities or operations.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (10)

1. The traffic signal machine collision inclination detection equipment is characterized by comprising a main control chip, a space motion sensor, a storage chip, a traffic signal machine main control module and a camera, wherein the storage chip stores equipment information, the initial state and calibration information of the space sensor and angle threshold acceleration thresholds for detecting all directions; the space motion sensor is installed on the traffic signal machine, and master control chip's four ways serial communication interface UART is connected with the space motion sensor, master control chip's SPI interface connection memory chip all the way, master control chip's CAN interface all the way is connected through CAN bus and traffic signal machine host system, and traffic signal machine host system is connected with the camera.
2. The apparatus according to claim 1, wherein the main control chip has a UART connected to the 4G module, and the 4G module is connected to the client.
3. The traffic signal collision inclination detection apparatus of claim 2, wherein a management platform is connected to the traffic signal master control module, and the 4G module is connected to the management platform.
4. The traffic signal collision inclination detection device according to claim 1, wherein the main control chip is connected with an LED display, a dial switch and a key through an IO serial port.
5. The traffic signal collision inclination detection device according to any one of claims 1-4, wherein a power module is connected to the main control chip.
6. The traffic signal collision inclination detection apparatus according to any one of claims 1 to 4, wherein the space sensors are installed at four corners of the traffic signal.
7. A traffic signal collision inclination detection method, comprising:
acquiring an actual angle and an actual acceleration, wherein the actual angle and the actual acceleration are acquired in each direction of a traffic signal machine by using a space motion sensor;
when the actual angle exceeds a preset angle threshold value, the traffic signal machine is judged to be inclined, and an inclination signal is sent to a signal machine main control module so as to shoot the impacted picture through a camera;
and when the actual acceleration exceeds a preset acceleration threshold value, judging that the traffic signal machine is impacted, and sending an inclination signal to the signal machine main control module to shoot the impacted picture through the camera.
8. The traffic signal collision inclination detection method according to claim 7, wherein the spatial motion sensor updates detection data every set time, converts the detection data into an actual angle and an actual acceleration;
the angle conversion formula is as follows:
XAngle=((float)MPU6050Angle.XAngle/32768*180)
YAngle=((float)MPU6050Angle.YAngle/32768*180)
ZAngle=((float)MPU6050Angle.ZAngle/32768*180)
the formula for the conversion of acceleration is as follows:
X=((short)MPU6050Acc.XAcc/32768.0*16)
Y=((short)MPU6050Acc.YAcc/32768.0*16)
Z=((short)MPU6050Acc.ZAcc/32768.0*16)
G=((float)sqrt(X*X+Y*Y+Z*Z));
where, XAngle denotes an actual angle in the X direction, YAngle denotes an actual angle in the Y direction, ZAngle denotes an actual angle in the Z direction, float denotes a floating point number, mpu6050angle.xangle denotes an X direction angle value read out from the spatial motion sensor, mpu6050angle.yangle denotes a Y direction angle value read out from the spatial motion sensor, mpu6050angle.zangle denotes a Z direction angle value read out from the spatial motion sensor, mpu6050acc.xacc denotes an acceleration value in the X direction read out from the spatial motion sensor, mpu6050acc.yac denotes an acceleration value in the Y direction read out from the yaspatial motion sensor, pu6050acc.zacc denotes an acceleration value in the Z direction read out from the spatial motion sensor, sqrt denotes a square root, and G denotes an overall angular velocity.
9. The traffic signal collision inclination detection method according to claim 8, wherein the inclination of the traffic signal is determined as follows:
collecting the updated actual angles of the latest plurality of set time periods as a group;
and when the actual angle of 3/4 or more in any group of three angles exceeds a preset angle threshold value, judging that the traffic signal machine is inclined.
10. The traffic signal collision inclination detection method according to claim 8, wherein the collision determination on the traffic signal is as follows:
collecting the updated actual accelerations of the latest plurality of set time periods as a group;
and when the actual acceleration of 70 percent or more of the total acceleration in the same group exceeds a preset acceleration threshold value, judging that the traffic signal machine has the impact.
CN202111590692.6A 2021-12-23 2021-12-23 Traffic signal machine impact inclination detection equipment and detection method Pending CN114486141A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111590692.6A CN114486141A (en) 2021-12-23 2021-12-23 Traffic signal machine impact inclination detection equipment and detection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111590692.6A CN114486141A (en) 2021-12-23 2021-12-23 Traffic signal machine impact inclination detection equipment and detection method

Publications (1)

Publication Number Publication Date
CN114486141A true CN114486141A (en) 2022-05-13

Family

ID=81494686

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111590692.6A Pending CN114486141A (en) 2021-12-23 2021-12-23 Traffic signal machine impact inclination detection equipment and detection method

Country Status (1)

Country Link
CN (1) CN114486141A (en)

Citations (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007118784A (en) * 2005-10-28 2007-05-17 Denso Corp Vehicle anti-theft system
JP2010274699A (en) * 2009-05-26 2010-12-09 Honda Motor Co Ltd Collision determination device
CN204759752U (en) * 2015-07-31 2015-11-11 安徽超远信息技术有限公司 Traffic signals controller with electronic monitoring function
CN204946279U (en) * 2015-09-16 2016-01-06 国家电网公司 Based on Fusion electric power line pole tower abnormity early warning device
CN105286240A (en) * 2015-10-21 2016-02-03 金纯� Intelligent walking stick device and monitoring system thereof
CN106092052A (en) * 2015-12-17 2016-11-09 胡荣 The real-time monitoring platform of iron tower of power transmission line gradient
CN106652527A (en) * 2017-02-10 2017-05-10 青岛海信网络科技股份有限公司 Fault diagnosis method and system of traffic signal controller
CN107909601A (en) * 2017-12-14 2018-04-13 江苏省新通智能交通科技发展有限公司 A kind of shipping anti-collision early warning video detection system and detection method suitable for navigation mark
CN109171742A (en) * 2018-08-13 2019-01-11 吉林大学 A kind of livestock movement amount detection systems based on obliquity sensor
CN109357888A (en) * 2018-10-12 2019-02-19 深圳高新兴物联科技有限公司 A kind of car crass detection method, automobile and computer readable storage medium
CN109765048A (en) * 2017-11-02 2019-05-17 南京德朔实业有限公司 Electric tool and the detection method of electric tool recoil
CN110177735A (en) * 2017-02-10 2019-08-27 阿尔卑斯阿尔派株式会社 The falling detection device of vehicle
CN209357241U (en) * 2019-01-28 2019-09-06 宿迁市公安局交通警察支队 A kind of intelligent mobile traffic lights
CN210348788U (en) * 2019-08-30 2020-04-17 南京亿儒科技有限公司 Energy-saving highway guardrail impact incident monitoring facilities
CN211528951U (en) * 2019-12-30 2020-09-18 江苏金陵智造研究院有限公司 Intelligent monitoring device for guardrail state
CN113156844A (en) * 2021-02-02 2021-07-23 江西方兴科技有限公司 Guardrail monitoring system and method based on MEMS sensor technology
CN113256224A (en) * 2021-06-22 2021-08-13 天津知途物联科技有限公司 Impact inclination electronic tag for cargo transportation monitoring and monitoring method thereof
CN113479231A (en) * 2021-08-02 2021-10-08 青岛盘古智能制造股份有限公司 Control method and control system of rim lubricating device
CN113628425A (en) * 2021-08-02 2021-11-09 南京工业大学 Highway guardrail striking monitoring alarm device

Patent Citations (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007118784A (en) * 2005-10-28 2007-05-17 Denso Corp Vehicle anti-theft system
JP2010274699A (en) * 2009-05-26 2010-12-09 Honda Motor Co Ltd Collision determination device
CN204759752U (en) * 2015-07-31 2015-11-11 安徽超远信息技术有限公司 Traffic signals controller with electronic monitoring function
CN204946279U (en) * 2015-09-16 2016-01-06 国家电网公司 Based on Fusion electric power line pole tower abnormity early warning device
CN105286240A (en) * 2015-10-21 2016-02-03 金纯� Intelligent walking stick device and monitoring system thereof
CN106092052A (en) * 2015-12-17 2016-11-09 胡荣 The real-time monitoring platform of iron tower of power transmission line gradient
CN106652527A (en) * 2017-02-10 2017-05-10 青岛海信网络科技股份有限公司 Fault diagnosis method and system of traffic signal controller
CN110177735A (en) * 2017-02-10 2019-08-27 阿尔卑斯阿尔派株式会社 The falling detection device of vehicle
CN109765048A (en) * 2017-11-02 2019-05-17 南京德朔实业有限公司 Electric tool and the detection method of electric tool recoil
CN107909601A (en) * 2017-12-14 2018-04-13 江苏省新通智能交通科技发展有限公司 A kind of shipping anti-collision early warning video detection system and detection method suitable for navigation mark
CN109171742A (en) * 2018-08-13 2019-01-11 吉林大学 A kind of livestock movement amount detection systems based on obliquity sensor
CN109357888A (en) * 2018-10-12 2019-02-19 深圳高新兴物联科技有限公司 A kind of car crass detection method, automobile and computer readable storage medium
CN209357241U (en) * 2019-01-28 2019-09-06 宿迁市公安局交通警察支队 A kind of intelligent mobile traffic lights
CN210348788U (en) * 2019-08-30 2020-04-17 南京亿儒科技有限公司 Energy-saving highway guardrail impact incident monitoring facilities
CN211528951U (en) * 2019-12-30 2020-09-18 江苏金陵智造研究院有限公司 Intelligent monitoring device for guardrail state
CN113156844A (en) * 2021-02-02 2021-07-23 江西方兴科技有限公司 Guardrail monitoring system and method based on MEMS sensor technology
CN113256224A (en) * 2021-06-22 2021-08-13 天津知途物联科技有限公司 Impact inclination electronic tag for cargo transportation monitoring and monitoring method thereof
CN113479231A (en) * 2021-08-02 2021-10-08 青岛盘古智能制造股份有限公司 Control method and control system of rim lubricating device
CN113628425A (en) * 2021-08-02 2021-11-09 南京工业大学 Highway guardrail striking monitoring alarm device

Similar Documents

Publication Publication Date Title
CN101373517B (en) Method and system for recognizing license plate
CN100466008C (en) Traffic monitoring method and electronic police system
CN200954867Y (en) Navigation-mark remote-measuring monitoring system
CN202855071U (en) Intelligent high-definition toll-gate electronic police
CN202166466U (en) Anti-cheat weighing system
CN210348788U (en) Energy-saving highway guardrail impact incident monitoring facilities
CN113724531B (en) Intersection human-vehicle road cooperation early warning system and method under Internet of vehicles environment
CN100440972C (en) Mobile device for measuring speed and taking snap pictures
CN104079896A (en) Emergency command method and system
CN114486141A (en) Traffic signal machine impact inclination detection equipment and detection method
CN112750337A (en) Height limiting frame collision wireless alarm system and alarm method thereof
CN102826042A (en) Vehicle overspeed detection alarm system and vehicle overspeed detection method thereof
CN213748330U (en) Road safety barrier's striking and empty detection device
CN202887454U (en) Embedded multifunctional integrated host capable of being applied to road-interval speed measurement
CN214067977U (en) Wireless collision alarm system for height limiting frame
CN209879697U (en) Road safety early warning system based on Internet of things
CN100433071C (en) System and method for automatically collecting vehicle information
CN111932921A (en) Communication method of highway traffic accident early warning prediction system
CN204944483U (en) High precision power transmission line shaft tower inclination monitoring system
CN103957219A (en) Remote control motor truck scale automatic weighing management system
CN113888866B (en) Road vehicle management system with multistage early warning function
CN217157436U (en) Construction area safety operation monitoring system
CN203851160U (en) Remotely-controlled automatic automobile scale weighing management system
CN207008861U (en) Vehicle road occupying monitoring device and system
KR101242075B1 (en) Control method and apparatus for exclusive road

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