Mutli Tab Drawing Title Block Update Routine

Mutli Tab Drawing Title Block Update Routine

S.T.123
Participant Participant
1,181 Views
7 Replies
Message 1 of 8

Mutli Tab Drawing Title Block Update Routine

S.T.123
Participant
Participant

Hi,

 

I'm currently working on a single tab drawing based project but would like to switch over to multi tabbed drawings. 

 

Though currently the csv based drawing register I am using for title block updates doesn't have the functionality to work across multilpe tabs. 

 

I've previously worked with a company that had a drawing register and routine that worked across multiple tabs and would like to reproduce something similar. Basically the routine worked by reading a text file which was placed in the same location as the drawing files and contained a link to the excel spreadsheet register. From that point it would search the register for the drawing file(s) the routine had been told to run over, locate the layout tab name for the drawing file and then update the titleblock attributes to match the data in the register. I believe it was a VBA routine.

Unfortunately I do not know enough about VBA or coding to create a similar routine and hence am hoping someone here can potentially give me some advice or point me in the right direction. Surely this is not a unique problem and has been solved many times in the past. 

 

Some screen shots to help give an idea how the multi tab routine worked;

 

Draqwing File NameDraqwing File NameLayout Tab NamesLayout Tab NamesTitle Block AttributesTitle Block AttributesSample RegisterSample RegisterUpdate Title Block Tab 0001Update Title Block Tab 0001

0 Likes
1,182 Views
7 Replies
Replies (7)
Message 2 of 8

JTBWorld
Advisor
Advisor

Maybe you can find use of our JTB BatchAttEdit app or we can help you create something custom to fit your exact needs. 


Jimmy Bergmark
JTB World - Software development and consulting for CAD and license usage reports
https://jtbworld.com

Message 3 of 8

TheCADnoob
Mentor
Mentor

Depending on how you are wanting to manage your drawings and information the built in Sheet Set Manager may be a good tool for you to check out. https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2019/ENU/AutoC...

 

In the sheet set manager it allows you to easily access drawing data from the Sheet Set Manager Palette. If your Titleblocks are drivin by fields all the relevant design iteration can be manager there. You can also add custom properties in the sheet data to match your exact needs. There are also tools such as sheet set table which will allow you to enter all that data into a table in a drawing with the click of a few buttons. There are also publishing tools. Id give it a look if you are looking into a multi sheet drawing. 

CADnoob

EESignature

0 Likes
Message 4 of 8

maratovich
Advisor
Advisor

Attach an example of your dwg file

---------------------------------------------------------------------
Software development
Automatic creation layouts and viewport. Batch printing drawings from model.
www.kdmsoft.net
0 Likes
Message 5 of 8

S.T.123
Participant
Participant

I've attached a very basic drawing set up with multiple layout tabs and the title blocks set up how in a way I have worked in the past. Each tab contains a Title block and a bunch off attributed text which would be what the routine would update if I can figure out how to create the routine. 

 

I've manually filled in part of the attributes on tab 0001 but the others have been left blank. 

0 Likes
Message 6 of 8

S.T.123
Participant
Participant

Thanks. I will look into the app and get back to you

0 Likes
Message 7 of 8

S.T.123
Participant
Participant

Thank you! I will look into the Sheet Set Manager and see if it is what I'm looking for.

0 Likes
Message 8 of 8

S.T.123
Participant
Participant

Actually I believe I've found a solution using 12d Synergy.