Trigger setup in TS is highly confusing: hide operation mode from users? #4031

This commit is contained in:
rusefillc 2022-04-02 22:08:18 -04:00
parent 7b197182d1
commit be21105b7f
2 changed files with 3 additions and 2 deletions

View File

@ -1035,7 +1035,7 @@ bit unusedBitHere1
bit useFSIO5ForCriticalIssueEngineStop;Sometimes we just have to shut the engine down. Use carefully!
bit useFSIO4ForSeriousEngineWarning;Sometimes we have to miss injection on purpose to attract driver's attention
bit unusedBitHere2
bit unusedBitHere3
bit twoStroke,"Two Stroke","Four Stroke"
bit skippedWheelOnCam,"On camshaft","On crankshaft";+Where is your primary skipped wheel located?
adc_channel_e hipOutputChannel;

View File

@ -1907,7 +1907,8 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
; see also in firmware '[doesTriggerImplyOperationMode]' tag
field = "Operation mode / speed", ambiguousOperationMode
field = "Skipped wheel location", skippedWheelOnCam
field = "What kind of engine", twoStroke
field = "Skipped wheel location", skippedWheelOnCam, { twoStroke == 0 }
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 = "With VR sensors only rising edge has reliable position"