FreeCAD small PLM

Info about new community or project announcements, implemented features, classes, modules or APIs. Might get technical!
PLEASE DO NOT POST HELP REQUESTS OR OTHER DISCUSSIONS HERE!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
YBoy360
Posts: 11
Joined: Thu Feb 09, 2023 4:52 am
Contact:

Re: FreeCAD small PLM

Post by YBoy360 »

Docs have been updated in the https://taack.org website.

Here are some advises to get started:
  • Check it is working as expected ...
You can manage users in Crew app.

Only users with the role ROLE_PLM_USER (or ROLE_ADMIN) will be able to upload/download model.

Hope it should be up and running quickly for you. Report any issue you are facing, I will be happy to help.
YBoy360
Posts: 11
Joined: Thu Feb 09, 2023 4:52 am
Contact:

New Release fixing some bugs

Post by YBoy360 »

PLM app module has been updated to fix some bugs found on model with links, see the https://github.com/Taack/plm/releases/tag/v20.2.2

taack-plm-freecad has also been updated to fix save prompt dialog when downloading a model with links in history. See https://github.com/Taack/taack-plm-free ... ag/v20.2.2

I also added some instructions in https://taack.org/en/app/Plm to configure FreeCAD AppImage path in the server.

Hope this help.
alexzaeh
Posts: 2
Joined: Tue Sep 05, 2023 7:35 pm

Re: FreeCAD small PLM

Post by alexzaeh »

Hi
I installed Taack PLM and it works
Good job.
The only thing I'm missing: I don't have a thumbnail (Preview) in the browser (Firefox and Chrome)
I am using Ubuntu 22.04
Do I need an additional module?
Were can i get this

Kind regards
Alex
alexzaeh
Posts: 2
Joined: Tue Sep 05, 2023 7:35 pm

Re: FreeCAD small PLM

Post by alexzaeh »

Who runs the program without problems and on which Linux distribution?
On Ubuntu 22.04 and 23.04 I don't have any preview images.
freedman
Veteran
Posts: 3440
Joined: Thu Mar 22, 2018 3:02 am
Location: Washington State, USA

Re: FreeCAD small PLM

Post by freedman »

yBot360,
There is much talk about intranet, does this code cross the border into the internet?
Is there TCP in what you bring as code?
Do you expect to use FreeCAD TCP?
Thanks
YBoy360
Posts: 11
Joined: Thu Feb 09, 2023 4:52 am
Contact:

Re: FreeCAD small PLM

Post by YBoy360 »

FYI, I updated the server app, now it is on version 0.6, it fixes Freecad previews under Wayland, for latest Freecad version.

I recorded a small video showing it working:
phpBB [video]


Other links:
https://github.com/Taack/plm/releases/tag/v0.6
https://taack.org/en/app/Plm

It has been tested under ArchLinux, but should work on other distribution providing python-protobuf.

Regards
YBoy360
Posts: 11
Joined: Thu Feb 09, 2023 4:52 am
Contact:

Re: FreeCAD small PLM

Post by YBoy360 »

freedman wrote: Mon Sep 25, 2023 12:03 am yBot360,
There is much talk about intranet, does this code cross the border into the internet?
Is there TCP in what you bring as code?
Do you expect to use FreeCAD TCP?
Thanks
Thanks for your comment !

We use it on internet, it uses HTTPS in this case.

In fact, taack.org is an Intranet app... And also citel.fr, obsta.com and others. They are all on internet
YBoy360
Posts: 11
Joined: Thu Feb 09, 2023 4:52 am
Contact:

Re: FreeCAD small PLM

Post by YBoy360 »

YBoy360 wrote: Sun Jan 07, 2024 8:45 am
Other links:
https://github.com/Taack/plm/releases/tag/v0.6
https://taack.org/en/app/Plm

It has been tested under ArchLinux, but should work on other distribution providing python-protobuf.

Regards
Note that I tested on a fresh computer, and fixed repository URL for getting dependencies.

It should work as expected under any Linux distribution if you install python-protobuf and Freecad correctly.

Regards.
Post Reply