2011

Table Of Contents
BLOCK = TB,TB-REV,TB-ISSUE
You can also use wildcards to define title blocks. For example, the drawing
could have any of three different title block sizes, named TITLE-SIZEB,
TITLE-SIZEC, or TITLE-SIZED. The following line tells AutoCAD Electrical to
find and update the title block no matter what size is used on the drawing.
BLOCK = TITLE-SIZE*
The lines that follow the block definition, map the attribute names on that
block to specific AutoCAD Electrical values. For example,
PROJ_TITLE = LINE1
DRAW_TITLE1 = LINE2
DRAW_TITLE2 = DWGDESC
PROJ_NUM = LINE4
SX = SHEETMAX
SH = SHEET
PLOTTIME = PLOTTIME
PLOTDATE = PLOTDATE
NOTE The AutoCAD Electrical batch plotting routine uses the PLOTTIME and
PLOTDATE entries in this file.
Place a backwards apostrophe character in front of the attribute name if the
attribute tag name of the title block contains one or more wildcard characters
(# @ . * ? ~ [ ] - ). For example, '[REV] = LINE5, where the title block attribute
name is [REV].
Map a title block using the WDT file method
Create a mapping for the title block using an external WDT file.
1 Open a drawing that contains the title block inserted as a block.
2 Click Project tab Other Tools panel Title Block Setup.
3 Select a title block link method:Method 1:
<Project> .WDT file Create a project-specific mapping file with the
same file name as the active project name and a WDT extension.
Title Block utility setup | 1219