Working on rewriting how we acquire data from LTC chip and sending all temp data over serial for python logging

Dependencies:   MODSERIAL mbed

Fork of TCTF_Control_Main by Rivian Irvine Team

Revisions of main.cpp

Revision Date Message Actions
20:8c79659c71e4 2018-06-20 Made 3 major changes:; 1. Updated how we read temperatures (I2C write all channel, than read all channels); 2. Got rid of inner cooling loop that stopped control loop if the channel was cooling and really close to set point ; 3. Send all temp. data File  Diff  Annotate
19:fec49ef9944b 2018-06-19 Latest C code revision with faster temperature reads, sending all channel temperatures for logging, and optimization of control loop (removal of inner chiller control) File  Diff  Annotate
18:029a1283a878 2018-06-15 Updated: get_current functions to work with new LTC layout, got rid of timer on the cooling loop File  Diff  Annotate
17:5098d8fbb298 2018-06-15 Updated the LTC2487 library to write all the addresses for a row, wait for next clock cycle of chip (15Hz), and read all the channels. This significantly sped up the thermocouple read time. Both the LTC2487 library and the read functions were changed File  Diff  Annotate
16:a7fd53ab4199 2018-06-14 Added function to send all temperature data over serial for logging; File  Diff  Annotate
15:74a01aaeb60e 2018-06-11 Reduced the number of print statements in an attempt to limit the amount of data on the serial lines (used to help with the connection serial reliability) File  Diff  Annotate
14:69cd53434783 2018-05-16 Latest Revision running on Test Rack. This is Justin's final revision of the C code, needs to be merged with Huyen's code and than this will become the final version File  Diff  Annotate
13:604e6933366f 2018-05-08 Working code with revised cooling (if within 5 degrees will cool until near set point), has run on a row and is functional File  Diff  Annotate
12:fe6c5aac5d89 2018-04-10 Test MBED baord File  Diff  Annotate
10:8cd14861dc63 2018-04-02 Code before adding other RX/TX channels File  Diff  Annotate
9:1cada1fe4743 2018-05-07 Working version, if all else fails go to this file, it controls everything with a 4s period and GUI control File  Diff  Annotate
8:dbf8bd4815f8 2018-03-28 Code before adding in Huyens Code File  Diff  Annotate
7:8a5e65e63e2a 2018-03-20 Code before integrating Huyen's code File  Diff  Annotate
6:c980535393ed 2018-03-07 Most recent code, running on test rack. File  Diff  Annotate
5:0f38a0bd4f86 2018-03-01 3/1/2018 Code File  Diff  Annotate
4:168a446bd0da 2018-02-13 Code with the control loop updated.; File  Diff  Annotate
3:0c9476da0cad 2018-02-08 Update with old code integrated (I/O and ADC libraries working) File  Diff  Annotate
2:bd118a724f03 2018-02-08 Updated code with old code integrated File  Diff  Annotate
1:0182b86f9bd4 2018-02-05 The ADC and GPIO chips are working; File  Diff  Annotate
0:a28a1035c31b 2018-01-22 Code that has I/O working, after replacing the hotswap buffer with a dumb buffer File  Diff  Annotate