Page 1 of 1

ADL3 Math functions

PostPosted: Sat Mar 26, 2011 4:11 pm
by adelaide
Can someone please explain what "math functions" are? Examples and how they are used?? Thanks!

Re: ADL3 Math functions

PostPosted: Mon Mar 28, 2011 6:22 pm
by Holmz

Re: ADL3 Math functions

PostPosted: Tue Mar 29, 2011 4:02 pm
by JamieA
you can create maths functions in ADL3 that allow live calculations as the car drives.

examples of this include:
*roll and pitch calculations
*brake bias calculations
*wheel lock lights

Advanced maths works basically the same as i2 maths, with a few less functions.

-Jamie

Re: ADL3 Math functions

PostPosted: Tue Mar 29, 2011 5:42 pm
by Holmz
JamieA wrote:you can create maths functions in ADL3 that allow live calculations as the car drives.

examples of this include:
*roll and pitch calculations
*brake bias calculations
*wheel lock lights

Advanced maths works basically the same as i2 maths, with a few less functions.

-Jamie


Jamie,

Do these also work in the ACL?
Interested in the *roll and pitch calculations and making use of them in the ACL.

~Holmz

Re: ADL3 Math functions

PostPosted: Wed Mar 30, 2011 11:20 am
by OmarK
yes these calculations can be done in the ACL. They are quite handy for people who don't have the pro logging upgrade and therefore unable to use the maths facility in i2 Pro.

Re: ADL3 Math functions

PostPosted: Wed Mar 30, 2011 5:05 pm
by Holmz
OmarK wrote:yes these calculations can be done in the ACL. They are quite handy for people who don't have the pro logging upgrade and therefore unable to use the maths facility in i2 Pro.


Where are those examples at ?

Re: ADL3 Math functions

PostPosted: Fri Apr 01, 2011 9:15 am
by OmarK
Here are a few simple ones:

Brake Bias
'Brake Pres Front'[kPa]/('Brake Pres Rear'[kPa]+'Brake Pres Front'[kPa])

Damper Velocity
diff_sec("Damper Pos FL")

Roll/Pitch Calculations you would need the geometry parameters of your car and fill in the variables with channels measured by the ACL/ADL3 and set up these equations.