151 2025-01-27 20:38:52
Re: Some issues in creating a circuit diagram (5 replies, posted in EN : Help, suggestions, discussions, ...)
152 2025-01-27 20:30:50
Re: Some issues in creating a circuit diagram (5 replies, posted in EN : Help, suggestions, discussions, ...)
153 2025-01-27 20:11:49
Re: Set Config- and Data-Directory to system-specific paths (21 replies, posted in Code)
A short manual for the transition from old to new locations of config- and data-directories.
In the following blocks you find the changes, that have to be made by the user.
If you are missing any information or have found an error, please let us know!
Hi plc-user and thanks for your little manual for the transition,
I will try to do it for macOS, maybe next week if I have time,
but I have to install a new macOS VM on my mac Mini and install december QET and compare the old locations with new QET version's files PATH . But if someone can do it, I'd be relieved
154 2025-01-27 07:16:05
Re: Discussion sur la nomenclature intégré (26 replies, posted in FR : Aide, suggestions, discussions, ...)
Coucou, je suis Pércylès, Automaticien sur du multi-marques (Schneider, Kieback, SOFREL, WAGO, Trend, Distech ...) et je me sers de votre logiciel depuis très très longtemps.
Bonjour Pércylès et bienvenu,
Si je pouvais modifier les intitulés de Label, installation, N°articles et les autres pour les remplacer par ce qui est attendu sur mon logiciel de programmation et ainsi, faciliter pour mes collègues et moi-même les renseignements à fournir et retrouver une certaine correspondance entre qelectrotech et le logiciel de prog schneider.
voir:
https://qelectrotech.org/forum/viewtopi … 256#p16256
SELECT comment AS 'References', COUNT(comment) AS 'Quantités', description, manufacturer FROM element_nomenclature_view WHERE ( element_type = 'simple' OR element_sub_type = 'commutator' OR element_sub_type = 'coil' OR element_sub_type = 'protection') AND comment != '' AND label != '' GROUP BY comment ORDER BY COUNT(comment) DESC
Explications :
Je veux que le titre soit Références et non comment.
comment AS 'References'
Laurent
155 2025-01-26 20:20:01
Re: NO_PUBKEY BC9F825E1D4FB6C1 - Download for Debian Bookworm (14 replies, posted in Platform-specific problems, Linux!)
Strange, again?
see --> Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details
156 2025-01-26 15:49:26
Re: Impression A3 (1 replies, posted in FR : Aide, suggestions, discussions, ...)
Bonsoir ,
tu n'as pas de soucis a te faire le logiciel s'adaptera quelque soit la taille de la sortie papier tout comme quand tu veux imprimer une photo, tu sélectionnes le format papier, la marge et fait un aperçu avant l'impression.
157 2025-01-26 08:47:00
Re: Set Config- and Data-Directory to system-specific paths (21 replies, posted in Code)
Hallo plc-user,
I can't remember, I think it's been from the beginning...
I've always hated DesktopLocation... which saves the default project under Desktop! So I prefer to "save it" to others PATH.
Change can be easy, like this:
--- sources/qetproject.cpp
+++ sources/qetproject.cpp
@@ -369,7 +369,7 @@ QString QETProject::currentDir() const
{
QString current_directory;
if (m_file_path.isEmpty()) {
- current_directory = QStandardPaths::writableLocation(QStandardPaths::DesktopLocation);
+ current_directory = QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation);
} else {
current_directory = QFileInfo(m_file_path).absoluteDir().absolutePath();
}
Best regards
laurent
Edit :
https://github.com/qelectrotech/qelectr … 4db6af63a1
And
158 2025-01-25 18:57:36
Re: Different wires connected to the same terminal (11 replies, posted in EN : Help, suggestions, discussions, ...)
scorpio810 wrote:Only when you connect a 1.5mn² wire, for example, to a large busbar or repartitor but of course your wire is protected downstream by a 10A fuse will you have to cheat with a non-terminal type symbol to connect them together.
Is there a library part for a Series Terminal Block with different Size?
Generic:
https://download.qelectrotech.org/qet/e … index.html
159 2025-01-24 16:55:11
Re: Set Config- and Data-Directory to system-specific paths (21 replies, posted in Code)
Hallo plc-user,
As expected, things aren't going so well
Um, Maybe I think I made a a little mistake when merging your PR, there are a lot of things to re-set,like elements, ect locations PATH, the location of binary plugin collections, the path in the logs now was wrong, and so on.
DXF2elmt Binary or QETelementScaler offers me this PATH now on my Debian: /home/laurent/.local/share/QElectroTech/QElectroTech/binary/
Sometimes you have to demolish everything in order to rebuild better.
Best regards,
Laurent
160 2025-01-24 12:45:33
Re: sorting order terminals (19 replies, posted in Terminal block generator)
Édites ton ancien post, et tu devrais voir choisir un fichier et le joindre.
161 2025-01-24 12:18:49
Re: sorting order terminals (19 replies, posted in Terminal block generator)
Bonjour Thomas,
ton projet contient des logos SVG dans les cartouches?
Si tu as un backup fonctionnel de ce projet, regardes si tu peux le partager ici.
162 2025-01-24 12:16:00
Re: Set Config- and Data-Directory to system-specific paths (21 replies, posted in Code)
Hallo plc-user,
you could add a pull request?
Users just want to know the PATH of stalesfiles:
https://qelectrotech.org/bugtracker/view.php?id=209
When you click on cancel the backup file is deleted (it is the normal behavior).
I can't reproduce your bug on my windows 10 vm.
Can you test :
-when you click on cancel if the file on the folder C:\Users\ your_username\AppData\Local\stalefiles\QElectroTech is still here or not.
-Install the last QElectrotech build
-Test on another pc
BTW, I added new commit since.
https://github.com/qelectrotech/qelectr … 4af8e61d49
Edit:
11:50:34.522 Info: System language: "fr"
11:50:34.523 Info: language Path: "/usr/local/share/qelectrotech/lang/"
11:50:34.523 Info: Common Elements Dir: "/usr/local/share/qelectrotech/elements/"
11:50:34.523 Info: Common TitleBlock Templates Dir: "/usr/local/share/qelectrotech/titleblocks/"
11:50:34.523 Info: Custom Elements Dir: "/home/laurent/.qet/elements/"
11:50:34.523 Info: Custom TitleBlock Templates Dir: "/home/laurent/.qet/titleblocks/"
11:50:34.523 Info: Company Elements Dir: "/home/laurent/.qet/elements-company/"
11:50:34.523 Info: Company TitleBlock Templates Dir: "/home/laurent/.qet/titleblocks-company"
11:50:34.523 Info: User Location: "/home/laurent/.qet/"
11:50:34.523 Info: Config Location : ("/home/laurent/.config/QElectroTech/QElectroTech")
11:50:34.523 Info: Project stalefiles Location: "/home/laurent/.local/share/QElectroTech/QElectroTech"
163 2025-01-24 10:08:14
Re: Set Config- and Data-Directory to system-specific paths (21 replies, posted in Code)
Hallo plc-user:
Stalefiles was based to #include <KAutoSaveFile> (KCoreAddons)
https://api.kde.org/frameworks/kcoreadd … eFile.html
qetapp.cpp
https://github.com/qelectrotech/qelectr … pp.cpp#L50
https://github.com/qelectrotech/qelectr … .cpp#L2271
qetdiagrameditor.cpp
https://github.com/qelectrotech/qelectr … or.cpp#L51
https://github.com/qelectrotech/qelectr … .cpp#L1898
qetproject.cpp
https://github.com/qelectrotech/qelectr … ct.cpp#L93
qetproject.h
https://github.com/qelectrotech/qelectr … ject.h#L34
https://github.com/qelectrotech/qelectr … ject.h#L83
Laurent
164 2025-01-23 19:53:36
Re: New .dxf to .elmt Conversion Program (193 replies, posted in Import DXF)
@plc-user:It seems like a lot of work and I don't feel up to it any more.
My health is deteriorating and I find it hard to think and organise myself.
What's more, at work I suffer from not being as fit and clear-headed as I was at 40.
Perhaps this is due to the many medications I'm taking.
165 2025-01-23 19:39:43
Re: New .dxf to .elmt Conversion Program (193 replies, posted in Import DXF)
scorpio810 wrote:Remember to find KAutoSaveFile::allStaleFiles PATH also.
Where do I find those files, if they exist on the system?
Can I force QET to produce a "StaleFile"?
https://qelectrotech.org/forum/viewtopi … 072#p16072
Btw, backup files is stored on ~.local/share/stalefiles/QElectroTech on Linux.
C:\Users\username\AppData\Local\stalefiles\QElectroTech on Windows
/Users/username/Library/Application Support/stalefiles/QElectroTech/ on macOS
166 2025-01-23 17:37:05
Re: New .dxf to .elmt Conversion Program (193 replies, posted in Import DXF)
Hallo plc-user
Have not time, but quickly make an little commit: https://github.com/qelectrotech/qelectr … 4dd909284f
OS : linux - x86_64 - Version : Debian GNU/Linux trixie/sid
6:36:00.197 Info: "Compilation : GCC 14.2.0"
16:36:00.197 Info: "Built with Qt 5.15.15 - x86_64 - Date : Jan 23 2025 : 16:35:56"
16:36:00.197 Info: "Run with Qt 5.15.15 using 48 thread(s)"
16:36:00.197 Info: "CPU : model name\t: AMD Ryzen Threadripper 3960X 24-Core Processor\n"
16:36:00.197 Info: "RAM Total : 64 GB"
16:36:00.197 Info: "RAM Available : 57 GB"
16:36:00.197 Info: "GPU : Advanced Micro Devices, Inc. [AMD/ATI] Navi 22 [Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT] (rev df)\n"
16:36:00.197 Info: "GPU RAM : Video memory: 10240MB\n Dedicated video memory: 10240 MB\n Currently available dedicated video memory: 8845 MB\n"
16:36:00.197 Info: "OS : linux - x86_64 - Version : Debian GNU/Linux trixie/sid - Kernel : 6.12.10-amd64"
16:36:00.197 Info: System language: "fr"
16:36:00.197 Info: language Path: "/usr/local/share/qelectrotech/lang/"
16:36:00.197 Info: Common Elements Dir: "/usr/local/share/qelectrotech/elements/"
16:36:00.197 Info: Common TitleBlock Templates Dir: "/usr/local/share/qelectrotech/titleblocks/"
16:36:00.197 Info: Custom Elements Dir: "/home/laurent/.qet/elements/"
16:36:00.197 Info: Custom TitleBlock Templates Dir: "/home/laurent/.qet/titleblocks/"
16:36:00.197 Info: Company Elements Dir: "/home/laurent/.qet/elements-company/"
16:36:00.197 Info: Company TitleBlock Templates Dir: "/home/laurent/.qet/titleblocks-company"
16:36:00.197 Info: Standard Location : ("/home/laurent/.config/QElectroTech/QElectroTech")
16:36:00.197 Info: App Data Location: "/home/laurent/.local/share/QElectroTech/QElectroTech"
16:36:00.197 Info: App Local DataLocation: "/home/laurent/.local/share/applications"
16:36:00.197 Info: Home Location: "/home/laurent"
16:36:00.197 Info: Runtime Location: "/run/user/1000"
16:36:00.197 Info: Cache Location: "/home/laurent/.cache/QElectroTech/QElectroTech"
Edit macOS arm64
10:34:19.164 Info: "GitRevision b19fbd25224ab1286e22432fb35bcc10c092eb44"
10:34:19.164 Info: "QElectroTech V 0.100.0-dev"
10:34:19.164 Info: "Compilation : CLANG 14.0.0 (clang-1400.0.29.102)"
10:34:19.164 Info: "Built with Qt 5.15.15 - arm64 - Date : Jan 24 2025 : 10:26:19"
10:34:19.165 Info: "Run with Qt 5.15.15 using 8 thread(s)"
10:34:19.165 Info: "CPU : Apple M2\n"
10:34:19.165 Info: "RAM Total : 8 GB"
10:34:19.165 Info: ""
10:34:19.165 Info: "GPU : "
10:34:19.165 Info: "GPU RAM : "
10:34:19.165 Info: "OS : darwin - arm64 - Version : macOS 14.7 - Kernel : 23.6.0"
10:34:19.165 Info: System language: "fr"
10:34:19.165 Info: language Path: "/Applications/qelectrotech.app/Contents/MacOS/./../Resources/lang/"
10:34:19.165 Info: Common Elements Dir: "/Applications/qelectrotech.app/Contents/MacOS/./../Resources/elements/"
10:34:19.165 Info: Common TitleBlock Templates Dir: "/Applications/qelectrotech.app/Contents/MacOS/./../Resources/titleblocks/"
10:34:19.165 Info: Custom Elements Dir: "/Users/laurent/.qet/elements/"
10:34:19.165 Info: Custom TitleBlock Templates Dir: "/Users/laurent/.qet/titleblocks/"
10:34:19.165 Info: Company Elements Dir: "/Users/laurent/.qet/elements-company/"
10:34:19.165 Info: Company TitleBlock Templates Dir: "/Users/laurent/.qet/titleblocks-company/"
10:34:19.165 Info: Standard Location : ("/Users/laurent/Library/Preferences/QElectroTech/QElectroTech")
10:34:19.165 Info: App Data Location: "/Users/laurent/Library/Application Support/QElectroTech/QElectroTech"
10:34:19.165 Info: App Local DataLocation: "/Users/laurent/Applications"
10:34:19.165 Info: Home Location: "/Users/laurent"
10:34:19.165 Info: Runtime Location: "/Users/laurent/Library/Application Support"
10:34:19.165 Info: Cache Location: "/Users/laurent/Library/Caches/QElectroTech/QElectroTech"
10:34:19.165 Info: *** Qt screens ***
Edit Win10 x86-64:
07:40:19.388 Info: "QElectroTech V 0.100.0-dev"
07:40:19.388 Info: "Compilation: GCC 13.3.0"
07:40:19.389 Info: "Built with Qt 5.15.16 - x86_64 - Date : Jan 23 2025 : 17:39:55"
07:40:19.391 Info: "Run with Qt 5.15.16 using 24 thread(s)"
07:40:19.392 Info: "CPU : NAME \r\r\nAMD RYZEN THREADRIPPER 3960X 24-CORE PROCESSOR \r\r\n\r\r\n"
07:40:19.392 Info: "RAM Total : 36 GB"
07:40:19.393 Info: "RAM Available : 33 GB"
07:40:19.394 Info: "GPU : VideoProcessor \r\r\n \r\r\n\r\r\n"
07:40:19.395 Info: "GPU RAM : RAM Total : AdapterRAM \r\r\n0 \r\r\n\r\r\n B"
[b]07:40:19.397 Info: "OS : winnt - x86_64 - Version : Windows 10 Version 2009 - Kernel : 10.0.19045"
07:40:19.397 Info: System language: "en"
07:40:19.398 Info: language Path: "C:/Program Files/QElectroTech/lang/"
07:40:19.399 Info: Common Elements Dir: "C:/Program Files/QElectroTech/elements/"
07:40:19.399 Info: Common TitleBlock Templates Dir: "C:/Program Files/QElectroTech/titleblocks/"
07:40:19.400 Info: Custom Elements Dir: "C:/Users/laurent/Application Data/qet/elements/"
07:40:19.401 Info: Custom TitleBlock Templates Dir: "C:/Users/laurent/Application Data/qet/titleblocks/"
07:40:19.401 Info: Company Elements Dir: "C:/Users/laurent/Application Data/qet/elements-company/"
07:40:19.403 Info: Company TitleBlock Templates Dir: "C:/Users/laurent/Application Data/qet/titleblocks-company/"
07:40:19.404 Info: Standard Location : ("C:/Users/laurent/AppData/Local/QElectroTech/QElectroTech")
07:40:19.405 Info: App Data Location: "C:/Users/laurent/AppData/Roaming/QElectroTech/QElectroTech"
07:40:19.406 Info: App Local DataLocation: "C:/Users/laurent/AppData/Roaming/Microsoft/Windows/Start Menu/Programs"
07:40:19.406 Info: Home Location: "C:/Users/laurent"
07:40:19.408 Info: Runtime Location: "C:/Users/laurent"
07:40:19.409 Info: Cache Location: "C:/Users/laurent/AppData/Local/QElectroTech/QElectroTech/cache"
07:40:19.409 Info: *** Qt screens ***
@plc-user: I'm thinking if "we" can add all the data from the config file on the log file,
later it might be useful for troubleshooting users, what do you think?
BTW, on Windows OS our users don't have the config file .... All config 'stored only in registry editor: regedit!! beurk!
167 2025-01-23 13:37:01
Re: New .dxf to .elmt Conversion Program (193 replies, posted in Import DXF)
Remember to find KAutoSaveFile::allStaleFiles PATH also.
168 2025-01-23 12:14:36
Re: New .dxf to .elmt Conversion Program (193 replies, posted in Import DXF)
Hallo plc-user,
this patch send me in log file these informations:
--- sources/machine_info.cpp
+++ sources/machine_info.cpp
@@ -27,6 +27,7 @@
#include <QStorageInfo>
#include <QLibraryInfo>
#include <QStorageInfo>
+#include <QStandardPaths>
#ifdef Q_OS_WIN
#include <windows.h>
@@ -144,6 +145,12 @@ void MachineInfo::send_info_to_debug()
+ " - " + pc.cpu.Architecture
+ " - Version : "+pc.os.name
+ " - Kernel : "+pc.os.kernel;
+ qInfo()<< " Standard Location :"<< QStringList(QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation));
+ qInfo()<< " AppLocal Data Location:"<< QStandardPaths::writableLocation(QStandardPaths::ApplicationsLocation);
+ qInfo()<<" Home Location:"<< QStandardPaths::writableLocation(QStandardPaths::HomeLocation);
+ qInfo()<<" Runtime Location:"<< QStandardPaths::writableLocation(QStandardPaths::RuntimeLocation);
+
+
qInfo()<< "*** Qt screens ***";
for (int ii = 0; ii < pc.screen.count; ++ii) {
@@ -411,3 +418,4 @@ QString MachineInfo::compilation_info()
}
return compilation_info;
}
+
11:11:35.986 Info: "Built with Qt 5.15.15 - x86_64 - Date : Jan 23 2025 : 11:11:32"
11:11:35.986 Info: "Run with Qt 5.15.15 using 48 thread(s)"
11:11:35.986 Info: "CPU : model name\t: AMD Ryzen Threadripper 3960X 24-Core Processor\n"
11:11:35.986 Info: "RAM Total : 64 GB"
11:11:35.986 Info: "RAM Available : 56 GB"
11:11:35.986 Info: "GPU : Advanced Micro Devices, Inc. [AMD/ATI] Navi 22 [Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT] (rev df)\n"
11:11:35.986 Info: "GPU RAM : Video memory: 10240MB\n Dedicated video memory: 10240 MB\n Currently available dedicated video memory: 7557 MB\n"
11:11:35.986 Info: "OS : linux - x86_64 - Version : Debian GNU/Linux trixie/sid - Kernel : 6.12.10-amd64"
11:11:35.986 Info: Standard Location : ("/home/laurent/.config/QElectroTech/QElectroTech")
11:11:35.986 Info: AppLocal Data Location: "/home/laurent/.local/share/applications"
11:11:35.986 Info: Home Location: "/home/laurent"
11:11:35.986 Info: :Runtime Location: "/run/user/1000"
11:11:35.986 Info: *** Qt screens ***
11:11:35.986 Info: "( 1 : 1920 x 1080 )"
11:11:35.986 Info: "( 2 : 4388 x 2468 )"
11:11:35.987 Info: DISK : /run
11:11:35.987 Info: FileSystemType: "tmpfs"
........................................
couic!
169 2025-01-22 17:06:37
Re: New .dxf to .elmt Conversion Program (193 replies, posted in Import DXF)
Hallo plc-user: what do you think about this issue? . I'm think that very strange!!!
https://github.com/qelectrotech/qelectr … issues/325
@lanet: in principe the right path is C:\users\your_name\AppData\Roaming\qet\binary\ under Windows.
BTW, if you use last 0.100-dev and my new packages of dxf2elmt of vadoola fork, you can saw a popup error if conversion DXF fail.
https://qelectrotech.org/forum/viewtopi … 828#p20828
Best regards,
laurent
@lanet Edit: maybey ou could share your DXF file, you want convert?
170 2025-01-22 16:58:01
Re: Questions about the function Terminal (DEV) (2 replies, posted in EN : Help, suggestions, discussions, ...)
Hello,
This project has been underway for a long time and Joshua, who has been the main developer for over 10 years, has no time to devote to it as he has to look after his seriously ill wife.
See:
https://qelectrotech.org/forum/viewtopic.php?id=1486
171 2025-01-20 07:30:56
Re: Indonesian videos (3 replies, posted in Videos howto)
172 2025-01-19 16:23:46
Re: New .dxf to .elmt Conversion Program (193 replies, posted in Import DXF)
New packages build based of Vadoola commit: 4ecce24
173 2025-01-19 15:51:33
Re: dxf2elmt (29 replies, posted in Import DXF)
I tried lastest Vadoola commit: 4ecce24
Better improvement for this DXF file.
174 2025-01-19 15:35:22
Re: New .dxf to .elmt Conversion Program (193 replies, posted in Import DXF)
@Andrew: The Vadoola code shown here may be of interest to you:
https://github.com/qelectrotech/new_dxf … d.rs#L1165
175 2025-01-19 11:49:34
Re: New .dxf to .elmt Conversion Program (193 replies, posted in Import DXF)
I saw these fonts size was so biggest, like size= 1298 px ....
<description>
<dynamic_text Halignment="AlignHCenter" text_width="-1" font="Arial Narrow,779,-1,0,0,0,0,0,0,0" y="210.57" frame="false" z="0" keep_visual_rotation="true" text_from="UserText" Valignment="AlignVCenter" x="187.3" rotation="0" uuid="{efa63688-1d59-4f48-b7c6-e61cac5ce680}">
<text>2 1/2 NPT</text>
</dynamic_text>
<dynamic_text Halignment="AlignHCenter" text_width="-1" font="Arial Narrow,519,-1,0,0,0,0,0,0,0" y="325.1" frame="false" z="0" keep_visual_rotation="true" text_from="UserText" Valignment="AlignVCenter" x="157.78" rotation="0" uuid="{be6ff0b9-bd03-40df-9d2d-182c19e78a07}">
<text>© 2023 McMaster-Carr Supply Company</text>
</dynamic_text>
<dynamic_text Halignment="AlignHCenter" text_width="-1" font="Arial Narrow,649,-1,0,0,0,0,0,0,0" y="332.53" frame="false" z="0" keep_visual_rotation="true" text_from="UserText" Valignment="AlignVCenter" x="353.73" rotation="0" uuid="{cf71a1f6-e8f6-468e-9a03-fc9026ffb867}">
<text>Cord Grip</text>
</dynamic_text>
<dynamic_text Halignment="AlignHCenter" text_width="-1" font="Arial Narrow,649,-1,0,0,0,0,0,0,0" y="316.3" frame="false" z="0" keep_visual_rotation="true" text_from="UserText" Valignment="AlignVCenter" x="354.07" rotation="0" uuid="{3042b1a4-c128-4152-9e52-7059ad56692c}">
<text>Wet-Location</text>
</dynamic_text>
<dynamic_text Halignment="AlignHCenter" text_width="-1" font="Arial Narrow,1298,-1,0,0,0,0,0,0,0" y="286.92" frame="false" z="0" keep_visual_rotation="true" text_from="UserText" Valignment="AlignVCenter" x="370.46" rotation="0" uuid="{bb0c5380-9eb0-4539-a6ba-e6747f8200e8}">
<text>8302K738</text>
</dynamic_text>
<dynamic_text Halignment="AlignHCenter" text_width="-1" font="Arial Narrow,390,-1,0,0,0,0,0,0,0" y="339.87" frame="false" z="0" keep_visual_rotation="true" text_from="UserText" Valignment="AlignVCenter" x="159.08" rotation="0" uuid="{80473fb0-b6c7-44f1-9ad5-ef7252fb981a}">
<text>Information in this drawing is provided for reference only.</text>
</dynamic_text>
<dynamic_text Halignment="AlignHCenter" text_width="-1" font="Arial Narrow,519,-1,0,0,0,0,0,0,0" y="288.12" frame="false" z="0" keep_visual_rotation="true" text_from="UserText" Valignment="AlignVCenter" x="275.08" rotation="0" uuid="{c0f52eaf-f682-4c51-8acc-94f969a7314c}">
<text>PART</text>
</dynamic_text>
<dynamic_text Halignment="AlignHCenter" text_width="-1" font="Arial Narrow,519,-1,0,0,0,0,0,0,0" y="297.72" frame="false" z="0" keep_visual_rotation="true" text_from="UserText" Valignment="AlignVCenter" x="276.03" rotation="0" uuid="{5de7a2d5-516d-4d82-ac48-a286a2614338}">
<text>NUMBER</text>
</dynamic_text>
<dynamic_text Halignment="AlignHCenter" text_width="-1" font="Arial Narrow,519,-1,0,0,0,0,0,0,0" y="313.47" frame="false" z="0" keep_visual_rotation="true" text_from="UserText" Valignment="AlignVCenter" x="157.18" rotation="0" uuid="{4ce33b0a-4f95-43cf-bb60-4f832b127733}">
<text>http://www.mcmaster.com</text>
If I divide the size of all the fonts by ~100, the appearance and positioning are quite good.
Edit: for this DXF file the fonts was so big, but I tried other DXF files and fonts seem's good.