View Single Post
  #5   Spotlight this post!  
Unread 11-01-2004, 21:02
Jack21 Jack21 is offline
Registered User
#0825
 
Join Date: Jan 2003
Location: Southwestern Virginia
Posts: 6
Jack21 is an unknown quantity at this point
Unhappy Re: Help! My 2003 Bot compressor won't shut off

Quote:
Originally Posted by Noah
well, it depends on your code. This might help:
Code:
rc_sw1		VAR rc_swA.bit0		'Pin 1
rc_sw2		VAR rc_swA.bit1		'Pin 2
rc_sw3		VAR rc_swA.bit2		'Pin 15
rc_sw4		VAR rc_swA.bit3		'Pin 16
rc_sw5		VAR rc_swA.bit4		'Pin 4
rc_sw6		VAR rc_swA.bit5		'Pin 5
rc_sw7		VAR rc_swA.bit6		'Pin 18
rc_sw8		VAR rc_swA.bit7		'Pin 19
rc_sw9		VAR rc_swB.bit0		'Pin 7
rc_sw10		VAR rc_swB.bit1		'Pin 8
rc_sw11		VAR rc_swB.bit2		'Pin 21
rc_sw12		VAR rc_swB.bit3		'Pin 22
rc_sw13		VAR rc_swB.bit4		'Pin 10
rc_sw14		VAR rc_swB.bit5		'Pin 11
rc_sw15		VAR rc_swB.bit6		'Pin 24
rc_sw16		VAR rc_swB.bit7		'Pin 25
All other pins are ground.

If you can post the code that controls the compressor, I can tell you how to fix it if you know which pin you are plugged into now. (You also have to give me the alias deifinitions of any aliases used in the code)

Well... this is like a foreign language to me.. I have no idea what code is in the controller. I know the cut off switch is wired to the top row of pins 2and on the digital input and the 3 wire cable is attached to the #3 set of pins from on the relay outputs. Is there a way to connect this thing to the computer and reset the default code?
appreciate you help.