AutoCAD Inventor :: Add A New Member Row To IAssembly Factory Table

Feb 6, 2013

I am trying to come up with an automatic method to add a new row to my i assembly table and populate that row based on values entered by the user (assuming that combination of values doesn't already exist... ).  Basically, I wish to build my i assembly table on demand over long term by user input via a form that calls an ilogic rule.

View 1 Replies


ADVERTISEMENT

AutoCAD Inventor :: How To Edit Member Name In IAssembly Table Using Code

Feb 15, 2013

How to edit the member name in an iassembly table using code?  The Part Number and Description iproperties are easy to handle.  But I am stuck on how to access the member name and edit it.  I guessed at some methods, but keep getting errors.

View 4 Replies View Related

AutoCAD Inventor :: Failed To Save Factory Member (iPart)?

Mar 30, 2012

I'm having trouble with iParts.  This specific part is for a component that has many dimensions that vary from size to size, for a total of 23 configurations, 9 inch, and 14 metric.  I did not have this problem until today... when trying to work with the iAssembly that uses two iParts (by means of selecting which Part Factory Member is used in each Assembly Factory Member).

I know that if the files are read-only, the files will fail to generate.  I have checked this, was still having trouble, and so I deleted the files.  The problem persists.

All the members compute successfully and there are no empty cells when editing the table. The filenames are just letters/numbers and dashes, no spaces.

The assemblies and parts had been generated and checked into vault, but only now problems exist, only for the newer parts, which happen to be the metric parts.

View 1 Replies View Related

AutoCAD Inventor :: Turn Off Active Factory Member Option When Placing A Drawing View?

Feb 20, 2013

I create a drawing of an iPart, while doing so I have the iPart model open in the background. When placing a view on the drawing the active factory member is the default option, I have a bad memory so forget to tell Inventor that actually I would like to use a specific iPart member in this particular drawing view. I then spend a long time laying out and dimensioning the drawing. When complete, I create a second sheet and copy all information from sheet 1 onto sheet 2. I then double click on the main drawing view and change the model state to an alternative factory member. At this point I realise that the drawing on sheet one is based on the active factory member and start swearing.

The result of changing to a different member when the existing drawing is based on the active member is that ALL DIMENSIONS DISSAPEAR FROM THE DRAWING AND HAVE TO BE PAINSTAKINGLY REPLACED. At this point I will usually REDRAW SHEET 1 so that further sheets can be created quickly in the future by selecting an alternative factory member.

can I change the software defaults somewhere in the setup to prevent the 'active factory member' being displayed as an option in the first place?

View 6 Replies View Related

AutoCAD Inventor :: IAssembly / Table Replace

Aug 12, 2009

I am creating an iAssembly with iParts. Some of the iParts have the "Table Replace" colum option and some do not. Both iParts have tables with members and part numbers. See pic.

View 3 Replies View Related

AutoCAD Inventor :: Insert Table Into IAM Without IAssembly

Dec 5, 2013

Is there any way to insert a generic table into an assembly file. I don't want to create an iAssembly or use the data to configure the component in any way. I would just like to be able to maintain some design related information within the assembly file, similar to the tables that you can create in an idw. A table just like the iAssembly table would be fine, minus the iAssembly part or any sense of configuration.

View 4 Replies View Related

AutoCAD Inventor :: Using ILogic To Drive IAssembly Table

Nov 13, 2013

I have created two iParts, both with corresponding tables which I then put into an iAssembly so I can change the size of a pad eye and two cheek plates depending upon the desired Working Load Limit. I have a very basic form right now with a drop down menu to chose the different Safe Working Loads but whichever one I choose, is not changing the table configuration to the desired size. Clearly my iLogic code is not working the way I would like. See below and also see attached screen shots so you know what I am working with.

If Parameter("SWL") = "4.75Te" Then
iPart.ChangeRow("PADEYE iPART - IMPERIAL:1", "WLL = 4.75Te")
iPart.ChangeRow("CHEEK PLATE iPART:1", "WLL = 4.75Te")
iPart.ChangeRow("CHEEK PLATE iPART:2", "WLL = 4.75Te")
ElseIf Parameter("SWL") = "6.5Te" Then
iPart.ChangeRow("PADEYE iPART - IMPERIAL:1", "WLL = 6.5Te")
[code]........

This code was actually overwriting the table properties (in excel), so I know this is wrong, I just couldn't find any snippet for changing a table configuration .

View 1 Replies View Related

AutoCAD Inventor :: ILogic To Switch Between IAssembly Table Rows

Mar 28, 2012

I have created two table rows in an iAssembly that I would like to have a iLogic code written for.

What do I need to use to trigger between these two, when, for instance, a certain numeric value is entered in the parameters?  Within the assembly file, when I use the iPart.ChangeRow (or iAssembly.ChangeRow) and put the . I am filename in the first spot, it says it cannot find the file.

This is what I am using, and the error states it cannot find the . i am file I am referencing.
 
IfParameter("Window_Cutout_Vertical")<=1AndParameter("Window_Cutout_Horizontal")<=1TheniAssembly.ChangeRow("A60_RHR_Door_Assembly.iam", "A60_RHR_Door_Assembly-02")ElseIfParameter("Window_Cutout_Vertical")>1AndParameter("Window_Cutout_Horizontal")>1TheniAssembly.ChangeRow("A60_RHR_Door_Assembly.iam", "A60_RHR_Door_Assembly-01")EndIf

View 7 Replies View Related

AutoCAD Inventor :: IPart Parameters In IAssembly General Table?

Dec 20, 2012

How can I display iPart parameters in an iAssembly general table?

On my .dwg I would like to use one detail with a table.  The 2 table columns I need are:

(1)   iAssembly name (no problems here, shows up in the general table by default)

(2)   Length (this parameter value is in the iPart)

Inventor RS 2011
AutoCAD Mechanical 2011
ASD 2013
Vault Collaboration 2011
Windows 7 Pro

View 8 Replies View Related

AutoCAD Inventor :: IAssembly Table Unwanted Dimension Added

Dec 23, 2013

what the best way to show 2 different subassemblies based on the same iAssembly... I would expect a "custom" option as there is from the content center. If I try and change the table for one, the other instance gets updated, and I would like it to stay the same. I understand that this would require a new "branch" in the BOM holding the different sized parts, but there must be a way to accommodate this?

View 1 Replies View Related

AutoCAD Inventor :: IPart Factory Table On Drawing Show Equation Not Value For Parameters

Oct 21, 2008

I have an iPart that I have created parameters to perform some basic calcs so the values will show up on every member. The parameters are correct for the different member so it appears to be working correctly on the model side. For example I have a parameter called 'CutLength' that performs simple math functions. But when I make the table on the drawing and I include this parameter, I see the formula in the table instead of the value. Is there a way I can have it display the value instead of the equation?

View 2 Replies View Related

AutoCAD Inventor :: IAssembly - Table Replace Of Content Center Part

Apr 25, 2012

I'm making my first iAssemblies and have run into a strange problem.

I have the option to add the Table Replace column for iParts, but this option isn't avialeble for parts inserted from content center.

View 1 Replies View Related

AutoCAD Inventor :: Place Text In IAssembly / Detected Potentially Damaging Errors In Table

Jan 6, 2014

In the column Description from a I-assembly table I will place the text Test<200. Than I get a error message "Detected potentially damaging errors in the table. Unable to interpret  cel: " ". It goes wrong with this symbol <. How do i get this symbol normal as a text in this column?

View 5 Replies View Related

AutoCAD Inventor :: Drive IPart LENGTH Param By IAssembly Table Custom Parameter Column?

Feb 21, 2012

In a simple case I have an extrusion with some attached seals/weather stripping, all implemented as iParts having their own LENGTH parameters.

RailPart.ipt, Seal_A.ipt, Seal_B.ipt

The goal is to encapsulate these IParts within an iAssembly: RailAssy.iam, where a LENGTH parameter can be input when the iAssembly is placed, causing RailPart and Seal_A to have their length parameters set to the LENGTH provided at that time and SEAL_B having Length set by an iLogic rule to LENGTH - 5.

I've been unable to set up a Custom Parameter Column in an iAssembly table.  Is this even permitted? 

Inventor Premium 2012 SP1

View 5 Replies View Related

AutoCAD Inventor :: Change Member IPart Member In Drawing View?

Jan 8, 2014

In Inventor 2013 it was easily to switch in a drawing view between different iPart members. Through Edit view => Tab Model State and then it was possible to switch between different iPart members. So it was easy to make a copy in the Vault from only the dwg (from a iPart member) and then change the iPart member. Now in Inventor 2014 it is not possible anymore.

View 1 Replies View Related

AutoCAD Inventor :: Weld In IAssembly

Nov 20, 2012

In my iAssembly, I have placed a weld.  In one of the members, I am suppressing the weld.  When I change to that member, I get an error "Weld No Spine: could not compute Weld: Possible intersection failure".  Inventor complains a little, but it does not show that Red Cross after the member is selected.

Why do I see that even though the weld is suppressed for that member?

Heres a video of what I'm seeing?

Windows 7 x64 -12 GB Ram
Intel i7-930 @ 3.60ghz
nVidia GTS 250 -1GB (Driver 301.42)
INV Pro R2013, SP1.1
Vault Basic 2013

View 2 Replies View Related

AutoCAD Inventor :: IAssembly Containing IParts

Oct 21, 2011

If I put iParts into an assembly, and then convert this assembly to an iAssembly, I can include "Table Replace [My_iPart]" as a column in the parameter table. As the value of this column I can select the individual rows of the given iPart parameter table.

However, I can not make this column be a "Custom Parameter Column". (In fact it seems to me that in an iAssembly I can not make any other types of columns to be "Custom Parameter Columns" either). Also, if a parameter of the iPart is a "custom parameter", I can not carry over this "customness" into the iAuthor parameter table.

This means that I need to insert table rows by hand, one-by-one, which is quite cumbersome. Imagine you have an iAssembly containing only two iParts, each having N rows. This means N^2 rows in the iAssembly, all of which I need to specify by hand. Plus I can not use the "customness" of a parameter of an iPart within the assembly.

In an iAssembly containing an iPart, I would like to

- have a "Custom Parameter Column" in the iAssembly parameter table, which can select rows from the iPart parameter table (selectable values would automatically be all the rows from the correcponding iPart)

- if my iPart has a custom parameter, I would like to have this custom parameter available as a separate custom-value column in the iAssembly

Is it possible somehow? Or is it conceptually wrong?

View 3 Replies View Related

AutoCAD Inventor :: Ballooning In IAssembly

Aug 28, 2013

I have several iterations of an assembly.  Specifically I have a base of a machine with different tooling for different products. 

I generated the BOM by referencing the specific tooling I am trying to detail.  That worked.  But when I balloon, it references the main assembly.  It won't let me redirect the source file to the tooling asm.

View 9 Replies View Related

AutoCAD Inventor :: Editing IProperties Of IPart Factory

Sep 19, 2012

So I've spent a whole day creating a load of iParts... When testing them in assembly I realised I didn't fill in some iProperties that I was intending to on making the part factory (Vendor etc).

Now I can change an iProperty in the factor but it doesn't to seem to come through to generated parts when they are inserted into an assembly.

(without making the whole thing again...)

View 3 Replies View Related

AutoCAD Inventor :: Generating Factory Part For Drawings

Feb 12, 2013

I have a C-channel that I bent and then created a i-part of so that I could place both a formed and flat view in the drawing. After creating the drawing it was determined that the channel needed to be longer. Not a problem, open the factory, edit the part, open table and verify, close table and activate both parts, save and close factory. It's all good, until I run a print  and the flat part (-02) of the factory still shows the old length. Next I open the factory, select table and both members and generate. The message " not able to save factory" appears.

Inventor Premium 2013 SP1.1
Vault 2013- plain vanilla version
HP G71 notebook
celeron cpu w 4gb RAM and 64 bit system
Win 7 home premium

View 7 Replies View Related

AutoCAD Inventor :: IPart Members Reflect Changes To Factory

Aug 5, 2013

We are facing a strange behaviour, since we switched from network folders to Vault 2011 Professional.

If we create a new revision of an iPart factory and make changes to that factory, members that are placed in assemblies already reflect the changes, although they have not been revisioned and re-generated. It seems like the member is already fetching the latests revision of the factory from Vault by default.

View 1 Replies View Related

AutoCAD Inventor :: Default Factory Assets On 2D Layout

Aug 24, 2012

Does Inventor give the ability to place default Factory Assets on a 2D factory layout? I know the Factory Design Suite has the ability to do this, but I don't need the Suite as I already own AutoCAD. All I need to be able to do is visualize a 3D factory layout such as in the following video for the Factory Design Suite:[URL].......

What software will accomplish this? And again, I wouldn't need the Suite, because I don't need any other feature than to insert 3D factory assets onto a 2D layout.

View 2 Replies View Related

AutoCAD Inventor :: Insert A File As Overlay Into Factory

Aug 24, 2012

I am trying to insert a AutoCad file as a Overlay into Factory.

The problem I'm having is the text in the Autocad file scales up and becomes a thick font.....I can't see or use the geometry under the text (text becomes a thick wall above with the geometry below.

The text seems to have a life of it's own..otherwise the geometry is fine. I know there are layer settings that can be turned on/off within factory.

I created a new file and stripped out the text from the AutoCad file to be able to use in Factory.

View 1 Replies View Related

AutoCAD Inventor :: Change Row Of IAssembly Using ILogic

Nov 11, 2013

Issue between an i-assembly and i-Logic. So, I have an assembly that includes some extra components that are not always needed and therefore an i-Logic rule takes the decision whether these will be suppressed or not.

Of course this is not a problem however it turns out that I miss some info from BOM according to the suppressed parts   ...and all these makes sense following the LOD etc.

A potential solution to keep up to date the BOM while you are excluding the needless components is to create 
an i-Assembly.

To keep that simple I turned my current Assembly to an i-Assembly and very successfully I excluded various components and of course I included some others by adding extra ROWS. 

So far So good

Now I want to apply some dimensional boundaries by using i-Logic rules. According to them I want to allow this i-assembly to jump among these different ROWS that meet the right criteria.

Very rough thoughts led me to the following code...

For example...

If Width > 600 Then
iPart.ChangeROW ("..." , "...") 'Row-1'
Else
iPart.ChangeROW ("..." , "...") 'Row-2'
End if

The Problem is that the above code works fine, for a example, in case that I will place an i-part in my assembly... However I am looking to change the row of the actual assembly that as I mentioned before I turned it to an i-assembly

To make this even more clear I want to be able to manipulate my i-assembly with i-Logic rules while this is open in Inv. I don't want to change rows while this is placed as a component or sub-assembly in an another assembly...

View 1 Replies View Related

AutoCAD Inventor :: IAssembly Inside IPN File?

Oct 27, 2013

I have 2 configurations in my assembly and one of them is in ipn file.

Once inside I cant change members...

Is it possible to change between them in the ipn file?

View 1 Replies View Related

AutoCAD Inventor :: Create Two Tables In An Iassembly

Mar 22, 2013

I was wondering if I'm able to create two tables in an iassembly, like one table for size and another for different components in the same assembly.I have a vague memory of an old assembly having this but I can't find it or it's just a figure of my imagination.

View 4 Replies View Related

AutoCAD Inventor :: Generate Files IAssembly

Apr 17, 2012

I have an assembly with around 120 variants in it. I am getting a little annoyed having to click the OK button when asked:

"Do you want to save changes to 122.iam" and its dependents"

is there any way to set the default to OK?

(other than setting an electric motor and a poking device up)

View 2 Replies View Related

AutoCAD Inventor :: BOM Structure Of IPart Or IAssembly?

Nov 20, 2012

I am using Inventor Professional 2012 and I have created complex iparts and iassemblies and I am not able to change the BOM structure of the parts simply because they are intelligent.  I require the tables and features that the iparts and iassemblies can create but they are coming up read only and can not modify the BOM information. Is there a way to change the read only aspect of an ipart or iassembly?

View 1 Replies View Related

AutoCAD Inventor :: Creating New IPart From IAssembly

Jun 11, 2013

What I am looking for is a command similar to table replace, but that will allow for a new part to be created based on a user input. This will need to be done at the i Assembly level to an i Part that is placed within the assembly.

The end goal is to have input boxes come up, ask the user for the values then create all of the associated parts.

I don't need anything with the input boxes, just the part creation.

View 2 Replies View Related

AutoCAD Inventor :: Importing Factory Design User Assets

Apr 23, 2012

Is there any way to import user defined factory assets within Inventor Factor Design?  It would be nice to be able to import the assets created on my desktop directly to my user asset library on my laptop whithout having to go through the process of checking out all of the parts/assemblies and republishing them as user assets onto my laptop.  I am the only on in the office currently using Factory Design, but the rest of the office will transition to Factory Design once we implement 2013.  It would be nice if I had this figured out before that transition happens so the rest of the employees don't have to go through the process of republishing user assets to their own libraries.

View 1 Replies View Related

AutoCAD Inventor :: Activating Factory Design Suite 2012

Apr 2, 2012

I am trying to activate factory design suite ultimate 2012 on a mac pc which is running on parallel desktop, but it give a error Reactivation Limit Reached.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved