drawing control
drawing control
(OP)
Ok folks, a fairly simple one here.
How do you control your parts/drawings revisions within solid edge? Checking and approving etc. revisions etc.
But not using something like teamcentre / plm!!!
How do you control your parts/drawings revisions within solid edge? Checking and approving etc. revisions etc.
But not using something like teamcentre / plm!!!





RE: drawing control
When a drawing is released it should be protected from accidental update by setting the file status to 'Released'.
New drawing revisions should then be created using Revision Manager.
bc
RE: drawing control
One thing though can you "un release" a drawing?
RE: drawing control
one note here: a drawing can be set only to released when the underlying
part ist also released. When that's an assembly then before setting the
asm to released all parts that the asm holds must be set to released
The latter one also implies that you can only set an assembly(!)
to obsolete when *all* parts have been set to obsolete which is
quite a bit off reality.
To unrelease use one of the 'Status Changer' programs floating
around
dy
RE: drawing control
Create the new revision with rev manager. This will have it's status as 'available'. Rename it back to the old revision and overwrite your old file.
Alternatively it can be done with a bit of VB.
bc.
ps you must be as sad as me - on a CAD forum on Sunday evening (UK time) !!!!
RE: drawing control
simple way to change back to Avalable is: save under a new
name
RE: drawing control
I may be wrong but I believe you CAN set status to released for drawings only using VB.
bc
RE: drawing control
that's what my 1st. post implies: use one of the 'StatusChanger' which will
enable one to set any part/draft or whatever to any desired status
dy
RE: drawing control
I'd assumed from the first part of your post that you meant drawings AND models all had to be released.
I was saying that drawings can be set to released without having to set the underlying models to released.
bc
RE: drawing control
no, you may set the draft to 'In Work' or 'In Review'. To set
it to 'Released' or 'Baselined' then the underlying model
must be at least 'Released'. To set it to 'Obsolete' then
the model must be 'Obsolete' (V19/Sp3)
dy
RE: drawing control