|
Re: solenoid problems
After you import the solenoid class, you will have to create your solenoid objects in Java. You can do this using :
Solenoid kicker = new Solenoid ( slot, channel );
then in your program, you can check the status of the trigger using an "if" selection and use the set( boolean on ); method to turn the solenoid on.
__________________
=>"That hole you drilled is a little off."
=>"Don't panic, just make it bigger and put a washer on it!"
=>Eye ball once, and cut as many times as it takes
|