You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently designing a simple wiring harness and encountering an error stating Exception: <== is not in cables when trying to link a simple crimped pin to it's connector. I've been following the arrow syntax in the syntax guide.
The Yaml File is:
connectors:
X1:
type: Plugpins: [A, B, C, D, E, F, G, H, J, K, L, M, N, P]pinlabels: [GND, 12V, J1939+, J1939-]pincolors: [BK, RD, YE, GN]pincount: 14show_pincount: truehide_disconnected_pins: truenotes: | Unconnected pins are not shown Cavity plugs are to be fitted in unpopulated holesimage:
src: Images/HDP26-18-14SE-CL20.jpgheight: 150caption: "DEUTSCH: HDP26-18-14SE-CL20"manufacturer: DEUTSCHmpn: HDP26-18-14SE-CL20additional_components:
-
type: "Cavity Plug"qty: 10manufacturer: DEUTSCH mpn: 2373921-1X2:
type: Receptaclepinlabels: [12V, GND, CAN HI, CAN LO]pincolors: [RD, BK, YE, GN]image:
src: Images/DT04-4P-CE03.jpegheight: 150caption: "DEUTSCH: DT04-4P-CE03"manufacturer: DEUTSCHmpn: DT04-4P-CE03PIN:
style: simpleautogenerate: truetype: Crimped Pinmanufacturer: DEUTSCHmpn: 1060-16-0622SOCKET:
style: simpleautogenerate: truetype: Crimped Socketmanufacturer: DEUTSCHmpn: 1062-16-0177cables:
W1:
category: bundlegauge: 1 mm2length: 500 mmcolors: [BK, RD, YE, GN]show_equiv: truempn: [TW100-B-500, TW100-R-500, TW100-Y-500, TW100-DG-500]notes: | Red and Black are a twisted pair with 25mm pitch Yellow and Green are a twisted pair with 25mm pitchadditional_components:
-
type: Conduitsubtype: Black Plastic, 12mmqty: 470unit: mmmpn: CTPA12
-
type: Heat Shrinksubtype: Adhesive Linedqty: 2connections:
-
- X1: [A, B, C, D]
- <==
- SOCKET.
- W1: [1, 2, 3, 4]
- PIN.
- ==>
- X2: [2, 1, 3, 4]
Is this down to an installation issue?
The text was updated successfully, but these errors were encountered:
@RubenHeyse - Thank you for reporting this error message, but please always provide all information about your set of versions as described in CONTRIBUTING.md and how you installed WireViz and dependencies. Otherwise, it might be hard to help you when nobody knows how to recreate the error you report.
It seems you use a mix of the v0.3.2 syntax (e.g. autogenerate) and v0.4 syntax (e.g. <==) in the same YAML input. Is it possible that you have installed a version of WireViz older than v0.4?
I'm currently designing a simple wiring harness and encountering an error stating
Exception: <== is not in cables
when trying to link a simple crimped pin to it's connector. I've been following the arrow syntax in the syntax guide.The Yaml File is:
Is this down to an installation issue?
The text was updated successfully, but these errors were encountered: