Quote:
|
Originally Posted by EOC
I tried checking the default code and I couldn't find the compressor code. Where is it exactly? I'm new at this.
|
Line 353 of the newest version of user_routines.c. Its only one line so its easy to miss. Requires the compressor to be connected to relay output 8 and the pressure switch to digital input 18.
Code:
relay8_fwd = !rc_dig_in18; /* Power pump only if pressure switch is off. */