Close

Mechanical tester gets a UI

A project log for Load Frame Update

Add digital output to a mechanical testing load frame using arduino.

mark-bradshawMark Bradshaw 11/04/2016 at 18:440 Comments

This project needs a basic user-interface that can do a few things:


For the UI I am using Tk with Python because I have a little bit of experience with it from when I was reading out images from my scanning electron microscope. I picked it in that case because it is sort of the default Python toolkit.

As of right now the UI is in the working prototype stage. It does all the stuff I need it to but it could use some more flexibility in the 'save as' command or selecting different calibration values.

Discussions