This commit is contained in:
Bouletmarc 2022-05-03 12:26:46 -04:00 committed by GitHub
parent dad6afe1fa
commit ab876ef8e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 2 deletions

View File

@ -718,7 +718,7 @@ ValueMin:-1000
ValueMax:4000
ChangeAmount:50
#############################
ROMLocationTable:0xAE82
ROMLocationTable:0xC274
Name:Minimum IPW
Unit1:Min IPW
TableSize:1x1

View File

@ -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

View File

@ -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