How to use PDM (pt. 2)
Solidworks PDM is a server based cloud that stores all of the solidworks part files the team designs. It features version control, file check in / check out, and component hierarchy control. If used properly, it works very well. If used improperly, it will ruin you and your lead/chief engineers life.
At all costs, avoid working locally unless absolutely necessary. It saves everyone time in the long run.
This is part 2 of the guide, which covers the actual usage of the software in solidworks
Part 1 (here) covers access and usage relating to it not breaking your whole computer.
GETTING PDM TOOLBAR IN SOLIDWORKS
This is most important tool you can add to your Solidworks. It gives you all the information you need about the file, such as what other components it includes, who has what checked out, what version each component is on, etc. It also lets you control these things, allowing you to check in and out included components, open previous versions, get latest version, etc.
To do this, go to tools > add ins and make sure solidworks PDM is checked in both the left and right boxes.
It will appear in the bar on the right side of your screen, make sure you learn how to use it. Hover over the buttons to see what each is, but each function will be covered later in the guide.
PDM CONTROLS
Function | Color in figure below | Description |
Check Out | Red | Pulls the file from the server to your computer for editing. Keeps other people from checking out and editing. If you don't do this, the file stays in a read only state. |
Check In | Green | Puts the file back into the server with whatever changes have been made, and creates a new version. |
Get Latest | Yellow | Gets the latest version of the file. Typically this is done automatically when checked out or opened, but may need to be done manually in some cases. |
Get Version | N/A | Gets a specific version from the list of previous versions. |
The following 2 sections deal with opening a file that is not already checked out
OPENING A FILE 1 - small assemblies / basic parts
While in the vault view in file explorer, there are some options available to you. These buttons are typically fine to use, simply highlight the file in question and the buttons will perform the respective action. This method works well for simple parts/assemblies with few to no components/dependencies. If the file is already checked out, the name of the person who has it will be highlighted in the blue area.
OPENING A FILE 2 - large assemblies / complex parts
For larger files such as assemblies with many components or parts with dependencies, it is better to use the check out window. To access this, do not hit any of the buttons in the vault viewer. Instead, just open the part, this should pull up a window that looks like the figure below.
This window lets you control the action being taken for the file in question and every other file included in it. If the file is checked out, then the latest version is automatically "get" -ed. If you want to just view the file, uncheck "check out", but keep "get" checked for the top item. Avoid hitting the cancel button, as this will not "check out" or "get" any of the files.
WORKING ON ASSEMBLIES
When working with files, its important to know what is necessary to be checked out. If you are just adding parts to an assembly, only the assembly needs to be checked out. If you are modifying a part in an assembly, only the part needs to be checked out. However, any rebuilds that happen will not be saved, and there will be a rebuild warning on the assembly next time someone checks out / opens it.
CHECKING IN
Checking in small files is easy, just use the save the part, then use the PDM toolbar in solidworks to check it in before you close it. If you Large assemblies may be more difficult, as others may have parts in the assembly checked out. There are infinite pop ups and warning that might come up when you try to save and check in, so just read them carefully and try to make the best decision that breaks the least things.
No Comments