Table Of Contents

Previous topic

2. List of plugins

Next topic

2.2. Plugin for OpenOffice.org/LibreOffice

This Page

Languages

Previous versions

1.2
1.1

2.1. Plugin for FreeCAD

2.1.1. Installation

2.1.1.1. Get the sources

This plugin is available on the svn in the directory trunk/plugins/freecad/.

2.1.1.2. Dependances

Of course, you need FreeCAD, this plugin has been test with the versions 0.10 and 0.11. You also need to have a valid Python environment (version 2.6) with the library Poster (available here).

2.1.1.3. Installation

Just go in the plugins/freecad directory and run the command ./install.sh.

Launch FreeCAD, if the plugin has been successfully installed, a new workbench named OpenPLM is available.

Warning

This will only install the plugin for the current user.

2.1.2. Usage

2.1.2.1. Configuration

First, you should specify where the server is located:

  1. Activate the OpenPLM workbench.

  2. open the configuration dialog (menu OpenPLM ‣ Configure). This dialog should appear:

    ../_images/pl_fc_conf.png
  3. Enter your server’s location

  4. Click on Ok.

2.1.2.2. Login

Before checking-out a file, you sould login:

  1. Activate the OpenPLM workbench.

  2. Open the configuration dialog (menu OpenPLM ‣ Login). This dialog should appear:

    ../_images/pl_fc_login.png
  3. Enter your username and your password

  4. Click on Ok.

2.1.2.3. Check-out a file

To check-out a file, activate the OpenPLM workbench. Then, click on OpenPLM ‣ Check-out. This dialog should appear:

../_images/pl_fc_co1.png

Enter your query and click on the Search button, then expand the item called Results. You can browse the documents to see which files are available by expanding the items:

../_images/pl_fc_co2.png

Then select your file and click on the Check-out button. This should open your file, now you can work as usual.

Once you have finished your work, you can revise the document or check-in it.

2.1.2.4. Download a file

If you just want to visualize a file without modifying it, click on OpenPLM ‣ Download from OpenPLM. Enter your query, select your file and click on the Download button.

2.1.2.5. Check-in a file

To save your work on the server, click on OpenPLM ‣ Check-in. This dialog should appear:

../_images/pl_fc_ci.png

Check the Unlock? button if you want to unlock your file, this will also close your file in FreeCAD.

Click on the Check-in button.

2.1.2.6. Revise a document

To create a new revision of the document link to your file, click on OpenPLM ‣ Revise. This dialog should appear:

../_images/pl_fc_rev.png

Check the Unlock? button if you want to unlock your file, this will also close your file in FreeCAD.

Note

The old revision file is automatically unlock.

Click on the Revise button.

2.1.2.7. Create a new document

You can create a new document from a file which was not checked-out nor downloaded. Click on OpenPLM ‣ Create a document. This dialog should appear:

../_images/pl_fc_create.png

Fill the form (do not forget the filename with its extension) and click on Create to validate the creation.

Like for a revision or a check-in, check the Unlock? button if you want to unlock your file, this will also close your file in FreeCAD.

2.1.2.8. Forget a file

All checked-out/downloaded files are opened when you launch FreeCAD, you can forget a file by clickin on OpenPLM ‣ Forget current file.

2.1.2.9. Attach a document to a part

You can link the current document to a part by clicking on OpenPLM ‣ Attach to part. This will display a dialog to choose the part. Select one and click on the Attach button.