What parameter do I set on a lathe to use Notepad.exe as a program editor?

I am trying to automatically disable the "Quick-Edit" function through the API. Using the COptionalParameter class, I can set the 70 bit 7 on 1 parameter to the mill, which forces the computer to use Notepad.exe as the default program editor. A nice side effect is that the Quick Edit feature is disabled. I want to do the same on a lathe, but I can not find which parameter I need to set for this.

+4
source share
1 answer

Try number 63 bit 2.

If it does not work, the current version of OSP is probably too low.

It is supported by NC 283L and above.

+3
source

All Articles