Thanks Mike,

Laurent

On My Debian machine

14:15:48.103 Info: Start-up 
14:15:48.157 Info: debugging enabled: false 
14:15:48.158 Info: Qt library version: 5.15.2 
14:15:48.158 Info: Qt library location default prefix: "/usr" 
14:15:48.158 Info: Qt library location documentation: "/usr/share/qt5/doc" 
14:15:48.158 Info: Qt library location headers: "/usr/include/x86_64-linux-gnu/qt5" 
14:15:48.158 Info: Qt library location libraries: "/usr/lib/x86_64-linux-gnu" 
14:15:48.158 Info: Qt library location executables: "/usr/lib/x86_64-linux-gnu/qt5/libexec" 
14:15:48.158 Info: Qt library location Qt binaries: "/usr/lib/qt5/bin" 
14:15:48.158 Info: Qt library location Qt plugins: "/usr/lib/x86_64-linux-gnu/qt5/plugins" 
14:15:48.158 Info: Qt library location installed QML extensions: "/usr/lib/x86_64-linux-gnu/qt5/imports" 
14:15:48.158 Info: Qt library location installed QML extensions: "/usr/lib/x86_64-linux-gnu/qt5/qml" 
14:15:48.158 Info: Qt library location dependent Qt data: "/usr/lib/x86_64-linux-gnu/qt5" 
14:15:48.158 Info: Qt library location independent Qt data: "/usr/share/qt5" 
14:15:48.158 Info: Qt library location translation: "/usr/share/qt5/translations" 
14:15:48.158 Info: Qt library location examples: "/usr/lib/x86_64-linux-gnu/qt5/examples" 
14:15:48.158 Info: Qt library location Qt testcases: "/usr/tests" 
14:15:48.158 Info: Qt library location Qt settings: "/etc/xdg" 
14:15:48.158 Info: "QElectroTech V 0.90-DEV+f08811acab0a58100c957a06d79751d3" 
14:15:48.158 Info: "Compilation: GCC 11.2.0" 
14:15:48.158 Info: "Built with Qt 5.15.2 - Date : Nov  7 2021 : 11:58:58" 
14:15:48.158 Info: "Run with Qt 5.15.2 using 48 thread(s)" 
14:15:48.158 Info: "CPU : model name\t: AMD Ryzen Threadripper 3960X 24-Core Processor\n" 
14:15:48.158 Info: "RAM Total : 64193 MB" 
14:15:48.158 Info: "RAM Available : 59416 MB" 
14:15:48.158 Info: "GPU :  Advanced Micro Devices, Inc. [AMD/ATI] Lexa PRO [Radeon 540/540X/550/550X / RX 540X/550/550X] (rev c7)\n" 
14:15:48.158 Info: "GPU RAM : @ToDo" 
14:15:48.158 Info: "OS : linux  - x86_64 - Version : Debian GNU/Linux bookworm/sid - Kernel : 5.15.4-vanilla" 
14:15:48.158 Info: *** Qt screens *** 
14:15:48.158 Info: "( 1 : 3840 x 2160 )" 
14:15:48.158 Info: "( 2 : 1920 x 1080 )" 
14:15:48.412 Info: Elements collection reload 
14:15:48.701 Info: Elements collection finished to be loaded 

./count_elements.sh
7820 elements dans 1039 categories (soit 8859 fichiers)


14:15:48.103 Info: Start-up
14:15:48.412 Info: Elements collection reload
14:15:48.701 Info: Elements collection finished to be loaded

7820 elements loaded in 0.3 seconds .... 0.6 seconds after click to launch QET is ready.

On Linux launching QET is < 2 secondes
On Windows sometimes is >75 secondes

Depend on setup SSD and big CPU with many threads is faster.

Hello Mike,

I used qet-tb-generator 1.3.0 but it break XML format, I fixed XML with xmllint --recover command.
I send an email to Raul about this bug in qet-tb-generator.


QET on Linux machine is 20 X faster than on Windows.

With terminals in folio.

Mike wrote:

Laurent,

Should I use a text editor like Notepad for that?

Mike

Hmm, not!
patterns &#xd;&#xd; was remplaced by empty lines in your project.. ;-)
sed, awk, perl, etc ..
https://www.baeldung.com/linux/delete-l … -from-file
https://www.theunixschool.com/2014/08/s … -file.html

Good morning Mike

I removed empty line in your project file with sed on Linux machine:

sed '/^$/d' Test1.qet > test_sed.qet

Now launch so fast, but if run qet_tb_generator 1.3.0 is break XML and QET can't open file :

The file /media/backup6/download/test_sed_clean.qet does not appear to be a QElectroTech project file. Thus it cannot be opened.

Fix the XML of .qet with xmllint:

[07:25:29] laurent@debian:/media/backup6/download$ xmllint --recover test_sed_clean.qet > new_sedtest.qet
test_sed_clean.qet:5: parser error : StartTag: invalid element name
            <
             ^

Now project is fixed.
Very nice project  Mikhail  ;-)
http://dietzautomation.com/download/Man … nglish.pdf

Hello Mike,

happy to solve your problem,

thanks for feedback ,
Laurent

Your project contain a lot of
&#xd;&#xd; patterns .... cat sleep on your keyboard ....?
delete this items.

Laurent

Hi Mike,

could you share this project to check it out?
You have a lot of pictures in this project?

2,136

(224 replies, posted in News)

SNAP: Port to core20 & build edge snaps on GitHub
https://github.com/qelectrotech/qelectr … r/pull/200

2,137

(8 replies, posted in News)

https://github.com/qelectrotech/qelectr … r/pull/200

Last version is 1.3.0 please upgrade plug-in.
Close project without save and re open...
Increment name +1 is an original backup without terminal blocks ...

Maybe generate terminal block and re open this project.

2,140

(28 replies, posted in Terminal block generator)

En principe oui:

#if defined(Q_OS_WIN32) || defined(Q_OS_WIN64)
    if (openedProjects().count()){
        success = process->startDetached("qet_tb_generator", {(QETDiagramEditor::currentProjectView()->project()->filePath())});
    }
    else  {
        success = process->startDetached("qet_tb_generator", {("")});
    }
    if (openedProjects().count()){
        success = process->startDetached(QDir::homePath() + "/Application Data/qet/qet_tb_generator.exe", {(QETDiagramEditor::currentProjectView()->project()->filePath())});
    }
    else  {
        success = process->startDetached(QDir::homePath() + "/Application Data/qet/qet_tb_generator.exe", {("")});
    }
    if (openedProjects().count()){
        success = process->startDetached(QDir::homePath() + "/qet_tb_generator.exe", {(QETDiagramEditor::currentProjectView()->project()->filePath())});
    }
    else  {
        success = process->startDetached(QDir::homePath() + "/qet_tb_generator.exe", {("")});
    }

2,141

(28 replies, posted in Terminal block generator)

https://github.com/raulroda/qet_tb_gene … indows.exe

à renommer en qet_tb_generator.exe.

Hardware driver's is latest?
https://qelectrotech.org/forum/viewtopic.php?id=1098

Maybe a hardware issue?
https://www.dell.com/community/Inspiron … -p/7423761
https://www.dell.com/community/Inspiron … -p/7882259

You could share QET log?

2,143

(28 replies, posted in Terminal block generator)

New version available (1.3.0) by Raul,
v1.3.0. Improved getting cable numbers.

QET now links cables using ther elements UUID instead of the terminal ID of the elements.
Now searches for UUID to discover the cable number, and if is not found, searches for
the terminal ID as always.

the version 1.3.0 is available as pip package and as portable versions
https://github.com/raulroda/qet_tb_gene … aster/dist

And also is now available as Debian deb package and in Flatpak in my
repo and also for Snap Ubuntu.

Thanks David for reporting this issue, and Raul for fix.

You are on 09-dev installer or other version?
https://qelectrotech.org/forum/viewtopi … 445#p12445
https://qelectrotech.org/forum/viewtopi … 561#p10561
https://qelectrotech.org/forum/viewtopic.php?id=2018

Hi, see :
https://qelectrotech.org/forum/viewtopic.php?id=976
https://qelectrotech.org/forum/viewtopi … 1185#p1185

2,146

(7 replies, posted in Elements)

roberodrmach wrote:

Multifilaire Collection is not appearing to me. Is there guidance to download as many library as possible to be used for residencial projects (unifilaire, Multifilaire).


https://download.qelectrotech.org/qet/forum_img_2/unifilaire_multifilaire.png

One thing I'm missing is a bazier curve connector or line to be used ie. state diagram drawings (abstraction above SFC/Grafcet) or as a notification textbox arrow.

BTW, you could use DXF converter to elmt plug-in for draw complex symbols.
Like https://qelectrotech.org/forum/viewtopic.php?id=2049

Edit: you can explain more like an capture?

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

@keilmillerjr= thanks.

You have also AppImage, just get and chmod +x .appimage to run QET
https://download.qelectrotech.org/qet/builds/AppImage/

Or Flatpak packages:
https://qelectrotech.org/forum/viewtopic.php?id=1582