451 2024-05-04 07:58:06
Re: Gekreuzte Leiter darstellen? (5 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
452 2024-05-03 17:31:24
Re: Shelly Pro 3EM (2 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
Hallo,
maybe see on element-contrib?
https://download.qelectrotech.org/qet/e … index.html
453 2024-05-03 10:11:17
Re: Image library (3 replies, posted in EN : Help, suggestions, discussions, ...)
454 2024-05-02 12:27:24
Re: Preventa XPS-BCE 3110P (6 replies, posted in FR : Aide, suggestions, discussions, ...)
Bien sur que tu peux le créer toi même, et même prendre des bouts de plusieurs éléments pour en faire un seul, regarde sur la chaîne YouTube qe QET, ou les videos des users https://qelectrotech.org/forum/viewforum.php?id=19
455 2024-05-02 11:31:00
Re: Preventa XPS-BCE 3110P (6 replies, posted in FR : Aide, suggestions, discussions, ...)
Bonjour,
as tu regardé sur le second repository element-contrib?
456 2024-04-28 15:20:32
Re: Installation qet-tb-generator (6 replies, posted in FR : Aide, suggestions, discussions, ...)
Ce post pourrait intéresser à propos du plugin
https://qelectrotech.org/forum/viewtopic.php?id=2343
457 2024-04-28 14:55:59
Re: Installation qet-tb-generator (6 replies, posted in FR : Aide, suggestions, discussions, ...)
L'erreur "Erreur lors du lancement du plugin qet_tb_generator" continuera d’apparaître meme lors que le plugin apparaîtra... on teste tellement de chemin qu'on fini par avoir des false positifs...
458 2024-04-28 14:49:27
Re: Installation qet-tb-generator (6 replies, posted in FR : Aide, suggestions, discussions, ...)
Bonsoir Christophe,
et merci pour les compliments.
Pour tester si le plugin fonctionne, rien de plus simple suffit de lancer le projet fourni dans les examples:"industrial.qet"
Cordialement,
Laurent
NB: Pour que le plugin fonctionne il faut que tes bornes soient de type x1:1, x1:2, etc ..
NB: Si le programme ne se lance pas depuis QET, python à été mal installer, a la fin de l'installation il faut cocher la case ajouter python au PATH.
459 2024-04-27 11:51:45
Re: Element size limitations? (9 replies, posted in Elements)
@Handy... removed the 3 polygons with invalid points "y2="nan"" etc...signaled by plc-user, in your element XML fix the symbol.
460 2024-04-26 14:39:43
Re: Element size limitations? (9 replies, posted in Elements)
There's something wrong with your element, or the hotspot is miscalculated...
Have you used a script to generate this element?
As a workaround I used plc-user's QET_ElementScaler tool with a factor of 1, now you can use this element without problem.
https://qelectrotech.org/forum/viewtopi … 808#p16808
laurent@debian:~/.qet$ ./QET_ElementScaler -f dewe43_full2.elmt 1
BTW some terminals need to be aligned again, use CTRL + arrows keys to align it.
461 2024-04-25 18:35:44
Re: Element size limitations? (9 replies, posted in Elements)
Hi,
please send also your elmt file element can be usefull.
462 2024-04-17 12:09:42
Re: CMake errors prevent compilation (6 replies, posted in Code)
use this repo Qt5/KF5 : https://invent.kde.org/packaging/homebrew-kde
463 2024-04-15 12:22:43
Re: Insert the "simple" elements in the nomenclature without reporting all (5 replies, posted in EN : Help, suggestions, discussions, ...)
gg translate:
hello,
In my projects I need to count the cable footage for installation, so I noticed a need to change the export SQL of the list of elements used.
With this I also added the unit field, as some items are obviously supplied in pieces, meters, packages or boxes.
So in each element used I use both fields, the unit and the quantity.
The SQL file that I changed still adds the items into a total, but at the same time it gives me the quantity that I add, for example in cables that connect motors and sensors and the like.
follow code.
SELECT manufacturer, description, designation, machine_manufacturer_reference, supplier, SUM(quantity) AS total_quantity, unity, COUNT(*) AS designation_qty FROM element_nomenclature_view WHERE ( element_type = 'terminal' OR element_type = 'simple' OR element_sub_type = 'commutator' OR element_sub_type = 'coil' OR element_sub_type = 'protection') GROUP BY designation ORDER BY manufacturer, description, designation, machine_manufacturer_reference, supplier, quantity, unity
and also an example project and the CSV file.
I believe there is something to improve, and many of the elements I haven't finished naming yet, but for my use I'm already happy.
Hope this helps
464 2024-04-14 00:55:09
Re: CMake errors prevent compilation (6 replies, posted in Code)
Hello Christoph,
see the wiki for compil it on macOS.
465 2024-04-13 10:23:41
Re: Wie erstellt man am besten eine Netzliste? (20 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
See André Colomb program:
https://qelectrotech.org/forum/viewtopic.php?id=2511
https://github.com/acolomb/qet_terminal_tables
466 2024-04-12 11:09:29
Re: CMake errors prevent compilation (6 replies, posted in Code)
Hello Christoph,
try it with qmake (Qt5).
Regards,
Laurent
467 2024-04-11 12:56:35
Re: EXEMPLE Armoire PARC A BOIS (1 replies, posted in FR : Aide, suggestions, discussions, ...)
Bonjour,
je ne pense pas que mon dessin de ce projet remis au propre en 2015 t'aide beaucoup, chaque installation est différente.
Cordialement,
Laurent
468 2024-04-09 13:32:43
Re: QElectroTech V0.100.0-dev - element prefix [SOLVED] (2 replies, posted in EN : Help, suggestions, discussions, ...)
Hi stephane,
prefix it 's used with this file: https://github.com/qelectrotech/qelectr … labels.xml
See: https://qelectrotech.org/forum/viewtopi … 389#p18389
Best regards,
Laurent
469 2024-04-07 13:06:07
Re: Wie erstellt man am besten eine Netzliste? (20 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
sudo apt install libqt5svg5-dev pkgconf libsqlite3-dev g++ qtcreator libkf5widgetsaddons-dev libkf5coreaddons-dev git
470 2024-04-06 15:22:32
Re: Wie erstellt man am besten eine Netzliste? (20 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
Maybe see Xmlstarlet scripts:
https://qelectrotech.org/forum/viewtopi … 6040#p6040
https://qelectrotech.org/forum/viewtopi … 4579#p4579
471 2024-04-05 10:46:15
Re: [Résolu] Sous windows-10 : ouvrir plusieurs fenêtre distinctes de QEt (14 replies, posted in FR : Aide, suggestions, discussions, ...)
Bonjour, à tous
je relance le sujet, car je trouve l'idée très ergonomique de pouvoir ouvrir 2 projets en meme temps.
Suffit de passer en mode fenêtres à la place des onglets. CF voir dans la config de QET!
Avec un moniteur 49 " ça devrait le faire ..
https://www.samsung.com/fr/monitors/bus … 950uipxen/
Personnellement je préfère ouvrir les multiples projets dans des onglets..
472 2024-04-05 08:35:10
Re: Portuguese videos (15 replies, posted in Videos howto)
473 2024-04-01 18:10:36
Re: Suggestion: Use Terminal-Names in schematic-file (18 replies, posted in Code)
Health is the most important thing, besides family and friends!
(a little money might help a bit, too...)
If you wish, I can have Paypal send you some of the money we receive from donations from users who thank us for this project, given the excellent work you do.
It's certainly not a fortune (~ 500€)and I had to contribute out of my own pocket for the Aplle develloper notarization ~99€.
And in June I have to renew the web hosting at a cost of 160€.
I thanks all users who donate and hepling to support this project again, thanks all.
Best regards,
Laurent
474 2024-04-01 17:54:16
Re: Suggestion: Use Terminal-Names in schematic-file (18 replies, posted in Code)
@plc-user: age only matters if you're healthy
475 2024-04-01 17:49:47
Re: Suggestion: Use Terminal-Names in schematic-file (18 replies, posted in Code)
@plc-user if you don't mind my asking how old are you?
Me : 55 years old..