HI all!
I have an M800 + SDL3 + OBR PDM.
The gearbox cooler is higher than the gearbox so I'd like the gearbox pump to come on for 5 seconds when the ign run switch is activated to prime the pump and get some oil out of the box and into the cooler system.
I have gear box temp on pin AT1 the SDL
I send the gearbox temp to the PDM via can.
The PDM has a virtual switch configured to turn the gearbox pump on >= 85 deg
"and" off <= 80 deg.
I could change the PDM virtual switch to an "OR" condition.
Half of the "Or" condition in the PDM is easy.
Add a GP Off/On swich in the SDL based on the gearbox temp.
Send the GP switch condition to the PDM via CAN.
the other half of the "OR" condition is what i don't know how to do...
I want the SDL to send an "on" condition switch? via can to the PDM for 5 seconds when the ign/run switch is active the change back to "off."
How do i set up a timed on switch?