>>> I have a program with threading G33 that will run if I take the threading
>>> out of it but throw an error of "Bug: Call Stack Under Run" if I leave the
>>> threading in the program. We use a post processor for our programs and have
>>> done threading in the past but this one is persistent. Any Ideas?

 

>>> Jeff Johnson

Just to finish this issue (hopefully).
I contacted Michael H (the coder of remap) about this.
He suggested that codes in remap that create queue-busters
can create problems do to some flow control weakness in
tastaskk/interp.

his refereences 

 https://github.com/machinekit/machinekit/issues/106
 
https://github.com/mhaberler/asciidoc-sandbox/wiki/Interpreter-control-flow-explained

He suggested changing the M6 in the remap code to use emccanon calls
directly:

        emccanon.SELECT_POCKET(index, tool)
        emccanon.CHANGE_TOOL(index)

I send Rick a new version of the remap and he said it seemed
to fix the error message.

Chris M
                                          
------------------------------------------------------------------------------
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to