0% found this document useful (0 votes)
5 views1 page

Panel-Layout SVG

layout panel phb

Uploaded by

Mohammad Ilyas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Panel-Layout SVG

layout panel phb

Uploaded by

Mohammad Ilyas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<svg viewBox="0 0 800 1000" xmlns="http://www.w3.

org/2000/svg">
<!-- Panel Outline -->
<rect x="50" y="50" width="700" height="900" fill="none" stroke="black" stroke-
width="2"/>

<!-- MCCB -->


<rect x="150" y="150" width="500" height="200" fill="lightgray"
stroke="black"/>
<text x="400" y="250" text-anchor="middle" font-size="24">MCCB 400A</text>

<!-- Busbar Section -->


<rect x="100" y="400" width="600" height="150" fill="lightgray"
stroke="black"/>
<text x="400" y="475" text-anchor="middle" font-size="24">Busbar
Compartment</text>

<!-- Current Transformers -->


<rect x="150" y="600" width="100" height="60" fill="lightblue" stroke="black"/>
<text x="200" y="635" text-anchor="middle" font-size="16">CT-R</text>

<rect x="350" y="600" width="100" height="60" fill="lightblue" stroke="black"/>


<text x="400" y="635" text-anchor="middle" font-size="16">CT-S</text>

<rect x="550" y="600" width="100" height="60" fill="lightblue" stroke="black"/>


<text x="600" y="635" text-anchor="middle" font-size="16">CT-T</text>

<!-- Meters -->


<circle cx="200" y="750" r="30" fill="white" stroke="black"/>
<text x="200" y="755" text-anchor="middle" font-size="12">A-R</text>

<circle cx="400" y="750" r="30" fill="white" stroke="black"/>


<text x="400" y="755" text-anchor="middle" font-size="12">A-S</text>

<circle cx="600" y="750" r="30" fill="white" stroke="black"/>


<text x="600" y="755" text-anchor="middle" font-size="12">A-T</text>

<!-- Control Section -->


<rect x="100" y="800" width="600" height="100" fill="lightgray"
stroke="black"/>
<text x="400" y="850" text-anchor="middle" font-size="20">Control
Compartment</text>

<!-- Dimensions -->


<text x="400" y="980" text-anchor="middle" font-size="16">Width: 800mm x
Height: 2000mm x Depth: 600mm</text>
</svg>

You might also like