Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.03 KB

Static-Fire

Assists in static fire testing of our solid motor.

Overview

To support static fire tests, this project streams data from the LabJack T7 and logs it to a CSV file. In the current version, it streams from two analog pins to collect load cell and pressure transducer data. The code in main.cpp adapts example code from LabJack (https://github.com/labjack/C_CPP_LJM), and the files in lib/ are modified from some header files provided by the LJM library.

Getting Started

Dependencies Required

Config

  • Pressure Transducer: AIN1
  • Load Cell: AIN2 with AIN3 as negative channel These AIN channels can be changed in CHANNEL_NAMES in main() and in aNames and aValues in HardcodedConfigureStream().

Running

  1. Create a top-level build/ directory
  2. Run cmake .. from within build/
  3. Run make
  4. Run ./solid