cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Translate the entire conversation x

Intralink Revision/Version/Release State Parameters not updating

JWayman
12-Amethyst

Intralink Revision/Version/Release State Parameters not updating

Folks,
We are looking to include the parameters:

proi_revision, proi_version and proi_release

on our drawing formats.
However, if we
- launch proe from intralink.
- create a new part and save it (doesn't matter whether the user leaves all the parameters blank or fills them in at this stage)
- create a new drawing with the saved part as the model and using one of the new formats (say a3).

When you create the drawing there is no intralink information to populate the box on the format (because the part has not been saved in intralink) so the user is prompted to enter them in proe.
If he does this, the box on the format swaps the parameters to just text. This means they will never update as the drawing changes version/revision in intralink.
The only way round it is to save the drawing (in intralink) after it's been created, then right click and pick page setup, then browse for the new format again, click ok and then select r to replace all the tables on the drawing.

Is there a way to:

Prevent Pro/E from prompting for these parameters

or:

Have Pro/E overwrite the typed-in values with the parametric values when they become available?

or:

Do you have abetter idea?


Ilink 3.3,
WF2, M220

Thanks,
John




John Wayman, C.Eng, FIED
Senior Mechanical Engineer

This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
3 REPLIES 3
BenLoosli
23-Emerald III
(To:JWayman)

As part of the training, the users MUST upload their CAD part file BEFORE creating the associated drawing.
This will solve the issue and is the easiest to implement.

Thank you,

Ben H. Loosli
USEC, INC.
TomU
23-Emerald IV
(To:JWayman)

There are several issues at play here.

First, as soon as you save a model while connected to Intralink the Intralink specific parameters will become available in the model. To prove this, create a new empty part. Go and look at the model parameters. There shouldn't be any. Exit the parameter dialog and save the model. Now go back into the parameter dialog and you will see all the Intralink parameters have been created. Their creation happens as soon as the model is saved to the workspace, not after it's been checked in.

Second, the drawing itself will not contain any parameters (until it is saved) if it is created from "empty" or "empty with format". Parameters that exist in the format are not created in the drawing. If you build a drawing template, and then use it to create the new drawing from, it will contain any parameters that existed in the template. (Basically Pro/e is doing a save-as from the drawing template so any parameters that existed in the drawing template will likewise exist in the new drawing.)

Third, for notes, tables, and symbols, a drawing will search for valid parameter in the currently active model first followed by the drawing. If it can't find the parameter in either place it will then prompt your to enter a value and will replace the ¶meter string with the value you entered. If the parameter is using the ¶meter:d syntax, then Pro/e will only look in the drawing for that piece of information, it will not look at the model. If it cannot find that parameter in the drawing then it will again prompt you to enter a value and use this value in place of the ¶meter:d text.

You don't specifically say so, but I think you are trying to display the Intralink parameters for the drawing using the ¶meter:d syntax. If this is the case, then those drawing parameters MUST exist at the time of drawing creation or they will not update correctly (you will be prompted for a value). The easiest way to handle this is to create a drawing template and then use that to create all new drawings from (save it, check it in, and put it in your template folder). Now when any new drawing is created from this template it will already contain the necessary parameters for your notes/tables to read.

There is one other way you can get Pro/e to look for a specific parameter, not fail when it's not there, and not prompt you for it, but it only works for MODEL parameters, not drawing parameters. Here are the steps:

1. Create a table (or use an existing one)

2. Create a repeat region (single cell is fine)

3. Set the repeat region parameter (report parameter) to &mdl.param.value

4. Add a filter to the repeat region equal to the single parameter you want to read &mdl.param.name == <parameter name=">

5. Update the table.
Now this single cell repeat region will only display the value of the filtered parameter, and it won't fail if the parameter does not exist in the model. If for some reason you did remove the model from the drawing, you will have to update the repeat region to point to the correct new model.

Tom U.

amedina
1-Visitor
(To:JWayman)

in 3.4 You can set the drawing and model to status clear, then in intralink
modify them by adding the revision, life cycle and folder/location. This
will make the drawing update correctly except for the iteration number.
once checked-in, both get a version/iteration number.
&model_name-{2:&PROI_REVISION:D}.&PROI_VERSION:D &PDMRL:D
&dwg_name-{2:&PROI_REVISION:D}.&PROI_VERSION:D &PDMRL:D

For intralink 8 and on, you need to check-in the part first as stated by
the other guys. Same for the info on the drawing, you need to check-in
twice to make it right.

This google email is kinda sexy. Can't wait to get my a chrome book for my
stuff. Just scared about the whole cloud thing.




Announcements
NEW Creo+ Topics: Real-time Collaboration

Top Tags