Skip to main content
14-Alexandrite
April 10, 2017
Question

TEMPLATE ASM AND DRW

  • April 10, 2017
  • 4 replies
  • 2493 views

Good morning,

i'm to trying to make a template asm and drw in order to create different version of the same file.

what i did until now:

  1. create template asm
  2. create template drw with the same name of template asm in order to create simultaneously asm and drw
  3. put in template asm the color i need
  4. in drw i have a format with table that recalls parameter in model (ex &description:mdl)

when i choose NEW->ASSEMBLY i use template asm, then i assemble the subassy i need, compile the parameters, and then save.

when i open the drw automatically created, the table with parameters are not filled....

can you help me?

thanks

4 replies

1-Visitor
April 13, 2017

Just open them, then store them. Voila, up to date! They shouldn't affect functionality as it is even though.

5-Regular Member
April 18, 2017

Good day Christian Spinelli‌ and John Mathew

I have edited John's post and removed the link because the link was not relevant to the conversation.

John, did you happen to post the wrong one?  If it was not an accident, please do not post links like that.

Best,

Toby

1-Visitor
April 18, 2017

Make sure model parameter resides in the top assembly (presumably the active model on the drawing.)

Try removing :mdl from the syntax. &(parameter_name) takes value from the model already. &(parameter_name):d take parameter value from the drawing.

10-Marble
April 19, 2017

Try being in Template mode when you add the parameters to the drawing.  To get into Template mode, GOTO Tools > Template...