2008

Table Of Contents
Wire tag formats
The origin of a wire number block must lie on the wire segment, though the
text attribute may be moved away from the wire. AutoCAD Electrical uses the
concept of a wire tag format string with replaceable parameters. One
replaceable parameter, %N, must always be part of the wire format string. A
typical format string might be just this %N parameter.
Replaceable parameters for defining a default wire number tag format are:
Drawing's sheet number%S
Drawing number%D
Sequential or reference-based number applied to the component%N
Suffix character position for reference-based tagging (not present =
end of tag)
%X
IEC-style project code (default for drawing)%P
IEC-style "installation" code (default for drawing)%I
IEC-style "location" code (default for drawing)%L
Examples: Wire beginning on line reference "100" of sheet "02" yields these
wire number tags for the following formats:
wire number = 100%N
wire number = W100W%N
wire number = 02-100%S-%N
wire number = 02100%S%N
wire number = 02:100%S : %N
Overview of wire numbers | 485