Electronics, Lighting, & Gadgets - PC+LabView = Power/Speed/HR logging software

Bikeforums.net is a forum about nothing but bikes. Our community can help you find information about hard-to-find and localized information like bicycle tours, specialties like where in your area to have your recumbent bike serviced, or what are the best bicycle tires and seats for the activities you use your bike for.




kmart
11-05-07, 10:46 PM
Hi guys, I'm not sure if someone has posted something like this here before. I wrote a little program to connect my bike computer sensor and heart rate monitor to my PC. All it requires is the magnet and sensor from a bike computer and a PC with a printer port. (The Heart Rate and Power logging requires some other equipment - see the readme for details). The program requires National Instruments LabView to run. I think they have a demo available on their website for you to try out.

See the following post to download my program
http://www.bikeforums.net/showpost.php?p=5582488&postcount=12

I used LabView just because it is easy to make realtime charting/graphing software. The guts of the program are a simple tachometer that reads pulses from the magnet sensor and converts pulse rate to speed. The heart rate receiver works the same way.


rsd212
11-06-07, 12:14 PM
Very nice. Have you tried the "Build Application" option? It makes an exe that can be run with the freely distributed "LabView Runtime Engine" installed. This would make it a little more accessible. Good work though :)

kmart
11-06-07, 02:21 PM
I didn't know about the build application feature. I will see if my student version of the software lets me do this. Will definitely try it out and post back here if it works.