Topic: new Elementsand some re-work for WAGO-Symbols

Hello everybody!

To add further symbols to the WGAO Kontakttechnik - Directory I changed from
this thread https://qelectrotech.org/forum/viewtopi … 612#p10612
to this Elements forum to supply new symbols to the QET-Community.

I added some symbols and again some rework had to be done to be ready for
yet-to-come - symbols in the near future.

To cut a long story short: Here is the new Package.

Best regards
  plc-user

Post's attachments

Attachment icon WAGO_20200301.tar.xz 424.97 kb, 685 downloads since 2020-03-07 

Re: new Elementsand some re-work for WAGO-Symbols

Hello plc-user,
merged, thanks.
https://git.tuxfamily.org/qet/qet.git/c … b7984232e6

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

Re: new Elementsand some re-work for WAGO-Symbols

Hello QET-Team and QET-users!

Again I re-worked and added some symbols inside the WAGO-Kontakttechnik - Directory.
The Symbols are packed into the attached file.


Best regards
  plc-user

Post's attachments

Attachment icon WAGO_20201017.tar.xz 491.65 kb, 457 downloads since 2020-10-17 

Re: new Elementsand some re-work for WAGO-Symbols

Hello QET-Team!

Is this forum still the place to provide Elements to the project?
It seems that my latest "update" for the Wago-directory was not noticed ...

Regards
  plc-user

Re: new Elementsand some re-work for WAGO-Symbols

Hello Plc-user

the best way is to fork master on Github and make a pull request.
https://github.com/qelectrotech/qelectr … rce-mirror

Merged, thanks

https://git.tuxfamily.org/qet/qet.git/c … f654f912f6

Regards,

Laurent

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

Re: new Elementsand some re-work for WAGO-Symbols

Hello Laurent,

I have no experience on using git, until now.
Can you give me some hints on how to use git for updating elements?
Maybe there is some "howto" for that?

Thanks in advance!
  plc-user

7 (edited by De-Backer 2020-11-13 21:43:49)

Re: new Elementsand some re-work for WAGO-Symbols

1. New to GitHub? Create an account.
2. Fork https://github.com/qelectrotech/qelectr … rce-mirror see:
https://www.youtube.com/watch?v=HbSjyU2vf6Y

plc-user
if you have any questions ask them. nomicons/smile

Re: new Elementsand some re-work for WAGO-Symbols

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

Re: new Elementsand some re-work for WAGO-Symbols

Thank you, De-Backer and Laurent!

I will have a look at the videos and be sure: If there are questions, I'll ask!  nomicons/wink

Re: new Elementsand some re-work for WAGO-Symbols

Hello everybody,

now that the Pull-Request is done and Laurent released the changes it is time to upgrade my fork of the QET-Repo.
Is there a simple way to tell github to upgrade my fork to the (in the meantime changed) original Repo?
I took a quick look but didn't find a simple way...

Regards
  plc-user

11 (edited by De-Backer 2020-11-17 21:11:03)

Re: new Elementsand some re-work for WAGO-Symbols

run ones

# clone your repo
git clone git@github.com:plc-user/qelectrotech-source-mirror.git qelectrotech_source
cd qelectrotech_source
# add qelectrotech repo
git remote add upstream https://github.com/qelectrotech/qelectrotech-source-mirror.git

run always

# fetch qelectrotech repo
git fetch upstream
# checkout to your master
git checkout master
# reset your master to == qelectrotech repo master
git reset --hard upstream/master 
# push to your repo
git push origin master --force

done

Re: new Elementsand some re-work for WAGO-Symbols

Hello De-Backer!

Your manual works perfectly!  nomicons/smile
Thank you!

Already tried the next Pull-Request

Regards
  plc-user

13 (edited by De-Backer 2020-11-19 00:28:31)

Re: new Elementsand some re-work for WAGO-Symbols

I forgot to say "git reset --hard upstream / master" removes all changes, pay attention to it.

git-stash can be your best friend in some cases
https://git-scm.com/docs/git-stash#_examples

this is necessary if you are doing changes in the local clone repo

Re: new Elementsand some re-work for WAGO-Symbols

Hello De-Backer!

O.k. - I'll keep that in mind!
Thank you!

Regards
  plc-user

15 (edited by atayzop 2022-05-10 08:57:12)

Re: new Elementsand some re-work for WAGO-Symbols

Can you give me some hints on how to use git for updating elements? techzpod

Re: new Elementsand some re-work for WAGO-Symbols

Start reading here:
https://qelectrotech.org/forum/viewtopi … 713#p13713

Re: new Elementsand some re-work for WAGO-Symbols

Hello scorpio,

I would like to use the Wago 2003 and 2005 series multi-level line clamps.

I downloaded the following libraries but they are not included.
Wago_20190902
and
Wago_20190922

Is there a newer one?
What should I do?

Thanks
Gabor

Re: new Elementsand some re-work for WAGO-Symbols

Hello Gabor,

see https://git.tuxfamily.org/qet/qet.git/l … icles/wago

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

19 (edited by plc-user 2022-06-06 13:16:48)

Re: new Elementsand some re-work for WAGO-Symbols

Hello mezga,

at the moment the series 2003 and 2005 do not exist as front-views in QET. 

But you are welcome to create and share the two series of terminal blocks in the same style as the existing ones!  nomicons/wink

Edit:
The most recent versions of the WAGO-Parts are included in the DEV-packages of QET.
Just created Pull-Request #219 including some terminal-blocks from series 2003 and many other changes.

Regards
plc-user

Re: new Elementsand some re-work for WAGO-Symbols

Builds done.

The branch, master has been updated
       via  c58d61594bf3f2ffb46e387504d1ae686024fc36 (commit)
       via  3cd3535c181046d39a1b943b0854e045de441915 (commit)
      from  97ecd2674943794b4f099ea94c64abc0abb0614d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c58d61594bf3f2ffb46e387504d1ae686024fc36
Author: plc-user <74435298+plc-user@users.noreply.github.com>
Date:   Mon Jun 6 13:00:58 2022 +0200

    added some parts from manufacturer "Weidmüller"

commit 3cd3535c181046d39a1b943b0854e045de441915
Author: plc-user <74435298+plc-user@users.noreply.github.com>
Date:   Mon Jun 6 12:57:21 2022 +0200

    changed Front-Views to "thumbnails" and added some parts "2003"

-----------------------------------------------------------------------

Summary of changes:
.../wago_0286-0842-0000-0000.elmt                  |  16 +-
.../040_digital-in/wago_0750-1400-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-1402-0000-0000.elmt   |   2 +-
.../060_analog-in/wago_0750-0493-0000-0000.elmt    |  85 +++---
.../060_analog-in/wago_0750-0493-0000-0001.elmt    |  77 ++---
.../060_analog-in/wago_0750-0494-0000-0000.elmt    |  85 +++---
.../060_analog-in/wago_0750-0494-0000-0001.elmt    |  73 ++---
.../060_analog-in/wago_0750-0494-0000-0005.elmt    |  69 ++---
.../wago_0750-0632-0000-0000.elmt                  |   8 +-
.../wago_0750-0632-0000-0100.elmt                  |   8 +-
.../wago_0750-0657-0000-0000.elmt                  |  12 +-
.../wago_0787-2857-0000-0000.elmt                  |  53 ++++
.../wago_2789-9023-0000-0000.elmt                  |  42 +++
.../0857_jumpflex/wago_0857-0955-0000-0000.elmt    |  72 +++++
.../0857_jumpflex/wago_0857-1430-0000-0000.elmt    |  73 +++++
.../0001_din-rail_ts35_0100mm.elmt                 |   2 +-
.../0001_din-rail_ts35_0200mm.elmt                 |   2 +-
.../0001_din-rail_ts35_0220mm.elmt                 |   2 +-
.../0001_din-rail_ts35_0225mm.elmt                 |   2 +-
.../0001_din-rail_ts35_0300mm.elmt                 |   2 +-
.../0001_din-rail_ts35_0400mm.elmt                 |   2 +-
.../0001_din-rail_ts35_0500mm.elmt                 |   2 +-
.../0001_din-rail_ts35_0600mm.elmt                 |   2 +-
.../0001_din-rail_ts35_0700mm.elmt                 |   2 +-
.../0001_din-rail_ts35_0800mm.elmt                 |   2 +-
.../0001_din-rail_ts35_0900mm.elmt                 |   2 +-
.../0001_din-rail_ts35_1000mm.elmt                 |   2 +-
.../0002_din-rail_ts35_slotted_0100mm.elmt         |   2 +-
.../0002_din-rail_ts35_slotted_0200mm.elmt         |   2 +-
.../0002_din-rail_ts35_slotted_0220mm.elmt         |   2 +-
.../0002_din-rail_ts35_slotted_0225mm.elmt         |   2 +-
.../0002_din-rail_ts35_slotted_0300mm.elmt         |   2 +-
.../0002_din-rail_ts35_slotted_0400mm.elmt         |   2 +-
.../0002_din-rail_ts35_slotted_0500mm.elmt         |   2 +-
.../0002_din-rail_ts35_slotted_0600mm.elmt         |   2 +-
.../0002_din-rail_ts35_slotted_0700mm.elmt         |   2 +-
.../0002_din-rail_ts35_slotted_0800mm.elmt         |   2 +-
.../0002_din-rail_ts35_slotted_0900mm.elmt         |   2 +-
.../0002_din-rail_ts35_slotted_1000mm.elmt         |   2 +-
.../0003_din-rail_ts35_cu_0100mm.elmt              |   2 +-
.../0003_din-rail_ts35_cu_0200mm.elmt              |   2 +-
.../0003_din-rail_ts35_cu_0220mm.elmt              |   2 +-
.../0003_din-rail_ts35_cu_0225mm.elmt              |   2 +-
.../0003_din-rail_ts35_cu_0300mm.elmt              |   2 +-
.../0003_din-rail_ts35_cu_0400mm.elmt              |   2 +-
.../0003_din-rail_ts35_cu_0500mm.elmt              |   2 +-
.../0003_din-rail_ts35_cu_0600mm.elmt              |   2 +-
.../0003_din-rail_ts35_cu_0700mm.elmt              |   2 +-
.../0003_din-rail_ts35_cu_0800mm.elmt              |   2 +-
.../0003_din-rail_ts35_cu_0900mm.elmt              |   2 +-
.../0003_din-rail_ts35_cu_1000mm.elmt              |   2 +-
.../0004_din-rail_ts15_0100mm.elmt                 |   2 +-
.../0004_din-rail_ts15_0200mm.elmt                 |   2 +-
.../0004_din-rail_ts15_0220mm.elmt                 |   2 +-
.../0004_din-rail_ts15_0225mm.elmt                 |   2 +-
.../0004_din-rail_ts15_0300mm.elmt                 |   2 +-
.../0004_din-rail_ts15_0400mm.elmt                 |   2 +-
.../0004_din-rail_ts15_0500mm.elmt                 |   2 +-
.../0004_din-rail_ts15_0600mm.elmt                 |   2 +-
.../0004_din-rail_ts15_0700mm.elmt                 |   2 +-
.../0004_din-rail_ts15_0800mm.elmt                 |   2 +-
.../0004_din-rail_ts15_0900mm.elmt                 |   2 +-
.../0004_din-rail_ts15_1000mm.elmt                 |   2 +-
.../0005_din-rail_ts15_slotted_0100mm.elmt         |   2 +-
.../0005_din-rail_ts15_slotted_0200mm.elmt         |   2 +-
.../0005_din-rail_ts15_slotted_0220mm.elmt         |   2 +-
.../0005_din-rail_ts15_slotted_0225mm.elmt         |   2 +-
.../0005_din-rail_ts15_slotted_0300mm.elmt         |   2 +-
.../0005_din-rail_ts15_slotted_0400mm.elmt         |   2 +-
.../0005_din-rail_ts15_slotted_0500mm.elmt         |   2 +-
.../0005_din-rail_ts15_slotted_0600mm.elmt         |   2 +-
.../0005_din-rail_ts15_slotted_0700mm.elmt         |   2 +-
.../0005_din-rail_ts15_slotted_0800mm.elmt         |   2 +-
.../0005_din-rail_ts15_slotted_0900mm.elmt         |   2 +-
.../0005_din-rail_ts15_slotted_1000mm.elmt         |   2 +-
.../0000_accessories/wago_0249-0116-0000-0000.elmt | 120 ++++----
.../0000_accessories/wago_0249-0117-0000-0000.elmt | 136 ++++-----
.../0000_accessories/wago_0249-0197-0000-0000.elmt |   2 +-
.../0000_terminals/2003_terminals/qet_directory    |  14 +
.../2003_terminals/wago_2003-7640-0000-0000.elmt   |  54 ++++
.../2003_terminals/wago_2003-7641-0000-0000.elmt   |  58 ++++
.../2003_terminals/wago_2003-7642-0000-0000.elmt   |  58 ++++
.../2003_terminals/wago_2003-7645-0000-0000.elmt   |  62 ++++
.../2003_terminals/wago_2003-7646-0000-0000.elmt   |  62 ++++
.../2003_terminals/wago_2003-7649-0000-0000.elmt   |  59 ++++
.../2003_terminals/wago_2003-7650-0000-0000.elmt   |  54 ++++
.../2003_terminals/wago_2003-7651-0000-0000.elmt   |  55 ++++
.../2003_terminals/wago_2003-7659-0000-0000.elmt   |  54 ++++
.../2003_terminals/wago_2003-7692-0000-0000.elmt   |  22 ++
.../wago_0289-0101-0000-0000.elmt                  |   2 +-
.../wago_0289-0103-0000-0000.elmt                  |   2 +-
.../wago_0289-0114-0000-0000.elmt                  |   2 +-
.../wago_0289-0128-0000-0000.elmt                  |   2 +-
.../wago_0289-0131-0000-0000.elmt                  |   2 +-
.../wago_0289-0172-0000-0000.elmt                  |   2 +-
.../wago_0289-0174-0000-0000.elmt                  |   2 +-
.../wago_0289-0175-0000-0000.elmt                  |   2 +-
.../wago_0289-0176-0000-0000.elmt                  |   2 +-
.../wago_0289-0177-0000-0000.elmt                  |   2 +-
.../wago_0289-0545-0000-0000.elmt                  |   2 +-
.../wago_0289-0555-0000-0000.elmt                  |   2 +-
.../wago_0289-0575-0000-0000.elmt                  |   2 +-
.../wago_0289-0585-0000-0000.elmt                  |   2 +-
.../wago_0289-0664-0000-0000.elmt                  |   2 +-
.../wago_0289-0665-0000-0000.elmt                  |   2 +-
.../wago_0289-0667-0000-0000.elmt                  |   2 +-
.../wago_0289-0671-0000-0000.elmt                  |   2 +-
.../wago_0289-0720-0000-0000.elmt                  |   2 +-
.../wago_0289-0725-0000-0000.elmt                  |   2 +-
.../010_pfc/wago_0750-8100-0000-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8101-0000-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8102-0000-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8202-0000-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8203-0000-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8204-0000-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8206-0000-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8207-0000-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8208-0000-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8210-0000-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8211-0000-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8212-0000-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8213-0000-0000.elmt          | 316 ++++++++++-----------
.../010_pfc/wago_0750-8214-0000-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8215-0000-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8216-0000-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8216-0025-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8216-0025-0001.elmt          |   2 +-
.../010_pfc/wago_0750-8217-0000-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8217-0025-0000.elmt          |   2 +-
.../020_controller/wago_0750-0812-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0814-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0815-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0815-0300-0000.elmt   |   2 +-
.../020_controller/wago_0750-0816-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0816-0300-0000.elmt   |   2 +-
.../020_controller/wago_0750-0823-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0833-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0837-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0838-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0841-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0842-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0843-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0849-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0852-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0862-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0871-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0880-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0881-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0882-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0885-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0889-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0890-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0891-0000-0000.elmt   |   2 +-
.../020_controller/wago_0750-0893-0000-0000.elmt   |   2 +-
.../030_coupler/wago_0750-0307-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0312-0300-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0314-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0314-0300-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0315-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0315-0300-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0316-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0316-0300-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0333-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0337-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0338-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0340-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0342-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0343-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0347-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0348-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0350-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0352-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0354-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0354-0000-0001.elmt      |   2 +-
.../030_coupler/wago_0750-0354-0000-0002.elmt      |   2 +-
.../030_coupler/wago_0750-0362-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0363-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0366-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0370-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0375-0000-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0377-0000-0000.elmt      |   2 +-
.../040_digital-in/wago_0750-0400-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-0401-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-0402-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-0403-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-0405-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-0410-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-0411-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-0430-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-0431-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-0432-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-0433-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-1400-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-1402-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-1405-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-1406-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-1407-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-1415-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-1416-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-1417-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-1418-0000-0000.elmt   |   2 +-
.../050_digital-out/wago_0750-0501-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-0504-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-0512-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-0513-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-0514-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-0515-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-0517-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-0523-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-0530-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-0534-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-0537-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-1500-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-1501-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-1502-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-1504-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-1505-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-1506-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-1515-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-1516-0000-0000.elmt  |   2 +-
.../060_analog-in/wago_0750-0450-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0451-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0452-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0453-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0454-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0455-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0457-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0458-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0459-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0460-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0460-0000-0003.elmt    |   2 +-
.../060_analog-in/wago_0750-0460-0000-0005.elmt    |   2 +-
.../060_analog-in/wago_0750-0461-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0462-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0464-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0464-0020-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0468-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0469-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0471-0000-0000.elmt    |  10 +-
.../060_analog-in/wago_0750-0472-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0474-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0493-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0493-0000-0001.elmt    |   2 +-
.../060_analog-in/wago_0750-0494-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0494-0000-0001.elmt    |   2 +-
.../060_analog-in/wago_0750-0494-0000-0005.elmt    |   2 +-
.../060_analog-in/wago_0750-0495-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0495-0000-0001.elmt    |   2 +-
.../060_analog-in/wago_0750-0495-0000-0002.elmt    |   2 +-
.../060_analog-in/wago_0750-0496-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0497-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0498-0000-0000.elmt    |   2 +-
.../070_analog-out/wago_0750-0552-0000-0000.elmt   |   2 +-
.../070_analog-out/wago_0750-0553-0000-0000.elmt   |   2 +-
.../070_analog-out/wago_0750-0554-0000-0000.elmt   |   2 +-
.../070_analog-out/wago_0750-0555-0000-0000.elmt   |   2 +-
.../070_analog-out/wago_0750-0557-0000-0000.elmt   |   2 +-
.../070_analog-out/wago_0750-0559-0000-0000.elmt   |   2 +-
.../070_analog-out/wago_0750-0564-0000-0000.elmt   |   2 +-
.../070_analog-out/wago_0750-0597-0000-0000.elmt   |   2 +-
.../wago_0750-0404-0000-0000.elmt                  |   2 +-
.../wago_0750-0511-0000-0000.elmt                  |   2 +-
.../wago_0750-0630-0000-0000.elmt                  |   2 +-
.../wago_0750-0632-0000-0000.elmt                  |   2 +-
.../wago_0750-0632-0000-0100.elmt                  |   2 +-
.../wago_0750-0636-0000-0000.elmt                  |   2 +-
.../wago_0750-0636-0000-0700.elmt                  |   2 +-
.../wago_0750-0636-0000-0800.elmt                  |   2 +-
.../wago_0750-0641-0000-0000.elmt                  |   2 +-
.../wago_0750-0642-0000-0000.elmt                  |   2 +-
.../wago_0750-0644-0000-0000.elmt                  |   2 +-
.../wago_0750-0670-0000-0000.elmt                  |   2 +-
.../wago_0750-0671-0000-0000.elmt                  |   2 +-
.../wago_0750-0672-0000-0000.elmt                  |   2 +-
.../wago_0750-0673-0000-0000.elmt                  |   2 +-
.../wago_0750-0651-0000-0000.elmt                  |   2 +-
.../wago_0750-0652-0000-0000.elmt                  |   2 +-
.../wago_0750-0655-0000-0000.elmt                  |   2 +-
.../wago_0750-0657-0000-0000.elmt                  |   2 +-
.../wago_0750-0658-0000-0000.elmt                  |   2 +-
.../wago_0750-0660-0000-0001.elmt                  |   2 +-
.../wago_0750-0661-0000-0003.elmt                  |   2 +-
.../wago_0750-0669-0000-0003.elmt                  |  22 +-
.../wago_0750-0435-0000-0000.elmt                  |   2 +-
.../wago_0750-0438-0000-0000.elmt                  |   2 +-
.../wago_0750-0439-0000-0000.elmt                  |   2 +-
.../wago_0750-0489-0000-0000.elmt                  |   2 +-
.../wago_0750-0535-0000-0000.elmt                  |   2 +-
.../wago_0750-0606-0000-0000.elmt                  |   2 +-
.../wago_0750-0625-0000-0001.elmt                  |   2 +-
.../wago_0750-0633-0000-0000.elmt                  |   2 +-
.../wago_0750-0663-0000-0003.elmt                  |   2 +-
.../120_system/wago_0750-0600-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-0601-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-0602-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-0603-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-0604-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-0609-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-0610-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-0611-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-0612-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-0613-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-0614-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-0615-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-0616-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-0617-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-0621-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-0622-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-0623-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-0626-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-0626-0020-0000.elmt       |   2 +-
.../120_system/wago_0750-0626-0020-0002.elmt       |   2 +-
.../120_system/wago_0750-0627-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-0628-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-1605-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-1606-0000-0000.elmt       |   2 +-
.../120_system/wago_0750-1607-0000-0000.elmt       |   2 +-
.../0001_8-pole_led/0001_di_2_led.elmt             |   2 +-
.../0001_8-pole_led/0002_di_4_led.elmt             |   2 +-
.../0001_8-pole_led/0003_do_2_led.elmt             |   2 +-
.../0001_8-pole_led/0004_do_4_led.elmt             |   2 +-
.../0001_8-pole_led/0005_ai_2_led.elmt             |   2 +-
.../0001_8-pole_led/0006_ai_4_led.elmt             |   2 +-
.../0001_8-pole_led/0007_ao_2_led.elmt             |   2 +-
.../0001_8-pole_led/0008_ao_4_led.elmt             |   2 +-
.../0001_8-pole_led/0009_special_4_led.elmt        |   2 +-
.../0001_8-pole_lightconductor.elmt                |   2 +-
.../0002_double_8-pole_lightconductor.elmt         |   2 +-
.../zzz_templates/0003_16-pole/0001_di.elmt        |   2 +-
.../zzz_templates/0003_16-pole/0002_do.elmt        |   2 +-
.../zzz_templates/0003_16-pole/0003_ai.elmt        |   2 +-
.../zzz_templates/0003_16-pole/0004_ao.elmt        |   2 +-
.../zzz_templates/0003_16-pole/0005_special.elmt   |   2 +-
.../0001_8-pole_lightconductor.elmt                |   2 +-
.../0002_double_8-pole_lightconductor.elmt         |   2 +-
.../0001_8-pole_lightconductor.elmt                |   2 +-
.../0002_double_8-pole_lightconductor.elmt         |   2 +-
.../010_pfc/wago_0750-8202-0040-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8206-0040-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8210-0040-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8211-0040-0000.elmt          |   2 +-
.../010_pfc/wago_0750-8211-0040-0001.elmt          |   2 +-
.../010_pfc/wago_0750-8212-0040-0010.elmt          |   2 +-
.../010_pfc/wago_0750-8213-0040-0010.elmt          |   2 +-
.../020_controller/wago_0750-0838-0040-0000.elmt   |   2 +-
.../020_controller/wago_0750-0880-0040-0000.elmt   |   2 +-
.../020_controller/wago_0750-0890-0040-0000.elmt   |   2 +-
.../030_coupler/wago_0750-0333-0040-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0338-0040-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0352-0040-0000.elmt      |   2 +-
.../030_coupler/wago_0750-0364-0040-0010.elmt      |   2 +-
.../030_coupler/wago_0750-0365-0040-0010.elmt      |   2 +-
.../040_digital-in/wago_0750-0430-0040-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-0431-0040-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-1405-0040-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-1415-0040-0000.elmt   |   2 +-
.../040_digital-in/wago_0750-1416-0040-0000.elmt   |   2 +-
.../050_digital-out/wago_0750-0517-0040-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-0530-0040-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-0537-0040-0000.elmt  |   2 +-
.../050_digital-out/wago_0750-1515-0040-0000.elmt  |   2 +-
.../060_analog-in/wago_0750-0457-0040-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0468-0040-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0495-0040-0000.elmt    |   2 +-
.../060_analog-in/wago_0750-0495-0040-0001.elmt    |   2 +-
.../060_analog-in/wago_0750-0495-0040-0002.elmt    |   2 +-
.../070_analog-out/wago_0750-0557-0040-0000.elmt   |   2 +-
.../070_analog-out/wago_0750-0559-0040-0000.elmt   |   2 +-
.../wago_0750-0652-0040-0000.elmt                  |   2 +-
.../wago_0750-0658-0040-0000.elmt                  |   2 +-
.../wago_0750-0439-0040-0000.elmt                  |   2 +-
.../wago_0750-0535-0040-0000.elmt                  |   2 +-
.../wago_0750-0606-0040-0000.elmt                  |   2 +-
.../wago_0750-0633-0040-0000.elmt                  |   2 +-
.../120_system/wago_0750-0600-0040-0000.elmt       |   2 +-
.../120_system/wago_0750-0601-0040-0000.elmt       |   2 +-
.../120_system/wago_0750-0602-0040-0000.elmt       |   2 +-
.../120_system/wago_0750-0612-0040-0000.elmt       |   2 +-
.../120_system/wago_0750-0616-0040-0000.elmt       |   2 +-
.../120_system/wago_0750-1605-0040-0000.elmt       |   2 +-
.../120_system/wago_0750-1606-0040-0000.elmt       |   2 +-
.../050_8-pole/0001_8-pole_lightconductor.elmt     |   2 +-
.../0002_double_8-pole_lightconductor.elmt         |   2 +-
.../060_16-pole/wago_0750-xxxx-0040-0000.elmt      |   2 +-
.../040_digital-in/wago_0753-0400-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0753-0401-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0753-0402-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0753-0403-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0753-0430-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0753-0431-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0753-0432-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0753-0433-0000-0000.elmt   |   2 +-
.../040_digital-in/wago_0753-0434-0000-0000.elmt   |   2 +-
.../050_digital-out/wago_0753-0501-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0753-0504-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0753-0512-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0753-0513-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0753-0514-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0753-0517-0000-0000.elmt  |   2 +-
.../050_digital-out/wago_0753-0530-0000-0000.elmt  |   2 +-
.../060_analog-in/wago_0753-0452-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0753-0454-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0753-0472-0000-0000.elmt    |   2 +-
.../060_analog-in/wago_0753-0474-0000-0000.elmt    |   2 +-
.../070_analog-out/wago_0753-0552-0000-0000.elmt   |   2 +-
.../070_analog-out/wago_0753-0553-0000-0000.elmt   |   2 +-
.../070_analog-out/wago_0753-0554-0000-0000.elmt   |   2 +-
.../070_analog-out/wago_0753-0555-0000-0000.elmt   |   2 +-
.../070_analog-out/wago_0753-0557-0000-0000.elmt   |   2 +-
.../070_analog-out/wago_0753-0559-0000-0000.elmt   |   2 +-
.../wago_0753-0404-0000-0000.elmt                  |   2 +-
.../wago_0753-0511-0000-0000.elmt                  |   2 +-
.../wago_0753-0620-0000-0000.elmt                  |   2 +-
.../wago_0753-0646-0000-0000.elmt                  |   2 +-
.../wago_0753-0647-0000-0000.elmt                  |   2 +-
.../wago_0753-0655-0000-0000.elmt                  |   2 +-
.../wago_0753-0661-0000-0003.elmt                  |   2 +-
.../wago_0753-0662-0000-0002.elmt                  |   2 +-
.../wago_0753-0662-0000-0003.elmt                  |   2 +-
.../wago_0753-0666-0000-0003.elmt                  |   2 +-
.../wago_0753-0667-0000-0002.elmt                  |   2 +-
.../wago_0753-0667-0000-0003.elmt                  |   2 +-
.../wago_0753-0668-0000-0004.elmt                  |   2 +-
.../120_system/wago_0753-0602-0000-0000.elmt       |   2 +-
.../120_system/wago_0753-0603-0000-0000.elmt       |   2 +-
.../120_system/wago_0753-0604-0000-0000.elmt       |   2 +-
.../120_system/wago_0753-0612-0000-0000.elmt       |   2 +-
.../120_system/wago_0753-0614-0000-0000.elmt       |   2 +-
.../0001_8-pole_led/0001_di_2_led.elmt             |   2 +-
.../0001_8-pole_led/0002_di_4_led.elmt             |   2 +-
.../0001_8-pole_led/0003_do_2_led.elmt             |   2 +-
.../0001_8-pole_led/0004_do_4_led.elmt             |   2 +-
.../0001_8-pole_led/0005_ai_2_led.elmt             |   2 +-
.../0001_8-pole_led/0006_ai_4_led.elmt             |   2 +-
.../0001_8-pole_led/0007_ao_2_led.elmt             |   2 +-
.../0001_8-pole_led/0008_ao_4_led.elmt             |   2 +-
.../0001_8-pole_led/0009_special_2_led.elmt        |   2 +-
.../0001_8-pole_led/0010_special_4_led.elmt        |   2 +-
.../0001_8-pole_lightconductor (white).elmt        |   2 +-
.../0001_8-pole_lightconductor (yellow).elmt       |   2 +-
.../0002_8-pole_lightconductor (yellow).elmt       |   2 +-
.../wago_0787-2857-0000-0000.elmt                  |  98 +++++++
.../wago_2789-9023-0000-0000.elmt                  |  56 ++++
.../wago_0788-0303-0000-0000.elmt                  |   2 +-
.../wago_0788-0304-0000-0000.elmt                  |   2 +-
.../wago_0788-0305-0000-0000.elmt                  |   2 +-
.../wago_0788-0306-0000-0000.elmt                  |   2 +-
.../wago_0788-0307-0000-0000.elmt                  |   2 +-
.../wago_0788-0391-0000-0000.elmt                  |   2 +-
.../wago_0788-0506-0000-0000.elmt                  |   2 +-
.../wago_0788-0507-0000-0000.elmt                  |   2 +-
.../wago_0788-0508-0000-0000.elmt                  |   2 +-
.../wago_0788-0701-0000-0000.elmt                  |   2 +-
.../wago_0788-0720-0000-0000.elmt                  |   2 +-
.../wago_0788-0721-0000-0000.elmt                  |   2 +-
.../wago_0789-0352-0000-0000.elmt                  |   2 +-
.../wago_0789-0551-0000-0000.elmt                  |   2 +-
.../wago_0789-0552-0000-0000.elmt                  |   2 +-
.../wago_0789-0571-0000-0000.elmt                  |   2 +-
.../wago_0789-0601-0000-0000.elmt                  |   2 +-
.../wago_0789-0602-0000-0000.elmt                  |   2 +-
.../wago_0789-0620-0000-0000.elmt                  |   2 +-
.../wago_0789-0621-0000-0000.elmt                  |   2 +-
.../wago_0789-0622-0000-0000.elmt                  |   2 +-
.../wago_0789-0652-0000-0000.elmt                  |   2 +-
.../wago_0789-0654-0000-0000.elmt                  |   2 +-
.../wago_0789-0800-0000-0000.elmt                  |   2 +-
.../wago_0789-0801-0000-0000.elmt                  |   2 +-
.../wago_0789-0802-0000-0000.elmt                  |   2 +-
.../wago_0789-0803-0000-0000.elmt                  |   2 +-
.../wago_0789-0804-0000-0000.elmt                  |   2 +-
.../0852_network/wago_0852-0101-0000-0000.elmt     |   2 +-
.../0852_network/wago_0852-0102-0000-0000.elmt     |   2 +-
.../0852_network/wago_0852-0103-0000-0000.elmt     |   2 +-
.../0852_network/wago_0852-1106-0000-0000.elmt     |   2 +-
.../wago_0855-030x-xxxx-xxxx.elmt                  |   2 +-
.../wago_0855-040x-xxxx-xxxx.elmt                  |   2 +-
.../wago_0855-050x-xxxx-xxxx.elmt                  |   2 +-
.../wago_0855-060x-xxxx-xxxx.elmt                  |   2 +-
.../wago_0855-080x-xxxx-xxxx.elmt                  |   2 +-
.../wago_0855-100x-xxxx-xxxx.elmt                  |   2 +-
.../wago_0855-1700-0032-0000.elmt                  |   2 +-
.../wago_0855-2701-00xx-0001.elmt                  |   2 +-
.../0857_jumpflex/wago_0857-0303-0000-0000.elmt    |  13 +-
.../0857_jumpflex/wago_0857-0304-0000-0000.elmt    |  13 +-
.../0857_jumpflex/wago_0857-0305-0000-0000.elmt    |  13 +-
.../0857_jumpflex/wago_0857-0357-0000-0000.elmt    |  13 +-
.../0857_jumpflex/wago_0857-0358-0000-0000.elmt    |  13 +-
.../0857_jumpflex/wago_0857-0359-0000-0000.elmt    |  13 +-
.../0857_jumpflex/wago_0857-0401-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0402-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0403-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0411-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0412-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0413-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0414-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0415-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0416-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0423-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0424-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0531-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0640-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0642-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0714-0000-0000.elmt    |   2 +-
.../0857_jumpflex/wago_0857-0717-0000-0000.elmt    |   2 +-
.../0857_jumpflex/wago_0857-0718-0000-0000.elmt    |   2 +-
.../0857_jumpflex/wago_0857-0724-0000-0000.elmt    |  13 +-
.../0857_jumpflex/wago_0857-0727-0000-0000.elmt    |  13 +-
.../0857_jumpflex/wago_0857-0728-0000-0000.elmt    |  13 +-
.../0857_jumpflex/wago_0857-0734-0000-0000.elmt    |  13 +-
.../0857_jumpflex/wago_0857-0800-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0801-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0808-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0810-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0811-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0812-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0818-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0820-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-0979-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-1430-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-1432-0000-0000.elmt    |  15 +-
.../0857_jumpflex/wago_0857-1494-0000-0000.elmt    |  15 +-
.../wago_0858-0304-0000-0000.elmt                  |   2 +-
.../wago_0858-0314-0000-0000.elmt                  |   2 +-
.../wago_0858-0390-0000-0000.elmt                  |   2 +-
.../wago_0858-0391-0000-0000.elmt                  |   2 +-
.../wago_0858-0392-0000-0000.elmt                  |   2 +-
.../wago_0858-0508-0000-0000.elmt                  |   2 +-
.../wago_0858-0518-0000-0000.elmt                  |   2 +-
.../wago_0859-0302-0000-0000.elmt                  |   2 +-
.../wago_0859-0303-0000-0000.elmt                  |   2 +-
.../wago_0859-0304-0000-0000.elmt                  |   2 +-
.../wago_0859-0305-0000-0000.elmt                  |   2 +-
.../wago_0859-0307-0000-0000.elmt                  |   2 +-
.../wago_0859-0308-0000-0000.elmt                  |   2 +-
.../wago_0859-0312-0000-0000.elmt                  |   2 +-
.../wago_0859-0314-0000-0000.elmt                  |   2 +-
.../wago_0859-0318-0000-0000.elmt                  |   2 +-
.../wago_0859-0353-0000-0000.elmt                  |   2 +-
.../wago_0859-0354-0000-0000.elmt                  |   2 +-
.../wago_0859-0355-0000-0000.elmt                  |   2 +-
.../wago_0859-0357-0000-0000.elmt                  |   2 +-
.../wago_0859-0358-0000-0000.elmt                  |   2 +-
.../wago_0859-0525-0000-0000.elmt                  |   2 +-
.../wago_0859-0738-0000-0000.elmt                  |   2 +-
.../wago_0859-0791-0000-0000.elmt                  |   2 +-
.../wago_0859-0793-0000-0000.elmt                  |   2 +-
.../wago_0859-0794-0000-0000.elmt                  |   2 +-
.../wago_0859-0795-0000-0000.elmt                  |   2 +-
.../wago_0859-0796-0000-0000.elmt                  |   2 +-
.../wago_0859-0798-0000-0000.elmt                  |   2 +-
.../wago_0859-0902-0000-0000.elmt                  |   2 +-
.../0879_energy/wago_0879-3000-0000-0000.elmt      |   2 +-
.../0879_energy/wago_0879-3020-0000-0000.elmt      |   2 +-
.../0879_energy/wago_0879-3040-0000-0000.elmt      |  14 +-
.../2857_jumpflex/wago_2857-0401-0000-0000.elmt    |   2 +-
.../2857_jumpflex/wago_2857-0533-0000-0000.elmt    |   2 +-
.../2857_jumpflex/wago_2857-0534-0000-0000.elmt    |   2 +-
.../2857_jumpflex/wago_2857-0535-0000-0000.elmt    |   2 +-
.../2857_jumpflex/wago_2857-0535-0000-0001.elmt    |   2 +-
.../2857_jumpflex/wago_2857-0550-0000-0000.elmt    |   2 +-
.../2857_jumpflex/wago_2857-0570-0024-0000.elmt    |   2 +-
.../2857_jumpflex/wago_2857-0570-0024-0001.elmt    |   2 +-
.../2857_jumpflex/wago_2857-0570-0024-0005.elmt    |   2 +-
.../01_schematic/qet_directory                     |   0
.../weidmuller/01_schematic/uremote/qet_directory  |   8 +
.../01_schematic/uremote/uc20-sl2000-ec-can.elmt   | 101 +++++++
.../01_schematic/uremote/uc20-wl2000-ac.elmt       |  89 ++++++
.../01_schematic/uremote/uc20-wl2000-iot.elmt      |  89 ++++++
.../01_schematic/uremote/ur20-16aux-fe.elmt        | 116 ++++++++
.../01_schematic/uremote/ur20-16aux-gnd-i.elmt     | 111 ++++++++
.../01_schematic/uremote/ur20-16aux-gnd-o.elmt     | 111 ++++++++
.../01_schematic/uremote/ur20-16aux-i.elmt         | 111 ++++++++
.../01_schematic/uremote/ur20-16aux-o.elmt         | 111 ++++++++
.../01_schematic/uremote/ur20-16di-p.elmt          | 101 +++++++
.../01_schematic/uremote/ur20-16do-p.elmt          | 101 +++++++
.../01_schematic/uremote/ur20-fbc-can.elmt         |  81 ++++++
.../01_schematic/uremote/ur20-fbc-cc.elmt          |  96 +++++++
.../01_schematic/uremote/ur20-fbc-pb-dp.elmt       |  81 ++++++
.../weidmuller/01_schematic/uremote/ur20-pf-i.elmt |  54 ++++
.../weidmuller/01_schematic/uremote/ur20-pf-o.elmt |  54 ++++
.../{wago => weidmuller}/02_front/qet_directory    |   0
.../weidmuller/02_front/uremote/qet_directory      |   8 +
.../02_front/uremote/uc20-sl2000-ec-can.elmt       | 126 ++++++++
.../02_front/uremote/uc20-wl2000-ac.elmt           | 103 +++++++
.../02_front/uremote/uc20-wl2000-iot.elmt          | 103 +++++++
.../weidmuller/02_front/uremote/ur20-16aux-fe.elmt | 102 +++++++
.../02_front/uremote/ur20-16aux-gnd-i.elmt         | 102 +++++++
.../02_front/uremote/ur20-16aux-gnd-o.elmt         | 102 +++++++
.../weidmuller/02_front/uremote/ur20-16aux-i.elmt  | 102 +++++++
.../weidmuller/02_front/uremote/ur20-16aux-o.elmt  | 102 +++++++
.../weidmuller/02_front/uremote/ur20-16di-p.elmt   | 102 +++++++
.../weidmuller/02_front/uremote/ur20-16do-p.elmt   | 102 +++++++
.../02_front/uremote/ur20-1Sm-50w-6di2do-p.elmt    | 146 ++++++++++
.../weidmuller/02_front/uremote/ur20-2di-p-ts.elmt |  68 +++++
.../02_front/uremote/ur20-3em-230v-ac.elmt         |  90 ++++++
.../02_front/uremote/ur20-4ai-rtd-diag.elmt        | 102 +++++++
.../02_front/uremote/ur20-4ai-tc-diag.elmt         | 102 +++++++
.../02_front/uremote/ur20-4di-2w-230v-ac.elmt      | 106 +++++++
.../weidmuller/02_front/uremote/ur20-4di-p.elmt    | 102 +++++++
.../weidmuller/02_front/uremote/ur20-8di-p-3w.elmt | 102 +++++++
.../02_front/uremote/ur20-8di-pn-fsoe.elmt         | 106 +++++++
.../02_front/uremote/ur20-8dio-p-3w-diag.elmt      | 101 +++++++
.../weidmuller/02_front/uremote/ur20-8do-p.elmt    | 102 +++++++
.../weidmuller/02_front/uremote/ur20-es.elmt       |  34 +++
.../weidmuller/02_front/uremote/ur20-fbc-can.elmt  |  99 +++++++
.../weidmuller/02_front/uremote/ur20-fbc-cc.elmt   | 109 +++++++
.../02_front/uremote/ur20-fbc-ec-eco.elmt          |  79 ++++++
.../02_front/uremote/ur20-fbc-mod-tcp.elmt         | 103 +++++++
.../02_front/uremote/ur20-fbc-pb-dp.elmt           |  99 +++++++
.../weidmuller/02_front/uremote/ur20-pf-i.elmt     |  52 ++++
.../weidmuller/02_front/uremote/ur20-pf-o.elmt     |  52 ++++
.../02_front/uremote/ur20_end-cap_l.elmt           |  24 ++
.../02_front/uremote/ur20_end-cap_r.elmt           |  24 ++
.../weidmuller/qet_directory                       |   5 +-
615 files changed, 6522 insertions(+), 1263 deletions(-)
create mode 100644 elements/10_electric/20_manufacturers_articles/wago/01_schematic/0787_power-supplies/wago_0787-2857-0000-0000.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/wago/01_schematic/0787_power-supplies/wago_2789-9023-0000-0000.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/wago/01_schematic/0857_jumpflex/wago_0857-0955-0000-0000.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/wago/01_schematic/0857_jumpflex/wago_0857-1430-0000-0000.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/wago/02_front/0000_terminals/2003_terminals/qet_directory
create mode 100644 elements/10_electric/20_manufacturers_articles/wago/02_front/0000_terminals/2003_terminals/wago_2003-7640-0000-0000.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/wago/02_front/0000_terminals/2003_terminals/wago_2003-7641-0000-0000.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/wago/02_front/0000_terminals/2003_terminals/wago_2003-7642-0000-0000.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/wago/02_front/0000_terminals/2003_terminals/wago_2003-7645-0000-0000.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/wago/02_front/0000_terminals/2003_terminals/wago_2003-7646-0000-0000.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/wago/02_front/0000_terminals/2003_terminals/wago_2003-7649-0000-0000.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/wago/02_front/0000_terminals/2003_terminals/wago_2003-7650-0000-0000.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/wago/02_front/0000_terminals/2003_terminals/wago_2003-7651-0000-0000.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/wago/02_front/0000_terminals/2003_terminals/wago_2003-7659-0000-0000.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/wago/02_front/0000_terminals/2003_terminals/wago_2003-7692-0000-0000.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/wago/02_front/0787_power-supplies/wago_0787-2857-0000-0000.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/wago/02_front/0787_power-supplies/wago_2789-9023-0000-0000.elmt
copy elements/10_electric/20_manufacturers_articles/{wago => weidmuller}/01_schematic/qet_directory (100%)
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/01_schematic/uremote/qet_directory
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/01_schematic/uremote/uc20-sl2000-ec-can.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/01_schematic/uremote/uc20-wl2000-ac.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/01_schematic/uremote/uc20-wl2000-iot.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/01_schematic/uremote/ur20-16aux-fe.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/01_schematic/uremote/ur20-16aux-gnd-i.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/01_schematic/uremote/ur20-16aux-gnd-o.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/01_schematic/uremote/ur20-16aux-i.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/01_schematic/uremote/ur20-16aux-o.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/01_schematic/uremote/ur20-16di-p.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/01_schematic/uremote/ur20-16do-p.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/01_schematic/uremote/ur20-fbc-can.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/01_schematic/uremote/ur20-fbc-cc.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/01_schematic/uremote/ur20-fbc-pb-dp.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/01_schematic/uremote/ur20-pf-i.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/01_schematic/uremote/ur20-pf-o.elmt
copy elements/10_electric/20_manufacturers_articles/{wago => weidmuller}/02_front/qet_directory (100%)
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/qet_directory
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/uc20-sl2000-ec-can.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/uc20-wl2000-ac.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/uc20-wl2000-iot.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-16aux-fe.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-16aux-gnd-i.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-16aux-gnd-o.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-16aux-i.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-16aux-o.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-16di-p.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-16do-p.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-1Sm-50w-6di2do-p.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-2di-p-ts.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-3em-230v-ac.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-4ai-rtd-diag.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-4ai-tc-diag.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-4di-2w-230v-ac.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-4di-p.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-8di-p-3w.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-8di-pn-fsoe.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-8dio-p-3w-diag.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-8do-p.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-es.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-fbc-can.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-fbc-cc.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-fbc-ec-eco.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-fbc-mod-tcp.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-fbc-pb-dp.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-pf-i.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20-pf-o.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20_end-cap_l.elmt
create mode 100644 elements/10_electric/20_manufacturers_articles/weidmuller/02_front/uremote/ur20_end-cap_r.elmt

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

Re: new Elementsand some re-work for WAGO-Symbols

Hello Scorpio and PLC-User ,

Thanks for your help.
Unfortunately I'm not a professional, I only use the program as a basic level.
I cannot create elements.

Gabor