How does the Hall Effect sensor store data?
According to the Melexis 90217 Hall-Effect Sensor data sheet, the sensor has an On-chip 10 bit A/D converter and logic that acts as a sample and hold circuit.·
Apparantly the data·(as·pulses) is stored· in digital form.· Does the stored data indicate changes in pulse frequency·over a period of time? (Then converted to RPM)
The info. sheet further states:·Using the Melexis 90217 with a BASIC Stamp requires the use of the COUNT command for a specified duration, as shown in this example:
COUNT SpeedIn, 1000, Pulses
RPM = Pulses * 60
This looks like the sensor could be used to·detect changing RPM data over a period of time - Is this·true?
Patrick
Apparantly the data·(as·pulses) is stored· in digital form.· Does the stored data indicate changes in pulse frequency·over a period of time? (Then converted to RPM)
The info. sheet further states:·Using the Melexis 90217 with a BASIC Stamp requires the use of the COUNT command for a specified duration, as shown in this example:
COUNT SpeedIn, 1000, Pulses
RPM = Pulses * 60
This looks like the sensor could be used to·detect changing RPM data over a period of time - Is this·true?
Patrick
Comments