This project is product tester software that work with jig tester (Hardware + Arduino).
- Staff can use this software to validate product in production line
- The validation result will show "Pass" with green screen and "Fail" is red
- Software will record both of "Pass" And "Fail" value, and then can export data later
Before use this software in production line, technician will setup the line by connecting jig tester to PC.
- Open the software
- Select COM port of jig tester in dropdown list (Combobox) e.g. COM1, COM2, COM3,..
- If there is no COM port in dropdown list, please reconnect the USB cable then press "Refresh" button
- Uncheck "Lock" checkbox to edit Lot number
- Edit Lot number
- Check "Lock" checkbox
- Connect DUT to jig tester
- Press "Check" button to test DUT
- If software show green screen with "PASS" text means DUT is OK
- If the result show red screen with "FAIL" text means DUT is not good and put it in scrap box
This software will be setup on Windows machine. We will deploy the software as .exe file.
pip install -r requirements.txtWindows 10
pyinstaller --onefile --noconfirm --noconsole --icon=favicon.ico --name resistance tester.pyw
Mac OS (for testing)
pyinstaller --onefile --noconfirm --noconsole --icon=mac.icns --name resistance tester.pyw