need help with pwm variable tables
sport270
Posts: 82
Using a prop kick start board to control two 4port 3 position hydraulic valves. Have 0-5v dc sensors for positioning. And compared to two control pots 0-5vdc . Have to output to separate in/out solenoids to maintain position. Need help with variable pwm output for proportional control. Was using just on/off if sensor was +/- of control pot. But it overshot so much it hunted or oscillated so much it broke the mounting frame. ...ugh
Comments
I haven't worked with solenoids other than on/off.
I use PWM2C_SEREngine.spin to control servos. If you figure out approximately where the PWM signal need to be you could set it at that position, and then read the pots to fine tune it.
Hope this helps.
Chris