Joined: Wed Apr 25, 2007 11:05 am Posts: 20 Location: Eugene, OR
|
|
Duane,
We do use the Phase Orientation on our OH Primary Conductors.
We created a PhasingMarker feature that is related to our OH Primary Conductor. The Phasing Marker displays the Phase Orientation and the Feeder ID separated by a line which is snapped to the OH Primary conductor feature.
[u]Example[/u]:
|
ACB |
____ |
2004|
|
|
The Phasing Marker can be read from any direction.
We use Labels for display. Here is our label expression. The CircuitLocation field indicated if the conductor is the Upper (UP), Middle (MID), or Lower (LO) position on the pole. This field is only used if there are multiple curcuits on a specific pole.
I hope this helps you out.
George
[ORIENTATION] & vbNewLine & [FEEDERID] & " " & [CIRCUITLOCATION]
|
|