Help creating a custom thread for Schrader [tire] valve cap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone, I'm new to F360 and am trying to create my first model, specifically a cap for a Schrader (tire) valve.
The part I'm stuck on is creating the threads for the cap.
My research has found that the Schrader valve has some rather strange threads. Here are the most precise measurements I could find for the valve [external]:
7.7 mm OD
32 tpi, or 0.794 mm pitch
Minor diameter is 6.9mm
Thread designation is .305-32 or 7.7-32
http://www.engineersedge.com/wwwboard/posts/2386.html
As far as I am aware, I need to create a custom thread XML file, which I've tried to do, but as the dimensions I've found are for the external thread, I am not sure how to create the internal threads for the cap piece I am trying to model up.
Here's my custom thread file:
<?xml version="1.0" encoding="UTF-8"?> <ThreadType> <Name>Inch Tapping Threads-Schrader</Name> <CustomName>Inch Tapping Threads - Schrader</CustomName> <Unit>mm</Unit> <Angle>60</Angle> <SortOrder>5</SortOrder> <ExternalOnly>no</ExternalOnly> <ThreadSize> <Size>7.798</Size> <Designation> <ThreadDesignation>0-48</ThreadDesignation> <CTD>0-48</CTD> <TPI>32.0</TPI> <Thread> <Gender>internal</Gender> <Class>2B</Class> <MajorDia>7.798</MajorDia> <PitchDia>7.468</PitchDia> <MinorDia>7.239</MinorDia> </Thread> </Designation> </ThreadSize> </ThreadType>
I've basically entered the values from my best interpretation of the measurements I have, and my limited understanding of the thread's XML file structure as well as how threads are measured.
Can anyone provide me with some insight on how to create a custom thread profile for (I assume "internal") threads for a Schrader valve cap?
Currently, my approach is to be able to model the external threads, then use it to extract (subtract) from my model, in order to get an internal thread, likely having to adjust tolerances a bit (admittedly something I am not sure how to approach yet either).
For a thread that is seemingly so common, I have found it very difficult to find much information on how to model it/create it.
Thanks in advance for your help!