Torque on lead screw based on psi

AI Thread Summary
In a CNC machine, lead screws drive the axes, and in this case, they are used to push a syringe plunger to displace fluid at precise volumes. To achieve at least 1.5 psi to open the check valve, torque calculations must consider both the lead screw's threading and the syringe's cross-section. Accurate results require knowledge of friction values, including screw and plunger friction, which can be determined experimentally. The user has calculated an axial torque of 0.184 kg*cm using a square lead screw for efficiency. A stepper motor with an Arduino is being utilized for precise dosing in this fluid displacement system.
Aaron Holwick
Messages
4
Reaction score
0
So in a cnc machine, the screw that drives the x,y,z axiis are called "lead screws". I am constructing a machine that displences fluid at percise volumes. It will be essencially a seringe with one way valves coming in and going out. To open the "check valve" it requires at least 1.5 psi. If I am using a motor, with a lead screw to push down the plunger in the syringe, how much torque will I need to create 1.5+ psi in the syringe cylinder?
 
Engineering news on Phys.org
From the threading of the screw you can calculate axial force from torque, but in order to know the value of pressure inside of the syringe, caused by that screw pushing the piston of the syringe, you have to take into account the cross-section of that syringe...
 
Lead screw equations can be found on Wikipedia (or a google search).
http://en.wikipedia.org/wiki/Leadscrew#Mechanics
If you don't know the friction values you won't get accurate results, that'll include the screw friction and the plunger friction. Getting theses values via experiment should be straight forward.
 
  • Like
Likes Aaron Holwick
billy_joule said:
Lead screw equations can be found on Wikipedia (or a google search).
http://en.wikipedia.org/wiki/Leadscrew#Mechanics
If you don't know the friction values you won't get accurate results, that'll include the screw friction and the plunger friction. Getting theses values via experiment should be straight forward.
Thanks billy for the link! I think I have it solved! I used the square lead screw because it seems the most efficient.. The axial torque seems to be .184 kg*cm.. Seems low but math doesn't lie! Hopefully it works..
 
where did you get data for plunger friction?
 
billy_joule said:
where did you get data for plunger friction?
Oh heck! I didn't factor that in! It'll just be silicone on polyethylene.. sound be easy to find.. :confused:
 
Finding a friction coefficient for those materials may be easy but getting the normal force will not be. Probably easier and more accurate to do it experimentally.
I'm guessing you are using a stepper motor to get accurate dosing? Or a motor with an encoder?
 
billy_joule said:
Finding a friction coefficient for those materials may be easy but getting the normal force will not be. Probably easier and more accurate to do it experimentally.
I'm guessing you are using a stepper motor to get accurate dosing? Or a motor with an encoder?
A stepper motor with an Arduino
 
Back
Top