Q&A Forum

Notifications
Clear all

Rpm sensor

23 Posts
8 Users
1 Reactions
6,136 Views
(@rnrmotorsports)
Posts: 19
Member
 

No problem...glad I could help.

 
Posted : 04/10/2019 5:25 pm
(@admin)
Posts: 1460
Member Admin
 

Do a quick calculation to double check you have at least 200 pulses per second at your lowest RPM of interest. 

 
Posted : 04/10/2019 8:10 pm
(@spanners)
Posts: 8
Member
 

@glennt

How did this work out?

Im looking to do the same.

 
Posted : 14/06/2021 7:33 pm
(@sales)
Posts: 5
Member Customer
 

@admin Hi is  there a MAX amount of pulses? I have a sensor that outputs 250 pulses per revolution on my roller (0.7m circumference) close to 20khz at 200km/h. Is this too much? I'm just working out the bugs in the system, it seems to work OK for the most part, but wondering if there is an upper limit? Thanks

 
Posted : 24/06/2021 12:45 pm
(@admin)
Posts: 1460
Member Admin
 

20kHz is too much. I recommend absolutely max 5kHz. There is no point to go over 200Hz for the lowest RPM you care about. The highest RPM will then give you about say 500-1000Hz. You risk the CPU being overloaded with too high pulse count. 

 

 
Posted : 26/06/2021 11:39 pm
(@sales)
Posts: 5
Member Customer
 

Thanks for the quick reply, yes it seems to get unstable as the rpm increases. It's the factory fitted sensor on a 2001 Mainline MDX dyno, a rotary encoder. I will make a pulse modifier to divide the pulses, however I was curious if you were running an ISR for the RPM trigger event, if putting a pulse dropping option would help people with similar sensors, just a basic counter to say ignore 3 of every 4 pulses or a set value. Perhaps not enough people would have this problem to warrant implementing the code, or perhaps even triggering the isr that often is too much? explained in code below:

.. to divide the pulses by 4.

 

RPM_ISR

{

pulsedrop++;

if (pulsedrop != 4)  break / exit isr

pulsedrop = 0;

do rpm calcs.

 

Cheers, Glenn

 
Posted : 27/06/2021 3:38 am
(@admin)
Posts: 1460
Member Admin
 

Yes, that is possible. In fact there is hardware support for only triggering the interrupt every x pulses. But with faster pulses it is better with a push-pull sensor (which some encoders do have). The standard is a pullup inside the YourDyno box, and the sensor pulls down, so it limits the max frequency of stable signals. People are extending the cables, and do many things... so I have not enabled this option to encourage lower PPRs.

 
Posted : 27/06/2021 9:09 am
(@furntrattrene)
Posts: 7
Member
 

Hello Guys!

I have the YourDyno Software now ca 3 Montas. I like it reallye but when i set the Gear ratio with the Motor RPM correct by 2000U/min and i make a run it is by RPM 4000U/Min not 100% correct. 

I think it is because i have a 44 teeth triger wheel. But i think it bekoms enoth Impuls 

I drive on a Bosch FLA 203 Dyno. 

When i make a run it has deviations of approx 5-10kw.

Need i make the MOI Setup every run or just every car?

 
Posted : 21/11/2021 12:51 pm
Page 2 / 2
Share:
Select your currency
EUR Euro
USD United States (US) dollar