View Single Post
  #1   Spotlight this post!  
Unread 21-02-2005, 23:56
davelu davelu is offline
Registered User
AKA: fffff
#0123 (fff)
Team Role: Programmer
 
Join Date: Jan 2005
Location: ffff
Posts: 69
davelu is infamous around these partsdavelu is infamous around these parts
have a question to ask about Double Solenoids to one spike programming

Code:
		if (top_grab=OPEN) {
		grab_relay_open=OPEN;
		grab_relay_close=CLOSE;
	} else { grab_relay_open=CLOSE;
			 grab_relay_close=OPEN;
	}
 {
does it look somthing like this? well this work? for the double solenoids to one spike programming?