In reference to LTV supporting SD ROMs.
viewtopic.php?f=14&t=9745&start=90As of RomRaider release 0.6.0, a customization feature has been added to allow a user to change the tables the LTV feature looks for in the ECU definition.
In the RomRaider program directory you will find a folder named 'customize'.
Attachment:
customize.png
By text editing the file 'ssmlearning.properties', you can add the appropriate SD map names to the list 'af_table_names=', 'flkc_table_column_names=' and 'flkc_table_row_names=' properties.
It is important to note that each map name is : delimited and trailing spaces are important and will be interpreted in the name selection, as you can see in the default list of names.
To add a SD map name, append it to the list ensuring a ':' terminates the line.
If you will never use LTV with a MAF ECU then you can replace the existing names, again, terminated with a ':'.
Ensure that the SD definition file is listed first in the Editor Definition Manager to select the SD definition before any other definition files.
The default list for MAF is:
Code:
# use a : to separate possible table names to match against
af_table_names=A/F Learning #1 Airflow Ranges:A/F Learning #1 Airflow Ranges :A/F Learning Airflow Ranges:
flkc_table_column_names=Fine Correction Columns (Load):Fine Correction Columns (Load) :
flkc_table_row_names=Fine Correction Rows (RPM):Fine Correction Rows (RPM) :
In the case of CarBerry, adding 'A/F Learning #1 MAP Ranges' to af_table_names will cause LTV to select that table to interpret A/F learning.
Code:
af_table_names=A/F Learning #1 Airflow Ranges:A/F Learning #1 Airflow Ranges :A/F Learning Airflow Ranges:A/F Learning #1 MAP Ranges: