This piece of software was designed to:
- Track the first pass percentage of the Anti-Lock Braking System (ABS) as they are tested.
- Notify test engineers via email when the average percentage drops below a certain threshold.
- Once a part has been tested and shown failure, the software will diagnose the problem by parsing the data from the test sensors and display the solution to the engineer.
- Download and install Python
- You may need to install the Python graphics package
- For more detailed information see https://github.com/Sdraugel/TSD/blob/master/Documentation/TSDSRSDocument.docx
This software is for a specific industrial system. The Test Stand Diagnostics is a system monitoring tool. The software is implemented in an industrial manufacturing facility, which is fully automated (robotic), and diagnosis issues that occur in the final phase of the part creation. The sole use of this tool is for the project partners, Bosch, to use on their testing systems.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- Steven Draugel -- https://github.com/Sdraugel
Licensed to Steven Draugel. All others may use code written here with credit given to this source.