The file 'Pinch Valve (twin) Three-way Valve For Rc Servo 3D Printer Model' is (stl) file type, size is 11.8KB.
This pinch valve was designed with the following specifications:
Applying a bit of silicone grease on the camshaft is a must.
// Example of arduino code to operate the valve :
#include <Servo.h>
Servo myservo; // create Servo object to control a servo
void setup() {
myservo.attach(2); // attaches the servo signal to pin 2
Serial.begin(9600);
}
void loop() {
myservo.attach(2); //power on the servo
delay(100);
myservo.writeMicroseconds(1000); //adjust this value between 1000 and 2000
Serial.println("1000");
delay(2000); // Allow time to reach the position
myservo.detach(); //power off the servo, to avoid jitteing
delay(3000);
myservo.attach(2);
delay(100);
myservo.writeMicroseconds(2000);
Serial.println("2000");
delay(2000); Allow time to reach the position
myservo.detach();
delay(3000);
}
vanne-servo-v1-couvercle.stl | 21.4KB | |
vanne-servo-v1-doigt.stl | 3.4KB | |
vanne-servo-v1-roue90.stl | 17.1KB | |
vanne-servo-v1-support.stl | 20.4KB |