- 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 may take a moment to finish saving, there's quite a bit of cleanup in the background). 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!
Because all of the data is stored in memory, you shouldn't run tests too long.
Make a virtual environment and run pip install -r requirements.txt
To package, run pyinstaller --onefile --noconsole --name CobraLJTool -i icon.ico main.py
Using UPX compression can be useful to reduce file size