Grip programs that are still useful
Grip programs that are still useful
(OP)
Looking for grip source code that you are willing to post that is still useful.
NX6.0.5.3 mp07, Windows XP 64-bit,Team Center 8.3
Running cad straight out of the box is OK but, a system tuned with application software is the best way to increase productivity.





RE: Grip programs that are still useful
I downloaded the old GRIP library before it disappeared; but I'm not sure I can post it here.
www.nxjournaling.com
RE: Grip programs that are still useful
John R. Baker, P.E. (ret)
EX-Product 'Evangelist'
Irvine, CA
Siemens PLM:
UG/NX Museum:
The secret of life is not finding someone to live with
It's finding someone you can't live without
RE: Grip programs that are still useful
John, you must have quite a bit of code due to your professional history that would be of interest to others.
NX6.0.5.3 mp07, Windows XP 64-bit,Team Center 8.3
Running cad straight out of the box is OK but, a system tuned with application software is the best way to increase productivity.
RE: Grip programs that are still useful
John R. Baker, P.E. (ret)
EX-Product 'Evangelist'
Irvine, CA
Siemens PLM:
UG/NX Museum:
The secret of life is not finding someone to live with
It's finding someone you can't live without
RE: Grip programs that are still useful
Also have developed a tool kit of subroutines which I use to speed up the development of other programs. I would appreciate to see what someone else has done using the language. Sometimes the hardest thing is to come up with ideas of problems to work on.
NX6.0.5.3 mp07, Windows XP 64-bit,Team Center 8.3
Running cad straight out of the box is OK but, a system tuned with application software is the best way to increase productivity.
RE: Grip programs that are still useful
My background is not in the cam area but with design although I have helped support personnel in that field to understand nx and its use.
NX6.0.5.3 mp07, Windows XP 64-bit,Team Center 8.3
Running cad straight out of the box is OK but, a system tuned with application software is the best way to increase productivity.
RE: Grip programs that are still useful
-Dave
NX 9, Teamcenter 10
RE: Grip programs that are still useful
I have written 100's of grip programs but are looking to see what others have created and get ideas for new helpful solutions.
Currently working on a program to handel expressions.
NX6.0.5.3 mp07, Windows XP 64-bit,Team Center 8.3
Running cad straight out of the box is OK but, a system tuned with application software is the best way to increase productivity.
RE: Grip programs that are still useful
How much data and how would it be transferred?
NX6.0.5.3 mp07, Windows XP 64-bit,Team Center 8.3
Running cad straight out of the box is OK but, a system tuned with application software is the best way to increase productivity.
RE: Grip programs that are still useful
Let me find the files and see how many their are and I'll let you know.
John R. Baker, P.E. (ret)
EX-Product 'Evangelist'
Irvine, CA
Siemens PLM:
UG/NX Museum:
The secret of life is not finding someone to live with
It's finding someone you can't live without
RE: Grip programs that are still useful
you have two mind turning
1 vacation = squared(retirement) high mind
2 vacation = squared root(retirement) less high mind
RE: Grip programs that are still useful
-Dave
NX 9, Teamcenter 10
RE: Grip programs that are still useful
http://www.eng-tips.com/viewthread.cfm?qid=426522
John R. Baker, P.E. (ret)
EX-Product 'Evangelist'
Irvine, CA
Siemens PLM:
UG/NX Museum:
The secret of life is not finding someone to live with
It's finding someone you can't live without
RE: Grip programs that are still useful
NX6.0.5.3 mp07, Windows XP 64-bit,Team Center 8.3
Running cad straight out of the box is OK but, a system tuned with application software is the best way to increase productivity.
RE: Grip programs that are still useful
Is there a good reason for this ?
GRIP is still a wonderful thing capable of things i doubt can be done in other languages...,
I use it in NX10 in this little program :
"
&TEXBOX=&YES
DRAW/ALL
HALT
"
It will when executed draw a box around all freestanding notes. ( does not work on tables)
It will also draw a box around an "empty" note which is the point here.
When defining drawing templates, quite few notes are or will be mapped to an attribute, example: DB_PART_NAME=12343-01
But if that attribute is empty,(DB_PART_NAME= ) it will produce an invisible/ non-selectable note.
- until i run this GRIP program, then there will be a small box drawn.
( Trying to move such note is impossible since i cannot select it, and simply entering a value to the attribute is impossible since the attribute is owned/controlled by Teamcenter.
- I really should write an ER to GTAG about this catch 22 condition but as long as my old GRIP works...)
When done correcting / mapping / moving, i run this :
"
&TEXBOX=&NO
DRAW/ALL
HALT
"
Regards,
Tomas
RE: Grip programs that are still useful
NX6.0.5.3 mp07, Windows XP 64-bit,Team Center 8.3
Running cad straight out of the box is OK but, a system tuned with application software is the best way to increase productivity.