Skip to main content
12-Amethyst
April 22, 2015
Question

Replacing balloons table in assembly drawings

  • April 22, 2015
  • 4 replies
  • 7627 views

Hallo,

sometimes, in assembly drawings, it happens to me to have to replace the components table (for example when I change the language of the drawing) from which I had already put the relative balloons on the views, with a new one: the problem is, if I delete the existing component table, all the balloons are deleted with it and I have therefore to re-insert all of them with the new table.

Anyone knows how to replace the existing table with the new one, bringing the balloons with it?

I insert a screen recording video below, it should be more clear:

Video Link : 6004

thanks

bye


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.

4 replies

1-Visitor
April 22, 2015

Dude


I know it can't be possible, because the ballons are linked to a specific table in the drawing. If you delete that table, the ballons are deleted.


Best regards

tleati12-AmethystAuthor
12-Amethyst
April 23, 2015

Monsieur Dude,

yes I already know balloons are linked to the table, I was asking whether there is a way to replace the table with a new one, just like one replaces a component in a assembly --> all the links change automatically their references!

thanks

Bye

1-Visitor
April 23, 2015

No, at least not until PTC adds that specific function, which won't be any time soon.

Someone with access to Toolkit might be able to parse the drawing, record the exact locations and groups and references/attach points, and any items (symbols, text) that are related to those balloons, make a list to record the table entries vs balloon numbers, then delete the table which will delete all the balloons, then go through the new table and search for matches between the previous table and new table entries and recreate the balloons, change their attachments to match, change their locations to match and relate any symbol and text to the balloons that were related to the previous balloons.It may also require verifying the original layers the balloons were on and, possibly, some other characteristics.

1-Visitor
April 24, 2015

if it is just change in language then dont delete the original table (the one with balloons linked to it as you might need it later) just place it outside the format (it wont show up in the PDF after export ) and for the new table, fix the index same as the balloon.. Not much of a solution though!

tleati12-AmethystAuthor
12-Amethyst
April 28, 2015

Hallo Sandeep,

yes could be a solution but it would bother me to leave a table outside the format...but anyway, how can I fix the index as you wrote?

thanks

1-Visitor
April 24, 2015

Hi Tommaso,

First of all question: Why you need to change BOM table ? Only becouse language or is there more reasons ?

If you need to put new language, you must separate table (make two tables template), one for textual (on several languages) and one for repeat region content.

There is a lot of solutions for you languages insertion ( exp. you can do also trough parameters, etc).

But if I get it right, you need quick solution for ballon arranging ?

tleati12-AmethystAuthor
12-Amethyst
April 28, 2015

Hi,

unfortunately it is not so easy as you think, indeed we are using Windchill and we constantly work with both languages (Italian and English), we have Windchill and model-related parameters that must form repeat regions, for instance the description of a component of an assembly.

So switching the language of the column/rows titles is not sufficient unfortunately.

Yes I was searching a way to just transfer the indexes of the table from the existing to a new one.

thanks

bye

1-Visitor
April 28, 2015

Hi Tommaso,

OK, still you didn't answer why you need to change BOM table? The reason why Im asking is: I notice in your clip that you've replaced table with other table with different amount of items. So if you are doing that, the assembly also has been changed (you get new revision) ?

I´m trying to find reason, and I apologise if you wanna keep your reason.

I presume that you had replace some parts in assembly and after that you need fresh BOM table ??

If you´re trying to change table with previous parts replacement and changing assembly, you dont need to insert new table. It automaticlly regenerate, and reorder ballons. And if you are missing some ballons just add them into drawing.

Of course you maybe already know this, but Im short in your answer before.

2-Explorer
April 27, 2015

My praxis is following:

STEP 01: Create a assembly BOM drawing

01.JPG

STEP 02: l need change drawing format and KEEP BOM baloons

02.jpg

STEP 03: KEEP ORIGINAL BOM TABLE and remove original Title block

03.jpg

STEP 04: After format exchange, there are two BOM tables. DELETE new BOM table and move original one als you wish.

04.jpg

STEP 05: Result: Format was chnged and BOM baloons are kept.

05.JPG

l hope it can help you...

tleati12-AmethystAuthor
12-Amethyst
April 28, 2015

Dear Milan,

thanks for your detailed reply. I didn't understand exactly steps 2 and 3 (when one changes format can single tables be selected to be keep or removed ?)

Anyway if I got it it seems that with your method you keep the original BOM table, instead what I want to do is to change it while keeping the balloons.

anyway you suggested me an idea, that is to to insert the BOM table directly inside the format so when I load the format the corresponding BOM table automatically appears (didn't know about this possibility).

thanks

bye

2-Explorer
April 28, 2015

My format library has following structure:

a4_y_iso_det.frm ---> A4 - paper size ; Y - longer paper side; DET - detailed drawing format

a4_y_iso_bom.frm ---> A4 - paper size ; Y - longer paper side; BOM - BOM table included inside format

a4_x_iso_det.frm ---> A4 - paper size ; X - longer paper side; DET - detailed drawing format

a4_x_iso_bom.frm ---> A4 - paper size ; X - longer paper side; BOM - BOM table included inside format


Same princip for all other paper size A3; A2; A1; A0
Use config options pro_format_dir to specify you format directory destination.

------------------------------------------------------------------------------------

Do you want change language inside your tables and keep ballons?

STEP 01: Create a parameters that you want show in you BOM table in many languages

parameter NAME_ENGLISH string value = Engine

parameter NAME_GERMAN string value = Motor

parameter NAME_FRENCH string value = Motour

STEP 02: Create 3 SAME BOM tables ---> only different is in language, that you call.

STEP 03: Put all 3 tables in yourf BOM format AT THE SAME PLACE.

STEP 04: Create DRAWING LAYER named "BOM language" and include all 3 BOM tables.

STEP 05: Create a BOM ballons from you default language (l gues english)

STEP 06: Hide / unhide desired table.

RESULT:

BOM ballons source is in your english BOM table. You can HIDE english BOM and UNHIDE German one ---> BOM ballons are kept.

NOTE:

SORT BY inside all 3 tables should be the same ---> in all 3 tables has each part same BOM baloon number.

sort_by.JPG

Hope you are not confused