• Dear visitors,

    The email issue has been finally solved.
    Thank you for your patience and happy browsing.

    Team ACM.

Time Logger in specific track points

Eltar

New Member
Good day,

I am actually a newbie on AC python. I was wondering what's the logic behind a logger that writes on a .txt each transit onto a specific point of the track (specified in the code).

I found an app that logs info when a key is pressed, so I think it won't be hard to understand how to log information when the car crosses e.g. the position 0.23 (NormalizedSplinePosition).

I tried to do so with an if statement inside acUpdate, but I am failing my attempts. Can anyone give me tips?

Thanks a lot.
 

Eltar

New Member
Thank you for the quick reply. My question was concerning creating a custom application to log information in pre-set points (eg. Regularity rallies). I was trying to understand the code. Can I do it with ifs in the acUpdate? I'm not new into programming, but I have to understand how the functions run.

 

Eltar

New Member
You are right. I have to work within a range. I fixed the code and I managed to make it work as I wished.
 
Top