Re: [Emc-developers] Polling gcodes does not return active gcodes

2017-03-27 Thread Kurt Jacobson
> > This is expected, but is fixed in a branch that will be merged in > the future, called statetags. Excellent, just what I wanted to hear. I think it's mostly documented here: > https://github.com/LinuxCNC/linuxcnc/issues/134 > Good info there. You might want to try that branch if you're

Re: [Emc-developers] Polling gcodes does not return active gcodes

2017-03-27 Thread Chris Radek
On Mon, Mar 27, 2017 at 05:21:57PM -0400, Kurt Jacobson wrote: > > Is this expected behavior of stat.gcodes or is this a bug in the Python > Interface, or elsewhere? This is expected, but is fixed in a branch that will be merged in the future, called statetags. That branch is really close to

[Emc-developers] Polling gcodes does not return active gcodes

2017-03-27 Thread Kurt Jacobson
Good evening all, I am trying to get a list of the currently active gcodes using the Python Interface in LCNC 2.7.8. As long as the interpreter is not executing, stat.gcodes appears to return the active gcode values as expected. Ex: when I issue a command via MDI the active gcodes update