This commit is contained in:
parent
329fa64c64
commit
7b73928348
|
@ -59,7 +59,7 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
; see PAGE_0_SIZE in C source code
|
; see PAGE_0_SIZE in C source code
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Aug 12 12:04:29 EDT 2017
|
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Aug 12 12:17:16 EDT 2017
|
||||||
|
|
||||||
pageSize = 16376
|
pageSize = 16376
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -853,6 +853,23 @@ page = 1
|
||||||
gauge4 = veValueGauge
|
gauge4 = veValueGauge
|
||||||
|
|
||||||
|
|
||||||
|
[LoggerDefinition]
|
||||||
|
|
||||||
|
; valid logger types: composite, tooth, trigger, csv
|
||||||
|
loggerDef = tooth, "Tooth Logger", tooth
|
||||||
|
dataReadCommand = "L"
|
||||||
|
dataReadTimeout = 15000 ; time in ms
|
||||||
|
dataReadyCondition = { toothLogReady }
|
||||||
|
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]
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue