excute grip program using gripbatch command
excute grip program using gripbatch command
(OP)
Hi, I'm trying to execute a grip program using Windows Command prompt
I succeeded to compile and link the .grs file ( gripbatch -c <filespec> and gripbatch -l <filespec>)
but when it comes to excuting ( ripbatch -r <filespec> ) a window opens and closes immediately !!!!!
Do any of you have an idea how it works ?
Thank you.
I succeeded to compile and link the .grs file ( gripbatch -c <filespec> and gripbatch -l <filespec>)
but when it comes to excuting ( ripbatch -r <filespec> ) a window opens and closes immediately !!!!!
Do any of you have an idea how it works ?
Thank you.





RE: excute grip program using gripbatch command
RE: excute grip program using gripbatch command
As I recall, you need to provide more that just the -r switch.
Do you really want to run grip in batch? Or do you want to run NX in batch, and run a grip program in NX?
Mark Rief
NX CAM Customer Success
Siemens PLM Software
RE: excute grip program using gripbatch command
I want to run grip in batch and export the result as .prt or parasolid ...
is it possible ? what do I need to provide more than the -r switch ?
RE: excute grip program using gripbatch command
RE: excute grip program using gripbatch command
in the command prompt : gripbatch -r -dev:osfile -n:<path for output file> <filespec>
this will generate an output file after execution
but in the grip file (.prt), a part must be activated in the beginning of the program : CREATE/PART,.....
to export the part file : CPATT/UPDATE,<path for exported part file>, <objlist>
:)
thank you