View Single Post
  #6   Spotlight this post!  
Unread 21-01-2005, 17:32
seanwitte seanwitte is offline
Registered User
None #0116
Team Role: Engineer
 
Join Date: Nov 2002
Location: Herndon, VA
Posts: 378
seanwitte has a brilliant futureseanwitte has a brilliant futureseanwitte has a brilliant futureseanwitte has a brilliant futureseanwitte has a brilliant futureseanwitte has a brilliant futureseanwitte has a brilliant futureseanwitte has a brilliant futureseanwitte has a brilliant futureseanwitte has a brilliant futureseanwitte has a brilliant future
Send a message via AIM to seanwitte
Re: Help With Compressor Code

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. */