i tired the basic Pnuematics code(sample progrm) but it didnt work. any ideas why.
I NEED HELP PROGRAMING THIS THING:mad:.
Hello!
Are you using EasyC or RobotC?
For RobotC, there is a pneumatics manual.
But basically for RobotC you plug the solenoids into the digital port you want to use, go to RobotC and set up a digital sensor with digital out configuration, and use SensorValue[yoursolenoidnamehere] = 1 for activated, and SensorValue[yoursolenoidnameere] = 0 for deactivated.
Eli
im using ROBOTC,thanks.
now only one ofthem works:confused:
Do you have two solenoids?