Close

Functional diagram

A project log for HoistInsight - A brain for your crane

Utilizing GPS tracking, point-to-point networking and mobile devices to increase safety and improve efficiency in crane hoist operations.

salokcinsalokcin 08/20/2014 at 05:131 Comment

Hopefully the functional diagram picture I just added (below) is clear enough for most folks to understand:

There are two main modules -- 'Operator' and 'Load'.

The 'Operator' module is placed in the cab of the crane and interfaces with a mobile device (tablet, convertible PC, etc). It consist of 

It should be clear that the GPS device simply sends data to the Arduino (as NMEA sentences). The Arduino then parses the sentences and extracts only the pertinent information. That information is then passed to the mobile device for viewing. Of course, viewing where the cab of your crane is in real time isn't all that helpful if you don't know the position of your load!

The 'Load' module is very similar to the 'Operator' module except that it doesn't need to pair with a mobile device. This module is physically clamped to the hoist line directly above the headache ball. The Arduino parses the data from the GPS module and sends it via RF (the XBee-PRO module) back to the 'Operator' module. All of this data is ultimately presented to the 'HoistManager' application to aid the crane operator in make more informed decisions about his hoist.

While I still have not yet nailed down the exact specifications around battery requirements, I envision this system will notify the operator when the battery level of the 'Operator' or 'Load' modules drops below an acceptable level, at which point the respective batteries must be recharged/replaced to continue optimal service.

Discussions

PointyOintment wrote 08/21/2014 at 20:57 point
With two GPS receivers, you should look into using RTK: https://en.wikipedia.org/wiki/Real_Time_Kinematic

  Are you sure? yes | no