fill in project title block with layout tab name

fill in project title block with layout tab name

stuartplunkett94
Contributor Contributor
3,751 Views
9 Replies
Message 1 of 10

fill in project title block with layout tab name

stuartplunkett94
Contributor
Contributor

so i have two layouts set up in my drawing, one for harnesses, another for the circuit.

 

I have other attributes setup in the project description like name, date, project number, etc. but I can't find anything for layout tab. 

 

I've tried ctab, but that doesn't print the layout name, just "ctab" 

 

thanks for any help!

0 Likes
Accepted solutions (1)
3,752 Views
9 Replies
Replies (9)
Message 2 of 10

testsubject
Advisor
Advisor
Accepted solution

Autocad Electrical will only work with one layout tab.

 

In fact, ACE works best if each drawing was a separate DWG.

 

There are some times where I need multiple images of the same drawing.


To do this, I create as many separate drawings as I need and I xref the first drawing into all of these other drawings and then in Paper Space I just zoom into the area I want to highlight. Then each drawing can get its own titleblock with unique information for that drawing.

 

Later on, when I make changes to the first drawing, all other drawings are automatically updated when the xref loads. This works great with panel layouts (especially large ones)



Bob Hanrahan
Ace User since 1998
Autodesk Expert Elite Alumni
If this answered your question, please click on "Accept Solution"
Message 3 of 10

jseefdrumr
Mentor
Mentor

To more specifically answer your question, there is no out-of-the box solution in the software to do what you want. ACADE can't just recognize any attribute; it has to be coded into a command or some process of yours. You'd have to write some code that looked for the layout tab name and inserted it into the title block for you. Chances are it wouldn't update in a title block update either so you'd have to constantly be paying attention to it.



Jim Seefeldt
Electrical Engineering Technician


0 Likes
Message 4 of 10

sgoren7CCRD
Explorer
Explorer

If you want to reference the name of the layout tab (ctab) in your title block, you need to insert the field for it.

 

You can insert a field either in an attribute text box or in a mtext object.

 

Here you can see that the ctab is referenced in a text field at the bottom of my layout as well as in my title block

sgoren7CCRD_0-1657134499846.png

 

 

 

create a mtext object and right click to insert field....

sgoren7CCRD_1-1657134572138.png

 

Right click to insert field in your title block attribute...

sgoren7CCRD_2-1657134612256.png

 

Message 5 of 10

rhesusminus
Mentor
Mentor
About that....
Now, publish your set of drawings. All layouts will now list the name of the CURRENT layout tab. Not exactly what you want?

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. 😉
0 Likes
Message 6 of 10

sgoren7CCRD
Explorer
Explorer
I don't understand your comment. Can you please elaborate?
0 Likes
Message 7 of 10

rhesusminus
Mentor
Mentor

Only one tab can be the CURRENT layout tab at a time. CTAB points to that ONE current tab. If you've used a field in different layouts, the will all point to the name of the CURRENT tab.


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. 😉
0 Likes
Message 8 of 10

sgoren7CCRD
Explorer
Explorer
You are incorrect. I have been using this method successfully to capture the layout tab name in the title block as well as on the page in an mtext object for a while now and it works fine. Perhaps in an older version of AutoCAD this was an issue. I am using AutoCAD 2022.
0 Likes
Message 9 of 10

rhesusminus
Mentor
Mentor
But, do you have MULTIPLE layouts in that DWG?

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. 😉
0 Likes
Message 10 of 10

sgoren7CCRD
Explorer
Explorer
Yes.
0 Likes