Magnus
I think all three below provide the exact same results.
If true, That may not be doing what you wanted.
ws
Vi = Vi + (I * Vdp) ; Initial Vi value = - F * First_Vdp_reading)
Vf = Vi + (P+F) * Vdp
? same as:
Vi = Vi + (I * Vdp)
Vf = Vi + (P+F) * Vdp - Offset; (where Offset = F *
First_Vdp_reading)
? same as:
Vdf = Vdp - Vdp_pre
Vdp_pre = Vdp
Vi = Vi + I*Vdp + F*Vdf
Vf = Vi + P*Vdp
_______________________________________________
time-nuts mailing list -- [email protected]
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.