UVicRocketry / PDP-Monitoring-System

The Propulsion Development Platform (PDP) Monitoring System is a web-based application that allows users to monitor the status of the engine controls and instrumentation. The PDP is a testbed for the development of propulsion systems, and the monitoring system is used to control valve actuation, monitor sensor readings, and record data.
0 stars 0 forks source link

Seperate Thermocouple Calcs to New File #29

Closed jjderooy closed 4 weeks ago

jjderooy commented 1 month ago

Description

Right now, Aidan's thermocouple code is just dumped into read_labjack.py. I think it would make more sense to make a thermocouple.py that contains the function get_ref_voltage() and V_to_K(). Then we import this into read_labjack.py and use as needed.

Acceptance Criteria

Dev Notes

QA Notes

Linked issues

jjderooy commented 1 month ago

See comment on #35. This is pretty much ready to go, there is just a small (~7K) temp discrepancy right now that I haven't been able to resolve yet.