<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[QElectroTech — New .dxf to .elmt Conversion Program]]></title>
		<link>https://qelectrotech.org/forum/viewtopic.php?id=2265</link>
		<atom:link href="https://qelectrotech.org/forum/extern.php?action=feed&amp;tid=2265&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in New .dxf to .elmt Conversion Program.]]></description>
		<lastBuildDate>Wed, 03 Sep 2025 00:37:12 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: New .dxf to .elmt Conversion Program]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22061#p22061</link>
			<description><![CDATA[<p> Hi joao.silveira</p><div class="quotebox"><cite>joao.silveira wrote:</cite><blockquote><p>I’m a beginner when it comes to programming, and I’m not managing to use the software. Do you have any tutorial on how to use this software on Windows? If you could help me, I’d be very grateful.</p></blockquote></div><p>I don&#039;t have a tutorial specifically but I can try and walk you through some steps quickly<br />- Launch QElectrotech<br />- Under Collections-&gt;User Collection (typically on the right hand side of the QET Window) right click on User Collection<br />- Click &quot;New Element&quot; in the pop up menu<br />- Select the folder you wan to put it in and click &quot;Next&quot;<br />- give it a file name, and click &quot;Next&quot;<br />- give it an element name, and click &quot;Finish&quot;</p><p>This will launch the Element Editor. From the Element Editor Window follow the below steps<br />- File-&gt;Import a dxf<br />- If you don&#039;t have the dxf2elmt software placed in the correct folder, it will open a popup window saying it can&#039;t find it. There will be a download button, which you should probably ignore, and a button to open the installation folder. Click that and drop a copy of dxf2elmt in that folder (there are Windows and Debian versions you can download from <a href="https://github.com/Vadoola/dxf2elmt/releases,">https://github.com/Vadoola/dxf2elmt/releases,</a> and scorpio810 has attached some MacOS versions up a few comments in this thread).</p><p>Once you have the dxf2elmt program installed in the correct folder:<br />- go to File-&gt;Import a dxf<br />- In the popup select the dxf file and click ok.</p><p>That should pretty much be it, but you will need to add terminals and such yourself to connect wires to them in QElectrotech.</p><br /><br /><br /><div class="quotebox"><cite>joao.silveira wrote:</cite><blockquote><p>For this type of application, can I use the program that converts DWG into ELMT? And how do I use this program?</p></blockquote></div><p>The dxf2elmt program specifically converts DXF files, NOT DWG files. If you only have a DWG file you would need to convert it to a DXF first, there are some various programs available to do this, LibreCAD and QCad should be able to, I believe FreeCAD as well, but have less experience with it.</p><p>Hopefully this helps. </p>]]></description>
			<author><![CDATA[null@example.com (vadoola)]]></author>
			<pubDate>Wed, 03 Sep 2025 00:37:12 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22061#p22061</guid>
		</item>
		<item>
			<title><![CDATA[Re: New .dxf to .elmt Conversion Program]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22060#p22060</link>
			<description><![CDATA[<p> I’m a beginner when it comes to programming, and I’m not managing to use the software. Do you have any tutorial on how to use this software on Windows? If you could help me, I’d be very grateful. </p>]]></description>
			<author><![CDATA[null@example.com (joao.silveira)]]></author>
			<pubDate>Tue, 02 Sep 2025 19:54:44 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22060#p22060</guid>
		</item>
		<item>
			<title><![CDATA[Re: New .dxf to .elmt Conversion Program]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22059#p22059</link>
			<description><![CDATA[<p> Hello Vadoola.<br />I’m starting to use QElectroTech now, and I’d like to import some Siemens symbols into QElectroTech, such as the ET200SP remote I/O. I’d like to import its connections and terminals. For this type of application, can I use the program that converts DWG into ELMT? And how do I use this program? </p>]]></description>
			<author><![CDATA[null@example.com (joao.silveira)]]></author>
			<pubDate>Tue, 02 Sep 2025 19:05:08 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22059#p22059</guid>
		</item>
		<item>
			<title><![CDATA[Re: New .dxf to .elmt Conversion Program]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22044#p22044</link>
			<description><![CDATA[<p> Salut Christophe,</p><div class="quotebox"><cite>totofe64 wrote:</cite><blockquote><p>I need to use recent KNX MDT modules and theses modules are not in default QT library.<br />So I would like to convert dxf files provided by MDT to elmt files.</p><p>I use the last version binary dxf2elmt.exe downloaded from this topic link. Not sure this is the last binary version regarding github speaking about 5.0.1. Unfortunately, except error, I dont found the 5.0.1 Windows X64 bnary.</p><p>C:\Users\christophe\Downloads\dxf2elmt&gt;dxf2elmt.exe --version<br />dxf2elmt 0.4.0</p><p>I obtain an elmt file only with polygon object from the attached dxf file.</p><p>Any help would be very appreciated.<br />Best regards<br />Christophe</p></blockquote></div><p>Version 0.4.0 is not the latest version. The latest version is what Laurent linked above and is version 0.5.1.</p><p>I actually just noticed that I forgot to bump the version in the cargo.toml file, so even though it is version 0.5.1, if you run dxf2elmt --version it will say it&#039;s version 0.5.0. There were some large changes and new features between 0.4.0 and 0.5.0 so it&#039;s possible the file that is failing in 0.4.0 will work in 0.5.0.</p><p>I&#039;m not seeing any linked dxf files, and a quick glance shows several versions of KNX MDT modules. If it still fails to convert correctly once you download 0.5.1 can you link to the dxf files so I can find out where it&#039;s failing and try to fix it?</p><p>Thanks </p>]]></description>
			<author><![CDATA[null@example.com (vadoola)]]></author>
			<pubDate>Mon, 25 Aug 2025 21:21:12 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22044#p22044</guid>
		</item>
		<item>
			<title><![CDATA[Re: New .dxf to .elmt Conversion Program]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22043#p22043</link>
			<description><![CDATA[<p> Need to use last 100-dev!</p><p><a href="https://github.com/Vadoola/dxf2elmt/releases/download/v0.5.1/dxf2elmt.exe">https://github.com/Vadoola/dxf2elmt/rel … f2elmt.exe</a> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Mon, 25 Aug 2025 17:17:31 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22043#p22043</guid>
		</item>
		<item>
			<title><![CDATA[Re: New .dxf to .elmt Conversion Program]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22042#p22042</link>
			<description><![CDATA[<p> Bonsoir Christophe,</p><p>si tu avais partagé le DXF dans ton post il serait possible de voir ce qui ne fonctionne pas.</p><br /><p>Laurent </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Mon, 25 Aug 2025 15:39:19 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22042#p22042</guid>
		</item>
		<item>
			<title><![CDATA[Re: New .dxf to .elmt Conversion Program]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22039#p22039</link>
			<description><![CDATA[<p> Hello,</p><p>I&#039;m Christophe from France, I use QElectrotech to design the electric schema of our future house.<br />Thx to all for your fantastic job :-)</p><p>I need to use recent KNX MDT modules and theses modules are not in default QT library.<br />So I would like to convert dxf files provided by MDT to elmt files.</p><p>I use the last version binary dxf2elmt.exe downloaded from this topic link. Not sure this is the last binary version regarding github speaking about 5.0.1. Unfortunately, except error, I dont found the 5.0.1 Windows X64 bnary.</p><p>C:\Users\christophe\Downloads\dxf2elmt&gt;dxf2elmt.exe --version<br />dxf2elmt 0.4.0</p><p>I obtain an elmt file only with polygon object from the attached dxf file.</p><p>Any help would be very appreciated.<br />Best regards<br />Christophe </p>]]></description>
			<author><![CDATA[null@example.com (totofe64)]]></author>
			<pubDate>Mon, 25 Aug 2025 10:16:52 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22039#p22039</guid>
		</item>
		<item>
			<title><![CDATA[Re: New .dxf to .elmt Conversion Program]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=21911#p21911</link>
			<description><![CDATA[<p> macOS_aarch64 binary </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Thu, 24 Jul 2025 09:04:53 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=21911#p21911</guid>
		</item>
		<item>
			<title><![CDATA[Re: New .dxf to .elmt Conversion Program]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=21909#p21909</link>
			<description><![CDATA[<p> Hallo and thanks Vadoola,</p><p>macOS_x86_64 for Intel macOS </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Thu, 24 Jul 2025 08:51:39 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=21909#p21909</guid>
		</item>
		<item>
			<title><![CDATA[Re: New .dxf to .elmt Conversion Program]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=21900#p21900</link>
			<description><![CDATA[<p> Salut Laurent,</p><p>I don&#039;t have the binaries up on the release page yet, but I&#039;ve fixed the bug that was causing you issues running it from QElectrotech on your Mac.</p><p>If it can it creates the log file, but if it fails, it just skips it and logs to stderr.</p><p><a href="https://github.com/Vadoola/dxf2elmt/releases/tag/v0.5.1">https://github.com/Vadoola/dxf2elmt/releases/tag/v0.5.1</a> </p>]]></description>
			<author><![CDATA[null@example.com (vadoola)]]></author>
			<pubDate>Mon, 21 Jul 2025 09:05:32 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=21900#p21900</guid>
		</item>
		<item>
			<title><![CDATA[Re: New .dxf to .elmt Conversion Program]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=21899#p21899</link>
			<description><![CDATA[<p> </p><div class="quotebox"><cite>scorpio810 wrote:</cite><blockquote><p>macOS arm64 binary</p><p>Btw, it&#039;s run well only CLI on terminal, on GUI import DXF segfault...<br /></p><div class="codebox"><pre><code>thread &#039;main&#039; panicked at src/main.rs:65:58:
called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: &quot;Read-only file system&quot; }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace</code></pre></div></blockquote></div><p>Are you only getting that on the Mac? Or on other machines too? It&#039;s interesting that it&#039;s only happening when being called from QET and not from the CLI.</p><p>Either way I see what the issue was. I finally added a bit of logging trying to troubleshoot some issues with the nested blocks. A bit of poor error handling on setting up the logging slipped through to the release....ah actually I think it makes sense now depending on exactly how you are running it. By default it just creates a dxf2elmt.log file in the same folder as the exe. If you have write permissions on the folder when running it from the CLI, no problem. If it doesn&#039;t have write permissions for the folder where the plugin is run from it will probably get that ReadOnlyFilesystem error, and then the poor error handling for the logging file is causing it to panic and halt execution. I&#039;ll see if I can get a bug fix release out shortly.</p><p>Do you know what the typical logging system on MacOS is? On Linux of course you have syslog, or the systemd journal. Windows you could use the Event System....The last Mac I used consistently was PowerPC based, so I don&#039;t really know the system well now. Trying to figure out what options I have for logging other than just creating a log file. </p>]]></description>
			<author><![CDATA[null@example.com (vadoola)]]></author>
			<pubDate>Sat, 19 Jul 2025 22:41:12 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=21899#p21899</guid>
		</item>
		<item>
			<title><![CDATA[Re: New .dxf to .elmt Conversion Program]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=21896#p21896</link>
			<description><![CDATA[<p> macOS arm64 binary</p><p>Btw, it&#039;s run well only CLI on terminal, on GUI import DXF segfault...<br /></p><div class="codebox"><pre><code>thread &#039;main&#039; panicked at src/main.rs:65:58:
called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: &quot;Read-only file system&quot; }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace</code></pre></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Sat, 19 Jul 2025 12:22:01 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=21896#p21896</guid>
		</item>
		<item>
			<title><![CDATA[Re: New .dxf to .elmt Conversion Program]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=21895#p21895</link>
			<description><![CDATA[<p> Linux Debian unstable binary </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Fri, 18 Jul 2025 06:46:01 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=21895#p21895</guid>
		</item>
		<item>
			<title><![CDATA[Re: New .dxf to .elmt Conversion Program]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=21894#p21894</link>
			<description><![CDATA[<p> </p><div class="quotebox"><cite>plc-user wrote:</cite><blockquote><p>Hi vadoola!</p><p>Can you please create win- and/or Linux-Binaries for dxf2elmt and put them also into the release at github?<br />So everyone gets the Software from &quot;first hand&quot;!</p></blockquote></div><p>Yeah, I have no experience or familiarity with Github CI. I&#039;ve been trying to hobble something together by copying how some others have done it, and have been completely unsuccessful. I probably need to set aside some time to sit down and learn it properly. The hope of course is that I can get it set up, and when a release is made CI will generate the binaries and attach them to the release.</p><p>For this release it will probably be faster and easier to just manually create them myself and get them uploaded. </p>]]></description>
			<author><![CDATA[null@example.com (vadoola)]]></author>
			<pubDate>Thu, 17 Jul 2025 23:21:39 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=21894#p21894</guid>
		</item>
		<item>
			<title><![CDATA[Re: New .dxf to .elmt Conversion Program]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=21893#p21893</link>
			<description><![CDATA[<p> Hi vadoola!</p><p>Good to hear, you&#039;re ok (again)!</p><p>Can you please create win- and/or Linux-Binaries for dxf2elmt and put them also into the release at github?<br />So everyone gets the Software from &quot;first hand&quot;! </p>]]></description>
			<author><![CDATA[null@example.com (plc-user)]]></author>
			<pubDate>Thu, 17 Jul 2025 12:37:06 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=21893#p21893</guid>
		</item>
	</channel>
</rss>
