Teamcenter 9 and GRIP routines
Teamcenter 9 and GRIP routines
(OP)
We have a bunch of old GRIP routine that perform various tasks (attributes settings, master model drawing cration ...) in NX4
Now, the company wants to use Teamcenter 9 and I'm wondering : does anything has to be updated in our GRIP files to allow them to work with Teamcenter ?
Now, the company wants to use Teamcenter 9 and I'm wondering : does anything has to be updated in our GRIP files to allow them to work with Teamcenter ?





RE: Teamcenter 9 and GRIP routines
1)Anytime you access a part file name, you have to encode and/or decode the partname/revision via UGMVRE and UGMVRD respectively
2)Retrieving the latest revision data can be tricky, as I always ran into that pesky character limit restriction when cycling thru the db
3)Depending on if/how/where you deal with a 'standard library' of dwg formats, pattern data, UDF's, pallets, etc.... will impact the amount of code tweaking you do.
YMMV.
Regards,
SS
CAD should pay for itself, shouldn't it?
RE: Teamcenter 9 and GRIP routines
...so how's it going?
Regards,
SS
CAD should pay for itself, shouldn't it?
RE: Teamcenter 9 and GRIP routines
I'll keep you informed, for sure.