PaxInstruments / t100-software

0 stars 1 forks source link

CSV format #28

Closed charlespax closed 9 years ago

charlespax commented 9 years ago

Each value in the CSV should be separated by a comma and a space.

We have a new way to represent date (https://github.com/PaxInstruments/t100-software/issues/27).

Currently the CSV string is:

/ *Some informative text about hardware/software version */
Date,Time,T<1000150278>,JT<1000150278>,ADC<1000150278>
26:05:2015,19:05:12:508,28.5379,29.375,-0.0332031

With this issues and the date/time issues resolve the string should look like this:

/ *Some informative text about hardware/software version */
YYYY-MM-DDThh:mm:ss.sss, T<1000150278> (C), JT<1000150278> (C), ADC<1000150278> (mV)
2015-05-26T19:05:12.508, 28.5379 ,29.375 ,-0.0332031
kehribar commented 9 years ago

Done: https://github.com/PaxInstruments/t100-software/commit/018c4b0853449777fab068704f58626c829f2928

charlespax commented 9 years ago

Awesome!

screen shot 2015-05-27 at 10 38 05

[Log message]: Test message
/ *Some informative text about hardware/software version */
YYYY-MM-DDThh:mm:ss.sss, T<1000150014> (C)
2015-05-27T10:37:45.991, 27.7939
2015-05-27T10:37:46.280, 27.7939
2015-05-27T10:37:46.580, 27.7446
2015-05-27T10:37:46.879, 27.7446
2015-05-27T10:37:47.180, 27.7446
2015-05-27T10:37:47.479, 27.6821
2015-05-27T10:37:47.780, 27.6821
2015-05-27T10:37:48.090, 27.6821
2015-05-27T10:37:48.380, 27.6821
2015-05-27T10:37:48.680, 27.6821
2015-05-27T10:37:48.979, 27.6821
2015-05-27T10:37:49.279, 27.6821
2015-05-27T10:37:49.579, 27.6821
2015-05-27T10:37:49.880, 27.6821
2015-05-27T10:37:50.188, 27.6821
2015-05-27T10:37:50.481, 27.6821
2015-05-27T10:37:50.780, 27.6821
2015-05-27T10:37:51.081, 27.6821
2015-05-27T10:37:51.379, 27.6821
2015-05-27T10:37:51.680, 27.6821
2015-05-27T10:37:51.980, 27.6329