- You'll want to download and install the Normal LJM Installer
- You can find packaged
.exes under "Releases" (right-hand side, I hope you're running Windows!). Download and run it (if a SmartScreen warning comes up, hit "Run Anyway"). - Assuming the Labjack is found (you'll see warnings if you don't), you should see a "Start" and "Stop" button. I really hope you can guess which button to press to start recording data.
- The data files will be saved AFTER recording is stopped. It'll be in a
datafolder in the same place as the.exefile.
- Test it with a potentiometer (actually screwed in)
- Test with the load cell
- Upload
.exefiles to releases - Test
.exes with other computers
Should be ready for v0.1 soon!
Currently closes the file after every write (which is wasteful). Consider whether it's better to only close files on occasion.
Make a virtual environment and run pip install -r requirements.txt
To package, run pyinstaller --onefile --noconsole --name CobraLJTool -i icon.ico main.py