Index  /  Drafting  ·  Sheet 2 of 11

Drafting & Schematics

AutoCAD · DraftSight · Eagle PCB

A drawing is a message to a stranger, and the stranger is usually me, four years later, at a disadvantage.

The point of a drawing

Drafting gets treated as documentation — the paperwork you do after the real work. That's backwards. The drawing is where the thinking happens. Wiring a panel from a schematic you drew properly is transcription. Wiring one from a sketch is design work performed with a crimper in your hand, which is how mistakes get expensive.

The other half is revision discipline. A drawing nobody trusts is worse than no drawing, because it costs the same to read and then has to be verified anyway. Which is what the title block is for — the least glamorous rectangle on the sheet and the one that decides whether any of the rest can be believed.

DRAWING AREA everything the fabricator actually builds from MOTOR STARTER DRIVE TITLE DWG NO. SCALE REV TITLE BLOCK who, when, which revision — the part that answers "is this the current drawing?"

That's the anatomy. Here it is filled in for real — a board I drew in 2009, sheet 1 of 1, with the title, document number, revision and date all sitting in the corner where they belong, and zone markers A–K along the border so a note can say see C4 and mean something.

Multiface schematic sheet with full drafting border and title block
01TITLE: Multiface. Dated 10/22/2009 and still legible seventeen years later, which is the entire argument for doing this properly the first time.
Multiface two-layer PCB layout
02The board it produced — 4.116 × 3.187 inch, two layers. Red is one side, blue the other, and every place they cross is a via that had to be argued for.
The test

A drawing works if a stranger can build from it without phoning you. Seventeen years is a long enough gap that I qualify as the stranger, and I could still build this one. That is the only review that ever mattered.

3D layout

Cell layouts get drawn in 3D before anything is quoted. Reach envelopes, fence lines, gate swings, where a pallet truck physically fits. It is much cheaper to discover a robot can't reach the far corner in a model than on a concrete floor with the customer standing behind you.

Robot cell layout, isometric. Fencing, conveyor entry, operator side, and the reach envelope that determines all three.
03Robot cell layout, isometric. Fencing, conveyor entry, operator side, and the reach envelope that determines all three.
Alternate arrangement of the same problem. Drawing both is faster than defending the first one.
04Alternate arrangement of the same problem. Drawing both is faster than defending the first one.
A complete package

A drawing set is not a pile of drawings. It's an ordered argument that starts at the incoming power and ends at the last device, and every sheet assumes you've read the ones before it.

This is a set for a robotic palletizing cell. It's the clearest example I have of why the discipline matters, so it's worth walking in the order a person actually reads it.

DraftSight with multiple drawing sheets of the same set open
05The tool, in use. Several sheets of the same set open at once — because you are never working on one drawing, you are working on the relationships between four of them.
Sheet 01 — start at the service

A set opens with architecture, not detail. These four sheets answer where does the power come from, where does it go, and what is connected to what — and every sheet after them is an elaboration of one box on one of these.

Main power one-line diagram from customer service through main breaker to distribution
06The one-line. It opens with CUSTOMER SUPPLIED 480VAC, 3PH — the boundary of responsibility, stated in the first thing anybody reads. Main breaker, distribution, the control transformer, the DC supply, the robot's own feed. Everything else in the set hangs off this page.
480VAC motor power distribution to eight drives and motors
07480V motor power, laid out as a repeated column: disconnect, contactor, line reactor, drive, contactor, terminal, motor. Eight identical chains side by side — so a deviation in any one of them is visible at a glance rather than found by reading.
24VDC distribution showing separate safety, non-safety and constant rails
08DC distribution, and the detail worth stopping on: three separate 24V rails. Safety 24VDC, Non-Safety 24VDC, and Constant 24VDC. Keeping them apart on paper is what stops someone later feeding a safety input from a rail that drops when the machine faults.
System interconnect block diagram with named cables between all major components
09The interconnect diagram — the map. HMI, processor, safety relay, three I/O racks, eight drives across two bays, junction boxes out to the field, the robot. Every cable named. Find a physical cable in the machine, find it here, and you know both ends without tracing it.
Then logic and safety
Power distribution schematic showing three-phase feeds to drives and motors
10Distribution at the schematic level — the same story as the one-line, drawn with the contactors, reactors and overloads that actually do it.
PLC input module schematic with labeled field devices
11Inputs. E-stops, gate switches, safety relay channels, the remote pushbutton box, and the operator's control stop and start. Each one labeled with what it means, not just where it lands.
PLC output module schematic
12Outputs. Vacuum pump, air conditioner, indicators, light curtain reset. The other half of the same conversation.
Safety scanner, gate switch and light curtain wiring with cable color legend
13Safety devices drawn as the objects they are — scanners, gate switch, light curtain — with the cable color legend right there on the sheet. The person landing that 8-wire cable should not have to go and find a datasheet.
Safety relay schematic with pull cord circuits
14The safety relay and the pull cords feeding it. This is the sheet that gets read hardest during a commissioning walkdown.
Robot controller interface schematic with dual channel safety circuits
15Robot controller interface. Servo on/off, fence channels, external E-stop channels — dual-channel throughout, because single-channel safety is a decision you only get to make once.
The sheets people forget

Anyone will draw the schematic. The sheets below are the ones that separate a set somebody can build from a set somebody has to interpret.

VFD parameter tables for four drives documented on the drawing
16Drive parameters, on the drawing. Every P- and A- value for four drives. When one fails in three years, whoever replaces it does not need to find me, or the original program, or a backup that may not exist.
I/O block wiring with connector pinouts and mechanical cylinder locations
17Device-level wiring with the IP address, the cable numbers, the connector pinouts and a mechanical view showing which physical cylinder each one goes to. Electrical and mechanical on the same sheet, because the person tracing it is standing at the machine.
Mechanical cell layout with tagged photo-eyes, motors and pallet stops
18The cell itself, tagged. Every photo-eye, motor and pallet stop carries the same designator it has in the schematic. This drawing is the bridge between the paper and the floor.
Terminal block layout drawing for TB1 through TB3
19Terminal block layout, strip by strip, with wire numbers called out. Tedious to draw. Priceless at two in the morning.
Panel backplate layout with dual dimensioning
20Panel layout dimensioned in both fractional and decimal inches — fractions for the person with the tape measure, decimals for the machine that punches the holes.
Enclosure general arrangement with front, top and side views and door device layout
21General arrangement. Front, top and side, with the door layout and every pilot device shown in its actual color. This is what the customer signs off before anything gets cut.
The thing that makes it a set

Look at the margins. Every sheet has line numbers running 00–49 and 50–99 down the side, and every wire that leaves says where it goes — FROM PG 7 LINE 49, TO PG 11 LINE 92. That numbering is the whole reason a fifty-sheet set is navigable instead of a pile. It's an addressing scheme, and it turns a stack of drawings into a linked document you can follow without ever guessing.

Board level — Eagle

PCB work is the same discipline with the tolerances tightened. A panel forgives a lazy route; a board records it permanently in copper and then you pay a fab house to reproduce your mistake a hundred times.

The sequence is always schematic first, layout second, and never the reverse. The schematic is what you can reason about. The layout is a physical consequence of it, and the moment you start designing in the layout you have stopped being able to check your own work.

Schematic capture — a dual-channel op-amp design, both halves drawn identically so a divergence between them is visible instead of hidden.
22Schematic capture — a dual-channel op-amp design, both halves drawn identically so a divergence between them is visible instead of hidden.
Board layout, 4.431 × 3.579 inch. Routing in blue, pads in green, silkscreen underneath. Mixer inputs, buffer outputs and power broken out at the edges where the connectors want to be.
23Board layout, 4.431 × 3.579 inch. Routing in blue, pads in green, silkscreen underneath. Mixer inputs, buffer outputs and power broken out at the edges where the connectors want to be.
Copper layer as the fab house receives it. No labels, no color, no help — just what will actually be etched.
24Copper layer as the fab house receives it. No labels, no color, no help — just what will actually be etched.
The routed side. Every one of those paths is a decision about length, spacing and what it runs next to.
25The routed side. Every one of those paths is a decision about length, spacing and what it runs next to.
Controller board — 8051-family MCU with I²C EEPROM, regulated supply, LCD and header breakouts. Note the analog and digital grounds kept as separate nets and tied at exactly one point: the difference between a design that works and one that hums.
26Controller board — 8051-family MCU with I²C EEPROM, regulated supply, LCD and header breakouts. Note the analog and digital grounds kept as separate nets and tied at exactly one point: the difference between a design that works and one that hums.
Why this belongs on the drafting page

People file PCB work under electronics and panel schematics under drafting, as though they were different skills. They are the same skill at two scales — capture the intent, then let the layout be a consequence. The tool changes. The discipline doesn't.

Tools, honestly assessed
ToolWhat I use it forThe honest note
AutoCADElectrical schematics, panel layouts, site drawingsIndustry default. Everyone can open the file, which is 80% of why it wins.
DraftSight2D drafting where a full AutoCAD seat isn't justifiedDoes the job. Reads DWG. Costs a fraction. The compatibility is good enough right up until it isn't.
Eagle PCBBoard-level work — schematic capture and layoutDifferent discipline wearing similar clothes. Board layout punishes sloppiness faster than panel layout does.
Opinion

Layer discipline and a real title block are worth more than any amount of drafting speed. Fast drawings that nobody can revise are a liability you hand to your own future self, gift-wrapped.

← EE / AutomationField Service →