Program automatic interription
- rajsekhar
- Offline
- Elite Member
Less
More
- Posts: 204
- Thank you received: 11
10 Nov 2021 17:27 #226016
by rajsekhar
Program automatic interription was created by rajsekhar
Hello friends..
I am using Linuxcnc router having X-Y-Z axis and a spindle.
Apart from little mechanical issues of rack-pinion accuracy, it is working fine.
However, a strange phenomenon happened today. When I was running a G code program in Auto mode, it interrupted i.e stopped executing of its own; there is no such code in the .ngc file(attached). I am more than sure there was no keyboard/ mouse interruption, no power issues. Actually It is the second time happened today and the last time I thought some keyboard or mouse interruption had happened, but now I am quite sure that was not the case. Friends, it is a serious issue. The program started working from the point of interruption when I pressed the program start button in Gmoccapy, but the spindle did not start. I use it for some silver metal design job, so it is risk if I get my job damaged.
I have some classic ladder program for power failure detection and auto-resume program with spindle after power resumes. But I swear, there was no power failure today (and the last time it had happeneded). Also the spindle did notÂ
What could be the reason ?? Has anyone ever faced such situation??
I am using Linuxcnc router having X-Y-Z axis and a spindle.
Apart from little mechanical issues of rack-pinion accuracy, it is working fine.
However, a strange phenomenon happened today. When I was running a G code program in Auto mode, it interrupted i.e stopped executing of its own; there is no such code in the .ngc file(attached). I am more than sure there was no keyboard/ mouse interruption, no power issues. Actually It is the second time happened today and the last time I thought some keyboard or mouse interruption had happened, but now I am quite sure that was not the case. Friends, it is a serious issue. The program started working from the point of interruption when I pressed the program start button in Gmoccapy, but the spindle did not start. I use it for some silver metal design job, so it is risk if I get my job damaged.
I have some classic ladder program for power failure detection and auto-resume program with spindle after power resumes. But I swear, there was no power failure today (and the last time it had happeneded). Also the spindle did notÂ
What could be the reason ?? Has anyone ever faced such situation??
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23170
- Thank you received: 4860
17 Nov 2021 23:13 #226808
by andypugh
Replied by andypugh on topic Program automatic interription
Sorry for the late reply, I am trying to catch up.
This can often be caused by electrical noise in a limit switch input.
So much so that I habitually debounce (in HAL) my limit switch inputs.
linuxcnc.org/docs/html/man/man9/debounce.9.html
This can often be caused by electrical noise in a limit switch input.
So much so that I habitually debounce (in HAL) my limit switch inputs.
linuxcnc.org/docs/html/man/man9/debounce.9.html
Please Log in or Create an account to join the conversation.
Time to create page: 0.149 seconds