4

I'm trying to disable the "Quick-Edit" function programmatically via the API. Using the COptionalParameter class I can set Parameter 70 bit 7 to 1 on a mill which causes the machine to use Notepad.exe as the default program editor. A handy side effect of this is that the "Quick-Edit" function is disabled. I want to do the same thing on a lathe but can't find which parameter needs to be set for this.

jweaver
  • 661
  • 5
  • 15

1 Answers1

3

Try No 63 bit 2.

If it doesn't work, the current OSP version is probably too low.

This is supported by NC 283L and greater.

Still.Tony
  • 1,437
  • 12
  • 35