Our problem is the following:
- We have a machine (Assembly A) that is composed for “n” Subassemblies (A.1, A.2, A.3….)
- Let’s pretend there are 3 people working in the Assembly A.
- The first person opens the whole Assembly to make a modification. When he does that, SW automatically sets the other A.1, A.2…. as ready only for the other users in the network.
- When the second person needs to open A.2, the 1st person have to close the whole Assembly A to be possible to edit A.2, then, when A2 is opened in the other machine, the first person have open the whole machine again and continue his work.
- If the 3rd person needs to open A.3, the 1st person must close the Assembly A again, and then, when A.3 is opened, open the machine again.
We will appreciate any tips that you can give us to better work in cases like that…