Re: Supra OBD2(Tonwon BLTE) with Harry's laptimer not working well
Posted: Thu Jul 16, 2020 6:36 pm
Using standard ELM requests, the number of requests and the raw rate will be 1:1. ELM is a synchronous request / reply pattern which means both ends are waiting most of the time. The reason the # of requests is below the raw rate for you is that parallel request are enabled.
You can find an in depth discussion on performance optimization utilized in LapTimer on http://www.gps-laptimer.de/documentation. See the Engine Data and Developer Program document in particular. Skipping PIDs is described in this document too, but does not make too much sense. LapTimer request only relevant PIDs and does this using different frequencies. Temperatures for example are pulled at a far lower frequency than rpm or speed. Due to this, skipping e.g. one of the temperature values, will not improved the overall rate a lot.
The settings working best for your car are trial and error and cannot be answered from remote. And I do not have car specific parameter sets either. So please check the document and try the levers described.
- Harry
You can find an in depth discussion on performance optimization utilized in LapTimer on http://www.gps-laptimer.de/documentation. See the Engine Data and Developer Program document in particular. Skipping PIDs is described in this document too, but does not make too much sense. LapTimer request only relevant PIDs and does this using different frequencies. Temperatures for example are pulled at a far lower frequency than rpm or speed. Due to this, skipping e.g. one of the temperature values, will not improved the overall rate a lot.
The settings working best for your car are trial and error and cannot be answered from remote. And I do not have car specific parameter sets either. So please check the document and try the levers described.
- Harry