1 (edited by luca_orlandi 2021-03-14 11:22:30)

Topic: Share the elements library

Can I share mine elements library if they are common-use components in the automation world? For example Siemens PLC and so on?

Re: Share the elements library

Hi Luca,

yes you can share it here, on better with a PR on Github https://github.com/qelectrotech/qelectr … rce-mirror

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."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: Share the elements library

scorpio810 wrote:

Hi Luca,

yes you can share it here, on better with a PR on Github https://github.com/qelectrotech/qelectr … rce-mirror

Thanks.

4 (edited by luca_orlandi 2021-03-19 22:12:36)

Re: Share the elements library

I'm not able to upload my file.. sorry but for me it's to difficult to work in opensource space. It's to complicate, can I share my library whit some one and let to him the upload work?

Re: Share the elements library

You can share it here on forum, or send me archive by email.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."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 !

6 (edited by luca_orlandi 2021-03-20 08:47:03)

Re: Share the elements library

Thanks nomicons/wink. I hope it can help someone.

Post's attachments

Attachment icon ELEMENTS.7z 31.83 kb, 4222 downloads since 2021-03-20 

Re: Share the elements library

Hello, can someone, help me how to add the elements. Sorry I'm noob on this software. Thanks!

Re: Share the elements library

If you have installer on Windows is

C:\Users\username\Application Data\qet\elements\

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."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: Share the elements library

How can i share elements on github?

Re: Share the elements library

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

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."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: Share the elements library

Thank you

Re: Share the elements library

Hello

I publishied a GitHub Repository with QElectroTech Circuit Symbols.

Best Regards

RedBaron -> on QelectroTech Forum
TPD-Andy -> cad.de Forum Moderator



https://github.com/TPD-Andy/QElectroTec … ltzeichen-

Post's attachments

Attachment icon elements.zip 41.5 kb, 1723 downloads since 2023-04-09 

Attachment icon titleblocks.zip 646.73 kb, 1385 downloads since 2023-04-09 

13 (edited by Rasec 2023-05-04 21:51:29)

Re: Share the elements library

Hello everyone, for some time I needed to measure the elements and did not get a reference.

I made a ruler, it can help with projects.

Post's attachments

Attachment icon regua.elmt 59.77 kb, 1074 downloads since 2023-05-04 

Re: Share the elements library

Hi QET team and community,

I’m new to QElectroTech and before writing any Python script or extension, I’d like to confirm whether there is already a simple way to import/sync user-contributed elements from the public index here:
https://download.qelectrotech.org/qet/elements_contrib/

From what I see, this directory is browseable, but inside QET I don’t find a built-in “import or sync” feature for this unofficial collection. Today, I can of course download folders (manually or via wget/rsync) and copy the *.elmt files into my User Collection, then “Reload collections”. That works, but it’s manual and not very user-friendly at scale.

My questions:

Is there an existing tool or recommended method to select categories/manufacturers from elements_contrib and import them in bulk into the User Collection?

If not, would the project be interested in a small utility (Python/Qt) that:

    - Lists the elements_contrib tree,
    - Lets the user pick specific folders/elements,
    - Downloads/validates *.elmt files,
    - Copies them into the local User Collection,

And optionally helps keep them up to date?

I’m happy to contribute and maintain such a tool if there isn’t already a preferred approach. Also open to guidance if you’d rather see this as a native feature or a documented workflow.

Many thanks for your feedback and for QET!

Pierre

Re: Share the elements library

Hello Pierre,

https://github.com/qelectrotech/qelectrotech-elements and https://github.com/qelectrotech/qelectr … nt-contrib

This repository is based on GIT, so you can easily clone and use it  with a simple ‘git pull’ command in your local folders to update  all items to the main version. You can also create a push request to send your work items.

Only qelectrotech-elements git branch was synced to to QET master branchs when we use
git submodule update --remote elements
git add elements/

And pushed to QET master branch for new packages.


Laurent

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."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 !