AutoCAD Inventor :: Validate / Simulate PLC Program
Dec 22, 2012
Is it possible to validate/simulate my PLC program with autodesk inventor, using for example OPC connection between Inventor and my PLC. I know its possible in Delmia, but in our firm we have Inventor.
View 2 Replies
ADVERTISEMENT
Dec 19, 2012
How to simulate friction in assembly study in FEM in AI?
View 2 Replies
View Related
Nov 27, 2012
How to apply forces to a component who is spinning. More specific i am interested in the centrifugal loads distributed over the component.
Take an inducer wheel for a turbocharger. It is a complicated component and very difficult to calculate by hand. it is spinning with high revs, and the rev limit it set by the centrifugal forces acting.
View 1 Replies
View Related
Jun 21, 2012
Is is possible to simulate a part with a crack in inventor 2013? A customer had a part made and noticed there was a crack. We were asked to run an analysis on the crack to determine how much of a factor this crack has on the part. Is it simply just a matter of sketching the shape of the crack and removal of material or ??? The part is cylindrical in shape and the crack goes approximately 1/8 around the diameter of the part.
View 2 Replies
View Related
Jan 18, 2013
I am wondering if the FEA in Inventor 2013 is capable of simulating a pipe under a point load and at what point the pipe fails. Its a simple 2in dia pipe supported by a vertical tube with a load of 'X' centered on the pipe.
View 1 Replies
View Related
Mar 13, 2012
I'm trying to simulate a sprag clutch using Autodesk Inventor Professional 2011 (student edition) but I'm having some trouble keeping two parts from rotating together.
The flange of the driving gear sits inside the clutch hub but the two should be free to rotate relative to each other. However, when I simulate the rotation of the gear, the clutch rotates with it as well. I can sort of simulate the desired behavior by adding a torque to the clutch but I don't think this should be necessary.
I can't attach the files because they're too large but I'm hosting them here: [URL]...... and here: [URL]........... The A4_Complete is the whole clutch, but for a simpler view A3 shows the issue I'm having.
Essentially Pink gear drives the Green gear, and the Orange clutch should slip on the grey flange of the green gear but it does not.
View 7 Replies
View Related
Oct 25, 2013
How could I run an add-in from an external application (VB.NET)? How could I get the id of the installed apps?
How to simulate a PerformClick on a button of an add-in or run the main-form?
View 1 Replies
View Related
Jun 22, 2012
I have a .NET program to read plotter information available in ACAD. I use PlotConfigManager.SetCurrentConfig function to set a PC3 plotter as current device and got the PlotConfig to read paper size information.
If the PC3 file is invalid (for example plotter name not exist, PMP file can’t be located, etc.) a dialog of ACAD ERROR will popup. Is there a way I can validate the plotter before SetCurrentConfig function to avoid the dialog popup?
View 2 Replies
View Related
Jul 16, 2012
I would like to show the motion of this assembly as it goes up, and rotates.
View 9 Replies
View Related
Apr 2, 2012
so I want to simulate the stress on a payload that is on a rocket. the payload will be exposed to 20g!
My question is do I just put a force on the payload straight downward or can the gravity option somehow be used to get an accurate result?
View 1 Replies
View Related
Jun 27, 2012
how to create a simulation of a part in a sub-assembly of the assembled design?
I manage to move only the parts in the assembly. However, I can't move the parts in a sub-assembly of the assembled design.
View 1 Replies
View Related
Jun 6, 2013
How I can add materials to the Inventor material library. I have created and defined the material in Autodesk Simulate Mechanical and they are available in the material libraries in that program, but inaccessible in Inventor. It doubles my work load if i need to define the materials in both programs and also creates hassles if a change needs to be made to a single material.
The materials are currently saved in .mlb library files. Iventor requests a .asklib file for when trying to add a library.
View 5 Replies
View Related
May 17, 2013
Since I updated to Inventor 2013, every time I try to print an idw as a pdf, it prompts Windows to configure Navisworks Simulate. Message says the feature is on a CD-ROM or removable disk that is not available. The odd thing is Navisworks Simulate is already on my computer as part of the Inventor 2013 installation. Should I reinsert the CD that has Navisworks on it? If I just keep hitting cancel it eventually gets to the pdf creator and everything works fine then.I am thinking of uninstalling the Navisworks.
Windows 7 Professional SP1
Dell Optiplex 9010
Intel ® Core ™ i7 3770 CPU @ 3.40GHz 3.40 GHz
8.00 GB RAM
64-bit Operating System
PDF Creator 1.7.0
Inventor 2013
64-Bit Edition
View 3 Replies
View Related
Mar 17, 2012
i have created compression spring under design and how can i simulate it under dynamic simulation? I cant create spring in dynamic simulation.
View 1 Replies
View Related
Jul 19, 2013
What is adobe illustrator message "This FXG is invalid, validate it before opening" and what to do?
View 2 Replies
View Related
Feb 25, 2013
I am trying to simulate the path of ropes through pulleys/sheaves etc. It's a bit of a chicken-and-egg set up.
My workflow is the following:
Assemble and constrain geometry
Create plane in assembly than rope will run on.
Create in-place part (rope) with box ticked for "constrain to sketch plane" or the like, referencing above geometry.
Question 1: I see my in-place component is not constrained to referenced geometry, I can drag it around?
I then ground it or constrain to workpoints used as part of the original "project geometry".
I then alter the original geometry and...nothing!
Question 2: How do I get my rope to adapt?
Attached is a mock up - original contains assemblies within assemblies etc. The base has been altered after creating the in-place parts, and the rope has not followed suite.
Inv 2013 Pro
View 1 Replies
View Related
Oct 30, 2013
how to design and simulate a extension spring (not compression spring) in Autodesk Inventor 2012.
View 5 Replies
View Related
Jun 3, 2013
I would like simulate this action or model this simple action I have in this sketch. It is pretty basic but I am drawing a blank on how I could see the max movement I can get with a 6" cylinder stroke.
Maybe more difficult than I am capable of, I could model it but don't know how to get it to move or rotate that would simulate the movement.
View 8 Replies
View Related
May 10, 2012
I am working on an application that uses map to query data, then saves the data to a file, and repeat. It works flawlessly when I use a commandmethod with commandflags.session, But, when I try to run the same code from a form button, I get "drawing is busy". The command from the form button ignores the commandmethod and the commandflags. I am guessing that "sendstringtoexecute" would work, but I would prefer to not do it that way.
What am I missing? Is there another way to lock the session?
Here is what I am trying to do.
drawing1 is open and the user presses the button
data is queried and saved as 1.dwg
close and discard drawing1
open a new doc drawing2
data is queried and saved as 2.dwg
close and discard drawing2
open a new doc drawing3
View 5 Replies
View Related
Mar 16, 2011
I was created model of industrial robot with assembly and I need to create program in VBA, which can be used to steering robot arms in model for example used keyboard. Program have to include assembly too. I don't know what I should start do this.
View 5 Replies
View Related
Oct 31, 2013
I have AutoCad2013 installed on my system, I am running Windows 8.1, my system updated automatically. After updating none of my Autodesk software will launch. When I try Inventor I get a capatibility error and I follow the link and get the SP1 file but it says it also no capatible. When I try and launch Autocad 2013 I get an error thas says" acad.exe This app has failed to start because its side by side configuration is in correct" I als have Revit 2013 on my system and an error comes up saying "This app was unable to start correctly (Oxc0150002)"
View 2 Replies
View Related
Dec 10, 2013
I just installed Autodesk Inventor Pro 2014 as a student for my engineering class and I have yet to get it to work properly. Every time I try to open the program, it will open to the main selection page. But the first click I do on the screen causes it to say 'not responding'. I have to close the program and try opening it again. The second time, it does not even get past the opening screen. It freezes and I end up having to log off of my user and log back in. I have the 64-bit version that matches my computer.
View 3 Replies
View Related
Feb 5, 2013
I'm having an issue where when I run my RULES the model updates 99% of the assembly components. The 1% will update if I run the RULE again with the same inputs. What am I missing?
View 4 Replies
View Related
Dec 5, 2013
I have a line with shapes on each end like an aligned dimension. I want to have a grip on each end to let the user put the ends where they want.
I tried a polar stretch pair, with two rotation pairs, but am lost. The stretch is easy, but does not rotate the arrows to stay aligned to the line. I don't actually have arrows, but most know the behavior of aligned dimensions. I don't have extension lines though, like the dim would so ignore that part.
View 5 Replies
View Related
Jul 27, 2012
I have created a VBA program (form with options) that modifies our parts list and saves the information to a text file for use by our purchasing dept. software. I need to be able to run this program on multiple IDW files whenever I have them open and whenever I need. How can I place it on the toolbar (ribbon) for easy access across any open file.
As of now the only I see is to export the form,, then import it to every IDW file, there has to be an easier way.
View 9 Replies
View Related
Feb 2, 2012
I'm trying to write a program in C# to automate ballooning from a BOM.The routine must read the BOM and for every row it highlights in all the views the corresponding component.Then the user must be able to manually draw a balloon or balloons to the highlighted items.
When done the next row of the BOM is called, etc.I can choose to start with a BOM from our PDM system or the Inventor BOM, partlist or drawingBOM
I tried different ways but I get stuck on it.I even tried to select the nodes in the browser and called oNode.doselect, but then I can't get the proper type for the selected items to go further?
View 1 Replies
View Related
Jan 22, 2013
I wrote an API program (exe file) using VB 2010 Express. I want to ad startup link of this program on RIBON toolbar in case of start within Inventor session.
Is it possible?. Using Inventor 2013 and Win7 64 bit.
View 4 Replies
View Related
Aug 26, 2011
I have an assembly as a template that was created by a previous employee. There are known variables that are controlled with an Excel spreadsheet.
What I am attempting to do is create a VB form that the user can input the known variables and then have the program open the template, perform the changes, and copy to the vault. Sounds easy enough. A few caveats:
If I store the template in the Vault (preferred), how do I perform a "Copy Design" with a VB6 program?If I store it on a hidden network drive, this prevents users from screwing it up, but then I have to open each indivual file and perform a "SaveAs". Also easy enough. But, since the previous employee linked each component of the assembly to the Excel file, I would need to perform a "Change Source" to the newly created Excel spreadsheet in each component. Not sure how that is done. I do have VB2010 Express, but just not as comfortable with it as VB6. (I know, get with the current .Net)
View 1 Replies
View Related
Mar 2, 2012
I have my projects in their own folders. When I start a new project, I copy an older project folder and paste to start a new project. I do this so i don't have to start modeling from scratch each time. The problem when i do this is i have to change the name and part number of each file to correspond to the new project number. This takes more time than i would like to spend doing it so is there a program that will let me do this in bulk? (change the part number of all the files through their iproperties) I typically have to use the design assistant and change the part number of each .ipt file one by one.
HP Z400 Workstation
Intel Xeon @ 3.33GHz
12.0 GB RAM
Windows 7 64-bit
Inventor Pro 2014
View 4 Replies
View Related
Oct 14, 2013
My users are reporting that 2014 64 bit VBA crashes on program launch randomly.
I have 12 to 14 apps written in VBA. Randomly they crash when the user trys to run them.
Sometimes they load and work fine other times they crash inventor without reporting an error.
View 9 Replies
View Related
Oct 16, 2013
We are developing a program for steel structures, for which we are requiring the program related to placing content center component in an assembly file. We will be pleased if the program had provisions for specifying the type of steel structure and length at each occurrence of the object.
View 1 Replies
View Related