Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

errors: better feedback #8

Open
tingox opened this issue Oct 11, 2018 · 4 comments
Open

errors: better feedback #8

tingox opened this issue Oct 11, 2018 · 4 comments
Labels
enhancement New feature or request

Comments

@tingox
Copy link
Collaborator

tingox commented Oct 11, 2018

We want better feedback about errors: is the cause of an error an alarm from a stepper motor driver, from emergency stop (estop), or something else?

@tingox tingox added the enhancement New feature or request label Oct 11, 2018
@tingox
Copy link
Collaborator Author

tingox commented Oct 11, 2018

The final version should report errors via the user interface / control program. for a first version a display or some LEDs would be acceptable.

@JensDyvik
Copy link
Contributor

It would also be great to report which axis has created the alarm. For instance an alarm message like "X axis is not able to move. Check for obstructions and restart" would be very amateur friendly

@Jaknil
Copy link
Contributor

Jaknil commented Oct 12, 2018

In this first version we can implement LEDs on the front of the card with laser-silkscreen information about what caused the error.

Sources of error which can be shown with LEDs:

  • One for each axis motor(s) driver in ALARM state
  • External power loss
  • Safety contactor not connected

The arduino already has leds that indicate successfull USB connection (the power led) serial comminication (the RX TX LEDS) and spindle RUN signal (pin 13 built in led).

The Universal Gcode sender interface can already detect and show if we are in a general alarm state, which limit switch or if the probe is triggered. So I don't think we need leds for these.

@JensDyvik
Copy link
Contributor

I vote that we dont implement any of this in the first version of the card. Our task list is already quite long. Aslo, the oriental motors drivers already have nice blinking leds to indicate state

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants