Show nominal value instead of the equation value?

Show nominal value instead of the equation value?

ProKAD
Enthusiast Enthusiast
1,335 Views
5 Replies
Message 1 of 6

Show nominal value instead of the equation value?

ProKAD
Enthusiast
Enthusiast

Hi Guys

 

Any idea, as to how I can display the nominal value instead of the equation, either as a separate parameter or as a numerical value within the Ipart table?

 Nominal Value.jpg

 

Nominal Value1.jpg

 

 

0 Likes
Accepted solutions (1)
1,336 Views
5 Replies
Replies (5)
Message 2 of 6

Lewis.Young
Collaborator
Collaborator
Accepted solution

Hello,

 

Sadly i don't think this is possible to do as the iPart table is an embedded Excel table which stores the expressions for each user parameter. The value of the expression is calculated only when it is computed, not at the time when the table is displayed.

 

I'm sure you could try some type of workaround using an external excel sheet, but it probably won't update accordingly, or at least how you expect it to

 

Lewis Young
Windows 7 x64 - 32GB Ram
Intel Xeon E5-1620 v2 @ 3.70GHz
nVidia Quadro M2000 - 4GB
Inventor Professional 2017.3
Vault Basic 2017
3ds Max 2018

Message 3 of 6

ProKAD
Enthusiast
Enthusiast

Thanks for your response anyways Lewis. I was hoping there was a simple solution, without having to revert to ilogic or some other work around. 


0 Likes
Message 4 of 6

Anonymous
Not applicable

Can't you just make the Rod_length = Length? 

Message 5 of 6

ProKAD
Enthusiast
Enthusiast

Nope. nope because the length changes depending on the rack size. Essentially I was trying to create an ipart.

0 Likes
Message 6 of 6

Anonymous
Not applicable

@ProKAD wrote:

Hi Guys

 

Any idea, as to how I can display the nominal value instead of the equation, either as a separate parameter or as a numerical value within the Ipart table?

 Nominal Value.jpg

 

Nominal Value1.jpg

 

 


option 1: If you allow excel to do your formulas, the numerical values will be shown in your table... or.....

 

option 2: iLogic: 

Rod_Length = Val(Length)

and make sure to set your "event triggers" so that automatically updates 

0 Likes