GRIP PROGRAM EDITING
GRIP PROGRAM EDITING
(OP)
Morning all,
I have done some searching and found a GRIP Program, that will take the part name of an NX file, and assign it to the attribute DB_PART_NAME. I'm completely hopeless at this sort of thing, so please go easy on me! How would i edit the GRIP Program so it assign the NX File name to the atribute DD_PART_NO, and DB_REV_NAME. I appreciate they may have to be different programs. I'm using NX 7.5, I can execute GRIP programs, but my only knowledge of editing certain programs/scripts is via text editer or similiar.
Your help would be greatly appreciated. Attached is the original file from John Baker (Thanks John for this it's amazing!) The files we have already have these attributes in them as default.
Cheers
I have done some searching and found a GRIP Program, that will take the part name of an NX file, and assign it to the attribute DB_PART_NAME. I'm completely hopeless at this sort of thing, so please go easy on me! How would i edit the GRIP Program so it assign the NX File name to the atribute DD_PART_NO, and DB_REV_NAME. I appreciate they may have to be different programs. I'm using NX 7.5, I can execute GRIP programs, but my only knowledge of editing certain programs/scripts is via text editer or similiar.
Your help would be greatly appreciated. Attached is the original file from John Baker (Thanks John for this it's amazing!) The files we have already have these attributes in them as default.
Cheers





RE: GRIP PROGRAM EDITING
If the one you have sets the current part name to DB_PART_NAME and you need it set to DD_PART_NO, then just edit the <program_name>.grs file in a text editor, notepad or wordpad, and change DB_PART_NAME to DD_PART_NO. For DB_REV_NAME, what system variable are you reading to get that value?
AFter you have modified the program, you need to run GRADE and compile and link the GRIP program into an executable <program_name>.grx file.
"Wildfires are dangerous, hard to control, and economically catastrophic."
Ben Loosli
RE: GRIP PROGRAM EDITING
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.
RE: GRIP PROGRAM EDITING
Cheers
RE: GRIP PROGRAM EDITING
RE: GRIP PROGRAM EDITING
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.