Run GRIP on a Non-interactive NX session
Run GRIP on a Non-interactive NX session
(OP)
I have a part on TcEng, and wish to run a simple grip program on it, without launching a interactive NX session.
The NX documentation implies this is is possible, but i just cant seem to get the correct combination of switches.
I have tried UGII.bat which launches a session of NX, and also tried gripbatch, but without the desired results.
Am i missing a trick, or is it not possible.
Cheers in advance.
NXj
The NX documentation implies this is is possible, but i just cant seem to get the correct combination of switches.
I have tried UGII.bat which launches a session of NX, and also tried gripbatch, but without the desired results.
Am i missing a trick, or is it not possible.
Cheers in advance.
NXj





RE: Run GRIP on a Non-interactive NX session
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.org/museum/
To an Engineer, the glass is twice as big as it needs to be.
RE: Run GRIP on a Non-interactive NX session
Cheers,
NJx
RE: Run GRIP on a Non-interactive NX session
Second, when opening a part file managed by TeamCenter you can't just use the normal file open routines since they are not compatible with the way you generally indicate TeamCenter files, such as name, revision level, even the type of file that you're opening. What you will need to do first if get the properly 'encoded' file name which the system will understand when the GRIP Batch program issues the file open command.
Now if you are not going to rename the part file, but rather just open it, make your changes and save it, you only need to use this encode command once to get the file 'name'. You best bet is to go into the GRIP documentation and search on the name 'UGMGRE'. This will give you all the information that you will need to get a proper text string containing the 'encoded' file name that you can use to with the normal GRIP file open command. Than after making your changes use the simple save command and the file will be saved and TeamCenter will understand what you've done and everyone should be happy.
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.org/museum/
To an Engineer, the glass is twice as big as it needs to be.
RE: Run GRIP on a Non-interactive NX session
Cheers,
NXj