Here is compiled version of a logger
This very good news!!
I will also post my logger, but for children) The log file from vida is taken as a basis.
Controlled parameters:
- Ambient air temperature (TUMG)(°C)
- Lambda actual value (LAMSONI_W)
- Ignition angle output value (ZWOUT)(grad KW)
- Throttle angle (WDKBA)(%)
- Engine speed (NMOT)(rpm)
- Injection time for valves on bank1 (TI_B1)(ms)
- Air-mass flow HFM (MSHFM_W)(kg/h)
- Intake air temperature, linearised and calculated (TANSLIN)(°C)
- Engine coolant temperature, linearised and calculated (TMOTLIN)(°C)
- Pressure in front of throttle valve of pressure sensor (PVDKDS)(hPa)
For example, the required parameter in log-file looks like this
"...00,80,00,21,CD,7A,E6,10,09,47,00,00..." - this response "ambient air temperature"
You can choose any other parameters from the log file. You just need to know the response code. And make changes to the * .ps1 file
Rename your file on "Log_file.log". Put the log file in the folder with the * .ps1 file and start execution in PowerShell. Each parameter will be output to a separate txt-file. On average 3-4 requests per second.
The script was written for the first time, please do not scold too much)