This commit is contained in:
rusefi 2017-08-12 13:06:10 -04:00
parent b9586befb9
commit 4734603ef8
1 changed files with 9 additions and 0 deletions

View File

@ -91,6 +91,15 @@ enable2ndByteCanID = false
dataReadyCondition = { toothLogReady } dataReadyCondition = { toothLogReady }
dataLength = 256 ; in bytes, including headers, footers and data dataLength = 256 ; in bytes, including headers, footers and data
; recordDef = headerLen, footerLen, recordLen
recordDef = 0, 0, 4; in bytes, the recordLen is for each record, currently limited to 4 bytes
recordField = PA3, "Inj D", 3, 1, 1, ""
recordField = PA2, "Inj C", 2, 1, 1, ""
recordField = PA1, "Inj B", 1, 1, 1, ""
recordField = PA0, "Inj A", 0, 1, 1, ""
[VeAnalyze] [VeAnalyze]
; tableName, lambdaTargetTableName, lambdaChannel, egoCorrectionChannel, activeCondition ; tableName, lambdaTargetTableName, lambdaChannel, egoCorrectionChannel, activeCondition