Data Text for Breakers, Switches, and Fuses

All closed breakers, switches, and fuses must have a location defined for DataText1. This is so that equipment duty results in short circuit are displayed correctly.

Note that there are several orientations that need to be modified for correct data text placement.

Equipment

One-line

Graphics

Vertical

Vertical

Flipped

Horizontal

Horizontal

Flipped

HV Breaker  

X

X

X

X

LV Breaker Breaker Only

X

X

X

X

LV Breaker Fused Breaker

X

X

X

X

LV Breaker

Breaker Contactor

X

X

 

 

Switch

 

X

X

X

X

Fused Switch

Fuse Only

X

X

X

X

Fused Switch

Fused Switch

X

X

X

X

Fused Switch

Fused Contactor

X

X

 

 

An example for a low voltage breaker is shown below for reference. The relevant line is emphasized.


<Equipment Type="LowVoltageBreaker">

<GraphicDefinition SubType="AC" CurrentType="AC" DefaultSpacing="2" BreakerState="Closed" Orientation="Vertical" AcadBlockName="LVBKR_AB">

<SnapPoint X="0" Y="4" />

<ConnectionPoint X="0" Y="-8" Connection="From" />

<ConnectionPoint X="0" Y="16" Connection="To" />

<TextTemplate>

<Text Block="IdName" HorizontalAlignment="Left" Justification="Left" VerticalAlignment="Top" X="12" Y="0" />

<Text Block="DataText1" HorizontalAlignment="Right" Justification="Left" VerticalAlignment="Top" X="-8" Y="-2" />

</TextTemplate>

<SymbolTemplate>

<Polyline Points="0 16, 0 12, -5 0, " />

<Line X1="-2" Y1="-2" X2="2" Y2="2" />

<Line X1="2" Y1="-2" X2="-2" Y2="2" />

<Line X1="0" Y1="0" X2="0" Y2="-8" />

</SymbolTemplate>

</GraphicDefinition>


More Information

Symbol Definition Tags