Control Panel Wiring in India: Standards, Colours and the Checks Before Power-On

Why panel work belongs on a programmer's CV
Plenty of PLC programmers cannot wire a panel and have never continuity-checked one. That is precisely why the ones who can get hired faster: an engineer who can read the schematic, build to it and prove it is useful from week one, while a programmer who has only ever worked in software needs somebody else present for anything physical.
If you are training for automation work in India, panel building is not a lesser skill. It is the half that makes the other half employable.
Wire colours
Indian practice generally follows IS and IEC conventions. Standards vary between customers and export panels follow the destination's rules, so always check the project specification first, but the common convention is:
| Circuit | Typical colour |
|---|---|
| AC power, three phase | Red, Yellow, Blue |
| Neutral | Black |
| Earth / protective | Green, or green with yellow stripe |
| AC control | Red |
| DC positive (24 V) | Blue or dark blue |
| DC negative (0 V) | Blue with white, or as specified |
| Interlock from an external source, live when main isolator is off | Orange |
That last row matters and is often missed. Orange means "this conductor may still be live after you have isolated this panel". Somebody will one day open the panel trusting that colour code.
Segregation
Keep power and control physically apart. Separate trunking where possible, and cross at right angles rather than running parallel where they must meet.
The reason is not tidiness. A VFD output cable running alongside a 4 to 20 mA signal cable will inject noise into it, and you will spend a day chasing an "intermittent transmitter" that is actually a cable-routing decision. See 4 to 20 mA loop troubleshooting.
Ferrules and labelling
Every conductor gets a ferrule at both ends, printed with the wire number from the drawing. Every device gets its tag label. Every terminal is numbered.
This feels slow while you are building and it is the single biggest determinant of how long fault finding takes for the next ten years of the panel's life. An unlabelled panel is a panel that gets replaced rather than repaired.
Two rules that save arguments:
- Label to the drawing, not to what you think it should be. If the drawing is wrong, mark up the drawing and get it changed.
- The as-built drawing goes in the panel, in the document pocket, updated. A panel whose drawing does not match its wiring is worse than a panel with no drawing, because the next person will trust it.
Earthing and bonding
- Every metallic enclosure part, including the door, is bonded. Door bonding straps are frequently omitted and are exactly what protects somebody holding an open door.
- Earth conductors are sized to the circuit they protect, per the specification.
- Signal cable screens are earthed at one end only, normally the panel end, to prevent circulating currents.
- VFD output cable screens are the exception and are earthed at both ends, because there the purpose is containing high-frequency emission rather than avoiding a ground loop.
Terminations
- Ferrules crimped with the correct tool, not pliers.
- One conductor per terminal unless the terminal is designed for two.
- Stranded conductors get bootlace ferrules before entering a screw terminal. Bare strands spread, and a single strand that escapes causes a short that is invisible.
- Torque matters. Under-tightened terminals cause heating and intermittent faults; over-tightened terminals damage the conductor. The terminal manufacturer publishes the figure.
- Leave service loops. A conductor cut to exact length cannot be re-terminated when a terminal fails.
Before power-on
Do not energise a new panel until you have done these, in this order:
- Visual inspection. Loose strands, swarf from drilling, tools left inside, doors and glands secure.
- Continuity check to the drawing. Buzz out every control circuit end to end. This is the step that finds crossed wires, and it takes hours you will not regret.
- Insulation resistance test where the specification calls for it, with electronics disconnected or protected. A megger across a PLC input card destroys the card.
- Check no conductor is shorted to earth.
- Verify the incoming supply is the voltage the panel expects, and that phase rotation is correct where it matters.
- Energise control circuits before power circuits. Prove the 24 V supply, the PLC and the field devices before you make anything move.
Then, and only then, I/O loop checking. See I/O loop checking during commissioning.
What employers ask
"Can you read a schematic?" is asked of everybody and answered yes by everybody. What follows is the real question: "walk me through how you would find why a contactor is not pulling in." The answer is a sequence of measurements, and it comes from having done it.
Learn it with a screwdriver in your hand
Panel work is not learnable from video. On the Automation Engineer Program trainees wire real panels to real drawings, continuity check them, and then program the controller inside, which is the order it happens on a real project.
Related: The seal-in circuit, Emergency stop and safety circuits, VFD parameter setup.
