×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Grip programs that are still useful

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

Looking for anything in particular or even a general category (CAD, drafting, CAM)?
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

Just do a search of this forum using the word "GRIP". You'll find several threads where there is at least one or two attached GRIP source files.

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

(OP)
I have searched in the past but was looking for code that has not been posted and a way to collect all that have been posted in a single location.
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

And if anyone would be willing to act as its custodian, I would be glad to forward my library of source files to them as I no longer have access to NX so it's not possible for me to maintain them in any meaningful manner.

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

(OP)
John, I still currently use nx for work and prefer to write code with grip.
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

(OP)
Cowski, I have written a lot of routines to simplify and maintain company cad standards and many specialize engineering applications.
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

I thought PLM World used to have repository of grip programs, etc., but I don't see it anymore.

-Dave

NX 9, Teamcenter 10

RE: Grip programs that are still useful

(OP)
You may be referring to the grip library programs which are not very useful with current functionality of nx.
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

(OP)
John: What requirements are needed to be the custodian of your library of source files.
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

Well first I've got to find them (I copied them to a DVD-ROM before I retired) but that will have to wait as my wife and I are currently on a 3+ week long vacation (do you still call it a vacation if you're retired) and won't be back until just before Labor Day.

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

Well on about the vacation
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

Retired AND on vacation, yet still answering NX questions!! only @JohnRBaker :)

-Dave

NX 9, Teamcenter 10

RE: Grip programs that are still useful

(OP)
Does anyone have any grip source files that work with 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

Cadman, are you still running NX6 ?!
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

(OP)
Still running NX6 where I currently contract at.

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.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources