https://qelectrotech.org/forum/viewtopi … 556#p15556
Good morning Mike
I removed empty line in your project file with sed on Linux machine:
sed '/^$/d' Test1.qet > test_sed.qetNow launch so fast, but if run qet_tb_generator 1.3.0 is break XML and QET can't open file :
The file /media/backup6/download/test_sed_clean.qet does not appear to be a QElectroTech project file. Thus it cannot be opened.
Fix the XML of .qet with xmllint:
[07:25:29] laurent@debian:/media/backup6/download$ xmllint --recover test_sed_clean.qet > new_sedtest.qet
test_sed_clean.qet:5: parser error : StartTag: invalid element name
<
^Now project is fixed.
Very nice project Mikhail ;-)
http://dietzautomation.com/download/Man … nglish.pdf
Edit: si tu te sers du plug-in qet-tb-generator pour générer tes borniers, je te conseille de prendre la dernière version.









