Topic: Foliennummerierung und qet_tb_generator

Guten Tag.
Ich habe 2 Fragen.

1. Ich möchte wie hier beschrieben https://qelectrotech.org/forum/viewtopic.php?id=2648 den Schaltplanseiten eigene Nummern geben.
    Ich habe es wie hier https://qelectrotech.org/forum/viewtopi … 153#p16153 eingestellt aber ich finde die Möglichkeit danach den Seiten         
    eigene Nummern zu geben nicht. Wie geht das?

2. Ich möchte den get-tb-generator installieren und probieren. Wenn ich die Anleitung im QElectrotech folge passiert bei Schritt 2 "sudo pip3 install
    qet_tb_generator" foglendes:

sudo pip3 install --upgrade qet_tb_generator
error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
    python3-xyz, where xyz is the package you are trying to
    install.
   
    If you wish to install a non-Debian-packaged Python package,
    create a virtual environment using python3 -m venv path/to/venv.
    Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
    sure you have python3-full installed.
   
    If you wish to install a non-Debian packaged Python application,
    it may be easiest to use pipx install xyz, which will manage a
    virtual environment for you. Make sure you have pipx installed.
   
    See /usr/share/doc/python3.12/README.venv for more information.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.

Wenn ich "pip3 --version" eingebe kommt folgendes: pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)

Ich nutze Linux Mint 22. Was kann ich hier machen?

Translation:
Good day.
I have 2 questions.

1. i would like to give the schematic pages their own numbers as described here https://qelectrotech.org/forum/viewtopic.php?id=2648.
    I have set it up like here https://qelectrotech.org/forum/viewtopi … 153#p16153 but I can't find the possibility to give the pages         
    to give the pages their own numbers. How can I do that?

2. i would like to install the get-tb-generator and try it out. If I follow the instructions in QElectrotech, step 2 “sudo pip3 install
    qet_tb_generator” the following happens:

sudo pip3 install --upgrade qet_tb_generator
error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
    python3-xyz, where xyz is the package you are trying to
    install.
   
    If you wish to install a non-Debian-packaged Python package,
    create a virtual environment using python3 -m venv path/to/venv.
    Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
    sure you have python3-full installed.
   
    If you wish to install a non-Debian packaged Python application,
    it may be easiest to use pipx install xyz, which will manage a
    virtual environment for you. Make sure you have pipx installed.
   
    See /usr/share/doc/python3.12/README.venv for more information.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaki

Re: Foliennummerierung und qet_tb_generator

Hello Kellermorph,

What your OS, Debian, Ubuntu?
I made packages for it!

See https://qelectrotech.org/forum/viewtopic.php?id=2857

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

3 (edited by Kellermorph 2024-12-22 18:53:30)

Re: Foliennummerierung und qet_tb_generator

Hi Scorpio.
Sorry deepl didnt transalte everything.
I have Linux Mint 22.

When i follow the links i came to https://launchpad.net/~scorpio/+archive … rotech-dev
But there is Version 0.100 and i have 0.90 from the official Linux Mint repo.

do i have to take this?
qet-tb-generator     1.3.1-3ubuntu4     Laurent Trinques (2021-12-31)

how can i download and add it?

Re: Foliennummerierung und qet_tb_generator

Hi Kellermorph,

sudo add-apt-repository ppa:scorpio/qelectrotech-dev
sudo apt update

sudo apt install qet-tb-generator pysimplegui

FYI for linux Mint 22
qet-tb-generator    1.3.1-2ubuntu4 (2024-12-17)
pysimplegui           4.41.2-3ubuntu8 (2024-03-17)

https://launchpad.net/~scorpio/+archive … lter=noble

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Foliennummerierung und qet_tb_generator

But there is Version 0.100 and i have 0.90 from the official Linux Mint repo.

do i have to take this?

Note: 0.90 was now very old...

Ubuntu pinning
The following entry assigns a high priority to all versions of the QElectroTech package beginning with 0.100. :
This way, your system will download the higher package version from the ppa and not those from the official Ubuntu repositories.

By using command below:

cat <<EOF | sudo tee /etc/apt/preferences.d/40qelectrotech-devel
Package: qelectrotech*
Pin: version 0.100.*
Pin-Priority: 1001
EOF

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Foliennummerierung und qet_tb_generator

ok i didnt know, that 0.90 is the old version cause the flatpak is also 0.90. i have updated it to 0.100 now and the Plugin works but didnt seems to be to number the connections. but for this there is an other plugin. i have to test this. thanks a lot.

Can you tell me how i can give another number to a folio? i already set the option but dont know how i can get another number to the folio.

Re: Foliennummerierung und qet_tb_generator

Try plugin with industrial.qet example provided.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Foliennummerierung und qet_tb_generator

You mean this: https://download.qelectrotech.org/qet/s … strial.pdf ?

There the slide numbers are numbered consecutively and do not have different numbers.

I am looking for slides 1-12, for example, and that it then continues from page 20. I have already made the settings in the program.

Re: Foliennummerierung und qet_tb_generator

Kellermorph wrote:

You mean this: https://download.qelectrotech.org/qet/s … strial.pdf ?

There the slide numbers are numbered consecutively and do not have different numbers.

I am looking for slides 1-12, for example, and that it then continues from page 20. I have already made the settings in the program.

Please don't mixing topics and questions... see https://qelectrotech.org/forum/viewtopi … 153#p16153
and increment yourself folio label sequence instead of %ui/%total....

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Foliennummerierung und qet_tb_generator

https://download.qelectrotech.org/qet/forum_img_2/folio_label_sequence2.png

https://download.qelectrotech.org/qet/forum_img_2/folio_label_sequence.png

Post's attachments

Attachment icon example.qet 13.25 kb, 17 downloads since 2024-12-23 

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Foliennummerierung und qet_tb_generator

I will try it. Thanks a lot!

Re: Foliennummerierung und qet_tb_generator

I have a last Problem.
In my Titleblock is %{folio-id} for the actual folio and %{folio-total} for the max Folio. Which variables do i have to take there?

Re: Foliennummerierung und qet_tb_generator

%id

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Foliennummerierung und qet_tb_generator

That is what i tried but then there stand :%id. See picture.

And what so i habe to Take for the highest Page?

Post's attachments

IMG-20241224-WA0002.jpg, 250.33 kb, 1152 x 2048
IMG-20241224-WA0002.jpg 250.33 kb, 8 downloads since 2024-12-24 

IMG-20241224-WA0003.jpg, 301.92 kb, 1152 x 2048
IMG-20241224-WA0003.jpg 301.92 kb, 7 downloads since 2024-12-24 

IMG-20241224-WA0004.jpg, 154.96 kb, 1152 x 2048
IMG-20241224-WA0004.jpg 154.96 kb, 10 downloads since 2024-12-24 

Re: Foliennummerierung und qet_tb_generator

No, no, no, enter your folio label sequence here don't change your tillle Block...
https://download.qelectrotech.org/qet/forum_img_2/folio_label_sequence.png

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Foliennummerierung und qet_tb_generator

If im doing it, it doesnt change the Number. In this example from 6 to 8.

Merry Christmas to you.

Post's attachments

Attachment icon IMG-20241224-WA0006.jpg 376.59 kb, 3 downloads since 2024-12-24 

Attachment icon IMG-20241224-WA0007.jpg 424.35 kb, 3 downloads since 2024-12-24 

Re: Foliennummerierung und qet_tb_generator

Maybe share an example of your projec with your title block?
Merry Christmas to you too.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

18 (edited by plc-user 2024-12-24 18:17:50)

Re: Foliennummerierung und qet_tb_generator

Kellermorph wrote:

If im doing it, it doesnt change the Number. In this example from 6 to 8.

Streiche doch mal das "-id" aus dem Schriftfeld und schreibe nur "%(folio)" da rein!

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 !

19 (edited by Kellermorph 2024-12-24 20:42:07)

Re: Foliennummerierung und qet_tb_generator

plc-user wrote:
Kellermorph wrote:

If im doing it, it doesnt change the Number. In this example from 6 to 8.

Streiche doch mal das "-id" aus dem Schriftfeld und schreibe nur "%(folio)" da rein!


jo genau das war es, dass dann die selbst eingetragene Seite kommt! Super danke!

Jetzt fehlt mir nur noch die Variable für die höchste selbst eingetragene Seitenzahl.

auch dir frohe Weihnachten.

I have changed IT in Page 17

Post's attachments

Attachment icon Vorlage 1.4 mb, 18 downloads since 2024-12-24 

Re: Foliennummerierung und qet_tb_generator

Is there nothing for the highest number I have entered myself?

21 (edited by plc-user 2024-12-29 19:49:15)

Re: Foliennummerierung und qet_tb_generator

Kellermorph wrote:

Jetzt fehlt mir nur noch die Variable für die höchste selbst eingetragene Seitenzahl.

Ich kann noch nicht so ganz nachvollziehen, welchen Nutzen Dir diese Angabe bringen soll!
Im Inhaltsverzeichnis stehen doch alle Folios mit den neu benannten "Seitenzahlen" in der richtigen Reihenfolge drin!

Wenn ich einen Schaltplan bekomme und sehe auf der letzten Seite eine Angabe wie "Seite 57 von 57", dann erwarte ich einen Stapel von 57 Blättern. Und wenn ich die Blätter dann durchzähle und finde nur 38 Blätter, dann gebe ich den sofort zurück und fordere einen kompletten Plan!
Wenn zwischendurch einige Seitenzahlen übersprungen werden für Reserve oder so, dann erwarte ich dort leere Folios. Oder entsprechende erklärende Trennblätter. Dann will ich aber irgendwo nachsehen können, wieviele Blätter ich in diesem Schaltplan zu erwarten habe. Deswegen wäre eine Angabe

Seite 57 (gesamt: 38 Blatt)

meiner Meinung nach vielleicht sogar richtiger bzw. praktischer!

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 !

Re: Foliennummerierung und qet_tb_generator

Ich brauche es für den Rahmen. Das man dort sehen kann, Seite x von y. Da dies aber scheinbar nicht möglich ist, habe ich die höchste Anzahl jetzt entfernt, dass dort nur die aktuelle Seitenzahl steht.

Genau. Das sieht man im Inhaltsverzeichnis und dadurch stehen dort auch die Lücken bzw. Reserve drin.

Bei Elektroplänen bin ich da total bei dir. Hier werden die simpel durchnummeriert und gut ist.
In der Gebäudeautomation wird dies allerdings oft anders gemacht.
Da hat man z.B. von S. 1 - 12 die internen Sachen wie Einspeisung, Trafo, Schaltschrankbeleuchtung etc.
Dann fängt man mit S. 20 an um dort dann entweder eine komplette Anlage wie beispielsweise Lüftungsgerät abzubilden oder z.B. den ganzen Lastteil der dann z.B. bis S 35 geht. Dort dann von S.40 nächste Anlage oder z.B. Sensorik usw.
Dies ist aus meiner Berufserfahrung bisher die standardmäßige Vorgangsweiße, da oft noch etwas nachgerüstet bzw. ergänzt wird und so hat man die Thematiken sauber zusammen ohne dass man diese einfach hinten anhängen muss, da am Ende die DDC / SPS / Steuerung abgebildet ist.

Re: Foliennummerierung und qet_tb_generator

Don't remembert to Use!: %F instead %f in all formulas and your for crossreference, and reports, etc.
f is folio position instead F is label name
https://download.qelectrotech.org/qet/m … tings.html
https://download.qelectrotech.org/qet/m … tings.html

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Foliennummerierung und qet_tb_generator

Yeah i know and i already changed it but thank you