Skip to main content

WireViz

WireViz creates wiring-harness diagrams from connectors, cables, and connections.

Use this type

Use WireViz to document cable assemblies, pins, wire colors, gauges, and connector mappings.

Source format

The source format is WireViz YAML. Enter the source in the diagram.zip editor.

Syntax essentials

  • Declare connectors in the connectors map.
  • Declare cables in the cables map.
  • Put wiring paths in the connections list.
  • Use matching pin and wire lists for grouped connections.

Example

connectors:
X1:
type: Molex
pinlabels: [GND, DATA]
cables:
W1:
wirecount: 2
connections:
- - X1: [1, 2]
- W1: [1, 2]
Rendered exampleDrag to pan. Use the wheel or controls to zoom.
100%
This view uses the live diagram.zip renderer.

Upstream reference

WireViz documentation