Tachometer with the BASIC Stamp
otto
Posts: 5
I just recieved a BASIC Stamp at work and am trying to figure out how to wire it up to be used as a tachometer for measuring the RPM of our airplane props.· I have it wired up with a capacitor and a photoresistor and have the code written that measures the time it takes to charge the capacitor (which is directly affected by the change in resistance).· This is printed out to the screen in the debug window when I run the code, but what I would like to do ultimately is somehow store the data(sampled every millisecond) every 1 second and use my equations to convert the data to RPM.· I would like for all the measured data to be stored somewhere and be accessable(like in a text document maybe), but also would like to have each second's worth of data used to compute an RPM and read it out to the screen so that i have a continuous reading of RPM.· The prop will be spinning at about 10,000 RPM.· Like I said though, I am new to the BASIC Stamp and don't really know the language, so if anyone has done this before or knows how it could be done, I am open to any help.· Thanks.
Comments
RPM = (# of spikes/sec)*(rev/# of spikes)*(60 sec/min)
Does this help better explain what I am doing? Thanks again.
Airplane propellers and Parallax Propeller.
Seems you are in the wrong forum. Try the Basic stamp forum·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Who says you have to have knowledge to use it?
I've killed a fly with my bare mind.