Hi all,
Does anyone have some tips or example on how to setup the logic for a single engine Start/Stop button on a keypad?
I have the start side of things working perfectly (press and hold button to start). I also have built in checks to the start function like running status using RPM input over CAN.
With the engine running I would like to momentary push the Start/Stop button which will set the ignition coils output to false, until RPM=0 for say 2 seconds, then switch the ignition coils back on automatically ready to start again.
Not sure if I should be using a toggle/set-reset on the ignition coil output or a combination of both with a Engine.Stop function?
Thanks!