Create the Circuit Builder circuit template drawing, an AutoCAD .dwg file that contains the wiring framework for the circuit.
This template consists of three wires and some marker blocks.
Use standard AutoCAD commands to modify the template and not AutoCAD Electrical toolset commands. It avoids creating a template that contains an extra copy of the AutoCAD Electrical toolset WD_M block. If you accidentally use a command that inserts the invisible WD_M block, either UNDO or erase and purge the WD_M block instance. To erase and purge the invisible block, follow these steps:

.
The first modification is to change the way the horizontal wires connect to the vertical bus when inserted. The copied template is defined as follows:

The following changes to the marker blocks reverse it.

You should see three marker blocks, each with a CODE value of WCON. Each one is directly on top of and near the end of one of the wires.
You should see the following values:
The _WIRESKIP value defines the number of wires to skip over when trying to connect to the vertical bus when inserted. Removing this value directs Circuit Builder to connect to the first vertical wire it finds.
The _MAXTRAPCOUNT limits the relative distance that circuit builder searches to find a wire to connect to. It is measured in an integer number of wire connection trap distance units. If _MAXTRAPCOUNT is not defined or is zero, the search is across the whole extents of the drawing.
It tells Circuit Builder to skip over two vertical wires when trying to connect to the vertical bus and to search up to 200 times the trap distance for a vertical wire to connect to. If none are found within that distance, Circuit Builder will not stretch this wire.
The copied circuit has marker blocks for a control transformer and power factor correction capacitor. For this custom circuit, these options are not needed and the marker blocks can be removed.
Find which circuit codes sheet is used for the original template you copied over, ace_cb1_FVNR_H.dwg.
This CODE value links the marker block to the circuit code sheet.
You can add a marker block by inserting the library symbol, ace_cb_marker_block.dwg, or by copying an existing marker block and modifying the attribute values. In this section, you will insert a marker block that directs Circuit Builder to display a list of possible components to insert in the Circuit Configuration dialog box.
A copy of this block is installed in each of the schematic library folders, JIC125, IEC2, and so on.
Use letters or numbers for the value. There is no code naming convention. Make sure it is unique within the circuit codes spreadsheet. This marker block code value maps a row or group of rows in to the spreadsheet. The information in the spreadsheet directs Circuit Builder to perform a specific action at the XY coordinate of this marker block.
This value can be an integer or decimal number and defines the order that the marker blocks are processed. In this example, 12 is the highest ORDER value on the template. This means that the action defined by this marker block is the last one processed as the circuit is built.
This value can carry a number of flags as well as predefine attribute values. When more than one, they are to be semi-colon delimited.
The template has a marker block with a CODE value of X001. Finding the matching code in the circuit codes sheet indicates a multi-pole component insertion. Three terminals are inserted at the location of this marker block. In this section, you add a MISC1 value to predefine the terminal numbers.
This " _L= " prefix marks the beginning of a list of data to annotate on to a multi-pole insertion triggered by the single marker block. In the example here, a multi-pole insertion of three terminals into the three phase bus defined in the template drawing.
The "|" symbol separates the attribute groups for each pole of the multi-pole insertion. Multiple attributes within a group are separated by a ";", the second-level delimiter. This example directs Circuit Builder to assign T1 to the TERM01 attribute on the first terminal inserted, T2 on the second, and T3 on the third.