AutoCAD Electrical
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Next Sheet Number
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
The majority of my customers require their title blocks show the current sheet number, for which I utilize the %S variable. Additionally, they want the maximum number of sheets indicated, which is a standard “title block update” function, as we all know. So far easily done.
Where my challenge comes is the odd customer prefers the next sheet number to be displayed in the title block as opposed to the maximum number of sheets. Up to this point in time we have been editing that information manually. Is there a means by which to automatically “calculate” that value based upon the current sheet number or to read the next sheet number from the project database? If there is I am unable to determine what that method would be.
Any suggestions, help would be appreciated.
Doug
Re: Next Sheet Number
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Below is the text string you need to add to the end of the WD_TB attribute's value:
;PREVSHT = (if (setq x (findfile "tbnp.lsp" ))(progn(load x)(c
Note: When I create borders for European customers, I usually place the PREVSHT and NEXTSHT attributes inside arrows so language is not a barrier. I have an arrow pointing left on the left side of the page near the bottom to indicate previous sheet and one facing right on the right side of the page indicating next sheet.
Doug McAlexander
Electrical CAD Industry Specialist
Independent Consultant/Instructor/Mentor
AutoCAD Electrical, VIA/WD, Toolbox/WD, ecscad, promis-e, RSWire
Web site: www.ECADConsultant.com
E-mail: ECADConsultant@gmail.com
Phone: (770) 841-8009
Re: Next Sheet Number
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Again many thanks for your help.
Re: Next Sheet Number
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
I couldn't get this "previous/nextsheet" lisp work with ACADE2011. Is it so that WD_TB allows max is 256 characters? In that case there is not much space left for other attributes...
Regards
Mako
Re: Next Sheet Number
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
You might want to consider using the “wdt” file method of title block updating that is what we use and thus far no issues that I have found.
Re: Next Sheet Number
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
It works.. Edit WD_TB with Propetties, not Attribute Editor. Attribute Editor is limited to 256 characters but Properties is not.
Doug McAlexander
Electrical CAD Industry Specialist
Independent Consultant/Instructor/Mentor
AutoCAD Electrical, VIA/WD, Toolbox/WD, ecscad, promis-e, RSWire
Web site: www.ECADConsultant.com
E-mail: ECADConsultant@gmail.com
Phone: (770) 841-8009
Re: Next Sheet Number
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello Dear,
My client required Next Sheet number in the title block.
I had past tbnp.lsp file on specific location. & I had also update *.wdt file with your specified text string for NEXT SHEET. But while I am using Project-Title block setup-WD_TB att. Method- I can not get NEXTSHT in Drawing properties. So please guide me what can I do ?
Please send me the step for the process.
Re: Next Sheet Number
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello Dear,
My client required Next Sheet number in the title block.
I had past tbnp.lsp file on specific location. & I had also update *.wdt file with your specified text string for NEXT SHEET. But while I am using Project-Title block setup-WD_TB att. Method- I can not get NEXTSHT in Drawing properties. So please guide me what can I do ?
Please send me the step for the process.
Re: Next Sheet Number
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi.
What is the way to create a WD_TB mapping attribute?
Thanks.
Ernesto Fraga
I title block update without it and it works but I would like to improve.
Ernesto Fraga
Montevideo - Uruguay
Montevideo - Uruguay
Re: Next Sheet Number
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
Does the way defined in the help document help you to create it ? I capture the screenshot and attach it.
Regards,
Kevin Li



