Quote:
Originally Posted by AdrianG
I have just tried and the trigger is not working for me either. I see this this in the logcfg.out which makes me think it's loading the conditions properly:
Code:
action: start condition: defog,1.000000,==
trigger action: stop condition: defog,0.000000,==
My Config
Logcfg.out
A test log without the trigger to ensure defogger is working
It seems odd since others have been able to set theirs based on RPM just fine.
|
Looks same as mine
RPM works
I even tried
conditionrpn = Defogger,0.5,>
action = start
conditionrpn = Defogger,0.5,<
action = stop
still just runs all the time maybe were trying to compare different number types ??
RPM is float
Defogger is Binary
;-------------triggers--------------- ;
; note that parameters must be previously defined ; before defining triggers using them ;
; triggers allow you to control when logging starts and stops ; this example sets up triggers such that logging only occurs
; when the engine is running (RPM > 0) ;
; triggers consist of a condition (a RPN expression using comparison operators)
; and an action. the RPN comparison operators match those in the C language: ;
; > < >= <= == != && || ;
; if the condition evaluates to a non-zero value, that action is taken