by the_bluester on Mon Feb 22, 2016 6:53 am
And finally, thanks for the assistance all. I finally got to lay my hands on the Motec gear in my mates car on the weekend and got it all working the way we wanted.
Took a while to work out why I could not get RPM off the CAN bus to his PDM for a couple of telltale functions (And next up, to prevent cranking while the engine is already running) On a small screened laptop is is surprisingly difficult to see the difference between 118 hex and 11B hex.
As soon as I spotted that and got my head around the flow of the boolean stuff (For instance, his telltale flashes warning lights if he stops the engine and leaves the headlights on, which I used an "Engine running" function to test for) and the function for the telltales was "If left headlights = true OR right headlight = True, AND engine running = false" it did not take long to work out that the AND needed to be on each line so "If left headlight = TRUE AND engine running = FALSE, OR right headlight = TRUE AND engine running = FALSE" was what was required. I could make it work with one half of that (One headlight only) but anyway!
All very interesting stuff to configure.