See example provided, yes schemes of cars was very different than industry...
https://download.qelectrotech.org/qet/s … iagram.pdf
476 2024-04-01 17:28:20
Re: Projekteinstellungen Leitereigenschaften (global) (9 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
477 2024-04-01 16:56:30
Re: Suggestion: Use Terminal-Names in schematic-file (18 replies, posted in Code)
For me, sqlite help to create BOM, summary pages, ect, but when you change any things the change it's saved in XML of the project.
478 2024-04-01 16:48:46
Re: Elements editor Feature request (6 replies, posted in EN : Help, suggestions, discussions, ...)
Hmm, if you have multi-screen monitors that could hehping a lot, btw you have paste also to paste in zone -> CTRL +Maj +V.
When you paste many same parts you have an offset indexed to grid..
https://qelectrotech.org/wiki_new/roadm … d_elements
directly (Ctrl+V): the pasted parts are placed next to the copied parts; if the parts are pasted again, they are pasted one notch closer, incrementally. The screenshot on the right shows the result of pasting a selection 8 times in a row.
479 2024-04-01 16:39:40
Re: Projekteinstellungen Leitereigenschaften (global) (9 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
The only problem, as far as I know, is that when wires are connected to busbars or to a distribution block, they cannot necessarily have the same cross-section... yet the potential remains the same, but not the cross-section to supply each circuit-breaker.
480 2024-04-01 16:31:23
Re: Suggestion: Use Terminal-Names in schematic-file (18 replies, posted in Code)
Conductor numbering export to csv not use database:
https://github.com/qelectrotech/qelectr … export.cpp
Summary page and BOM use database:
https://github.com/qelectrotech/qelectr … s/dataBase
481 2024-04-01 16:20:14
Re: Suggestion: Use Terminal-Names in schematic-file (18 replies, posted in Code)
Hallo plc-user,
When you start QET and open an project QET read the XML of the project, draw all diagrams, etc, after it create an use a sqlite database in memory, you can export this database now, but you can't imported data yet to the project on the fly running.
Edit: Sqlite database for project was added recently also QET code can run without..
482 2024-04-01 16:15:47
Re: Projekteinstellungen Leitereigenschaften (global) (9 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
https://github.com/qelectrotech/qelectr … dialog.cpp
On QET conductors conected to element type terminal save the same potential, wire number, wire color, section, etc, also use symbol for for connect your wires of type simple...
483 2024-04-01 12:57:22
Re: Suggestion: Use Terminal-Names in schematic-file (18 replies, posted in Code)
What could be very constructive would be to add the conductors wire section, color, cable, element label, terminal name connected to each end in the sqlite database in a new table, a bit like nomeclature aka BOM.
It's justa an idea, this would avoid having to write a plugin like qet_tb_generator in python, which reads the XML to generate the terminal blocks, and then it might be possible to do more with SQL and csv export?
484 2024-04-01 12:22:54
Re: Elements editor Feature request (6 replies, posted in EN : Help, suggestions, discussions, ...)
Think this would be welcome; maybe this could be solved to let the editor import parts of it own.
We save a circle with a line, and drag/import it later on inside another drawing.
So can you make templates and your fantasie is unlimited.
You can open several element editors at the same time, select the parts you want and then copy them into the new element you're creating. You can create a Frankenstein element from scratch with many parts from other elements in the collection without tiring yourself just by selecting, copying and pasting.
Enjoy!
485 2024-04-01 09:28:41
Re: Suggestion: Use Terminal-Names in schematic-file (18 replies, posted in Code)
Insert the Tag "terminalname1" "terminalname2" with empty value, i think if user not added this values in terminal label.
Terminal UUID was always added.
486 2024-03-31 18:26:01
Re: Suggestion: Use Terminal-Names in schematic-file (18 replies, posted in Code)
Hallo plc-user,
Until now, if the "terminal name" property was empty, it didn't seem to bother, so I'll think leave it empty.
What do you think?
Best regards
Laurent
487 2024-03-30 10:21:41
Re: Wie erstellt man am besten eine Netzliste? (20 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
Hello Stephan,
Compiling Qet with its dependencies can be very easy on an OS like linux Debian like Ubuntu, etc., and very complicated on Windows.
Example on Debian like distrib
Build-Depends: debhelper (>= 11),
libqt5svg5-dev,
qt5-qmake,
qtbase5-dev,
libkf5widgetsaddons-dev,
libkf5coreaddons-dev,
libsqlite3-dev,
pkgconf
Install also Git, qtcreator, g++ etc
git clone --recursive https://github.com/qelectrotech/qelectrotech-source-mirror.git
OSX: https://qelectrotech.org/wiki_new/doc/macosx
Debian script packaging : https://qelectrotech.org/wiki_new/doc/packaging_debian
Windows: https://qelectrotech.org/wiki_new/doc/qt_pour_windows
See also:
https://qelectrotech.org/forum/viewforum.php?id=17
BTW, on 0.100.0 you can add a label name for each terminal in element editor, for now only show in qet project XML and element editor.
Best regards,
Laurent
488 2024-03-29 18:11:58
Re: Wie erstellt man am besten eine Netzliste? (20 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
489 2024-03-29 11:24:02
Re: Wie erstellt man am besten eine Netzliste? (20 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
Hallo Stephan,
maybe see Ronny videos?
https://qelectrotech.org/forum/viewtopic.php?id=2183
Best regards,
Laurent
490 2024-03-28 13:45:06
Re: Regression 0.80 > 0.90: Line thickness (10 replies, posted in EN : Help, suggestions, discussions, ...)
491 2024-03-27 18:23:37
Re: Regression 0.80 > 0.90: Line thickness (10 replies, posted in EN : Help, suggestions, discussions, ...)
Hi Tom,
try on 0.100.0 dev if problem it is , we don't fix old 0.90 release now!
Regards,
Laurent
492 2024-03-27 18:19:42
Re: svg export with transparent background color? (8 replies, posted in EN : Help, suggestions, discussions, ...)
The folio background to grey (button is in the upper tool bar) was added not for your eyes but for different raisons:
Like use white element for xrefs, BOM, etc, or draw invisible line, example:
493 2024-03-23 12:31:26
Re: Image library (3 replies, posted in EN : Help, suggestions, discussions, ...)
494 2024-03-23 12:25:02
Re: Expand single-line to multi-line (2 replies, posted in EN : Help, suggestions, discussions, ...)
495 2024-03-23 12:21:49
Re: Symbol in Schaltplan mit Zeichnung für Schaltschranklayout verbinden (1 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
496 2024-03-19 11:13:43
Re: Biblioteca de simbologia (2 replies, posted in Terminal block generator)
497 2024-03-18 12:30:42
Re: Regression 0.80 > 0.90: Line thickness (10 replies, posted in EN : Help, suggestions, discussions, ...)
Thanks Tom.
Best wishes from France,
Laurent
498 2024-03-18 12:29:19
Re: REFERENCIA CRUZADA EM PDF (1 replies, posted in Export DXF)
499 2024-03-16 13:11:55
Re: Regression 0.80 > 0.90: Line thickness (10 replies, posted in EN : Help, suggestions, discussions, ...)
Hi Tom,
I think you'll have to wait a very long time, as version 0.100 will only be released when Joshua has finished the immense work on the new terminal block generator.
Unfortunately, his wife is suffering from very serious health problems, so he doesn't even have time to boot up his computer in his spare time.
As for me, my health is still too precarious, and since my burn-out and other major health problems, I've been less involved in development than before...
https://qelectrotech.org/forum/viewtopi … 216#p19216
Regards,
Laurent
500 2024-03-16 11:48:56
Re: Regression 0.80 > 0.90: Line thickness (10 replies, posted in EN : Help, suggestions, discussions, ...)
Element created on 0.8 AppImage version!
Show on 0.8 AppImage
Show on 0.100-dev