Quote: Originally Posted by
tigergibb 
Thanks for the quick response. I'm checking out MDX on my testbed machine. If I had an input(say 12V reverse light wire), could FusionBrain take that and make the computer switch on the reverse camera? All it has to do is press C in roadrunner(I have C programmed to switch to the camera). Also, on the semi-defective boards, do the LEDs have anything to do with the actual operation of the board?
You would need to divide the 12v to 5v using a voltage divider, then send that to an input.
In MDX make a function "if input is greater than 2.5, send 'c' to window RoadRunner".
The 2.5 is random but it is standard to pick a middle value for a digitally operating input. So 0-2.5v nothing happens, 2.5v to 5v something happens. With the reverse switch it will be either 0 or 5 so the cutoff is irrelevant really. But keep in mind if you make it like 0.01v, if any noise is detected it could trigger it, and if you make it 4.99 then noise might dip it below that for a little and it would disengage.
And no the LEDs have no function other than to help when debugging really. All the outputs and inputs work on a semi-defective one that we are aware of. And we are very low on stock right now, waiting for some to come in but they have had some natural disaster delays recently so it is more slow going that usual.