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 JStephen on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

OSNAP - OTRACK

Status
Not open for further replies.

Hmo

Electrical
Joined
Nov 1, 2003
Messages
42
Location
BE
Does enybody know the following:

i'have an existing lisp-routine. I want to modify that before the current program starts my OSNAP & OTRACK is turned off.

Is it possible. Yes?? Let me know how please.

regards,
HMO
 
Set OSMODE=0

(command "osmode" "0")

Set AUTOSNAP=0

(command "autosnap" "0")

(or in your LISP trp their values prior to your routine and then set them to 0 and reset them when finished)

- Tracy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top