2008

Table Of Contents
Description displayed in selection dialog boxDESCRIPTION
Base numbering value (octal, decimal, hex)ADDRESS_BASE
Reserved for future use; currently emptyADDRESS_FORMAT
Optional block to insert at bottom of module
(i.e. DIP switches)
OPTIONAL_BLOCK
Voltage ratingRATING
AutoLISP file to run at module insertion timeLISP
Offsets (right, left, top, and bottom) for the
rectangle that's drawn around the finished stack
of symbols to create an overall module.
BOX_RIGHT, BOX_LEFT,
BOX_TOP_BOX_BOTTOM
BOX_SPLIT_BOTTOM, BOX_SPLIT_TOP
NOTE You can suppress the rectangular box
around the finished module by removing these
entries from a module's specification table.
METRIC_BOX_RIGHT, METRIC_BOX_LEFT,
METRIC_BOX_TOP, METRIC_BOX_BOTTOM
METRIC_BOX_SPLIT_BOTTOM, MET-
RIC_BOX_SPLIT_TOP
The following are optional parameters for parametric build symbol placement:
Box color/linetype/layer
You can instruct AutoCAD Electrical to draw the rectangular box using
non-default line properties for color, layer, line type, or ltscale. Encode this
information as a series of keywords as if you were using AutoCAD's CHPROP
command to make the change. The keywords are encoded into the
"BOX_RIGHT", "BOX_LEFT", "BOX_TOP" and "BOX_BOTTOM" entries in a
module's specification table. For example, the following will make the left
and right-hand sides of the enclosing box cyan using line type 'Hidden2' and
the top and bottom blue using the default line type:
BOX_RIGHT=0.5 COLOR CYAN LTYPE HIDDEN2
BOX_LEFT=0.5 COLOR CYAN LTYPE HIDDEN2
BOX_TOP=0.5 COLOR BLUE
BOX_BOTTOM=0.375 COLOR BLUE
226 | Chapter 5 PLC