Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there a characteristic of a Part FIle that can only be set through journaling?

Status
Not open for further replies.

aluminum2

Aerospace
Joined
Apr 27, 2010
Messages
218
Location
US
I am wondering if there could be a invisible attribute, expression , or property that can only be set or unset using a journal? Maybe similar to the material attribute in NX8?

I have a journal that is creating parts for one department. I then have another journal in another department referencing these files. I need the next journal to know that the part file in the original department was created from a journal. I would like it hidden to make sure someone doesn't change this value for any reason.

Is there a way to go about doing this?

Using NX8.
 
Does your company currently use the part file header for any reason? (File -> utilities -> edit work/other part header)

If not, then I doubt many users will even be aware of it and you might be able to use it for your purpose. It isn't exactly 'hidden', but it would be difficult to change 'by accident'.

www.nxjournaling.com
 
There is a file header area, called the 'Customer Area', for NX part files which can only be written and read using NX Open code. While you can't actually 'record' a journal to do this, you could enhance a basic journal by adding some of those NX Open calls covering this capability. And one of the things that you can do with this 'feature' is that the data record can be read and in fact written to WITHOUT having to OPEN the Part file itself with NX.

If you search the NX Open documentation using the string 'customer area' you'll find the various GRIP/UFUNC commands which can read/write data stored in this 'customer area'. Note that it's limited to a single 132 character string.

John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Digital Factory
Cypress, CA
Siemens PLM:
UG/NX Museum:

To an Engineer, the glass is twice as big as it needs to be.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top