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

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Value of parameter in different language.

Gucio
14-Alexandrite

Value of parameter in different language.

Hi all,

 

any idea how to create drawing with different/translated value of parameter in drw table?

Ex. Having “PART_TYPE as string parameter I would like to have “wheel” for English customer, and “rad” for German. Is wiritng if/else relations the only option??

I would like to achieve samething similar to cogars.cz (ADTL) solution. 

 

Thx in advance for all tips. 

Krzysztof
4 REPLIES 4
MartinHanak
24-Ruby II
(To:Gucio)

Just little correction ...

www.cogras.cz

ADLT application


Martin Hanák
Gucio
14-Alexandrite
(To:MartinHanak)

Phone dictionary sometimes makes jokes 🙂
Krzysztof
MartinHanak
24-Ruby II
(To:Gucio)

Hi,

using default Creo functionality you can do following.

1.] in model ... create parameter groups, eg. PARAM_EN, PARAM_GER

2.] in drawing ... create duplicate overlapping items (one for English second for German)

3.] in drawing ... create drawing parameter for language switching, eg. DRW_LANG (values ... en, ger)

4.] in drawing ... define drawing program which displayes/hides duplicate overlapping items according to DRW_LANG current value

Note:

The above mentioned procedure is time consuming.

 


Martin Hanák
Gucio
14-Alexandrite
(To:MartinHanak)

hi Martin,

thx for your tip.

I did it in a different way:

1) for *.prt: restricted val parameters with table that contains values in all language (en -> Wheel, pl -> kolo, ge -> rad);

2) *.frm files for all regions/languages

3) main *.drw ex. en

4) next drw (ex. ge) with specific *.frm and with overlay for views

 

all works as I expected ( also with Windchill) 🙂

 

 

Krzysztof
Top Tags