by cncdrive » Sun Dec 17, 2017 7:43 pm
Jim,
The possible causes for this problem are limited, because what can cause a reset are only a few things:
- E-stop input trigger.
- Limit input trigger.
- Macro or plugin calls the e-stop button code.
- Pushing the reset button on the screen.
There is nothing else which can trigger the reset button, so it must be one of these.
You wrote you set the port and pin for the e-stop input to 0. Make sure to not forget to apply or save the setting after that.
And if the issue still happens then check what message you get in the status list, because if the e-stop is disabled (ports and pins 0.) then it can't be ext.e-stop trigger message anymore.
What I suspect is that if you still receive reset trigger even after nulling the e-stop input then it will the limit inputs. The status message should tell you if I'm correct.
Then you can still try to also disable all limit inputs for a test to see if the reset trigger still happens. If the issue will gone with the reset and all limits disabled then you can be 100% sure that it is a false trigger on these inputs, so then you could investigate the breakout board and the wiring and the grounding.
Or if it is still not gone then also check all plugins and the macro loops, try to disable all if you have any enabled and then the issue must go away, because there is no other possibility for the reset trigger.
Disabling things one by one is the way to explore what is exactly causing the reset, but if I have to bet I would say that the e-stop and the limit switches false trigger will be the issue.