Skip to content

cornellrocketryteam/Static-Fire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published