Using Creo 9 and Windchill 12.0.2.7.
I use linenumbers from Windchill that feed my drawingtable. No issues.
Now I want to add a note, in my assembly, that reads the linenumber value. So sessionID gets involved.
So I am struggling with FID_N and SessionID but I cannot get it to work.
it works fine to read component parameter, but since a linenumber is an upstream assembly featire, I cannot get the correct the linenumber in my note. See .png attached.
Is this possible?
Solved! Go to Solution.
If LINENUMBER is a component parameter, then having the blue text in your model note should render the result shown:
That did the job, I was fully focussed on session_id.
Thanks!
Hi,
according to https://www.ptc.com/en/support/article/CS133915 article, you can use:
&PARAMNAME:att_mdl ... to display model parameter in note attached to model
&PARAMNAME:att_cmp ... to display component parameter in note attached to model
Thanks Martin, I will look further into these parameters. We are exploring MBD for assemblies. Of course a repeat region functionality in assy mode would be great, but that is not planned by PTC on the short term.
@Rubio74 wrote:
Thanks Martin, I will look further into these parameters. We are exploring MBD for assemblies. Of course a repeat region functionality in assy mode would be great, but that is not planned by PTC on the short term.
Hi,
FYI ... &LINENUMBER:att_mdl -OR- &LINENUMBER:att_cmp is universal notation and can be used for any component.
Fully agree, att_cmp workt brilliant!