Topic: Kabellänge definieren

Hallo,

ich bin heute zufällig auf QElectroTech gestoßen, da ich ein Programm suche um Kabelbäume zu erstellen.
Da ich leider nicht alle Funktionen die ich brauche gefunden habe, frage ich mal hier:

1) Kann man Leitungen Längen zuweisen, welche dann auch in der BOM enthalten sind?
2) Kann man die Farben der Leitungen auch in die BOM exportieren?
3) Ist es möglich submodule zu erstellen?
     d.h. Ich habe ein Bauteil und wenn ich da drauf klicke, dann komm ich auf eine bestimmte Folie
    um Größere Baugruppen zu erstellen und die Unterbaugruppe auf einer eigenen Folie.
4) Gibt es eine offizielle python Bibliothek um das Projekt zu parsen?

Ich weiß nicht ob das Programm für solche Anforderungen geschaffen ist, aber es ist auf jeden Fall ein großartiges Projekt!

Re: Kabellänge definieren

Hallo,

for now you can't export it to nomenclature, but a workaround is to use xmlstarlet to extract conductor properties :
https://qelectrotech.org/forum/viewtopi … 638#p10638

xmlstarlet sel -T -t -m /project/diagram/conductors/conductor -s A:N:- 
"@diagram" -v "concat(@num,';',@condsize,';',@function,';',@tension-
protocol,';',@type,';',@color,';')" -n master.qet > 
extract_conductor_project_master.csv

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Kabellänge definieren

Thank you for the proposal. I would like to contribute a wiring harness feature to the project. Is that possible?

Something like that:
https://rapidharness.com/

Re: Kabellänge definieren

You are welcome.
Why not if you can coding this feature.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Kabellänge definieren

Is there a way to contact you so I can clear some questions?

Re: Kabellänge definieren

yes, by email to Joshua and me : see aboutqetdialog.cpp. ;-)

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."