Learn how to use the software for the Flight Stand 15, 50, 150, and 500.
1. Navigate to the 'Automatic Control' tab
2. Organize your flight controller data into a .csv file with 2 columns for 'Time' and 'Throttle'
3. Upload your .csv file into the software under 'Tools' and 'Import sequence from .csv'
4. Start test by clicking 'Execute sequence'
5. Run your test and export your data with your desired settings
1. Navigate to the 'Automatic Control' tab and select 'Python API'
2. Navigate to the Gitlab repository
3. Open your preferred text editor with a Python compiler
4. Run the command indicated in the Read me file
5. Run example.py and confirm in the software that the test ran successfully
1. On the computer connected to your Flight Stand, right-click on the Flight Stand Software icon and click on 'Properties'
2. Add the '--remote' argument to the end of the Target line and click 'Save' or 'Apply'
3. Use the command 'ipconfig' in Command Prompt to get the IP address of the computer you just configured
4. On the second computer, again go to properties and add to the end of the Target line: '--target=(IP address of computer 1); 50051
5. Launch the software and confirm that changes in the software are reflected in the first computer
1. Modify the values in our Google sheet template to design your tests
2. Export the spreadsheet as a .CSV file
3. In the Flight Stand software, under 'Automatic Control', click 'Ramp Test'
4. Under 'Tools', select 'Import sequence from CSV' and upload your .CSV test file from the Google Sheet
5. Check your sequence preview then click 'Execute sequence' to start the test