Hello. Everyone!
I would like to know if you have encountered the same issue while using ARNC0.
We are currently using the G04 dwell function in our CNC machine, but we’ve observed some unexpected behavior related to it.
-
After executing G04 10 (10-second dwell), the machine runs for 5 seconds before a Halt command is issued.
-
The machine remains in the halted state for 5 seconds, after which we issue a Continue command.
-
Expected behavior: The machine should dwell for the remaining 5 seconds before proceeding to the next operation.
-
Actual behavior: Since 5 seconds have already passed during the halt, the machine skips the remaining dwell time and moves on immediately.
Is there a way to ensure that, regardless of the time elapsed during a halt, the machine will complete the remaining dwell time specified in the G04 command after resuming?