<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[QElectroTech — Biblioteca WEG]]></title>
		<link>https://qelectrotech.org/forum/viewtopic.php?id=2332</link>
		<atom:link href="https://qelectrotech.org/forum/extern.php?action=feed&amp;tid=2332&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Biblioteca WEG.]]></description>
		<lastBuildDate>Fri, 23 Jan 2026 16:04:23 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Biblioteca WEG]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22544#p22544</link>
			<description><![CDATA[<p> Olá a todos, sou brasileiro e queria agradecer a contribuição de todos principalmente dos usuários brasileiros, existe uma comunidade grande adotando o Qelectrotech. <br />Eu contribuo com traduções ao Qelectrotech quando tenho tempo livre. Sintam-se a vontade para contribuirem. Esses blocos da weg ficaram sencacionais. </p><p>--<br />Hello everyone, I&#039;m Brazilian and I wanted to thank everyone for their contributions, especially the Brazilian users. There&#039;s a large community adopting Qelectrotech.</p><p>I contribute translations to Qelectrotech when I have free time. Feel free to contribute as well. These WEG blocks look fantastic. </p>]]></description>
			<author><![CDATA[null@example.com (gleissoncg2)]]></author>
			<pubDate>Fri, 23 Jan 2026 16:04:23 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22544#p22544</guid>
		</item>
		<item>
			<title><![CDATA[Re: Biblioteca WEG]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22404#p22404</link>
			<description><![CDATA[<p> Add english translation and save it to <a href="https://download.qelectrotech.org/qet/scripts/plc_user_extract_xml_translation_xml_tag.sh">https://download.qelectrotech.org/qet/s … xml_tag.sh</a></p><p>Thanks you plc-user! <img src="https://qelectrotech.org/forum/img/smilies/nomicons/smile.png" width="20" alt="nomicons/smile" /> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Sun, 14 Dec 2025 12:33:41 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22404#p22404</guid>
		</item>
		<item>
			<title><![CDATA[Re: Biblioteca WEG]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22400#p22400</link>
			<description><![CDATA[<p> Salut Laurent !</p><div class="quotebox"><cite>scorpio810 wrote:</cite><blockquote><p>I just saw your last commits, many thanks to push an very clean Catatan translation PR without noise off XML random attibutes and font family changes, very good job! \o/ <img src="https://qelectrotech.org/forum/img/smilies/nomicons/wink.png" width="20" alt="nomicons/wink" /></p></blockquote></div><p>Thank you for the compliment!&nbsp; &nbsp;<img src="https://qelectrotech.org/forum/img/smilies/nomicons/smile.png" width="20" alt="nomicons/smile" /></p><p>To create this &quot;clean&quot; diff I used a script to add the translation from the same directory-structure as the official collection!<br />It searches the given directory for element-files and inside the files for the new translation, takes this and writes that to the same file in the structure of official collection.<br />Afterwards a new function of QET_ElementScaler sorts the localized names.</p><p>Here&#039;s the script:<br /></p><div class="codebox"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span><br />&nbsp;<br /><span style="color: #666666; font-style: italic;"># Dieses Skript sucht nach Zeilen, die ein bestimmtes Muster enthalten,</span><br /><span style="color: #666666; font-style: italic;"># extrahiert diese und fügt sie in der Zieldatei nach einer Zeile ein,</span><br /><span style="color: #666666; font-style: italic;"># die ein anderes Muster enthält.</span><br />&nbsp;<br /><span style="color: #666666; font-style: italic;"># Konfiguration</span><br /><span style="color: #007800;">SourceDir</span>=<span style="color: #ff0000;">&quot;Antoni/&quot;</span><br /><span style="color: #007800;">DestDir</span>=<span style="color: #ff0000;">&quot;QET/&quot;</span><br /><span style="color: #666666; font-style: italic;"># Muster, das in der Quelldatei gesucht wird, um Zeilen zu extrahieren</span><br /><span style="color: #007800;">SOURCE_PATTERN</span>=<span style="color: #ff0000;">&quot;&lt;name lang=<span style="color: #000099; font-weight: bold;">\&quot;</span>ca<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;&quot;</span><br /><span style="color: #666666; font-style: italic;"># Muster, das in der Zieldatei gesucht wird, um die Einfügeposition zu finden (Einfügen erfolgt NACH dieser Zeile)</span><br /><span style="color: #007800;">DEST_PATTERN</span>=<span style="color: #ff0000;">&quot;&lt;names&gt;&quot;</span><br />&nbsp;<br /><span style="color: #666666; font-style: italic;"># und nun in einer Schleife alle Element-Dateien bearbeiten</span><br /><span style="color: #000000; font-weight: bold;">for</span> SOURCE_FILE <span style="color: #000000; font-weight: bold;">in</span>&nbsp; <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span><span style="color: #007800;">$SourceDir</span> <span style="color: #660033;">-name</span> <span style="color: #ff0000;">&quot;*.elmt&quot;</span><span style="color: #000000; font-weight: bold;">`</span> ; <span style="color: #000000; font-weight: bold;">do</span><br />&nbsp; <span style="color: #007800;">DEST_FILE</span>=<span style="color: #800000;">${SOURCE_FILE/&quot;$SourceDir&quot;/&quot;$DestDir&quot;}</span><br />&nbsp; <span style="color: #666666; font-style: italic;"># zur Kontrolle die Dateinamen aufschreiben</span><br />&nbsp; <span style="color: #666666; font-style: italic;">#echo &quot;Source: $SOURCE_FILE --&gt; Destination: $DEST_FILE&quot;</span><br />&nbsp; <span style="color: #666666; font-style: italic;"># wenn die Ziel-Datei ncht existiert --&gt; weiter!</span><br />&nbsp; <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000; font-weight: bold;">!</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$DEST_FILE</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span><br />&nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Destination-File '<span style="color: #007800;">$DEST_FILE</span>' does not exist --&gt; use next SourceFile&quot;</span><br />&nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">continue</span><br />&nbsp; <span style="color: #000000; font-weight: bold;">fi</span><br />&nbsp; <span style="color: #666666; font-style: italic;"># Wenn in der Ziel-Datei schon eine Zeile mit dem Muster existiert, dann nicht (!) einfügen</span><br />&nbsp; <span style="color: #007800;">LineInDestFile</span>=$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$SOURCE_PATTERN</span>&quot;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$DEST_FILE</span>&quot;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><br />&nbsp; <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-n</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$LineInDestFile</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Line with '<span style="color: #007800;">$SOURCE_PATTERN</span>' already exists in '<span style="color: #007800;">$DEST_FILE</span>'!&quot;</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">continue</span><br />&nbsp; <span style="color: #000000; font-weight: bold;">fi</span><br />&nbsp; <span style="color: #666666; font-style: italic;"># Zeile(n) aus der Quelldatei extrahieren, die dem Muster entsprechen</span><br />&nbsp; <span style="color: #007800;">LINES_TO_INSERT</span>=$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$SOURCE_PATTERN</span>&quot;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$SOURCE_FILE</span>&quot;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><br />&nbsp; <span style="color: #666666; font-style: italic;"># Überprüfen, ob überhaupt Zeilen gefunden wurden</span><br />&nbsp; <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-z</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$LINES_TO_INSERT</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span><br />&nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Could not find '<span style="color: #007800;">$SOURCE_PATTERN</span>' in '<span style="color: #007800;">$SOURCE_FILE</span>'!&quot;</span><br />&nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">continue</span><br />&nbsp; <span style="color: #000000; font-weight: bold;">fi</span><br />&nbsp; <span style="color: #666666; font-style: italic;"># die extrahierten Zeilen in die Zieldatei einfügen</span><br />&nbsp; <span style="color: #666666; font-style: italic;"># --&gt; sed mit der Option 'a' (append/anhängen nach der passenden Zeile)</span><br />&nbsp; <span style="color: #666666; font-style: italic;">#&nbsp; &nbsp; &nbsp;die Variable LINES_TO_INSERT kann mehrere Zeilenumbrüche enthalten: Formatieren für sed</span><br />&nbsp; <span style="color: #666666; font-style: italic;">#&nbsp; &nbsp; &nbsp;Zeilenumbrüche (\n) ersetzen durch das sed-spezifische Escaping (Backslash + tatsächlicher Zeilenumbruch)</span><br />&nbsp; <span style="color: #007800;">FORMATTED_INSERT</span>=$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$LINES_TO_INSERT</span>&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #ff0000;">'s/$/\\/'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><br />&nbsp; <span style="color: #007800;">FORMATTED_INSERT</span>=<span style="color: #800000;">${FORMATTED_INSERT%\\}</span> <span style="color: #666666; font-style: italic;"># letzten, unnötigen Backslash entfernen</span><br />&nbsp;<br />&nbsp; <span style="color: #666666; font-style: italic;"># sed-Befehl: Finde das Muster in der Zieldatei (/DEST_PATTERN/), hänge die formatierten Zeilen an (a\)</span><br />&nbsp; <span style="color: #666666; font-style: italic;"># sed -i bearbeitet die Datei direkt.</span><br />&nbsp; <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #660033;">-i</span> <span style="color: #ff0000;">&quot;/<span style="color: #007800;">$DEST_PATTERN</span>/a\<span style="color: #000099; font-weight: bold;">\<br /></span>&nbsp; <span style="color: #007800;">$FORMATTED_INSERT</span>&quot;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$DEST_FILE</span>&quot;</span><br />&nbsp;<br />&nbsp; <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Lines with '<span style="color: #007800;">$SOURCE_PATTERN</span>' have been inserted after '<span style="color: #007800;">$DEST_PATTERN</span>' in '<span style="color: #007800;">$DEST_FILE</span>'.&quot;</span><br />&nbsp;<br />&nbsp; <span style="color: #666666; font-style: italic;"># zum Schluss räumen wir die frisch ergänzte Datei ein wenig auf</span><br />&nbsp; <span style="color: #666666; font-style: italic;"># und sortieren die Übersetzungen nach Länder-Kürzel:</span><br />&nbsp; <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>QET_ElementScaler <span style="color: #660033;">--OverwriteOriginal</span> <span style="color: #660033;">--OnlyCleanMeta</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$DEST_FILE</span>&quot;</span><br />&nbsp;<br />&nbsp; <span style="color: #000000; font-weight: bold;">done</span></pre></div><p>I guess this script can be used in the future, if somebody creates another new language.</p><p>Gruß<br />&nbsp; plc-user </p>]]></description>
			<author><![CDATA[null@example.com (plc-user)]]></author>
			<pubDate>Fri, 12 Dec 2025 12:19:37 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22400#p22400</guid>
		</item>
		<item>
			<title><![CDATA[Re: Biblioteca WEG]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22399#p22399</link>
			<description><![CDATA[<p> Salut Laurent !</p><p>Unfortunately, replacing fonts involves manual work, as especially commercial operating systems from Redmond append localized parts to font descriptions and don&#039;t even shy away from spaces!<br />Here are a few examples from before the introduction of the Liberation fonts:<br /></p><div class="codebox"><pre><code>Arial,4,-1,5,75,1,0,0,0,0,Gras Italique
Arial Narrow,11,-1,5,75,0,0,0,0,0,Negrito
Arial Narrow Hu,9,-1,5,50,0,0,0,0,0, Normal
Calibri,6,-1,5,75,0,0,0,0,0,Bold
DINosaur Medium,9,-1,5,57,0,0,0,0,0,Medium
MS Shell Dlg 2,10,-1,5,50,0,0,0,0,0,Normál
MS Shell Dlg 2,1,-1,5,50,0,0,0,0,0,obyčejné
MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto
MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,tučné
MS Shell Dlg 2,8,-1,5,75,0,0,0,0,0,Félkövér
Sans Serif,4,-1,5,0,0,0,0,0,0,ncrmal
URW Gothic [urw],4,-1,5,63,0,0,0,0,0,Demi</code></pre></div><p>As you can see, we definitely have to take the entire font string into account when replacing fonts.<br />I don&#039;t have a complete script for this, but the search/replace function in DoubleCommander helps to avoid having to deal with each file individually.<br />At least a “translation table” has to be created manually. I don&#039;t yet know what a script for processing the files should look like.<br />For the extraction of font-strings from element-files, I use this part of a bash-script:<br /></p><div class="codebox"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">for</span> i <span style="color: #000000; font-weight: bold;">in</span>&nbsp; <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">find</span> . <span style="color: #660033;">-name</span> <span style="color: #ff0000;">&quot;*.elmt&quot;</span><span style="color: #000000; font-weight: bold;">`</span> ; <span style="color: #000000; font-weight: bold;">do</span><br />&nbsp; <span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$i</span>&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #007800;">font</span>=<span style="color: #000000; font-weight: bold;">\&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #660033;">-F</span> <span style="color: #ff0000;">&quot;font=<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span> <span style="color: #ff0000;">'{ print $2 }'</span> <span style="color: #000000; font-weight: bold;">|</span> \<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #660033;">-F</span> <span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span> <span style="color: #ff0000;">'{ print $1 }'</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>tempfile.txt<br />&nbsp; <span style="color: #000000; font-weight: bold;">done</span><br /><span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>tempfile.txt <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sort</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">uniq</span> <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>fontstrings.txt</pre></div><p>With this list we need to check, which of the Liberation-fonts matches the original best and create a translation-table. </p><p>In my opinion, we should only include elements in the official collection that are limited to the four fonts supplied by QET! </p>]]></description>
			<author><![CDATA[null@example.com (plc-user)]]></author>
			<pubDate>Fri, 12 Dec 2025 12:04:15 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22399#p22399</guid>
		</item>
		<item>
			<title><![CDATA[Re: Biblioteca WEG]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22398#p22398</link>
			<description><![CDATA[<p> Hallo plc-user!</p><p>I just saw your last commits, many thanks to push an very clean Catatan translation PR without noise off XML random attibutes and font family changes, very good job! \o/ <img src="https://qelectrotech.org/forum/img/smilies/nomicons/wink.png" width="20" alt="nomicons/wink" /></p><br /><p>If you could share your scripts for future translations we can&#039;t solving, I would be very grateful.<br />Yes, I know! It was very simple for end users to use the QET Element editor GUI to add new translations since they could edit .elmt files manually with a text editor.</p><br /><p>Until further notice, we advise our translators to translate the ~ 8,500 elements in the official collection by opening each *.elmt file one by one in a good text editor and adding their translations of elements between the XML tags &lt;names&gt;&nbsp; &lt;/names&gt; in the following style:<br />&lt;name lang=&quot;de&quot;&gt;Energietechnik&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;fr&quot;&gt;Energie&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;ar&quot;&gt;طاقة&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;en&quot;&gt;Energy&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;cs&quot;&gt;Energie&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;pl&quot;&gt;Energia&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;es&quot;&gt;Energía&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;it&quot;&gt;Energia&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;el&quot;&gt;Ενέργεια&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;nl&quot;&gt;Energie&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;ru&quot;&gt;Сантехника&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;da&quot;&gt;Energi teknik&lt;/name&gt;</p><p>I think it is easier for new contributors or translators to use QET&#039;s integrated editor to get a vector view of the symbol represented in order to better translate the element itself!</p><p>Translated with DeepL.com (free version)</p><p>Best regards,<br />Laurent </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Fri, 12 Dec 2025 11:14:41 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22398#p22398</guid>
		</item>
		<item>
			<title><![CDATA[Re: Biblioteca WEG]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22397#p22397</link>
			<description><![CDATA[<p> </p><div class="quotebox"><cite>plc-user wrote:</cite><blockquote><p>Salut Laurent,</p><p>when we want the fonts to be replaced correctly, we need to include the quote-signs into replacement!<br />For example:<br />From the original Oldtimer-Elements in the other thread, we find these font-descriptions:<br /></p><div class="codebox"><pre><code>Noto Sans ExtraBold,10,-1,0,81,0,0,0,0,0,Regular
Noto Sans ExtraBold,5,-1,0,81,0,0,0,0,0,Regular
Noto Sans ExtraBold,6,-1,0,81,0,0,0,0,0,Regular
Noto Sans ExtraBold,7,-1,0,81,0,0,0,0,0,Regular
Noto Sans ExtraBold,9,-1,0,81,0,0,0,0,0,Regular
Sans Serif,10,-1,0,50,0,0,0,0,0
Sans Serif,10,-1,5,50,0,0,0,0,0
Sans Serif,12,-1,0,50,0,0,0,0,0
Sans Serif,12,-1,5,50,0,0,0,0,0
Sans Serif,15,-1,5,50,0,0,0,0,0
Sans Serif,30,-1,5,50,0,0,0,0,0
Sans Serif,3,-1,5,50,0,0,0,0,0
Sans Serif,4,-1,0,50,0,0,0,0,0
Sans Serif,4,-1,5,0,0,0,0,0,0,normal
Sans Serif,4,-1,5,25,0,0,0,0,0
Sans Serif,4,-1,5,50,0,0,0,0,0
Sans Serif,5,-1,5,25,0,0,0,0,0
Sans Serif,5,-1,5,50,0,0,0,0,0
Sans Serif,6,-1,0,50,0,0,0,0,0
Sans Serif,6,-1,5,0,0,0,0,0,0,normal
Sans Serif,6,-1,5,25,0,0,0,0,0
Sans Serif,6,-1,5,50,0,0,0,0,0
Sans Serif,6,-1,5,50,0,0,0,0,0,Regular
Sans Serif,7,-1,0,50,0,0,0,0,0
Sans Serif,7,-1,5,25,0,0,0,0,0
Sans Serif,7,-1,5,50,0,0,0,0,0
Sans Serif,8,-1,5,0,0,0,0,0,0,normal
Sans Serif,8,-1,5,50,0,0,0,0,0
Sans Serif,9,-1,0,50,0,0,0,0,0
Sans Serif,9,-1,5,0,0,0,0,0,0,normal
Sans Serif,9,-1,5,50,0,0,0,0,0
Sans Serif,9,-1,5,50,0,0,0,0,0,Regular</code></pre></div><p>Just looking at the last two lines we see double ... but not quite:<br />One font-string ends with a number and the other font-string also includes &quot;,Regular&quot;.<br />If we only replace this </p><div class="codebox"><pre><code>Sans Serif,9,-1,5,50,0,0,0,0,0</code></pre></div><p> by this </p><div class="codebox"><pre><code>Liberation Sans,9,-1,5,50,0,0,0,0,0,Regular</code></pre></div><p> the last line would be changed to </p><div class="codebox"><pre><code>Liberation Sans,9,-1,5,50,0,0,0,0,0,Regular,Regular</code></pre></div><p> what would be wrong!</p><p>Inserting an additional element-name is another topic...</p></blockquote></div><p>Hallo plc-user</p><p>so maybe this command work<br /></p><div class="codebox"><pre><code>find . -name &quot;*.elmt&quot; -exec  sed -i -e &#039;s/Sans Serif,/Liberation Sans,/g&#039; {} \;</code></pre></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Fri, 12 Dec 2025 08:47:33 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22397#p22397</guid>
		</item>
		<item>
			<title><![CDATA[Re: Biblioteca WEG]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22394#p22394</link>
			<description><![CDATA[<p> See also merge_it script. </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Thu, 11 Dec 2025 12:52:55 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22394#p22394</guid>
		</item>
		<item>
			<title><![CDATA[Re: Biblioteca WEG]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22393#p22393</link>
			<description><![CDATA[<p> Hallo plc-user</p><p>I was added in 2013 this note for future... <br /></p><div class="codebox"><pre><code>cat patcher\ traduction.txt 
./apply_translation_diff.sh ~/qet_directory/diff.tmp
./set_name.sh elements/capteurs/actionneurs/bvs_oi-3-001-e.elmt es &#039;BVS OI-3-001-E&#039;

./translations_stat.sh force</code></pre></div><p>elementsA = Antoni_catalan translated<br /></p><div class="codebox"><pre><code>diff -urPp elementsA/ elements/ &gt; 02sources.patch
./apply_translation_diff.sh /home/laurent/qet_element_moderation/Nouveau_dossier4/02sources.diff &amp;&gt; output.txt</code></pre></div><p>Gruß</p><p>Laurent </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Thu, 11 Dec 2025 12:43:08 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22393#p22393</guid>
		</item>
		<item>
			<title><![CDATA[Re: Biblioteca WEG]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22391#p22391</link>
			<description><![CDATA[<p> @scorpio810:</p><p>Salut Laurent !</p><p>On the way to have a script to insert Catalan translation of names to existing elements, I updated elements with filenames containing blanks in their name by replacing blanks to underscores.<br />Stay tuned for upgraded elements with Catalan translations...&nbsp; <img src="https://qelectrotech.org/forum/img/smilies/nomicons/wink.png" width="20" alt="nomicons/wink" /></p><p>Gruß<br />&nbsp; plc-user </p>]]></description>
			<author><![CDATA[null@example.com (plc-user)]]></author>
			<pubDate>Thu, 11 Dec 2025 11:25:58 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22391#p22391</guid>
		</item>
		<item>
			<title><![CDATA[Re: Biblioteca WEG]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22386#p22386</link>
			<description><![CDATA[<p> Salut Laurent,</p><p>when we want the fonts to be replaced correctly, we need to include the quote-signs into replacement!<br />For example:<br />From the original Oldtimer-Elements in the other thread, we find these font-descriptions:<br /></p><div class="codebox"><pre><code>Noto Sans ExtraBold,10,-1,0,81,0,0,0,0,0,Regular
Noto Sans ExtraBold,5,-1,0,81,0,0,0,0,0,Regular
Noto Sans ExtraBold,6,-1,0,81,0,0,0,0,0,Regular
Noto Sans ExtraBold,7,-1,0,81,0,0,0,0,0,Regular
Noto Sans ExtraBold,9,-1,0,81,0,0,0,0,0,Regular
Sans Serif,10,-1,0,50,0,0,0,0,0
Sans Serif,10,-1,5,50,0,0,0,0,0
Sans Serif,12,-1,0,50,0,0,0,0,0
Sans Serif,12,-1,5,50,0,0,0,0,0
Sans Serif,15,-1,5,50,0,0,0,0,0
Sans Serif,30,-1,5,50,0,0,0,0,0
Sans Serif,3,-1,5,50,0,0,0,0,0
Sans Serif,4,-1,0,50,0,0,0,0,0
Sans Serif,4,-1,5,0,0,0,0,0,0,normal
Sans Serif,4,-1,5,25,0,0,0,0,0
Sans Serif,4,-1,5,50,0,0,0,0,0
Sans Serif,5,-1,5,25,0,0,0,0,0
Sans Serif,5,-1,5,50,0,0,0,0,0
Sans Serif,6,-1,0,50,0,0,0,0,0
Sans Serif,6,-1,5,0,0,0,0,0,0,normal
Sans Serif,6,-1,5,25,0,0,0,0,0
Sans Serif,6,-1,5,50,0,0,0,0,0
Sans Serif,6,-1,5,50,0,0,0,0,0,Regular
Sans Serif,7,-1,0,50,0,0,0,0,0
Sans Serif,7,-1,5,25,0,0,0,0,0
Sans Serif,7,-1,5,50,0,0,0,0,0
Sans Serif,8,-1,5,0,0,0,0,0,0,normal
Sans Serif,8,-1,5,50,0,0,0,0,0
Sans Serif,9,-1,0,50,0,0,0,0,0
Sans Serif,9,-1,5,0,0,0,0,0,0,normal
Sans Serif,9,-1,5,50,0,0,0,0,0
Sans Serif,9,-1,5,50,0,0,0,0,0,Regular</code></pre></div><p>Just looking at the last two lines we see double ... but not quite:<br />One font-string ends with a number and the other font-string also includes &quot;,Regular&quot;.<br />If we only replace this </p><div class="codebox"><pre><code>Sans Serif,9,-1,5,50,0,0,0,0,0</code></pre></div><p> by this </p><div class="codebox"><pre><code>Liberation Sans,9,-1,5,50,0,0,0,0,0,Regular</code></pre></div><p> the last line would be changed to </p><div class="codebox"><pre><code>Liberation Sans,9,-1,5,50,0,0,0,0,0,Regular,Regular</code></pre></div><p> what would be wrong!</p><p>Inserting an additional element-name is another topic... </p>]]></description>
			<author><![CDATA[null@example.com (plc-user)]]></author>
			<pubDate>Mon, 08 Dec 2025 18:07:15 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22386#p22386</guid>
		</item>
		<item>
			<title><![CDATA[Re: Biblioteca WEG]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22384#p22384</link>
			<description><![CDATA[<p> After using many find + sed commands and finish with kate editor I can change the font to Liberation Sans in Catanlan translation element directory but the diff to push to master was 2 X the entire size off collection like 145 Mio only the patch????!!!!!</p><div class="codebox"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">17</span>:04:<span style="color: #000000;">44</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> laurent<span style="color: #000000; font-weight: bold;">@</span>debian:~$ <span style="color: #7a0874; font-weight: bold;">history</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #c20cb9; font-weight: bold;">find</span><br />&nbsp;<br /> <span style="color: #000000;">8596</span>&nbsp; <span style="color: #c20cb9; font-weight: bold;">find</span> . <span style="color: #660033;">-name</span> <span style="color: #ff0000;">&quot;*.elmt&quot;</span> <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">sh</span> <span style="color: #660033;">-c</span> <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #660033;">-i</span><span style="color: #ff0000;">'/font=/{n;s/Sans Serif,9,-1,5,50,0,0,0,0,0/Liberation Sans,9,-1,5,50,0,0,0,0,0,Regular/}'</span> <br /> <span style="color: #000000;">8597</span>&nbsp; <span style="color: #c20cb9; font-weight: bold;">find</span> . <span style="color: #660033;">-name</span> <span style="color: #ff0000;">&quot;*.elmt&quot;</span> <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">sh</span>&nbsp; <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #660033;">-i</span><span style="color: #ff0000;">'/font=/{n;s/Sans Serif,9,-1,5,50,0,0,0,0,0/Liberation Sans,9,-1,5,50,0,0,0,0,0,Regular/}'</span> <br />&nbsp;<br /> <span style="color: #000000;">8670</span>&nbsp; <span style="color: #c20cb9; font-weight: bold;">find</span> . <span style="color: #660033;">-name</span> <span style="color: #ff0000;">&quot;*.elmt&quot;</span> <span style="color: #660033;">-exec</span>&nbsp; <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #660033;">-i</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">'s/Sans Serif,10,-1,5,50,0,0,0,0,0/Liberation Sans,10,-1,5,50,0,0,0,0,0,Regular/g'</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;<br /> <span style="color: #000000;">8671</span>&nbsp; <span style="color: #c20cb9; font-weight: bold;">find</span> . <span style="color: #660033;">-name</span> <span style="color: #ff0000;">&quot;*.elmt&quot;</span> <span style="color: #660033;">-exec</span>&nbsp; <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #660033;">-i</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">'s/Sans Serif,8,-1,5,50,0,0,0,0,0/Liberation Sans,8,-1,5,50,0,0,0,0,0,Regular/g'</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;<br /> <span style="color: #000000;">8672</span>&nbsp; <span style="color: #c20cb9; font-weight: bold;">find</span> . <span style="color: #660033;">-name</span> <span style="color: #ff0000;">&quot;*.elmt&quot;</span> <span style="color: #660033;">-exec</span>&nbsp; <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #660033;">-i</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">'s/Sans Serif,7,-1,5,50,0,0,0,0,0/Liberation Sans,7,-1,5,50,0,0,0,0,0,Regular/g'</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;<br /> <span style="color: #000000;">8673</span>&nbsp; <span style="color: #c20cb9; font-weight: bold;">find</span> . <span style="color: #660033;">-name</span> <span style="color: #ff0000;">&quot;*.elmt&quot;</span> <span style="color: #660033;">-exec</span>&nbsp; <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #660033;">-i</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">'s/Sans Serif,6,-1,5,50,0,0,0,0,0/Liberation Sans,6,-1,5,50,0,0,0,0,0,Regular/g'</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;<br /> <span style="color: #000000;">8674</span>&nbsp; <span style="color: #c20cb9; font-weight: bold;">find</span> . <span style="color: #660033;">-name</span> <span style="color: #ff0000;">&quot;*.elmt&quot;</span> <span style="color: #660033;">-exec</span>&nbsp; <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #660033;">-i</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">'s/Sans Serif,5,-1,5,50,0,0,0,0,0/Liberation Sans,5,-1,5,50,0,0,0,0,0,Regular/g'</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;<br /> <span style="color: #000000;">8734</span>&nbsp; <span style="color: #c20cb9; font-weight: bold;">find</span> . <span style="color: #660033;">-name</span> <span style="color: #ff0000;">&quot;*.elmt&quot;</span> <span style="color: #660033;">-exec</span>&nbsp; <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #660033;">-i</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">'s/Sans Serif,5,-1,5,50,0,0,0,0,0,normal/Liberation Sans,5,-1,5,50,0,0,0,0,0,Regular/g'</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;<br /> .....................</pre></div><br /><p><a href="https://download.qelectrotech.org/qet/scorpio/catalan_fix%20_fonts.patch">https://download.qelectrotech.org/qet/s … onts.patch</a></p><p>What interests us is just extracting the Catalan translation strings from the diff.</p><p>See Xavier script&#039;s perl here: <a href="https://download.qelectrotech.org/qet/scripts/">https://download.qelectrotech.org/qet/scripts/</a></p><p>BTW, we used these this perl scripts 15 years ago, now my memory fails me.</p><br /><br /><p><strong>Note regarding the translation of elements: do not use the QET editor, but manually edit the elmt file using a text editor and add your country tag to the XLM file. Use spaces rather than tabs for alignment.<br />If you are using the QET Qt 5 editor, XML attributes will be saved randomly by default. This is a requirement requested by some to Qt &#039;s team to avoid hacks, but in our case, the diff file is very large and incomprehensible...<br /></strong><br />Example:<br /></p><div class="quotebox"><blockquote><p>&lt;definition hotspot_x=&quot;35&quot; hotspot_y=&quot;25&quot; version=&quot;0.100.0&quot; type=&quot;element&quot; height=&quot;50&quot; width=&quot;70&quot; link_type=&quot;simple&quot;&gt;<br />&nbsp; &nbsp; &lt;uuid uuid=&quot;{2b9f2e91-da08-497d-b065-bd2d68d716d9}&quot;/&gt;<br />&nbsp; &nbsp; &lt;names&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;ca&quot;&gt;Filtre&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;fr&quot;&gt;Filtre&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;en&quot;&gt;Filter&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;es&quot;&gt;Filtro&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;nl&quot;&gt;Filter&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;it&quot;&gt;Filtro&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;ar&quot;&gt;مُرشّح&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;pl&quot;&gt;Filtr&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;cs&quot;&gt;Filtr&lt;/name&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;name lang=&quot;el&quot;&gt;Φίλτρο&lt;/name&gt;<br />&nbsp; &nbsp; &lt;/names&gt;<br />&nbsp; &nbsp; &lt;elementInformations/&gt;</p></blockquote></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Mon, 08 Dec 2025 16:03:20 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22384#p22384</guid>
		</item>
		<item>
			<title><![CDATA[Re: Biblioteca WEG]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22376#p22376</link>
			<description><![CDATA[<p> Salut Laurent,<br />believe it or not, just today, when I read Jürgen&#039;s post about the VW Käfer / VW Beetle plans, I thought it would be nice to have a script that converts the existing fonts in a QET or elmt file to the Liberation fonts we introduced and deliver from version 0.100. <br />In my opinion, especially for elements that we are adding to the official collection, we should make sure that only the fonts supplied by QET are used as far as possible! That&#039;s what I want to also suggest in the other thread.<br />However, such a script is not trivial, as various constraints (font size, style, etc.) within the font string must be taken into account.<br />In the context of the conversion of the official collection, I have seen <strong>many</strong> strange font strings, which the operating system often translated into the local language, too!<br />But so far, it has remained just an idea for such a script... </p>]]></description>
			<author><![CDATA[null@example.com (plc-user)]]></author>
			<pubDate>Sun, 07 Dec 2025 19:39:26 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22376#p22376</guid>
		</item>
		<item>
			<title><![CDATA[Re: Biblioteca WEG]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22374#p22374</link>
			<description><![CDATA[<p> Hallo plc-user:<br />have you keep your script to change font family like <a href="https://github.com/qelectrotech/qelectrotech-elements/commit/74b1af93a610e681bdb4da758b21f3bc1c3d5e4e,">https://github.com/qelectrotech/qelectr … c1c3d5e4e,</a> for merging again Catalan elements translation provided by Antoni?<br />Like example:<br /></p><div class="codebox"><pre><code>find . -name &quot;*.elmt&quot; -exec  sed -i -e &#039;s/Sans Serif,9,-1,5,50,0,0,0,0,0/Liberation Sans,9,-1,5,50,0,0,0,0,0,Regular/g&#039; {} \;</code></pre></div><br /><br /><p>Best regards, <br />Laurent </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Sun, 07 Dec 2025 15:01:13 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22374#p22374</guid>
		</item>
		<item>
			<title><![CDATA[Re: Biblioteca WEG]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22372#p22372</link>
			<description><![CDATA[<p> @S.DEFFAUX: merci si tu peux y travailler, mais pour l&#039;instant j&#039;ai reçu la traduction en Catalan de Antoni des éléments: <br /><a href="https://download.qelectrotech.org/qet/scorpio/elements.tar.xz">https://download.qelectrotech.org/qet/s … nts.tar.xz</a></p><p><span class="bbu">Malheureusement, le merge sur le Github casse le travail de plc-user sur les fonts j&#039;ai donc du faire un revert:</span><br /><a href="https://github.com/qelectrotech/qelectrotech-elements/commit/97d4ec86575058a9e2b63e29debff00d42cac99e">https://github.com/qelectrotech/qelectr … 0d42cac99e</a><br /><a href="https://github.com/qelectrotech/qelectrotech-elements/commit/916ce0268607c7115403b8fd74566bda3b50363a">https://github.com/qelectrotech/qelectr … da3b50363a</a></p><p>Il faudrait faire un diff des deux dossiers celui du dépôt et de celui de la traduction afin d&#039;extraire que les chaines des éléments dans le but d&#039;avoir un merge propre;</p><p>exemple<br />&lt;name lang=&quot;ca&quot;&gt;Enllaç sortint&lt;/name&gt;</p><p>Voir ces deux scripts de Xavier qui pourraient peut-etre rendre le travail de patch plus facile?<br /><a href="https://download.qelectrotech.org/qet/scripts/extract_translations_from_diff.sh">https://download.qelectrotech.org/qet/s … om_diff.sh</a><br /><a href="https://download.qelectrotech.org/qet/scripts/apply_translation_diff.sh">https://download.qelectrotech.org/qet/s … on_diff.sh</a></p><p>Je n&#039;ai pas le temps ce W.E d&#039;y travailler, si ça intéresse quelqu&#039;un?<br />&nbsp; &nbsp; - </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Sat, 06 Dec 2025 12:54:24 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22372#p22372</guid>
		</item>
		<item>
			<title><![CDATA[Re: Biblioteca WEG]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22371#p22371</link>
			<description><![CDATA[<div class="quotebox"><cite>scorpio810 wrote:</cite><blockquote><p>Ola dtartas, great work, I have pushed your 925 elements in 293 directories on <a href="https://github.com/qelectrotech/qelectrotech-element-contrib">qelectrotech-element-contrib</a> repository, and of course convert elmt to SVG on Html pages for better view, navigate and download yours elements. Many thanks to plc-user script!<br />With: <a href="https://qelectrotech.org/forum/viewtopic.php?pid=19407#p19407.">https://qelectrotech.org/forum/viewtopi … 07#p19407.</a></p><p><a href="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/index.html">https://download.qelectrotech.org/qet/e … index.html</a></p><p>There are so many fabulous elements, many should be added to the official collection, but which requires a lot of time, effort and sorting. <br />Does anyone have time for that?</p><p>Thanks a lot!</p><br /><p>Examples:</p><p><span class="postimg"><img src="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/3.4_fonte_chaveada/1.2_Fonte%20chaveada%20Meanwell/1.1_MDR-60-24V%20%202.5A%20(%2040x90x00%20)mm.svg" alt="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/3.4_fonte_chaveada/1.2_Fonte%20chaveada%20Meanwell/1.1_MDR-60-24V%20%202.5A%20(%2040x90x00%20)mm.svg" /></span><br /><span class="postimg"><img src="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/3.4_fonte_chaveada/1.1_Fonte%20chaveada%20Weg/1.3_PSS24-W-5%20%205A%20(%2040x130x00%20)%20mm.svg" alt="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/3.4_fonte_chaveada/1.1_Fonte%20chaveada%20Weg/1.3_PSS24-W-5%20%205A%20(%2040x130x00%20)%20mm.svg" /></span></p><p><span class="postimg"><img src="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/3.9_reles%20de%20seguranca/1.1_Rele_de_seguraca_weg/RELE%20DE%20SEGURANCA%20CPA-D%20(%2023x97x113%20)%20mm.svg" alt="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/3.9_reles%20de%20seguranca/1.1_Rele_de_seguraca_weg/RELE%20DE%20SEGURANCA%20CPA-D%20(%2023x97x113%20)%20mm.svg" /></span></p><p><span class="postimg"><img src="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/3.9_reles%20de%20seguranca/1.2_Rele_de_seguraca_schneider/1.1_RELE%20DE%20SEGURANCA%20XSP-AC%20(%2023x99x114%20)%20mm.svg" alt="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/3.9_reles%20de%20seguranca/1.2_Rele_de_seguraca_schneider/1.1_RELE%20DE%20SEGURANCA%20XSP-AC%20(%2023x99x114%20)%20mm.svg" /></span><br /><span class="postimg"><img src="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/comandos_eletricos/7.4_sinaleiras/1.1_sinaleiras_Torres/1.3_sinaleira%20torre.svg" alt="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/comandos_eletricos/7.4_sinaleiras/1.1_sinaleiras_Torres/1.3_sinaleira%20torre.svg" /></span><br /><span class="postimg"><img src="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/comandos_eletricos/5.4_timer/1.1_timer_digital/1.2_Timer%20Programador%20Horario%20COEL.svg" alt="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/comandos_eletricos/5.4_timer/1.1_timer_digital/1.2_Timer%20Programador%20Horario%20COEL.svg" /></span><br /><span class="postimg"><img src="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/comandos_eletricos/5.5_multi_medidores/1.1_multimedidores/1.1Multimedidor%20de%20Grandezas%20Eletricas%20MMW01.svg" alt="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/comandos_eletricos/5.5_multi_medidores/1.1_multimedidores/1.1Multimedidor%20de%20Grandezas%20Eletricas%20MMW01.svg" /></span><br /><span class="postimg"><img src="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/comandos_eletricos/6.8_drivers/1.1_drivers_siemens/1.1_Servo%20Drive%20Sinamics%20V90%206sl3210-5fb10-4uf0.svg" alt="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/comandos_eletricos/6.8_drivers/1.1_drivers_siemens/1.1_Servo%20Drive%20Sinamics%20V90%206sl3210-5fb10-4uf0.svg" /></span></p><p><span class="postimg"><img src="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/comandos_eletricos/6.8_drivers/1.2_drivers_delta/1.1_SERVO%20DRIVE%20%20ASDA%20B2.svg" alt="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/comandos_eletricos/6.8_drivers/1.2_drivers_delta/1.1_SERVO%20DRIVE%20%20ASDA%20B2.svg" /></span></p><p><span class="postimg"><img src="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/2.6_dps/1.1_DPS%20Clamper/1.1_DPS%20Clamper%20SLIM%20(%2018%20x%2090%20x%2064%20)%20mm.svg" alt="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/2.6_dps/1.1_DPS%20Clamper/1.1_DPS%20Clamper%20SLIM%20(%2018%20x%2090%20x%2064%20)%20mm.svg" /></span></p><p><span class="postimg"><img src="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/3.1_disjuntor%20motor/1.2_disjuntor_motor_schneider/1.1_Disjuntor_Motor_schneider/1.1_GV2-ME05%20%201A%20%20ajuste%20%200,63...1A%20%20(%2045x89x78%20)%20mm.svg" alt="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/3.1_disjuntor%20motor/1.2_disjuntor_motor_schneider/1.1_Disjuntor_Motor_schneider/1.1_GV2-ME05%20%201A%20%20ajuste%20%200,63...1A%20%20(%2045x89x78%20)%20mm.svg" /></span></p><p><span class="postimg"><img src="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/3.1_disjuntor%20motor/1.1_disjuntor_motor_weg/1.1_Disjuntor_Motor_WEG/1.1_MPW18%20%201A%20%20ajuste%20%200,63...1A%20%20(%2045x97x72%20)%20mm.svg" alt="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/3.1_disjuntor%20motor/1.1_disjuntor_motor_weg/1.1_Disjuntor_Motor_WEG/1.1_MPW18%20%201A%20%20ajuste%20%200,63...1A%20%20(%2045x97x72%20)%20mm.svg" /></span></p><p><span class="postimg"><img src="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/comandos_eletricos/7.1_soft_starter/1.2_soft_starter_schneider/soft_starter_schneider_altistart_22/1.1_Altistart_22.svg" alt="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/comandos_eletricos/7.1_soft_starter/1.2_soft_starter_schneider/soft_starter_schneider_altistart_22/1.1_Altistart_22.svg" /></span></p><p><span class="postimg"><img src="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/2.1_medidores/1.4_Voltimetro%20Analogico.svg" alt="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/2.1_medidores/1.4_Voltimetro%20Analogico.svg" /></span><br /><span class="postimg"><img src="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/2.1_medidores/1.5_Amperimetro%20Analogico.svg" alt="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/2.1_medidores/1.5_Amperimetro%20Analogico.svg" /></span></p><p><span class="postimg"><img src="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/2.2_multimedidores/1.1_Multimedidor%20WEG/1.3_Multimedidor%20%20WEG%20MMW02%20(%2098x98%20)%20mm.svg" alt="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/2.2_multimedidores/1.1_Multimedidor%20WEG/1.3_Multimedidor%20%20WEG%20MMW02%20(%2098x98%20)%20mm.svg" /></span><br /><span class="postimg"><img src="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/2.2_multimedidores/1.1_Multimedidor%20WEG/1.8_Multimedidor%20%20WEG%20MMW03-M22CHB%20(%2097x97%20)%20mm.svg" alt="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/2.2_multimedidores/1.1_Multimedidor%20WEG/1.8_Multimedidor%20%20WEG%20MMW03-M22CHB%20(%2097x97%20)%20mm.svg" /></span></p><p><span class="postimg"><img src="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/2.2_multimedidores/1.2_Multimedidor%20MSI/1.1_Multimedidor%20MSI%20M-200%20%20(%2098x98%20)%20mm.svg" alt="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/2.2_multimedidores/1.2_Multimedidor%20MSI/1.1_Multimedidor%20MSI%20M-200%20%20(%2098x98%20)%20mm.svg" /></span></p><p><span class="postimg"><img src="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/2.3_controlador_fator_de%20_potencia/1.1_controlador_fator_de_potencia_weg/1.1_PFW01%20%20(%2098x98%20)%20mm.svg" alt="https://download.qelectrotech.org/qet/elements_contrib/10_electric/biblioteca_qeletrotech_WEG/layout_painel/2.3_controlador_fator_de%20_potencia/1.1_controlador_fator_de_potencia_weg/1.1_PFW01%20%20(%2098x98%20)%20mm.svg" /></span></p></blockquote></div><p>Je peux aidersi tu veux</p>]]></description>
			<author><![CDATA[null@example.com (S.DEFFAUX)]]></author>
			<pubDate>Sat, 06 Dec 2025 12:29:05 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22371#p22371</guid>
		</item>
	</channel>
</rss>
