Re: [Emc-users] LCNC Glade Python State Machine

2018-12-02 Thread andy pugh
On Sun, 2 Dec 2018 at 22:24, Ted Hyde wrote: I understand the concept of non-blocking routines from other aspects of > my career, so have been cautious to avoid a test like "where" that could > potentially stall the python script. I don't think you need to worry about blocking in Python code.

[Emc-users] LCNC Glade Python State Machine

2018-12-02 Thread Ted Hyde
Greets - I'm trying to write a machine-specific glade gui and I need to create a multiple step jog sequence while a button (and/or preferably a HAL pin) is true. The jog info and my test jogging to a single target value works fine in my glade panels, however the "if" tests (trying not to set up