Emergency kill switch

Hello, i need emergency kill switch work when digital pin is floating high, i understood how to do it in emu black, but in here i dont see a way or it different way to do, keep in mind that stop engine switch is in use already.

Have a look under switches - Driver. You could use the ‘Stop engine’ Switch.

yea but its used by can button, thats the problem:/

No prob and that’s easy enough to fix.

Create your ‘Kill’ button input

Use your CAN input

Create a table with X as one channel and Y as the other like this.

If you have more inputs you want to use you could create a function that uses an OR. That way any ‘hi’ input in would be a 1 output.

thank you mate!

i didnt think in that way