Page 1 of 1

too many bracket

PostPosted: Fri Sep 28, 2007 9:40 am
by SMAT
Hi Scott,

I write this on NcPlot :

N1660IF[[#513-#511]GT-[#512+0.001]]GOTO1590

this is not support on NcPlot because too many bracket...

it's support on Fanuc control ... is this possible possible to correct that ?

tanks.

Mathieu

PostPosted: Fri Sep 28, 2007 11:02 am
by scottmartinez
Hi Mathieu,

This does seem to be some kind of bug in NCPlot. It works if I change the block to this:

N1660IF[[#513-#511]GT[-[#512+0.001]]]GOTO1590

So it seems to be some kind of grouping problem. I will work on fixing this.

Thanks,
Scott