Quote:
|
Originally Posted by SkiRacer
Does anyone have the code that LabView needs to link with the gear tooth sensor?
|
The USB-6009 does support one simple event counter on PFI0 that you could use to count pulses. This would not give you direction information, though. The way you would use this is to use a timed loop in LabVIEW and each time your loop executes, look at how many pulses you measured and divide that by your timebase. This would work well as a basic interface to validate functionality, but it would not be very flexible.
Good luck.
-Joe