Automatic Filling Title Block with Index/Table of Contents From Different .dwg File

Automatic Filling Title Block with Index/Table of Contents From Different .dwg File

asherwinR3MQW
Participant Participant
810 Views
6 Replies
Message 1 of 7

Automatic Filling Title Block with Index/Table of Contents From Different .dwg File

asherwinR3MQW
Participant
Participant

Hello,

 

I have just gotten into AutoDesk Electrical. I have been tasked with auto-filling a standard company template's title block contents for each .dwg diagram from information in a .dwg file with an index/table of contents (title, sheet number, drawn by, section number, revision etc.). 

 

Does anyone have suggestions on how to do this? Fields was something I was looking into, but I am not sure if that can access information in a specific cell in the index from anther .dwg file. 

 

Thanks for your help. 

0 Likes
Accepted solutions (2)
811 Views
6 Replies
Replies (6)
Message 2 of 7

rhesusminus
Mentor
Mentor
Accepted solution

As far as I can understand your question, this cannot be done automatically. Normally it's the other way around. You put information into all the DWG's and then you generate the table of contents.


Trond Hasse Lie
EPLAN Expert and ex-AutoCAD Electrical user.
Ctrl Alt El
Please select "Accept Solution" if this post answers your question. 'Likes' won't hurt either. 😉
Message 3 of 7

asherwinR3MQW
Participant
Participant

I have been digging around looking for a solution, and I was wondering if Title Block Setup and using an Attribute is the solution? Thanks. 

0 Likes
Message 4 of 7

rhesusminus
Mentor
Mentor

Yes. You should set your title block up according to how AcadE wants it. Then, you can extract the information automatically later.


Trond Hasse Lie
EPLAN Expert and ex-AutoCAD Electrical user.
Ctrl Alt El
Please select "Accept Solution" if this post answers your question. 'Likes' won't hurt either. 😉
Message 5 of 7

arshdeepsingh404
Collaborator
Collaborator
Accepted solution

Hi @asherwinR3MQW 

 

@rhesusminus has already answered your main question.

 

If you need additional help on setting up Title Block, see the following thread. Another user has similar question on mapping descriptions to Title Blocks.

https://forums.autodesk.com/t5/autocad-electrical-forum/project-setup-questions-from-a-new-autocad-e...

 

Some of the Attributes you are looking for Like Drawn By, Revision, and anything that is same for the whole project, you would be able setup in Project Descriptions and Update all drawings using Title Block Update command altogether.

 

Arshdeep Singh
C.Tech, CMSE®

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

Message 6 of 7

asherwinR3MQW
Participant
Participant

Your link was very helpful, thank you

Message 7 of 7

lee_kirkup
Enthusiast
Enthusiast

What you are asking to do can be done in a way.  Not automatically, but in a couple of easy to do steps.

Setup, once done, you wont need to do again.

 

Setup Step 1.

You will need to add 2 hidden attributes in your title block as follows

Tag: TAG1 > Prompt: DO NOT EDIT > Default: TITLE

Tag: LOC > Prompt: DO NOT EDIT > Default: TITLE

 

Setup Step 2.

Add user defined Attributes to the DEFAULT.wda file and save it in wd.env file location.

Enter AEUDA then select each title block attribute that you want to export.

Complete all fields then Save-As DEFAULT.wda in the wd.env file location.

Hint: Select the attributes in the same order that you have them in the table you will create.
This will make the copy and paste bit a lot easier.

 

The Final Process

Step 1

Create your table as required.

When finished use TABLEEXPORT to export the table to a CSV file.

 

Step 2

Use Export to Spreadsheet > Components > Named Location = TITLE 

And export the title block component from all drawings in the Project.

 

Step 3

Now copy and paste the exported table data into the exported components spreadsheet.

 

Step 4

Use the Update from Spreadsheet to import all the component data back into the title block for all drawings in the Project.

 

 

0 Likes