PDA

View Full Version : A way to log RPM error?



Highlander
July 31st, 2009, 06:05 AM
Is there a PID for this? I guess there is.. This is for LS1s

I am thinking of making a Calc PID with my preset idle rpm.

mr.prick
July 31st, 2009, 06:20 AM
:gossip:
For {B4603}?
{preset idle rpm}/{SAE.RPM}) = percentage difference
{preset idle rpm}-{SAE.RPM}) = RPM difference
Maybe a "commanded RPM" with lookup function
Lookup {SAE.ECT.F}, 133,950, 154,900, 176,900, ect.

Highlander
July 31st, 2009, 06:36 AM
Nevermind.. I found the pids necessary to do this...

Highlander
July 31st, 2009, 06:37 AM
Way to do it is:
{SAE.RPM}-{GM.IDLEDES}

I believe that should work... What i need to know now is the absolute function :)

mr.prick
July 31st, 2009, 06:44 AM
What table is this for and what will it do?

Highlander
July 31st, 2009, 06:44 AM
RPM 0.00 500 .0 "iff({SAE.RPM}-{GM.IDLEDES}<0,-{SAE.RPM}-{GM.IDLEDES},{SAE.RPM}-{GM.IDLEDES})"

Highlander
July 31st, 2009, 06:45 AM
This is for dealing with the absolute RPM error idle tables...

I just want to get this DEAD on with my pops Z06 as it has a hugely ported throttle body and the slightest changes in conditions will cause it to just stall under varying conditions. There is no room for error on this one... Not like the others...

mr.prick
July 31st, 2009, 06:52 AM
ETC only?

Highlander
July 31st, 2009, 08:27 AM
Yes sir...

This is the PID.. and it's working flawlessly

*CLC-00-002
rpm 0.00 500 .0 "iff({SAE.RPM}-{GM.IDLEDES}<0,{GM.IDLEDES}-{SAE.RPM},{SAE.RPM}-{GM.IDLEDES})"