Trigger setup in TS is highly confusing: hide operation mode from users? #4031
This commit is contained in:
parent
577b30c74a
commit
e9aade8219
|
@ -1036,7 +1036,7 @@ bit useFSIO5ForCriticalIssueEngineStop;Sometimes we just have to shut the engine
|
||||||
bit useFSIO4ForSeriousEngineWarning;Sometimes we have to miss injection on purpose to attract driver's attention
|
bit useFSIO4ForSeriousEngineWarning;Sometimes we have to miss injection on purpose to attract driver's attention
|
||||||
bit unusedBitHere2
|
bit unusedBitHere2
|
||||||
bit unusedBitHere3
|
bit unusedBitHere3
|
||||||
bit unusedBitHere4
|
bit skippedWheelOnCam,"On camshaft","On crankshaft";+Where is your primary skipped wheel located?
|
||||||
|
|
||||||
adc_channel_e hipOutputChannel;
|
adc_channel_e hipOutputChannel;
|
||||||
switch_input_pin_e acSwitch;A/C button input;
|
switch_input_pin_e acSwitch;A/C button input;
|
||||||
|
|
|
@ -1907,6 +1907,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
||||||
|
|
||||||
; see also in firmware '[doesTriggerImplyOperationMode]' tag
|
; see also in firmware '[doesTriggerImplyOperationMode]' tag
|
||||||
field = "Operation mode / speed", ambiguousOperationMode
|
field = "Operation mode / speed", ambiguousOperationMode
|
||||||
|
field = "Skipped wheel location", skippedWheelOnCam
|
||||||
field = "#Please use '4 stroke with cam' only if primary trigger sensor is actually on cam"
|
field = "#Please use '4 stroke with cam' only if primary trigger sensor is actually on cam"
|
||||||
field = "#Separate cam input not part of Trigger Pattern does not count here"
|
field = "#Separate cam input not part of Trigger Pattern does not count here"
|
||||||
field = "With VR sensors only rising edge has reliable position"
|
field = "With VR sensors only rising edge has reliable position"
|
||||||
|
|
Loading…
Reference in New Issue