Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Grip program to assign part attributes

Status
Not open for further replies.

freeform

Automotive
Joined
May 13, 2003
Messages
4
Location
US
Hello,
I’m looking for a user friendly grip program to assign part attributes, (part name, description and material). I don’t have much grip experience, but could modify one to fit our needs.
Thanks
 
Here are the basic commands. If you need more help, e-mail me.


Assign the Disk File name to an attribute
ASATT/PART,'PARTNAME',&PNAME

Enter text into string
TEXT/'Enter Material',TXT1,RSP,DEFLT
JUMP/L4A:,L05:,L4A:, ,L4A:,RSP
$$ 1 2 3 4 5
$$ 1 Back Button label
$$ 2 Cancel label
$$ 3 OK or <rtn> - No text entered
$$ 4 Alt Action label
$$ 5 OK or <rtn> - Text entered

ASATT/PART,'MATERIAL',txt1



USER1=substr(&USERID,1,3)
ASATT/PART,'D1-DRN_BY',USER1


Ben Loosli
CAD/CAM System Analyst
Ingersoll-Rand
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top