Annotates panel footprint symbols with wire connection information extracted from selected schematics.
Find
Panel connection annotation for |
Specifies to create an annotation for the active drawing, object in the drawing, or the entire project. |
Freshen |
Updates the wire connection table with the out-of-date files |
List |
Lists the drawings that appear to be out-of-date with the wire connection table of the project. |
Report only (no drawing update) |
Specifies to update only the report - not the drawing. |
Location Codes to extract |
Extracts only the information for components with specific location values. Once you pick Named Location, type the location code in the box or click List: Drawing or List: Project to select from a list of used location codes. AutoCAD Electrical toolset automatically creates a comma-delimited list for the named location search. |
%P |
Terminal pin text |
%Q |
Terminal pin TERMDESC text |
%I |
IEC-style installation code |
%L |
IEC-style location code |
%M |
Mount assignment (on panel footprint equivalent) |
%U |
Group assignment (on panel footprint equivalent) |
%W |
Wire number |
%C |
Cable tag + conductor/core color combination (format is "tag-color") |
%E |
Cable tag |
%J |
Cable conductor/core color |
%V |
Cable tag substituted for wire number if cable tag is non-blank. The wire number is displayed when a cable ID does not exist. |
%G |
Wire color/gauge (or wire layer name) |
%H |
Cable wire color substituted for wire number if cable color is non-blank. The wire layer is displayed when a wire conductor in conjunction with a cable ID does not exist. |
%T |
Terminal strip terminal pin assignment |
%K |
Terminal strip TERMDESC text - useful for multi-stack terminals |
%1 |
Destination component tag ID. You can use only one of the (%number) parameters. |
%2 |
Equivalent of "%1:%P" (component tag:term) |
%3 |
Equivalent of "%1:%P:%D" (component tag:term:termdesc) |
%4 |
Equivalent of "%L%1" (IEC component tag) |
%5 |
Equivalent of "%L%1:%P" (tag:term) |
%6 |
Equivalent of "%L%1:%P:%D" (tag:term:termdesc) |
%7 |
Equivalent of "%I%I%1" (INST prefix+IEC component tag) |
%8 |
Equivalent of "%I%L%1:%P" (tag:term) |
%9 |
Equivalent of "%I%L%1:%P:%D" (tag:term:termdesc) |
The part after the ":" is suppressed if the value is blank in %2 - %9 parameters. For example, %2=comp tag:term. The ":term" part is suppressed if blank.