Speedometer for fourwheeler.

This is the place for any magazine-related discussions that don't fit in any of the column discussion boards below.
Post Reply
ckbrown
Posts: 1
Joined: Wed Dec 18, 2002 1:01 am
Location: Monroe,LA.
Contact:

Speedometer for fourwheeler.

Post by ckbrown »

Greetings to all

I have a project that I am working on for my boss. He has a Polaris farm fourwheeler with dumper on the back. We added a spray tank to the dumper and spray heads to the support hardware to be able to apply liquid fertilizer to his pasture land.

He say we need a speed indicator to be able to to keep the application rate constant. I remember a article where someone in Nuts and Volts added a speedometer to his lawn tractor by counting the teeth of the main drive gear in the chain drive. I cannot do this as the Polaris uses a driveshaft and differential to the axles. I measured the travel of a wheel in 1 revolution and got 76.5 inches. I also counted the turns of the drive shaft by tying a string to one of the arms of the yoke of a u-joint. I got 3.5 turns per tire revolution. After the math (5280/(12/(76.5/3.5)))/60 gives 48.3145 revolutions per minute at one (1) mile per hour. I need a little help with the display unit. I need the unit to be adjustable in the divisior, in a panel mount, as watertight as possible, 1 or 2 decimal places.

Thanks in advance for all your help.

Curtis
User avatar
Chris Smith
Posts: 4325
Joined: Tue Dec 04, 2001 1:01 am
Location: Bieber Ca.

Post by Chris Smith »

I would purchase a cheap Tachometer and fit it to a wheel using a reflective mark on the rim.

Then all you have to do is work out the correct speed and mark the dial out in rpms.

If the tach doesn’t have good resolution at slow speeds, use the drive shaft.

You can even repaint the tach face to read the Apx. Set point speeds, the sweet spot, or even different colors for different gears.
Newz2000
Posts: 507
Joined: Wed May 18, 2005 1:01 am
Location: Des Moines, Iowa, USA
Contact:

Post by Newz2000 »

I used to work for a company that manufactured computer read sensors and meters that were fit to combines and other farm equipment. Instead of relying on a speedometer they used a "ground speed" sensor. I don't know what that is, but it makes sense... if your wheels slip your speedo will show the wrong rate, but the ground speed sensors don't suffer this problem.

Maybe this is more critical when measuring flow and grain moisture than for applying fertalizer.
User avatar
Chris Smith
Posts: 4325
Joined: Tue Dec 04, 2001 1:01 am
Location: Bieber Ca.

Post by Chris Smith »

That’s a interesting concept.

Perhaps you can modify an optical mouse to measure not only motion, but speed and direction into a meter, with a better lens and some hardware?
Sambuchi
Posts: 366
Joined: Tue Jan 18, 2005 1:01 am
Location: Orlando FL
Contact:

Post by Sambuchi »

Hello ckbrown

Well heres a slightly biased opinion if you are thinking of using a mico (for the math calculations and inputs) and a display unit(for speed or total distance).

I would use an MSP430f449 processor with a softbaugh display. Here a picture of a demo board from softbaugh.

http://www.softbaugh.com/Show.cfm?strPartNo=ES449

You could purchase the above board or make one your self for cheap...

The MSP430 is free..discrete parts may run 2.00 and the LCD 15.00. Board manfacture 20.00.

If you want more detail info on how to build one let me know..



Another way to count the wheel posistion.... build your own shaft encoder. Here an example on a smaller scale.

http://www.sambuchi.net/Projects/Sensor ... r_home.htm

Good luck
Robert Reed
Posts: 2277
Joined: Wed Nov 24, 2004 1:01 am
Location: ASHTABULA,OHIO
Contact:

Post by Robert Reed »

Since the LM2917 post has been receiving a lot of attention here, I will the suggest the cheap,quick and simple way. Use what ever is conveniant and where ever it is conveniant to establish a pickup point (e.g.-A magnet firmly attached to a rotating member along with a pickup coil) Feed this output into an LM 2917 and drive a digital volt meter with it. You could even use an analog meter. Calibration in either case would be very simple by just scaling your output to match the speed (pulses per second) in MPH (volt) or even furlongs per fortnight :grin: if so desired. I built up a similar project a few years back for a Jet Ski tachometer, using an analog meter. This unit performed very well with about 1% accurracy. Since it doesn't sound like you need extreme accurracy, simple would be better. Install in a water proof box with a sealed plastic plexiglass cover and you should be in bussiness.
User avatar
Externet
Posts: 1888
Joined: Fri Feb 01, 2002 1:01 am
Location: Mideast USA
Contact:

Post by Externet »

Or, install a speedometer from the bicycle gadgets store with the sensor on a shaft. It will log trips too. :smile:
Miguel
Sambuchi
Posts: 366
Joined: Tue Jan 18, 2005 1:01 am
Location: Orlando FL
Contact:

Post by Sambuchi »

well.. looks like you have lots of options... i just found what I wanted to post the first time..

heres the main page to use the msp430 with a Tachometer.
http://focus.ti.com/docs/apps/catalog/r ... me=slaa259

this page will give you the code and hardware/ application note for a Tachometer ... they used the Tachometer to PWM a motor but the (PWM) code can be deleted. they also provided code for the display...

Good luck
User avatar
haklesup
Posts: 3137
Joined: Thu Aug 01, 2002 1:01 am
Location: San Jose CA
Contact:

Post by haklesup »

Just about any GPS reciever will give you speed without any additional connections but it can be somewhat innacurate at times if the update rate is slow and can be confused when you bang a U turn. It will have tha added benefit of helping him verify the mixture is spread evenly. post processing of the trip log can further yeild coverage data.

For simplicty and cost, the bike speedometer idea from Extranet can't be beat. Make sure you get a model that you can program the wheel diameter in the range of your tractor or put a trailing bike wheel behind the tractor or aside the hopper (chopped from the front of an old kids bike). These are good down to a few MPH, any slower you can use multiple sense magnets on the wheel rim and divide by that number to get the real speed.

If the exact speed is not important but maintaining a certain rate, then a simple DC generator connected to the wheel will make a voltage you can feed to an analog meter movement marked with go faster, go slower and just right (in the middle). A potentiameter and/or resistor divider is all you need to calibrate for a particular rate. A diode may or may not be needed depending on the generator you select (any DC motor spun by the wheel to make electricity as opposed to the other way around)
User avatar
dacflyer
Posts: 4749
Joined: Fri Feb 08, 2002 1:01 am
Location: USA / North Carolina / Fayetteville
Contact:

Post by dacflyer »

heres a thought,,,use a simple GPS....
they measure speed time miles etc,,,
User avatar
Chris Smith
Posts: 4325
Joined: Tue Dec 04, 2001 1:01 am
Location: Bieber Ca.

Post by Chris Smith »

Do any GPSs actually measure down to one MPH, accurately?
User avatar
jollyrgr
Posts: 1289
Joined: Thu Jan 03, 2002 1:01 am
Location: Northern Illinois
Contact:

Post by jollyrgr »

Externet has the right idea. Get a bicycle "computer". These are speedometers with many functions. Some are even "wireless" which means you can mount the sensor on a wheel and mount the display some two feet away. Depending on how fancy you want to get you can pay anywhere from $20 to $100 for one. Even the cheap end ones have an odometer and speedometer functions. Just be sure the one you buy can be programmed for the diameter of the wheel of the four wheeler.
No trees were harmed in the creation of this message. But billions of electrons, photons, and electromagnetic waves were terribly inconvenienced!
dyarker
Posts: 1918
Joined: Fri Aug 22, 2003 1:01 am
Location: Izmir, Turkiye; from Rochester, NY
Contact:

Post by dyarker »

I would suggest against optical sensors on farm equipment. Dust or mud!
Dale Y
Engineer1138
Posts: 458
Joined: Thu Feb 05, 2004 1:01 am
Location: Minneapolis, MN
Contact:

Post by Engineer1138 »

The bike computer is a good idea if you can program it with such a small wheel diameter, but doesn't Polaris or one of the other ATV manufacturers already offer an odometer/speedometer that you could attach?
User avatar
jollyrgr
Posts: 1289
Joined: Thu Jan 03, 2002 1:01 am
Location: Northern Illinois
Contact:

Other People's Experiences

Post by jollyrgr »

See these for ideas along this line:
http://www.utahatvtrails.com/ATVAccessories.htm

Custom made for ATV/Dirt bikes:
http://www.trailtech.net/atv_computer_kits_1.htm

Here is a 4WD Polaris installation:
http://www.trailtech.net/polaris4wd.htm
No trees were harmed in the creation of this message. But billions of electrons, photons, and electromagnetic waves were terribly inconvenienced!
Post Reply

Who is online

Users browsing this forum: No registered users and 70 guests