by RossB on Fri Sep 26, 2008 2:43 pm
The Randomiser number determines the cylinder cut sequence of the RPM Limiter based on the cut level and the Randomiser number. It works as follows:
Cut_new = (Cut_old + randomiser)%256
Cut current cylinder if ((cut_level*256/100)>cut_new)
cut_level = (RPM-RPM limit)*100/CTRL_range
Cut_new is updated at each TDC
Cut_level is only calculated when RPM > RPM_limit otherwise it is 0
The attached spread sheet shows a visualisation of a few examples.
The Seamless Fractional Prime Cut is an alternative which may work better on engines with small number of cylinders, at low cut levels it will avoid consecutive cut to the same cylinder.
- Attachments
-
- MoTeC Randomiser visualised.xls
- Randomiser visualisation
- (117 KiB) Downloaded 1941 times