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

Changes

RevisionDateWhoCommit message
20:8c79659c71e4 2018-06-20 jrodenburg 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 default tip
19:fec49ef9944b 2018-06-19 jrodenburg Latest C code revision with faster temperature reads, sending all channel temperatures for logging, and optimization of control loop (removal of inner chiller control)
18:029a1283a878 2018-06-15 jrodenburg Updated: get_current functions to work with new LTC layout, got rid of timer on the cooling loop
17:5098d8fbb298 2018-06-15 jrodenburg 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
16:a7fd53ab4199 2018-06-14 jrodenburg Added function to send all temperature data over serial for logging;
15:74a01aaeb60e 2018-06-11 jrodenburg 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)
14:69cd53434783 2018-05-16 jrodenburg 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
13:604e6933366f 2018-05-08 jrodenburg Working code with revised cooling (if within 5 degrees will cool until near set point), has run on a row and is functional
12:fe6c5aac5d89 2018-04-10 jrodenburg Test MBED baord
11:d2b538d6e752 2018-04-02 jrodenburg Code before adding MBED to MBED serial communication
10:8cd14861dc63 2018-04-02 jrodenburg Code before adding other RX/TX channels
9:1cada1fe4743 2018-05-07 jrodenburg Working version, if all else fails go to this file, it controls everything with a 4s period and GUI control
8:dbf8bd4815f8 2018-03-28 jrodenburg Code before adding in Huyens Code
7:8a5e65e63e2a 2018-03-20 jrodenburg Code before integrating Huyen's code
6:c980535393ed 2018-03-07 jrodenburg Most recent code, running on test rack.
5:0f38a0bd4f86 2018-03-01 jrodenburg 3/1/2018 Code
4:168a446bd0da 2018-02-13 jrodenburg Code with the control loop updated.;
3:0c9476da0cad 2018-02-08 jrodenburg Update with old code integrated (I/O and ADC libraries working)
2:bd118a724f03 2018-02-08 jrodenburg Updated code with old code integrated
1:0182b86f9bd4 2018-02-05 jrodenburg The ADC and GPIO chips are working;
0:a28a1035c31b 2018-01-22 jrodenburg Code that has I/O working, after replacing the hotswap buffer with a dumb buffer