Can I use 2 driver boards in 1 system with different voltages, say 50V for a real pinball coil and the other driver board with 24V or shaker, flashers, etc. Do you assign an id for each driver board? or can you only use 1 driver board. Your support is top notch, thanks
Short answer: you actually can keep it simple and do this with a single set of boards, because it's fine to connect devices that run at different voltages to the same board. But for the sake of understanding why, let's unpack this a bit:
1. When you say "can I use 2 driver boards", let's make sure we're talking about the same thing. Remember that there are three kinds of Pinscape boards that work together:
- There's the main board, with the KL25Z attached. This board connects to your system via USB. It has a device ID for USB purposes. You can have more than one of these, and if you do, each one gets its own ID.
- There's the power board, which attaches to the main board. You can have several of these attached to a single main board. This doesn't need a separate ID on the Windows side, since there's no separate USB connection for it. Windows thinks of it as part of the main board.
- There's also the chime board. That also attaches to the main board, and also looks like part of the main board to Windows, so it doesn't need a separate ID either.
I think what you have in mind in this case is two of the power boards, since those are where you attach things like pinball coils and shaker motors. If you really did want to attach two driver boards, you could. You'd just plug the second board into the "daisy chain" of power boards connected to the main board. As far as Windows was concerned, you'd still have just one Pinscape board and one KL25Z attached, but you'd have another set of 32 outputs to play with in the output port list.
But...
2. You actually don't need to connect two power boards in this case, because you can freely mix devices with different voltages on one board. So for the setup you have in mind, you can keep it simple and just build the one main board and one power board.
Why would you need two power boards, then? More outputs. The main board gives you 33 outputs (15 flasher, 1 strobe, 1 replay knocker, and 16 low-power outputs for flipper button LEDs or other small LEDs). The power board gives you another 32 outputs, all high-power, general-purpose outputs suitable for any device running on DC voltage, up to about 4A and up to about 60V. So you have 65 total with the two standard boards. If that's not enough, you can add a second power board to get an additional 32 of the high-power outputs. And if that's not enough, you an add a third power board. At that point you'd reach the software limit of 128 outputs per KL25Z, so the next step would be to add a second main board (with a second KL25Z), which would open up another 128 outputs. I'll be suitably impressed when someone builds a system requiring the second KL25Z, but you don't even have to stop there, as the software setup allows for 16 KL25Zs in the system.