-
Notifications
You must be signed in to change notification settings - Fork 33
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
Implement run-time testing #413
Comments
Some thoughts on the "Test" button:
Test mode looks really nice, I am happy that this feature finally made it to the main software. Thanks a lot for that! |
Thanks Chris, these are great suggestions! very constructive and helpful, and I think should lead to some real improvements.
That's a good idea. I think perhaps on the Tools submenu?
Yes, and actually that is easily done because they are not part of the DockWidget UI.
That makes sense. And if we are going that route we might as well hard-code the test commands into the API, which would simplify the firmware considerably. The API changes are the most fundamental, so that is the thing that would need to be done first. |
Implementation for firmware: AllYarnsAreBeautiful/ayab-firmware#38 |
Can we close this? New to the codebase and trying to run down the 1.0 milestone tasks and figure out what's still outstanding. |
Add machine states to desktop (Created GUI, Classes, and machine states for run-time hardware test #415)
Add machine states to firmware run-time and transfer test functions from v0.80 standalone test build.
Add [TEST] button to GUI. (Created GUI, Classes, and machine states for run-time hardware test #415)
Implement serial monitor to display test information from device and elicit user input at prompts (e.g. https://doc.qt.io/qt-5/qtserialport-terminal-example.html) (Created GUI, Classes, and machine states for run-time hardware test #415)
Document API changes (Create API.md ayab-manual#13)
The text was updated successfully, but these errors were encountered: