C'est juste un workaround, lis les réponses plus bas.
https://askubuntu.com/questions/1398344 … 56#1408456
1,676 2022-08-04 16:19:52
Re: Nouveautés de la version de développement 0.9 (224 replies, posted in News)
1,677 2022-08-04 15:31:04
Re: Nouveautés de la version de développement 0.9 (224 replies, posted in News)
Pas la peine que je te cherche et te mette des liens si tu ne les lis pas ...
cd /etc/apt
sudo cp trusted.gpg trusted.gpg.d
1,678 2022-08-04 13:53:40
Re: Nouveautés de la version de développement 0.9 (224 replies, posted in News)
Je ne comprends pas ...désolé.
Le PPA pour LM21 est bien http://ppa.launchpad.net/scorpio/qelect … /InRelease ?
Je vient de faire l'upgrade de mon laptop de la 20.04 LTS to Jamy en 22.04 LTS à part un petit soucis avec usmerge machin, j'ai au reboot rajouté le dépôt vers le PPA comme ceci et zou..
sudo add-apt-repository ppa:scorpio/qelectrotech-dev
Le pinning étant déjà en place et fait, ça c'est installé sans probleme.
1,679 2022-08-04 09:45:13
Re: Dons (13 replies, posted in Bar Fourre-tout)
Sapphire Radeon RX 6700 10GB 419€95 :
for more speed in the softwares I use and also to have faster and better video encoding, maybe try to put my old RX 550(2016) in GPU passthrough for better debug in my other VM, like OSX.
AMD GPU PRO costs an arm ... https://www.ldlc.com/informatique/piece … 17693.html
Western Digital SSD WD Black SN850 1 To (SSD 1 To M.2 PCIe NVMe 4.0 x4 NAND 3D TLC):
to improve builds package time instead to Samsung SSD 970 EVO Plus 500GB (SSD M.2 PCIe NVMe 3.0).
157€28
ICY DOCK MB861U31-1M2B BOÎTIER EXTERNE SSD NVME 81€90 and put my old NVM2 250 disk for portable backup.
Thank you to all those who support us with their donations.
1,680 2022-08-04 09:16:56
Re: New .dxf to .elmt Conversion Program (193 replies, posted in Import DXF)
1,681 2022-08-04 09:16:23
Re: ABB drives & Easy E4 PLR (7 replies, posted in Elements)
And PSE+PST are softstarters, not are VFD)
Fixed, thanks.
1,682 2022-08-04 09:16:04
Re: ABB drives & Easy E4 PLR (7 replies, posted in Elements)
Hi, ".elmt' in names.
Installer_QElectroTech-0.90-DEV_x86_64-win64+git7670-1.exe
Not here, thanks.
1,683 2022-08-04 08:05:50
Re: Nouveautés de la version de développement 0.9 (224 replies, posted in News)
As you probably know, working on a large symbol such as a conversion from a DXF file is very tedious, partly due to the complex calculations for each primitive. Which can be very time consuming with thousands of selected primitives.
On this video, if you disable some of these calculations, the selection, editing and transformation work is instantaneous on a large DXF file freshly converted into a QET symbol.
There will be a lot of work to do on this part of the code to improve the user experience ...
1,684 2022-08-04 07:36:41
Re: Nouveautés de la version de développement 0.9 (224 replies, posted in News)
The branch, master has been updated
via 02769fe8816c02386c9e9feb5bb4ffb0e74a1fa0 (commit)
from e57ba72d7c5ec07ae61c2e5b467c251a34a93891 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 02769fe8816c02386c9e9feb5bb4ffb0e74a1fa0
Author: joshua <Joshua@>
Date: Wed Aug 3 13:54:39 2022 +0200
Improve opening time of dxf
-----------------------------------------------------------------------
Summary of changes:
sources/editor/UndoCommand/openelmtcommand.cpp | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
QET import dxf KP32_back_V2.dxf : ~ 2 seconds instead of 35 seconds
dxf2elmt run on Terminal convert KP32_back_V2.dxf : 279 ms
1,685 2022-08-03 18:47:58
Re: Nouveautés de la version de développement 0.9 (224 replies, posted in News)
@galexis: si tu utilise le PPA pense à changer l'url dans la commande.
https://qelectrotech.org/wiki_new/doc/i … or_details
1,686 2022-08-03 14:11:02
Re: New .dxf to .elmt Conversion Program (193 replies, posted in Import DXF)
The branch, master has been updated
via 02769fe8816c02386c9e9feb5bb4ffb0e74a1fa0 (commit)
from e57ba72d7c5ec07ae61c2e5b467c251a34a93891 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 02769fe8816c02386c9e9feb5bb4ffb0e74a1fa0
Author: joshua <Joshua@>
Date: Wed Aug 3 13:54:39 2022 +0200
Improve opening time of dxf
-----------------------------------------------------------------------
Summary of changes:
sources/editor/UndoCommand/openelmtcommand.cpp | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
QET import dxf KP32_back_V2.dxf : ~ 2 seconds instead of 35 seconds
dxf2elmt run on Terminal convert KP32_back_V2.dxf : 279 ms
1,687 2022-08-02 08:01:13
Re: New .dxf to .elmt Conversion Program (193 replies, posted in Import DXF)
QElectroTech can now import dxf file in the element editor by using dxf2elmt software. For that go to file menu -> importer un dxf.
dxf2elmt must downloaded by user and present in a specific folder, if it's not the case when user try to import a dxf a dialog is opened with a little how to instruction (actually in french).The old dxf convertor is still present in the file menu, but we probably remove it in future because this one is far better.
Thanks a lot antonioaja for your work.
BTW, we need to improve this code: and change to retrieve the terminal output by a QProcess command instead of the previous method, the same DXF can take several minutes to appear in QET while the terminal output only takes a few milliseconds...
Example : KP32_back_V2.dx ( 2,9 Mio)
QET import dxf KP32_back_V2.dxf : 35 seconds
dxf2elmt run on Terminal convert KP32_back_V2.dxf : 279 ms
laurent@debian:/media/backup6/download$ ./dxf2elmt KP32_back_V2.dxf
KP32_back_V2.dxf loaded...
KP32_back_V2.elmt was created...
Now converting KP32_back_V2.dxf...
Conversion complete!
STATS
~~~~~~~~~~~~~~~
Circles: 0
Lines: 0
Arcs: 0
Splines: 256
Texts: 0
Ellipses: 0
Polylines: 0
LwPolylines: 13740
Solids: 0
Currently Unsupported: 0
Time Elapsed: 279 ms
1,688 2022-08-01 16:59:06
Re: Nouveautés de la version de développement 0.9 (224 replies, posted in News)
Network outage
Posté le dimanche 31 juillet 2022, à 13:35 UTCSince 2022-07-31 12.53 UTC (14.53 CEST), our hoster is experiencing a partial network outage impacting all of our main services. We will keep you updated. Secondary services (MX2, NS2, etc.) are still up and running.
1,689 2022-07-30 22:48:14
Re: How to change Neutral/Grounds symbol in the single line diagram? (3 replies, posted in EN : Help, suggestions, discussions, ...)
Like this:
1,690 2022-07-30 10:31:08
Re: How to change Neutral/Grounds symbol in the single line diagram? (3 replies, posted in EN : Help, suggestions, discussions, ...)
Hi fagnerin and thanks for compliments,
see here :
https://git.tuxfamily.org/qet/qet.git/t … s.cpp#n119
https://git.tuxfamily.org/qet/qet.git/t … s.cpp#n154
1,691 2022-07-29 11:30:54
Re: Pb de superposition de label sur contact en references croisées (1 replies, posted in FR : Aide, suggestions, discussions, ...)
1,692 2022-07-27 19:50:47
Re: New .dxf to .elmt Conversion Program (193 replies, posted in Import DXF)
Strange ! and if you install Installer_QElectroTech-0.90-DEV+git7665-1.exe your project crash again?
1,693 2022-07-27 19:37:45
Re: New .dxf to .elmt Conversion Program (193 replies, posted in Import DXF)
You could provide this project for debug?
1,694 2022-07-27 18:46:16
Re: New .dxf to .elmt Conversion Program (193 replies, posted in Import DXF)
Hello guys,
I started using QElectroTech this week, I already made an electrical diagram, it was really cool. I'm using stable version 0.8. I had to use the conversion software (DXFtoQET.exe) to import an Altus brand PLC. It worked out!
But now, I have the need to develop a pneumatic diagram. As there are not many elements in the library, I downloaded some valves (DXF) from a system indicated by you (symbols.radicasoftware.com/category/pneumatic-valves), but trying to carry out the same conversion procedure, simply the software closes when I click on "Load dxf into process". Does anyone have any solution?
I'm using Win10 x64.
Thank you in advance.
BTW see https://github.com/plc-user/QET_ElementScaler if you want to easy change scale of your elements.
More explanations here : https://qelectrotech.org/forum/viewtopic.php?id=1946
1,695 2022-07-27 18:22:11
Re: New .dxf to .elmt Conversion Program (193 replies, posted in Import DXF)
Can the project developed in 0.8 be opened in 0.9dev? This new DXF converter is already installed with 0.9dev ?
Yes of course, 0.9-dev work very better than 0.8 stable release, and is very faster if you use installer X86_64 on Windows.
On element editor in menu file we have added new dxf2elmt tool (make by Antonio) -> import dxf -> this open if not installed URL to latest github v0.3.0 releases , choose your compatible version archive, extract it and put on this binary folder.
New tool open directly a DXF and import it in element editor, modify if you want, save and play on diagram editor.
dxf2elmt is over 1000x times faster than old DXFtoelmt program!
For macOS on intel X86_64 / or AMD Hackhinstosh see my build above.
https://download.qelectrotech.org/qet/b … .0/osx_64/
BTW, on Linux X86_64 my cargo build is more faster than Antonio build, why? ... I don't know!
https://download.qelectrotech.org/qet/b … /linux_64/
1,696 2022-07-27 18:07:09
Re: New .dxf to .elmt Conversion Program (193 replies, posted in Import DXF)
On macOS dxf2elmt doesn't work with the binary (x86_64) loaded directly by QET in the binary folder, no error I launch QET in a terminal ... and wait ... wait ...but this same binary works fine in a terminal, maybe we need to package it like this:
https://github.com/gridbugs/howl/blob/m … d_macos.sh
https://www.reddit.com/r/rust/comments/ … p_bundles/
Fixed :
1,697 2022-07-27 17:06:30
Re: New .dxf to .elmt Conversion Program (193 replies, posted in Import DXF)
On macOS dxf2elmt doesn't work with the binary (x86_64) loaded directly by QET in the binary folder, no error I launch QET in a terminal ... and wait ... wait ...but this same binary works fine in a terminal, maybe we need to package it like this:
https://github.com/gridbugs/howl/blob/m … d_macos.sh
https://www.reddit.com/r/rust/comments/ … p_bundles/
1,698 2022-07-26 18:24:49
Re: Nouveautés de la version de développement 0.9 (224 replies, posted in News)
QElectroTech can now import dxf file in the element editor by using dxf2elmt software. For that go to file menu -> importer un dxf.
dxf2elmt must downloaded by user and present in a specific folder, if it's not the case when user try to import a dxf a dialog is opened with a little how to instruction (actually in french).The old dxf convertor is still present in the file menu, but we probably remove it in future because this one is far better.
Thanks a lot antonioaja for your work.
Added English translations.
1,699 2022-07-26 16:18:38
Re: Changer couleur texte dynamique des éléments (13 replies, posted in FR : Aide, suggestions, discussions, ...)
1,700 2022-07-26 15:33:07
Re: Changer couleur texte dynamique des éléments (13 replies, posted in FR : Aide, suggestions, discussions, ...)
Voir le bouton enregistrer et ouvrir, bon ça n’apparaît pas dans la vidéo.