Log over 8 LTZ modules

K7168 setup, 8xLTZ1000 test run, 3458B

Keithley 7168 8-channel nanovolt scanner + RPI in K7001 chassis scanning voltage across each reference in chain.
HP 3458A measure voltage. Direct sample used as resulting sample.


Reference levels:
var ref_ch1 = 7.13669306;
var ref_ch2 = 7.13664207; // 7168 CH2
var ref_ch3 = 7.15873154; // 7168 CH3
var ref_ch4 = 7.18463702; // 7168 CH4 A9
var ref_ch5 = 9.99998664; // 7168 CH5 FX
var ref_ch6 = 7.12871313; // 7168 CH6
var ref_ch7 = 7.12984599; // 7168 CH7
var ref_ch8 = 9.99998608; // 7168 CH8 FX

Result CSV-data

Workflow:

* RPI accesses DMMs via GPIB and reads data.
* Data is formatted by python script into DSV string and written/append to file on FTP
* DSV-file is visible publicly on https://xdevs.com/datashort/
* Page http://xdevs.com/datalog_mm/ runs D3.js javascript library to read DSV file test.log to input data
* D3.js plots SVG graph online :)