Topic: Wire labeling and listing

I see in the 0.1 version that wire list can be exported.
We need a more advanced list, where each wire is listed with the ID of two end connection. Like if one end of wire V1 is connected to A1 of K1 relay, other end is to A2 of K2 then it is listed something like:
V1 - K1.A1 K2.A2
Based on this list we produce the labels to be attached to the end of the wires requested by the client.
Is it possible to do that?

Re: Wire labeling and listing

See: https://qelectrotech.org/forum/viewtopic.php?id=2764

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

Re: Wire labeling and listing

Thank you, after reading the posts in the referred topics it seems to me that preparing the list is not an issue if the wire is not going to an other folio. If it does, then some programming is required, which is not availabe as a ready-to-use solution yet. Is it correct?

Re: Wire labeling and listing

Yes not yet.

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

Re: Wire labeling and listing

https://download.qelectrotech.org/qet/forum_img_2/1_schema.png

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

Re: Wire labeling and listing

If you use numbers for your wires, it should be quicker.
By electrical convention, it is forbidden for the two ends of a wire to be named differently.

I see in the 0.1 version that wire list can be exported.
We need a more advanced list, where each wire is listed with the ID of two end connection. Like if one end of wire V1 is connected to A1 of K1 relay, other end is to A2 of K2 then it is listed something like:
V1 - K1.A1 K2.A2

We prohibit it in the code on diagram,but you have free to write an function for that for wires labelling printers..

I understand, Unless the people wiring the electrical cabinets are unqualified.

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

Re: Wire labeling and listing

How did you generate this list?

scorpio810 wrote:

https://download.qelectrotech.org/qet/forum_img_2/1_schema.png

Re: Wire labeling and listing

xmlstarlet sel -T -t -m /project/diagram/conductors/conductor -s A:N:- "@num" -v "concat(@num,';',@conductor_color,';',@function,';',@tension_protocol,';',@conductor_section,';',@element1_label,';',@terminalname1,';',@element1_name,';',@element1_linked,';',@element2_label,';',@element2_name,';',@element2_linked,';',@terminalname2,';')" -n  sansnom2.qet >list_num777.csv

Post's attachments

Attachment icon list_num777.csv 567 b, 25 downloads since 2024-07-22 

Attachment icon sansnom2 (1).qet 121.49 kb, 27 downloads since 2024-07-22 

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

Re: Wire labeling and listing

https://xmlstar.sourceforge.net/download.php

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