Is it possible to have a trigger delay?
For instance say I want to have a lean lambda trip that ignores the first second of the event before triggering?
Yes, but it requires a bit fiddling with dummy timers. So you make a trigger for your lambda and same trigger sets ‘Dummy Timer X’ to 0. The add AND condition that ‘Dummy Timer X’ needs to be larger than specified value in order to actually trigger the action. This may be easier with two triggers. Another one is resetting the timer per lambda and another is using the timer as AND condition.
I have two buttons on the Arduino’s digital inputs but they are not enough for interaction on the panel. Through the input mapping I was able to configure it using the steering wheel function. I would like to add triggers through the dummy timer to have two more functions by pressing and holding the button for two or three seconds! I’ve been reading the forum but I haven’t found where to start. Could you give me a short step-by-step guide on the area where I should go to make this configuration?
I think easiest way to achieve this is to use separate button with ‘Initial Action Delay’ option at Look’n Feel->Special.