From ab876ef8e448592f68743e9122b60c4637ac7888 Mon Sep 17 00:00:00 2001 From: Bouletmarc Date: Tue, 3 May 2022 12:26:46 -0400 Subject: [PATCH] V1.1.1 --- bin/Debug/Definitions/37805-RRB-A140.txt | 2 +- bin/Debug/Definitions/37805-RWC-A620.txt | 29 ++++++++++++++++++++++ bin/Debug/Definitions/DefinitionsGuide.txt | 3 ++- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/bin/Debug/Definitions/37805-RRB-A140.txt b/bin/Debug/Definitions/37805-RRB-A140.txt index 0ad1f6f..298c4f9 100644 --- a/bin/Debug/Definitions/37805-RRB-A140.txt +++ b/bin/Debug/Definitions/37805-RRB-A140.txt @@ -718,7 +718,7 @@ ValueMin:-1000 ValueMax:4000 ChangeAmount:50 ############################# -ROMLocationTable:0xAE82 +ROMLocationTable:0xC274 Name:Minimum IPW Unit1:Min IPW TableSize:1x1 diff --git a/bin/Debug/Definitions/37805-RWC-A620.txt b/bin/Debug/Definitions/37805-RWC-A620.txt index e1eff2c..9cf9458 100644 --- a/bin/Debug/Definitions/37805-RWC-A620.txt +++ b/bin/Debug/Definitions/37805-RWC-A620.txt @@ -105,6 +105,35 @@ ValueMin:-10000 ValueMax:30000 FormatY:0.00 ############################# +ROMLocationX:0x18354 +ROMLocationY:0x1839A +ROMLocationTable:0x1C9F0 +Name:Cam Angle VTC High +Unit1:RPM/MAP +TableSize:10x20 +ValueMin:-10 +ValueMax:40 +ChangeAmount:0.5 +FormatY:0.0 +FormatTable:0.00 +MathY:X*0.013334 +MathTable:X*0.1 +############################# 15RPM x 25MAP +ROMLocationX:0x18322 +ROMLocationY:0x1837C +ROMLocationTable:0x1C81C +Name:Cam Angle VTC Low +Unit1:RPM/MAP +TableSize:25x15 +ValueMin:-10 +ValueMax:40 +ChangeAmount:0.5 +FormatY:0.0 +FormatTable:0.00 +MathY:X*0.013334 +MathTable:X*0.1 +IsTableInverted:true +############################# ROMLocationTable:0xAF8A Name:MAF Load Limit Unit1:Mg/Stroke diff --git a/bin/Debug/Definitions/DefinitionsGuide.txt b/bin/Debug/Definitions/DefinitionsGuide.txt index 403a130..2d63adb 100644 --- a/bin/Debug/Definitions/DefinitionsGuide.txt +++ b/bin/Debug/Definitions/DefinitionsGuide.txt @@ -34,7 +34,8 @@ # Unit1:UNIT-X/UNIT-Y -> Type the units used in the top left corner. Units that represent X and Y. (ex: RPM/MAP) (can leave blank) # Unit2:UNIT-Y -> Type the unit used for Y (ex: MAP) (can leave blank) # TableSize:4x1 -> Type the table size of the definition (ex: 1x1, 4x1, 10x20) -# IsInverted:false -> If true, the table X and Y become inverted +# IsXYInverted:false -> If true, the whole table X and Y become inverted (including the X and Y headers) +# IsTableInverted:false -> If true, the values within the Table become inverted on X and Y # IsSingleByteX:false -> If true, the values shown for X are extracted from a single byte for each value. Else each values are read from 2bytes in the rom # IsSingleByteY:false -> If true, the values shown for Y are extracted from a single byte for each value. Else each values are read from 2bytes in the rom # IsSingleByteTable:false -> If true, the values shown for Z are extracted from a single byte for each value. Else each values are read from 2bytes in the rom