Hi Devin, Can you please create an issue with steps (GCode) to reproduce the problem. There is maybe a problem in the .running condition.
Devin Hughes writes: > Hi Alexander, > > Sorry to have missed your response, for some reason I'm not getting > notifications from the group. > > It's been a little while, but when I was looking in to this, Pause/Resume > only worked when the pause was initiated from the GUI. When an M00 was > encountered, the resume action wouldn't become enabled because the > conditions on the ready signal never changed (the program was still in auto > mode, if I remember). I want to look into this more, but I think it will > take changes in the hal remote library. I can create an issue if you would > like me to. > > Devin > > On Wednesday, January 25, 2017 at 3:01:19 PM UTC-5, Alexander Rössler wrote: >> >> Hi Devin, >> >> There is the PauseResumeProgramAction for this purpose: >> https://github.com/machinekoder/QtQuickVcp/blob/master/src/applicationcontrols/PauseResumeProgramAction.qml >> >> Also feel free to write you own small Action component that works best for >> you application. >> >> -- >> Alexander >> >> Am Mittwoch, 4. Januar 2017 18:57:56 UTC+1 schrieb Devin Hughes: >>> >>> Hi everyone, >>> >>> I am trying to massage QtQuickVCP into letting me use M00/M01 commands in >>> programs. The only issue I am having is that the RunAction is >>> enabled/disabled based on the status running flag, which remains true after >>> the interpreter hits an M00 or M01 since the interpreter leaves the mode as >>> automatic, etc. I've cludged around a little with this, but I was curious >>> if there was a recommended way of handling these M codes at the GUI, and >>> the proper way to send a cycle start through after an M code pause. Is it >>> simply command.resumeProgram('execute'), etc.. >>> >>> Thanks, >>> Devin >>> >> -- Alexander -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/machinekit. For more options, visit https://groups.google.com/d/optout.
