AutoCAD Inventor :: How To Get The Thread Function
Jun 13, 2012
I have recently installed Inventor 2013 Professional Ultimate and am having some issues. I can not seem to get the Thread function to work. When I go to apply a thread I get the follow error....
When I go to search the directory, I find that the Thread xls document is infact there, but it is not located where the program thinks it should be (XLS Folder --> en-US Folder)
I also made sure that the Design Data location was correct within the Application Options...
A reboot of the computer did not work.
View 1 Replies
ADVERTISEMENT
Oct 4, 2012
I'd like to use an "NPT" Hole Dialog thread but it doesn't show up in the Thread type list.But it does show up in the Thread Dialog/Specifications Tab/ Thread type list so it's available.
I definitely have "NPT" in my Thread.xls & I have my Options/Files set to point to the correct Design Data folder.
Inventor Suite 2013 Ultimate
View 6 Replies
View Related
Apr 22, 2013
My colleague installed IV2013. He has excel 2010 installed in his PC also. However he cannot create thread hole (thread option is grey out).
View 4 Replies
View Related
Jul 18, 2012
Autodesk Inventor 2013.
Could not find file C:Program FilesAutodeskInventor 2013Design DataXLS13XLSen-USThread.xls containing thread data.
View 3 Replies
View Related
Mar 1, 2011
I can drill a hole as needed, but can't thread a hole at all. Not with the Tapped Hole function when drilling the hole, or after drilling the hole then using the Thread Tool. Inventor will just not let me create threads this way outside of cutting a coil.
View 9 Replies
View Related
Jun 13, 2013
I am trying to add a thread class to the thread.xls. (that part is ok)
The thread is M26x2.0
I can't seem to find any information for me to simply plug in the values into the .xls, so I am thinking that I have to crunch some numbers. which is fine. I just want to make sure that this image below is the correct the reference for this task.
using the pitch, I should be able to calculate all my min and max values, but the xls has class column and a tap drill column, how would I determine these values??
Inventor Professional 2014-Update 2 - AutoCAD Electrical 2014
Win7-x64 | ASUS P8Z77-V | i7 3770 -3.4 GHz | 32GB RAM |
240GB SSD | nVidia GTX 670 4GB - 320.49
View 6 Replies
View Related
Nov 13, 2012
I'm trying to be able to have a function run another function with the secondary function being passed as an argument to the first. I'm trying to create a recursive function and the recursive part works great. I just need to be able to have the recursive function run other functions to actually do stuff.
Here is something I found that should do what I need, mainly run a function from a function name in a variable.
Sub test() Dim ftnName As String Dim argument As String Dim result As String ftnName = "myFunction" argument = "cat" result = Application.Run(ftnName, argument) MsgBox resultEnd SubFunction myFunction(inString As String) As String myFunction = inString & " has " & Len(inString) & " letters."End Function
However I get the error "object required" on the "result = Application.Run(ftnName, argument)" line. So I'm guessing the Inventor VBA doesn't like this method of doing this. I'm just hoping there is a way to do this or this function will be useless or reduced to hardcoding functions which still defeats the purpose.
View 2 Replies
View Related
Jul 29, 2012
You can organize a multi-threaded work with data through Inventor API? For example, there is a assembly and I need the first part of assembling a list of items to consider in a data set, the second part of the list - in the second data set, the third - the third and so on up to N, where N - depends on how many threads can run in the system . Whether these flows are processed and to receive data in parallel? Or go to the consistent implementation of this algorithm will first be processed by the first part, and only after it will start the second ...?
Autodesk
View 3 Replies
View Related
Jan 23, 2013
I am having a terrible time getting the thread modeler to work correctly for an M16x 1.5 thread. I have tried multiple approaches to get the correct thread dimensions output.These are the steps I take:
1) Create hole (I've used both major and minor thread diameters,16mm and 14.376mm)
2) Apply Inventor threads (M16 x 1.5)
3) Select threads from tree using the Add-in thread modeler "Controller"
4) Analyze dimensions finding both cases yield the wrong dimensions.
This add-in would be very useful and a great time saver if it would work correctly.
View 9 Replies
View Related
Jul 8, 2012
How to add a Thread to both the Nut & Bolt....i always use the Thread Tool but i would like to also know how to add an actual thread.
View 2 Replies
View Related
May 16, 2013
I need to add thread to a hole but cannot do this under the edit command. How to do this ?
View 7 Replies
View Related
Sep 1, 2013
I need to make a thread of 8 D.P.I on a diameter of 104.8 mm.It's not a standard thread size.Where is the excel file with the ANSI threads?
View 9 Replies
View Related
Jul 2, 2012
In my project file, under design data folder options, I have it set to c:designsStandardsStyles. This is where I have my thread.xls located.
When I try to place a threaded feature, Inventor gives me a warning that it cant find the Thread.xls file.
It is looking for this file in c:DesignsStandardsStylesXLSen-USThread.xls. Where is it getting this path from?
View 9 Replies
View Related
Jun 13, 2013
We are using inventor 2012 at my school and have recently purchased a makerbot 3D printer abd having lots of fun. However i recently created a model that has an M40 Thread as part of the model. However when i try to 3D print it, it doesn't recognise the thread and it isn't printed. I see the thread on the ipt but once it is saved as an stl it seems to disappear.
View 6 Replies
View Related
Jan 10, 2013
How to make the nut in this assembly turn with the thread, all I can figure out how to do is put it all the way in then turn it 360 degrees.
i5 3570k@4.4ghz gtx 670, 8gb ddr3 1600mhz
View 3 Replies
View Related
Dec 2, 2011
How to make thread in assembly?
View 9 Replies
View Related
Nov 30, 2012
When working in the drawing environment it is easy to accidantially snap the dimension to a thread symbol (the arc around the hole), instead of the actual hole.
I don't think need dimensions to snap to these symbols.
View 5 Replies
View Related
Jul 15, 2013
In the drawing, i annotate a thread. the automatic text for thread depth is always, as far as i see, incorrect, for example if the thread depth is 50 it writes, i don't remeber, but something like 250.
Maybe it has to do with the font, altough i doubt. i am in israel, and the quantity of threads, also an automatic text, is written backwards, for example 4x instead of x4.
View 4 Replies
View Related
Aug 24, 2012
I use the following code to get the information if a thread is right or left handed from an outer thread:
'Gewinderichtung Gewinde1If Feature.InventorFeature("Bohrung1").HoleInfo.RightHanded = True ThenGewinde1_Richtung = "RH"'Else If Feature.InventorFeature("Bohrung1").HoleInfo.RightHanded = False Then'Gewinde1_Richtung = "LH"'ElseEnd If
Now I also need to get this information from a hole feature but I was not able to adapt the code correctly. The error I get says that "HoleInfo" for the type "HoleF eature" was not found.
View 3 Replies
View Related
Jan 14, 2013
Aside from manually adding RH or LH to a hole note leader, any way of getting the HOLE Direction (left hand or right hand) into the leader note?
Windows 7 x64 -64 GB Ram, Intel Xeon E5-1620 @ 3.6 GHz
ATI FirePro V7800 2 GB, 180 GB SSD & 1 TB HDD, Inv R2013 PDS Premium SP2 Update 3 (Build 200), Vault 2013 Workgroup Update 2 (Build 17.2.9.0)
View 2 Replies
View Related
Dec 1, 2011
How can I change thread note from M12x1.75 to M12?
For our drawing standard, we don’t put the standard thread pitch into the thread note, and we have to manual to over write the thread note. But when the thread size changes and the note never get updated. Is there any other way to get the note to link to the thread size?
View 4 Replies
View Related
Sep 23, 2010
i get an error message telling (invalid thread data table. Please check Thread.xls file.i tried to reinstall the windows and the autodesk inventor but the error keep appearing.
1.my os is windows xp sv2 32 bit
2. inventor version is 2011 32 bit i also had the same problem with 2010
3. i tried to reinstall without any antivirus on my pc but i still have the same problem
4. what's a UAC?
5. yes i've office 2007 installed & i had tried with office 2003 but also the same problem.
1 the first time i used, i made the bolted connection once, but at the second time i kept having this issue.
2 my last trial was installing a freh copy of the windows then install office and the inventor only but nothing changed
3 i tried to install the inventor on another pc but i also had the same issue
4 i searched the c drive for the file THREAD.xls, and i found three of it and i guess they are fine.
View 5 Replies
View Related
Oct 10, 2013
How can I go about editing the text for a holethread note? I want to proceed the default text w/ the quantity note.
E.g.: 7/8 THRU
What I want: ?X 7/8 THRU
View 3 Replies
View Related
Dec 29, 2011
What file do I edit to customize hole and thread notes?
View 4 Replies
View Related
Mar 16, 2012
I have authored a meter as an iPart before placing into Content Centre - it will be authored to be used in tube and pipe.
Some variants have Rc (ISO Taper Threads) ranging from ¼-2", and some have G (ISO Pipe Threads). The only way I could get it to change between the different thread types was to model threaded hole features, and change the thread spec in the iPart table. {I have included the part so you can see what I've done}
It works fine as an iPart, but after having placed it into content centre the following errors occur with the generated Parts: the threads fail, the holes do not compute (resulting in the failure of the authored Tube and Pipe work points and axes), also the bmp decal doesn't rotate properly.
View 2 Replies
View Related
Dec 27, 2012
Possible to add a thread feature to a part using iLogic.
Basically in the iLogic form if the user selects "Threaded Rod" the existing Extrusion is updated to reflect a cylinder with a length and diameter specified by the user and then I need to have a Thread Added to the cylinder.
Computer Specs:
Windows 7 (64 Bit) Pro. SP1, Inventor 2014 Pro, 3D Connexion SpaceNavigator (Driver 3.15.2)
Motherboard: ASUS Rampage IV Extreme x79 Socket 2011
Processor: Intel Core i7 Six Core Sandy Bridge-E 3.2GHz OCed to 4.7GHz (Under Water)
RAM: G.Skill Ripjaw Z-Series 32 gig quad channel of RAM 1800MHz OCed to 2133MHz
Video Card: 2x Nvidia Geforce GTX 770 (Running Six (6) Monitors)
Monitors: [Primary = 2x 24in HD WS][Secondary = 2x 22in HD WS][Tertiary = 2x 19in FS]
Primary Hard Drive: OCZ Vertex IV 256 GB Solid State Drive
Secondary Hard Drive: OCZ Vertex III 120 GB Solid State Drive
View 1 Replies
View Related
Aug 23, 2012
Say you model a custom nut or bolt with threads. Is it possible to put the thread designation in the description iproperty?
Something like:
=bolt, hex head, <dia> - <thread designation>
View 7 Replies
View Related
May 15, 2013
I have problem with Hole and Thread load menu input Thread.
i see only Loading thread data spredsheet .Please wait
win xp x32
inventor 2013
View 1 Replies
View Related
Nov 1, 2013
Does inventor take into account threads? I want to do a pull test on BSP thread connection but the surfaces between the threads are shown as "bonded" so I gues that the stress analysis will treat it as one part glued together.
View 1 Replies
View Related
Dec 5, 2013
Is it just me, or did the Drawing View Thread Feature option get switch to default OFF, where it used to be on? Did I do something on accident to make this happen? how I can get it back by default?
Inventor Professional 2014
Windows 7, x64
Dual-core i7, 8GB RAM
NVIDIA Quadro FX 880M
HP Elitebook 8540w
View 2 Replies
View Related
Oct 12, 2013
When we make an external threaded part, like a stud or something, I'd like to save my lathe guys some time looking things up by showing the pitch diameters on the thread callouts.
I've looked through some posts on this and it doesn't seem like there's an easy way to do it in an automated fashion, even though the data is in the Thread.xls file. I'd really like to not have to look it up to make every print.
First, I thought I'd just use the "Custom Thread Designation" field, but as soon as I changed it in the XLS file, I kept getting alerts in Inventor saying that there was an error in the thread family because the callout applied to multiple fit classes or something like that. So that didn't work out very well. So....
1. Is there a way to do this?
2. What is the point of the "custom thread designation" infrastructure? Am I not using it correctly?
Inventor 2014 64-bit SP1
Win 7 Pro 64-bit SP1
View 9 Replies
View Related