×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

How to "put" CONFIG "name" into Value / Text Expression

How to "put" CONFIG "name" into Value / Text Expression

How to "put" CONFIG "name" into Value / Text Expression

(OP)
This is probably very easy for the pros of this forum, but not for me, so please explain like for a dummy:


Configuration Specific:    This Configuration (150)

Property Name |Type |Value / Text Expression |Evaluated Val
------------------|------|----------------------------|-------------
Frank              |Text  |                                  | is 150 cm

Configuration Specific:    This Configuration (160)

Property Name |Type |Value / Text Expression |Evaluated Val
------------------|------|----------------------------|-------------
Frank              |Text  |                                  | is 160 cm



Solid Model has two configurations: 150 and 160


Question 1: Is it possible, and if so how, to write "something" into Value / Text Epression that I would get the Evaluated Values on the dwgs as shown ?

RE: How to "put" CONFIG "name" into Value / Text Expression

Use a design table.  Within a design table, you can use excel functionality to control the data in the cells.

Example: the length of extrude1 is 150 cm.  That dimension is listed in the design table.  You then have a custom property called length.  The length cell will be set equal to the cell that contains the value of extrude1.  You will also set the config name cell equal to the value of extrude1.

With this method you could quickly create hundreds of configs all with different lengths and all the properties would update accordingly.

Do a search here for design table and also in the SW help.  You will find enough information to get yourself started.

-Shaggy

RE: How to "put" CONFIG "name" into Value / Text Expression

The simplest way is to create the 2 configs manually, then create a DT using the Auto-create function.
Once you have that, you will see how the DT is populated & will be able to add other configs very easily by copying from the original configs.
To make life even simpler, you should rename the driving dimensions to something recognizable (Overall Length, Recess Depth, etc) so that the fields in the DT make more sense. (rather than D1@Sketch1)


Helpful SW websites every user should be aware of FAQ559-520
How to get answers to your SW questions  FAQ559-1091

RE: How to "put" CONFIG "name" into Value / Text Expression

If you want to put this in a BOM, make a property in your part/assembly named "Length".  Set the value to

CODE

is $PRP:"SW-Configuration Name" c.m.
and make a column on your BOM named length to match.  

That is for config names.  If you want to link it to a property named length that updates when you change the length: for your value enter "is", double-click a dimension, then add "c.m." at the end (no quotation marks on that one. It would look something like is   "D1@Sketch1@@1@1933-03P.SLDPRT" cm.   Then make a column for Length in the BOM.

Flores
SW 2005 SP 4.0



Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources