1

Topic: change terminals

I have a project with terminal blocks in it created by terminal block generator
because of a modification I need to add to add some extra terminals
I edit the terminal block add the extra terminals manually and save
save and close the project
after reopening the project
the terminal block shows the extra terminals but the text is missing
if I take the terminal block from imported elements it shows the texts
what goes wrong?

Post's attachments

Attachment icon untitled.qet 188.81 kb, 18 downloads since 2025-04-22 

Always using the latest development version

2

Re: change terminals

of course it is was only the terminal block it was easy to replace
but there is more
here is the complete schematic with all external connections

Always using the latest development version

3

Re: change terminals

updated file

Post's attachments

Attachment icon untitled.qet 310.46 kb, 32 downloads since 2025-04-22 

Always using the latest development version

4

Re: change terminals

LievenC wrote:

(...) the terminal block shows the extra terminals but the text is missing
if I take the terminal block from imported elements it shows the texts

same behavior here.

LievenC wrote:

what goes wrong?

(How) is this described in docu of plugin?

Fragen zu QET gehören in dieses Forum und werden nicht per PM beantwortet! – Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

5

Re: change terminals

there is no issue in regenerating the terminal blocks thru terminal block generator
but when placing the new block in the design all connections are lost
so all wires have to be redone
that is why I choose to edit and update the block
but then the added terminals have no text
I checked the XML and found that the text is missing in the section <dynamic_texts> of the element

Always using the latest development version

6

Re: change terminals

The plugin saves the changed Terminal-Block as element to "imported elements" in project-file and overwrites the old one.
Because the changed "element" isn't recognized as reworked element, QET does not offer to keep both or only use the new one as with reworked elements from collections.

As a workaround you can try to play with the different terminal-blocks from the backup-projects:
move different TBs from "imported elements" to user-collection, clean project, drag TB to folio again, ... something like that.

Fragen zu QET gehören in dieses Forum und werden nicht per PM beantwortet! – Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

7

Re: change terminals

for me this is a bug

Always using the latest development version

8

Re: change terminals

This is a problem:
For QET it is a saved project with an element in "imported elements".
Can you give a hint, how QET may recognize, that the element in a just opened file is changed from the one in another project-file? QET does not compare project-files: The files are changed by an external software! Just as if you edited it by hand in a text-editor and expect QET to notice that change.
Can you give a hint as to how this could be noticed by QET?

Fragen zu QET gehören in dieses Forum und werden nicht per PM beantwortet! – Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

9

Re: change terminals

The internal Terminal-Block-Manager in DEV-Version behaves different.
But it is still not fully functional and in development...

Fragen zu QET gehören in dieses Forum und werden nicht per PM beantwortet! – Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

10

Re: change terminals

Here is what I do:
open the shematic
edit the terminal block in element editor
in element editor I add some terminals and save
place the changed element in the shematic
the changed element is correct

save and close the QET
reopen the shematic and then the original element is updated with the added terminals
but the text is missing
the changed element shows the new terminals and also the text

I only edit the XML to correct the issue as workaround

Always using the latest development version