08-05-2009 07:41 PM
08-06-2009 03:39 PM
jaydee1,
I am by no means a Hall Effect expert, but first we need to figure out what type of output the sensor has usually it is TTL or the like. If so will probably want to look at an example like Count Digital Events-Buffered-Continuous-Ext Clk.vi and then do some math to figure out which angle you are at.
You might also want to look at these similar forums here and here. There are also many others.
08-10-2009 06:50 PM
Ok, so i got the hall sensor to give engine speed using tone extractor vi (obtaining frequency and then manipulating the data). The problem i have now is getting crank angle from it. The missing tooth on the crank gear (36-1) has been aligned to approximate the TDC of the engine. However, I've spent all day trying to figure out a way to write my code so that i get 360 degrees per revolution with a TDC indicator from the missing tooth. There are tons of help here on using the incremental encoder for this but it seems like the Hall effect sensor is not so popular here. Unfortunately, i'm stuck with it and need some help. Thanks y'all.
08-12-2009 04:51 PM
08-13-2009 07:57 PM
08-17-2009 09:34 AM
08-17-2009 03:20 PM
08-18-2009 10:15 AM
jaydee1,
I think what you might be looking for is Pulse Measurements.vi and use the pulse duration output. If not you will probably find what you want on that Pallette. From what I understand you need to detect when a pulse stays high for longer that the normal time. You would use this output to feed the case structure that h_baker mentioned.
09-09-2009 10:59 PM