Our spike relay is plugged in to channel 1 on our sidecar on the 'relay' side. In the code I have our compressor programmed like so:
Code:
Compressor compressor = new Compressor(4,1);
// as in pressure switch on channel 4, spike relay on relay-1?
I've tried the above relay code- with no luck. Anyone else have any clue what could be wrong?
- EDIT -
False alarm, we moved our relay to PWM 5, and moved some wires. Compressor works beautifully. Thanks everyone.