Skip to main content
Wiring Studio
DOCUMENTATION

From an empty sheet to a released cutlist

How Wiring Studio models a harness, what it derives from that model, and how each view feeds the bill of materials and the cutlist.

Ctrl+K
Chapters
GETTING STARTED

Your first harness

This guide takes you from an empty account to a working two-connector harness with wiring, a bill of materials and a cut list. It should take about twenty minutes, and everything it covers has a chapter of its own if you want more detail.

Sign up

Open Wiring Studio and sign up with your email address. No credit card is required — the Free plan includes 3 projects, 1 sheet per project and 5 reusable components, and every drawing, wiring and export feature is available on it. See Pricing and plans for what the paid tiers add.

The sign-up screen with email and verification code entry

The same account signs you in to the browser app and the desktop app. Projects are the same on both, so you can start in one and finish in the other.

The Projects page

After signing in you land on the Projects page. The sidebar has two entries: Projects, and Components for the reusable sub-assemblies covered in Reusable components.

The Projects page showing several project cards in grid view
  • Grid view — project cards with a canvas thumbnail and the last-modified time.
  • Table view — the same projects as a compact list.
  • Search — filters by project name.
  • Workspace filter — All workspaces, your personal account, or one of your organisations. See Collaboration.

The toolbar also carries Library, which opens the parts library without opening a project, and Import Excel, which is covered in Excel import.

Create a project

Click New Project. Wiring Studio creates the project with a default name and opens the editor. It starts with one sheet and metric units; rename it and change the units later in Project Properties, described in Project settings.

The New Project button on the Projects page
TIP

Already documenting this harness in a spreadsheet? Use Excel import instead — drop in the workbook and an agent builds the components, wiring, cables and pin assignments for you.

The project editor

The full project editor showing the canvas, floating toolbar and sheet bar

Floating toolbar

The pill at the top centre of the workspace switches between the four views — Design, Wiring, BOM and Cutlist. The active one is highlighted.

Canvas

In Design and Wiring the main area is a pan-and-zoom canvas. Drag an empty area to pan, scroll to zoom, and use the reference grid to line things up. The two canvases keep their own viewport, so switching views does not lose your place.

Actions panel

The panel on the right of the Design canvas holds the things you reach for most: placing a connector, ring terminal or branch point, inserting or saving a reusable component, auto-scaling the layout, and opening export or project properties. It collapses, and stays collapsed.

Sheet bar

The bar along the bottom shows the project's sheets as tabs. Click to switch, double-click to rename, right-click for Rename and Delete, and use + to add one — subject to your plan's sheet limit. See Sheets and workspaces.

Build your first harness

Step 1 — add parts to the library

Everything you place comes from the parts library, so start there. Open Library and add at least a connector and a wire.

01Click Add Part and choose the Connector category.
02Enter a Manufacturer, Part Number and Description — for example Molex, 19418-0024, 24-pin ECU connector.
03Set the Cavities count and how the cavities are labelled: alphabetic, numeric or custom.
04Save, then repeat for a Wire part with its gauge, colour and price per metre or foot.
The parts library editor showing manufacturer, part number, cavity count and price fields
TIP

On a paid plan the library can find a part image for you or write the description from the manufacturer and part number. See Parts library.

Step 2 — place two connectors

Switch to Design if you are not there already. Place a connector from the actions panel, or right-click the canvas and choose Add Connector.

01Choose Add Connector. The component dialog opens.
02Give it a Name — J1, ECU, TPS Sensor — and pick the connector part you just added as its Main Part.
03Add any accessories it needs: a boot, backshell or lock. These are counted in the BOM.
04Save. The connector appears on the canvas; drag it into position, then repeat for J2.
The right-click context menu on the design canvas

Step 3 — route a cable

Cables carry the wires between components. Click a connection point on J1 — the small circle on its boundary — and a dashed line follows the cursor. Move to a connection point on J2 and click again to complete it.

A cable being drawn between two connectors, showing the dashed line and the snap highlight

Select the cable to set its Length and Covering, or right-click it for the same plus labels and branch points. The length is what the cut list works from, so it is worth setting now.

Step 4 — configure the pins

Right-click J1 and choose Pin Configuration. The dialog opens beside the canvas, with one row per cavity, and stays open while you work.

01Pick a Wire part for the first cavity.
02Optionally pick a Contact and a Wire Seal / Cavity Plug.
03Set the Destination to J2 and choose the cavity at that end.
04Repeat for each cavity you are wiring.
The Pin Configuration dialog showing wires assigned to cavities with contact, seal and destination columns

That one table is what drives the Wiring view, the BOM and the cut list. Pin configuration covers double crimps, twisted pairs and shielded cables.

Step 5 — check the wiring

Switch to Wiring. The connections you just made are drawn cavity to cavity. Click a wire to see its details and highlight the network it belongs to, and drag its control points to tidy the path. Right-click the canvas and choose Auto Route to have all of them routed for you.

The Wiring View showing pin-to-pin wire connections between two connectors

Step 6 — read the outputs

Switch to BOM. Every part the sheet uses — connectors, wires, contacts, seals, coverings, labels and accessories — is aggregated with quantities, unit prices and totals. Switch to Cutlist for one row per wire with its source, target, length and cut length.

The BOM view showing a table of parts with quantities and pricing columns
NOTE

Neither table is editable. Both are derived from the sheet, so if something looks wrong the fix is in Design or Pin Configuration — and the design rule checks will usually have said so already.

Next steps

Was this page useful?