• R/O
  • HTTP
  • SSH
  • HTTPS

ITO-manager4.3: Commit


Commit MetaInfo

Revision950713cab031587a2c2cb5eb917b2107c7de3139 (tree)
Time2017-05-19 15:49:03
Authortomohiro <tomohiro@DIP-...>
Commitertomohiro

Log Message

add projectg

Change Summary

Incremental Difference

--- a/ITOManager4.3/src/main.js
+++ b/ITOManager4.3/src/main.js
@@ -27,15 +27,18 @@ const nAnalogMeasureInterval = 3; //ms
2727 const nDataUploadInterval=30000; //ms
2828 const nGetCommandInterval=1000; //ms
2929 const nDisplayInterval=1000; //ms
30-const nAccumAD1=1;
30+//const nAccumAD1=1;
3131
3232 //const protomode = "MieSAN";
3333 //const xAD1Gain = 1.99162; //-
34-const protomode = "Basis";
35-const xAD1Gain = 1.000;
34+//const protomode = "Basis";
35+//const xAD1Gain = 1.000;
3636 //const protomode = "RiceDryer";
3737 //const xAD1Gain = 1.000;
38-const szVer = "4.3b1";
38+const protomode = "K-thermocouple";
39+const xAD1Gain = 1/4;
40+const nAccumAD1=512;
41+const szVer = "4.3b2";
3942 const xErrorVoltageMax = 3.2; //V
4043 const xErrorVoltageMin = 0.0; //V
4144
Show on old repository browser