Skip to main content
1-Visitor
February 21, 2017
Solved

Parameter driven selections in format

  • February 21, 2017
  • 3 replies
  • 4238 views

Two Questions:

Is there any way to use the relations or parameter options to prompt a choice of two options when creating a drawing using a start part?

I Have been tasked with creating start parts for my company.

When we create a new drawing, we would like Creo to prompt the use to select either "DRAWING FOR REFERENCE ONLY" or "CAD DATA IS MASTER" to appear in the notes area of our title block.

Has anyone done this before?

Also, I found ways to create "drop-down" parameter boxes in these forums, but it uses a secondary text/.LST file which could easily be corrupted.

Is there a way to embed it into the relations or parameters so it doesn't need to reference a separate file on our network?

Best answer by mender

I could also see a note whose purpose is to call out a symbol that has exclusive groups to select the flavor, or having a drawing program that parses a Y/N param to set a string param, and call out the string param in the table.  Could even go as far as having a second format or a second drawing template.

Depends on what exactly you're looking for which of the approaches is best.

3 replies

23-Emerald III
February 21, 2017

I would think using the Restricted_params.dat files is the only way to get what you want. While not automatic, it does restrict the selection of the text verbage for your drawings. Put the file in a location that is read-only to your users, but RW to admins. We use this file to set the signatures and design authority information on our drawings.

mender12-AmethystAnswer
12-Amethyst
February 21, 2017

I could also see a note whose purpose is to call out a symbol that has exclusive groups to select the flavor, or having a drawing program that parses a Y/N param to set a string param, and call out the string param in the table.  Could even go as far as having a second format or a second drawing template.

Depends on what exactly you're looking for which of the approaches is best.

mslotty1-VisitorAuthor
1-Visitor
February 22, 2017

We are definitely avoiding a second format.  I am not 100% sure on how to utilize relations properly to set something for a Y/N Parameter, but I do see what you're getting at.

23-Emerald IV
February 21, 2017

Are you creating the new drawing from a template or from a format?  If from a template, then the parameters will already be present in the template (just another drawing) and the restricted parameter file will not need to be present.  One a drawing (or model) has parameters created based on a restricted parameter file, the file is no longer required.  I create start parts and library parts all the time will special pre-defined values for parameters and my computer is the only one in the entire company that has a restricted parameter file.  FWIW.

23-Emerald III
February 21, 2017

If the parameters are static that would work.

In my case, we use the names for the titleblocks in 4 fields. We have to add and sometimes subtract names from the lists and the users need to update the parameter options stored in their drawing.

mslotty1-VisitorAuthor
1-Visitor
February 22, 2017

Update:

I got a relation to work well in the template/drawing/part, but I can't figure out how to force Creo to prompt the user to select Y/N when importing the drawing format/starting a new drawing.  is there a box I can check for this in the parameter/relations area?

1-Visitor
February 22, 2017

Consider including a not-so-easy to ignore note in the drawing template for the effect of a gentle reminder:

note_to_drawing_template_users.png

mslotty1-VisitorAuthor
1-Visitor
February 22, 2017

ooooh I love that. I'll run it by the bosses 😛