I am working on manual tool change code that allows you to use
jogging/mdi during the tool change but I have hit a problem. Here is a
code snippet from my version of the manual toolchange Python HAL module:
import emc, hal
import rs274.options
emcStat = emc.stat();
emcCmd = emc.command()
def do_change(n):
emcStat.poll()
curLine = emcStat.current_line
Using a CVS trunk version run-in-place it works fine. However in a
normal install it doesn't
When I hit this line:
emcStat.poll()
I get an error saying emcstatusbuffer is invalid. Does anyone know what
I am doing wrong?
Les
------------------------------------------------------------------------------
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users