How to add your knowledge

Insert from catalog lists

    Table of contents
    No headers

    Procedures:

    Insert components from catalog lists

    Use this to annotate the selected schematic (or panel) component with the catalog number or a component description selected from a user-defined pick list and insert it into the drawing.

    Note: This procedure uses schematic tools, but the same procedure can be done using panel tools.

    1. Click Schematic tab ac.menuaro.gif Insert Components panel ac.menuaro.gif Insert Components drop-down ac.menuaro.gif Catalog List.icon_cmd_ace_incmpfl.png
    2. Sort the component list by catalog, description, or manufacturer.
    3. Select the component to insert.
    4. (Optional) Click Edit to make any changes to the catalog record. Modify the record in the Edit Record dialog box and click OK.
    5. (Optional) Click Add to create a new record. If the new record is similar to an existing record, highlight the existing record before you click Add. Modify the record in the Add Record dialog box and click OK.
    6. Click OK.
    7. Specify an insertion point in the active drawing.
    8. Make any changes in the Insert/Edit Component dialog box and click OK.

     

    References

    Schematic component or panel footprint

    Inserts schematic or panel symbols by choosing a catalog number or a component description from a user-defined pick list. The data displayed in this pick list is stored in a database in generic Access format. The file name is wd_picklist.mdb and can be edited with Access or from Add/Edit/Delete along the bottom of the dialog box for the pick list. The AutoCAD Electrical normal search path sequence is used to locate this file.

    Insert Component (Catalog List)

    ac.mouse.gif Ribbon: Schematic tab ac.menuaro.gif Insert Components panel ac.menuaro.gif Insert Components drop-down ac.menuaro.gif Catalog List.icon_cmd_ace_incmpfl.png

    ac.mouse.gif Toolbar: Insert Componenticon_cmd_ace_incmpfl.png

    ac.mouse.gif Menu: Components ac.menuaro.gif Insert Component (Lists) ac.menuaro.gif Insert Component (Catalog List)

    ac.keyboard.gif Command entry: AECOMPONENTCAT

    Insert Footprint (Catalog List)

    ac.mouse.gif Ribbon: Panel tab ac.menuaro.gif Insert Component Footprints panel ac.menuaro.gif Insert Footprints drop-down ac.menuaro.gif Catalog List.icon_cmd_ace_pinscatlst.png

    ac.mouse.gif Toolbar: Insert Footprint (Lists)icon_cmd_ace_pinscatlst.png

    ac.mouse.gif Menu: Panel Layout ac.menuaro.gif Insert Footprint (Lists) ac.menuaro.gif Insert Footprint (Catalog List)

    ac.keyboard.gif Command entry: AEFOOTPRINTCAT

    Both schematic and panel layout symbols can be included in the pick list database. Only schematic or panel entries are displayed at a time depending on whether the routine is called from the AutoCAD Electrical or Panel Layout toolbar.

    Sort by

    Specifies how to sort the record list. You can sort by description, catalog number, or manufacturer code.

    Add

    Opens a dialog box for creating a record. If the footprint block is not in an AutoCAD or an AutoCAD Electrical search path, include the part of the path to append to one of these search paths (or you can enter the full path). If the new record is like an existing record, highlight the existing record before you click Add.

    Edit

    Opens a dialog box for editing a record. Highlight the record and click Edit. Modify the record in the displayed dialog box.

    Delete

    Removes an existing record.

     

    Add or edit record

    Insert Component (Catalog List)

    ac.mouse.gif Ribbon: Schematic tab ac.menuaro.gif Insert Components panel ac.menuaro.gif Insert Components drop-down ac.menuaro.gif Catalog List.icon_cmd_ace_incmpfl.png

    ac.mouse.gif Toolbar: Insert Component icon_cmd_ace_incmpfl.png

    ac.mouse.gif Menu: Components ac.menuaro.gif Insert Component (Lists) ac.menuaro.gif Insert Component (Catalog List)

    ac.keyboard.gif Command entry: AECOMPONENTCAT

    Click Add or Edit.

    Insert Footprint (Catalog List)

    ac.mouse.gif Ribbon: Panel tab ac.menuaro.gif Insert Component Footprints panel ac.menuaro.gif Insert Components drop-down ac.menuaro.gif Catalog List.icon_cmd_ace_pinscmplst.png

    ac.mouse.gif Toolbar: Insert Footprint (Lists) icon_cmd_ace_pinscmplst.png

    ac.mouse.gif Menu: Panel Layout ac.menuaro.gif Insert Footprint (Lists) ac.menuaro.gif Insert Footprint (Catalog List)

    ac.keyboard.gif Command entry: AEFOOTPRINTCAT

    Click Add or Edit.

    Note: When you add a record you must indicate if the component or circuit is Schematic or Panel and you need to indicate if it should be inserted as a block or exploded upon insert (as you would for a circuit). Then, at a minimum, you need to define the block name and either the catalog number or description.

    Select Schematic or Panel Device

    Specifies if the component (or circuit) is Schematic or Panel.

    Single block or explode on insert

    Specifies if it should be inserted as a block or exploded upon insert (as you would for a circuit).

    Minimum of Block Name and either Description or Catalog

    • Block/Assembly/Circuit: The Block value can be a symbol name or AutoLISP expression. If the footprint block is not in an AutoCAD search path or an AutoCAD Electrical search path, include the part of the path that needs to be appended to one of these search paths (or enter the full path to the footprint block). Use Browse to locate the block name.
    • Description: Specifies the optional comment for the footprint record. This is for reference in this file only. It does not get extracted into any AutoCAD Electrical report
    • Catalog: (not used for exploded inserts) The Catalog value may contain wildcards. Wildcard characters include:

      * = match any characters

      ? = match any single character

      # = match any single numeric digit

      @ = match any single alphabetic character

      Note: If the catalog number actually has a character in it like #, then precede it with the ` char, example "F120#10" would be "F120`#10"

    Optional Values

    (These options are not available for exploded inserts) Options for specifying the manufacturer code, assembly code, and text values. If the catalog information includes an ASSYCODE value, include it in the record to ensure a complete match. If the same footprint is used no matter what the ASSYCODE value is (ex: different combinations of contact blocks on a base relay) then use " * " wildcard character for the ASSYCODE value in the record.

    The TEXTVALS value can be used to filter your pick list based on the component's FAMILY code value. For this to work, the text substring "FAMILY=<family code>" needs to be somewhere in each line of text to be displayed. The TEXTVALS field can also be used to auto-fill attribute values on insertion. For example, if the line includes the substring "MFG=AB;CAT=1492;LOC=PNL1" then the MFG, CAT, and LOC edit boxes will auto-fill with the values "AB", "1492", and "PNL1" respectively.