Detect GCode is running?

Moderators: TomKerekes, dynomotion

Post Reply
SamMarrocco
Posts: 85
Joined: Fri Apr 27, 2018 12:44 pm

Detect GCode is running?

Post by SamMarrocco » Fri Jul 29, 2022 1:24 pm

I've been using some flags that I set in my app manually to know when there is already GCode running, but is there a status flag in the dotnet library or event that give the status of gcode (i.e., running, stopped, etc?)

User avatar
TomKerekes
Posts: 2529
Joined: Mon Dec 04, 2017 1:49 am

Re: Detect GCode is running?

Post by TomKerekes » Fri Jul 29, 2022 4:21 pm

Hi Sam,

No there isn't. The Interpreter will be running from the time you call it to Execute until you receive the callback that it has completed (normally or for any reason).
Regards,

Tom Kerekes
Dynomotion, Inc.

Post Reply