Inventor/FDU 2019: "Dynamische" Factory Assets aus Baugruppe erstellen

Inventor/FDU 2019: "Dynamische" Factory Assets aus Baugruppe erstellen

Anonymous
Not applicable
1,252 Views
10 Replies
Message 1 of 11

Inventor/FDU 2019: "Dynamische" Factory Assets aus Baugruppe erstellen

Anonymous
Not applicable

Hallo Zusammen, 

 

es geht um die Erstellung von Factory-Assets, deren Schlüsselparameter bei der Verwendung mit AutoCAD angepasst werden können. So wie hier die 1500 mm Läge:

 AssetEigenschaften.PNG

Das funktioniert bei mir auch problemlos, solange die Assets aus einem einzelnen Bauteil bestehen. 

Problematisch wird es bei mir, wenn ich das Gleiche mit Baugruppen versuche.

Als Test habe ich einen einfachen Quader, bei dem eine Kantenlänge als Schlüsselparameter definiert ist. Als Einzelteil.ipt funktioniert alles wie gewünscht.

Sobald aber zwei der Quader in eine Baugruppe.iam eingebaut (und die Parameter in die Baugruppe Verknüpft) werden, werden im AutoCAD Änderungen am Schlüsselparameter Test_Länge nicht mehr übernommen.

Baugruppe.iam.PNG

 

Wie muss die Baugruppe definiert werden, damit das funktioniert?

 

Danke & Grüße

 

0 Likes
Accepted solutions (1)
1,253 Views
10 Replies
Replies (10)
Message 2 of 11

S_May
Mentor
Mentor

Hallo @Anonymous,

 

ich denke hier wird das schneller beantwortet factory-design-utilities-forum

0 Likes
Message 3 of 11

Anonymous
Not applicable

Stimmt, das englische Forum hatte ich gar nicht auf dem Schirm.

Wird der Thread von einem Moderator verschoben oder soll ich dort einen neuen aufmachen?

0 Likes
Message 4 of 11

Anonymous
Not applicable

Thanks for moving the topic.

The issue is creating factory assets from assemblies.  Goal is to set keyparameters to modify the asset in AutoCAD (like the 1500 mm length in the first picture).

If the asset contains only one part, everything is working fine.

But if the assets generated from an assembly (like shown in the second picture) with the keyparameters linked to the .iam, modifying them in AutoCAD doesn’t work.

So, how have the parameters to be defined to make the asset modifiable?

Thanks for your help!

0 Likes
Message 5 of 11

yizhou.cao
Autodesk
Autodesk

Hi,

You need to change the parameter using the Factory Properties panel. You shouldn't need to link the parameters from the part.

 

 

Yizhou C
Autodesk Vault team

0 Likes
Message 6 of 11

Anonymous
Not applicable

Hi, 

 

how can I mark the parameters as key parameters (or make them accessible in the factory properties) without linking them to the part?

Changing them in the factory properties (after publishing the assembly to the factory library) is what I tried. I could change the value but the object did not adopt it, eg. the length stayed at 1500mm, even if set to 2500 or whatever.

0 Likes
Message 7 of 11

yizhou.cao
Autodesk
Autodesk
Accepted solution

I am sorry I misunderstood your issue yesterday. If you have an assembly that links to parameters in a part, those parameters are read-only. You won't be able to change the value of those parameters in Inventor's Parameters dialog. That's why changing the parameters in Factory Properties won't work. In fact, those parameters should probably be hidden in Factory Properties.

 

In order to achieve what you want, you can create an parameter in your assembly asset, and write an iLogic rule to propagate the value of the assembly parameter to the part parameter.  Something like this:

 

SyntaxEditor Code Snippet

Parameter("Test:1", "d0") = Parameter("p1")

 

Hope that helps.

Yizhou C
Autodesk Vault team

0 Likes
Message 8 of 11

Anonymous
Not applicable

Using iLogic in Inventor works great, thanks!

 

But is there a way to get the asset also parameterizeable in AutoCAD? I like the workflow to create a (rough) layout in 2D and use Inventor only for the 3D-Parts. Having to jump between ACAD and Inventor seems like a break in the workflow.

I wonder how some system assets like the belt conveyors were created? Neither extruding all contours in one part nor deriving (deducing? “ableiten”) the assembly sounds convincing.

0 Likes
Message 9 of 11

yizhou.cao
Autodesk
Autodesk

You can only specify parameters when publishing an asset from Inventor. One idea is to use placeholder assets like boxes in your rough layout and change their sizes as you need to. You can later replace them with the final assets.

Yizhou C
Autodesk Vault team

0 Likes
Message 10 of 11

olegd.prod
Autodesk
Autodesk
This may be obvious, but just for completeness' sake: if you publish a parameterized asset in Inventor, you'll be able to use it in ACAD, including changing the parameter values

Oelg
0 Likes
Message 11 of 11

Anonymous
Not applicable

Took me some time to realize, that iLogic also works without Forms. Now the workflow is as expected.

Thanks for the help!

0 Likes