Circuit Builder: To Set Up Component Auto-sizing

Circuit Builder can calculate the rating for components in the circuit based upon some multiple of the full load amp value of the motor or load. For example, the electrical code standard might state that a disconnect switch must be rated not less than 115% of the load amperage. An expected maximum load of 28 amps would require a disconnect switch rated at not less than 115% of 28 amps, or 32.2 amps. If standard switch ratings are 30 and 60 amps, a 60 amp switch would be selected.

Such an automatic calculation can be accomplished by creating a relationship between the call in the ANNOTATE_LIST field value in the circuit codes sheet of the circuit builder spreadsheet, and the MOTOR_I_* tables in the electrical standards database.

Here is how it is defined:

When a component has multiple calculated values such as a disconnect switch with fuses, the two RATING attributes for the component are semicolon delimited, as shown in this example:

(c:ace_cb_anno2 nil “A7” “RATING1;RATING2” nil 0)

The MOTOR_I_MAP table contains corresponding semicolon delimited values in the RATING column.

Note: See the API documentation for more information on the Circuit Builder API calls.