2011

Table Of Contents
Here is how it is defined:
The CODE value of the marker block on the inserted circuit template
drawing, points at a group of rows in the circuit codes sheet. These rows
define the types of components that can be inserted at the location of this
marker block.
The row for the inserted component, either the default component or the
component selected on the Circuit Configuration dialog box, contains an
ANNOTATION_LIST column value.
The ANNOTATE_LIST column value contains a call to the API function
c:ace_cb_anno2. This function includes a code argument like A1.
The code argument should match a code value in the MOTOR_I_DESC
table of the electrical standards database file.
Here is an example for a disconnect switch entry:
(c:ace_cb_anno2 nil A1 RATING1 0 nil)
In this example, A1 is the code to match in the MOTOR_I_DESC table
(for Disconnect switch non-fused), and RATING1 is the attribute on
the inserted disconnect switch symbol to receive the final calculated amp
value.
The MOTOR_I_CALC table also has a column of data with a label that
matches the code used in the C:ace_cb_anno2 call.
Circuit Builder - How to | 2077