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
connectorsmap. - Declare cables in the
cablesmap. - Put wiring paths in the
connectionslist. - 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.