This application claims the benefit of priority from Canada Patent Application No. 3098709 filed on Nov. 10, 2020, the contents of which is incorporated herein by reference in its entirety.
Strap tension detector.
Straps and other securing devices are commonly used for securing loads during transportation of cargo. These straps can fail for a variety of reasons, including normal wear and tear, exposure to the elements, road conditions, damaged tightening mechanisms such as rachets, and vandalism. Damaged straps can cause significant safety concerns if the cargo becomes unsecure, particularly during transport. Visual inspection of straps may not be sufficient to determine whether a strap is compromised or at risk of failure. Certain proposed solutions to detect whether straps are damaged may be expensive, inefficient, or ineffective.
There is provided in one embodiment a strap tension detector for detecting tension in a strap having a length and width. A housing has an upper portion and a lower portion and a first strap-receiving opening and a second strap-receiving opening. The upper portion and lower portion are adapted to receive the strap between the upper portion and the lower portion and extend through the first and second strap-receiving openings. A strain beam is mounted to one of the upper portion and the lower portion. The strain beam is arranged at an angle to the strap to extend across the width of the strap when the strap is placed between the upper portion and the lower portion and extending through the first and second strap-receiving openings so that the strap bears on the strain beam when taut. A strain gauge is operatively connected to detect strain across the strain beam.
In various embodiments, there may be included any one or more of the following features: the strain beam is arranged to extend across the width of the strap substantially perpendicularly to the length of the strap; the strain beam is mounted on the one of the upper portion and the lower portion at positions beyond the width of the strap on both sides of the strap; the lower portion and upper portion are pivotally mounted together to be moveable between an open position and an operating position; the first strap-receiving opening and the second strap-receiving opening are each defined by the upper and lower portions when in the operating position; the first and second strap receiving openings define respective first and second nodes against which the strap is restrained during use and in which the strain beam extends perpendicularly through a plane defined by the nodes defined by the first and second strap receiving openings; the strain beam is biased against the strap in use; the strain gauge further comprises two strain gauges, each strain gauge embedded on either side of the strain beam; the upper and lower portions are secured together with an over-center latch; the housing fully encloses an interior when the strap is positioned between the upper portion and the lower portion in the operating position; a transmitter connected to receive a signal from the strain gauge and a battery connected to power the transmitter; the battery and the transmitter are fully enclosed within the housing when the strap is positioned between the upper portion and the lower portion and extending through the first and second strap-receiving openings; the strain beam further comprises a compressible contact surface which is positioned to contact the strap during use; the compressible contact surface is rounded; and the strain detected by each of the two strain gauges are averaged to determine a strain measurement.
These and other aspects of the system and method are set out in the claims, which are incorporated here by reference.
Preferred and alternative examples of the present invention are described in detail below with reference to the following drawings:
Embodiments will now be described with reference to the figures, in which like reference characters denote like elements, by way of example, and in which:
In some embodiments there is disclosed a strap tension detector for enhancing safety by wirelessly connecting tension sensors on one or more straps on a transport vehicle or trailer to a driver's mobile phone to report loose straps or dangerous tension levels.
In
The strain beam 28 is arranged at an angle to the length of the strap 12 to extend across the width of the strap 12 when the strap 12 is placed between the upper portion and the lower portion during use. As shown in
A strain gauge is operatively connected to detect strain across the strain beam 28. In the embodiment in
The lower portion 22 and upper portion 20 may be pivotally mounted together with a hinge 44 (
As shown in
In
As shown in
As shown in
In
In an embodiment, the system may run on a Nordic™ nRF52810 system-on-chip. The software architecture may include an application layer including BLE (interfaces with the RADIO Nordic™ Driver), ADC (interfaces with the SAADC Nordic™ Driver), Pin Config (interfaces with the GPIO Nordic™ Driver) and a FDS (File Data Storage used to manage persistent variables).
In an embodiment, the main function of the application may including the following:
An exemplary sample of action steps for implementation by the processor include the following:
The frequency of the above steps may be customized based on a particular application. The manufacturer can set certain default values for the timing of these steps and the timing may be modified by the end user depending on the particular conditions for that end user.
In an embodiment, there are the following trigger conditions:
Duration restrictions may be put into place after certain conditions occur. This may be done to conserve battery life, prevent over-firing of the BLE chirps in situations where the strap tension may be jittering, and to minimize the time a BLE central device can stay connected to the Secure Strap.
Duration restrictions may include:
To prevent constant cycling of the accelerated frequency while in a minimum tension state, the Secure Strap will stop cycling after a set value is reached. While in this state, the Secure Strap may enter Suspended Mode and behave in the following manner:
The following types of information may be communicated over BLE:
The system may report one or more of the following error types: Strap Tension Error, Temperature Error, Battery Error, Calibration Error, Watchdog Error (previous data missing or unknown), Noise Flag (a sudden change in tension or tension dropped below a minimum condition had occurred previously), Battery End-Of-Life, and may include one or more reserved error codes.
The counter may be a 2-byte field that contains two parts. The lower 3 bits will contain a counter that is incremented during the accelerated BLE reporting period that occurs after a sudden change in tension or after a drop below the minimum tension was detected. This counter will roll over to 0 after it reaches the maximum 3-bit value of 7. The remaining 13 bits will contain a counter that increments at a rate of 1 Hz, representing a value in seconds. The counter will roll over to 0 after it reaches the maximum 13-bit value of 8191. The counter can be used by the mobile application to keep track of packets, ensure it is receiving the expected packet, and fill in missing historical packets if desired. The mobile application should ignore packets which have a counter value less than the last received counter and set the last received counter equal to the counter just received. This helps protect against replay attacks.
The strap tension data values are 1-byte in length. Each LSB of the data byte is represented by TLSB, whose value is set in the REG_TENSION_RESOLUTION register. As such, the strap tension can be computed as follows:
Actual Load Cell Tension=Load Cell Data Byte×TLSB
Examples of strap tension values for TLSB=25 lbs are shown in Table 10.
Strap tension data may include 11 bytes representing the strap tension at times t, t−1, . . . t−10. In this embodiment, the device will measure values between 0-6,375 lbs in 25 lb increments. In other embodiments, the max measurable load can be set at a higher value such as up to to 8,000 lbs to account for higher loading scenarios. In the diagram shown in
The user payload portion of the advertising packet is obfuscated to help protect against replay and arbitrary injection attacks. The user payload data may be encrypted using the following: A 2-byte public encryption key. The public key consists of two byte values that are randomly generated every reporting period. The lower 10 bits are the initial offset into the lookup table, and the upper 6 bits are the stride for determining the next byte. A randomly generated 1024-byte pre-shared private key. This key may be required on the mobile application in order to properly decrypt the received advertising packet.
The temperature sensor may measure the ambient temperature. A thermistor in the circuit may be used to measure the temperature. A general curve fitting formula is generated using the thermistor data sheet. The generated formula is used by the Secure Strap firmware to calculate a temperature value in degrees Celsius.
The voltage of the battery may be measured according to the battery's approximate state of charge. The battery level may be recorded as either OK or LOW. The LOW level is set when the measured voltage drops below the voltage threshold set in the register. A bit in the Status byte may be used to indicate the battery level. A bit value of 0 may be used to indicate the battery is OK, and a bit value of 1 may indicate a battery LOW.
The strap tension function measures the ADC voltage via the load cell interface and converts the ADC voltage to a tension in pounds. The strap tension is computed by interpolating and extrapolating with calibration variables, which are set during calibration.
The strap tension can be calibrated using the following equation:
Where:
with T1 byte having a maximum value of 255.
And the Tstrap values may be stored in a circular queue that is filled each time a measurement is made. A running total of the queue is kept for computing the average and is updated by subtracting the oldest value and adding the newest after each measurement.
Each time a new strap tension measurement is made, it will be compared to the running average of the previous tension values. If the change of the new measurement compared to the running average is lesser than one of the threshold values, the Strap Tension function will inform the BLE Reporting function to chirp out advertising packets at the set rates and durations. Similarly, if the new measurement is below the threshold minimum tension set in the register, the Strap Tension function will inform the BLE Reporting function to chirp out advertising packets at the set rates and durations.
The watchdog function resets the watchdog timer to ensure that the system is in a healthy state. If the watchdog timer is not reset within its designated time, the watchdog module resets the system.
Once a BLE central device (e.g. phone application or PC application) has connected to the Secure Strap, the function handles the following:
While connected to a BLE central device, the Secure Strap will continue to send BLE reports via non-connectable advertising packets. The system may move between power modes depending on the situation.
Immaterial modifications may be made to the embodiments described here without departing from what is covered by the claims. For example,
In the claims, the word “comprising” is used in its inclusive sense and does not exclude other elements being present. The indefinite articles “a” and “an” before a claim feature do not exclude more than one of the feature being present. Each one of the individual features described here may be used in one or more embodiments and is not, by virtue only of being described here, to be construed as essential to all embodiments as defined by the claims.
While the preferred embodiment of the invention has been illustrated and described, as noted above, many changes can be made without departing from the spirit and scope of the invention. Accordingly, the scope of the invention is not limited by the disclosure of the preferred embodiment. Instead, the invention should be determined entirely by reference to the claims that follow.
Number | Date | Country | Kind |
---|---|---|---|
CA 3098709 | Nov 2020 | CA | national |
Number | Name | Date | Kind |
---|---|---|---|
3618378 | Shull et al. | Nov 1971 | A |
3817093 | Williams | Jun 1974 | A |
3832899 | Nicolau | Sep 1974 | A |
4027130 | Filip | May 1977 | A |
4241616 | Mastrigt | Dec 1980 | A |
4846000 | Steinseifer | Jul 1989 | A |
4924043 | Aubry | May 1990 | A |
4992778 | McKeen | Feb 1991 | A |
5026230 | Dolezych | Jun 1991 | A |
5109707 | VanGerpen | May 1992 | A |
5656994 | Heninger | Aug 1997 | A |
5666998 | De Jager | Sep 1997 | A |
6205868 | Miller | Mar 2001 | B1 |
6450534 | Blakesley | Sep 2002 | B1 |
6508114 | Lawson | Jan 2003 | B2 |
6520032 | Resh | Feb 2003 | B2 |
6623032 | Curtis | Sep 2003 | B2 |
6796192 | Sullivan | Sep 2004 | B2 |
6854415 | Barnes | Feb 2005 | B2 |
6959779 | Curtis | Nov 2005 | B2 |
6993436 | Specht | Jan 2006 | B2 |
7112023 | Tardif | Sep 2006 | B1 |
7231693 | Wilcox et al. | Jun 2007 | B2 |
7242286 | Knox | Jul 2007 | B2 |
7493834 | Gonzalez Gallegos | Feb 2009 | B2 |
8506220 | Morland | Aug 2013 | B2 |
8635918 | Lanter | Jan 2014 | B2 |
9784629 | Miyata | Oct 2017 | B2 |
10288505 | Miyata | May 2019 | B2 |
10328841 | Bika | Jun 2019 | B2 |
10625658 | Taylor | Apr 2020 | B2 |
10724911 | Lawson | Jul 2020 | B1 |
10857916 | Glerum | Dec 2020 | B2 |
11370348 | Ehnimb | Jun 2022 | B2 |
20010035122 | Margetts | Nov 2001 | A1 |
20030070846 | Wolfe | Apr 2003 | A1 |
20030197094 | Preston | Oct 2003 | A1 |
20130160254 | Stoddard | Jun 2013 | A1 |
20190001863 | Taylor | Jan 2019 | A1 |
20210025770 | Sanders | Jan 2021 | A1 |
20210229626 | Demirovic | Jul 2021 | A1 |
20220111784 | Myers | Apr 2022 | A1 |
20220242302 | Goetz | Aug 2022 | A1 |
20220371506 | Schultz | Nov 2022 | A1 |
Number | Date | Country |
---|---|---|
202012012665 | Oct 2013 | DE |
2506581 | Apr 2014 | GB |
2020001704 | Jan 2020 | WO |
Number | Date | Country | |
---|---|---|---|
20220146341 A1 | May 2022 | US |