I made some updates and incorporated some of the comments from those that have sent them to me (2 whole people).
I will be adding this feature as quoted from
OpenECU forums as long as you have the latest drivers.
Quote:
* new "previous value" parameter added to RPN expressions (e.g. "#RPM" instead of "RPM"). this is useful in creating trigger conditions that are sensitive to the direction of change in a value. for example, if you wanted to capture each dyno pull from 2000rpm to 7000rpm to a separate file, you could set the following conditions:
conditionrpn = #RPM,2000,<,RPM,2000,>=,&&
action = start
conditionrpn = #RPM,7000,<,RPM,7000,>=,&&
action = stop
I have not had much time lately but will be able to put in more time next week.
