Test 10Meg total Z2 and Edwin's 120R

Fluke MFC resistor networks TCR test, GPIB code running on DE1SOC + NI GPIB-USB-HS FC

Keithley 2002 K4 measures 1 x Fluke 759753 9K+90K+900K+9MΩ , 20M range, 2W, OCOMP OFF
Keithley 2002 K6 measures 1 x Edwin's 120Ω 0.1% #1, 200 range, OCOMP ON


Reference levels:
var ref_k4 = 89996.7160; // 2002 4
var ref_k6 = 8999.7983; // 2002 6

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 :)