terjeio / ioSender

A GCode Sender for Grbl and grblHAL written in C# (Windows only).
BSD 3-Clause "New" or "Revised" License
222 stars 66 forks source link

E-Stop Issue #241

Closed silver2row closed 2 years ago

silver2row commented 2 years ago

Hello,

I am receiving an E-Stop issue. I am a novice w/ this software so far and I just wanted to test it for now.

Anyway, here is the photo of my current issue. It keeps popping up.

E-Stop

Seth

P.S. I have nothing connected in the form of hardware yet. So, maybe this is the issue. I am just going over the source right now.

andrewmarles commented 2 years ago

You need to either connect a switch and close the e-stop, or else you can use a terminal program to access the controller and invert the control signal such as described here.

phil-barrett commented 2 years ago

Yes, ioSender won't start up with the E-Stop active.

Another place to read up on this is in the First Run wiki section.

silver2row commented 2 years ago

Hello @andrewmarles and @phil-barrett ,

Thank you guys. I will read more about the source soon.

Seth