Page 1 of 1

alarm offset number

PostPosted: Tue Dec 04, 2012 10:41 am
by SMAT
Hi Scott,
I use NcPlot 2.3 beta 2 and when I plot the program It generate alarm (PLEASE SPECIFY AN OFFSET NUMBER) when reading this line :

G90G10L12P763R0.01

But this line is ok(Fanuc)

I think you used a Mitsubishi control and it's probably correct to call an alarm, but is this possible to "jump" this check ?

Thanks

Re: alarm offset number

PostPosted: Thu Jan 10, 2013 12:11 pm
by scottmartinez
Support for G10 can be disabled by going into your machine configuration's "G/M Codes" page and removing G10 from the G-Code macro list.

You could also modify the macro "G100.PRG" in your configuration folder to support your particular G10 command format. Or, you can add "M99" to the beginning of the macro to effectively disable it.

Hope this helps,
Scott

Re: alarm offset number

PostPosted: Fri Jan 11, 2013 11:24 am
by SMAT
Thanks !!