| Revision | 950713cab031587a2c2cb5eb917b2107c7de3139 (tree) |
|---|---|
| Time | 2017-05-19 15:49:03 |
| Author | tomohiro <tomohiro@DIP-...> |
| Commiter | tomohiro |
add projectg
| @@ -27,15 +27,18 @@ const nAnalogMeasureInterval = 3; //ms | ||
| 27 | 27 | const nDataUploadInterval=30000; //ms |
| 28 | 28 | const nGetCommandInterval=1000; //ms |
| 29 | 29 | const nDisplayInterval=1000; //ms |
| 30 | -const nAccumAD1=1; | |
| 30 | +//const nAccumAD1=1; | |
| 31 | 31 | |
| 32 | 32 | //const protomode = "MieSAN"; |
| 33 | 33 | //const xAD1Gain = 1.99162; //- |
| 34 | -const protomode = "Basis"; | |
| 35 | -const xAD1Gain = 1.000; | |
| 34 | +//const protomode = "Basis"; | |
| 35 | +//const xAD1Gain = 1.000; | |
| 36 | 36 | //const protomode = "RiceDryer"; |
| 37 | 37 | //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"; | |
| 39 | 42 | const xErrorVoltageMax = 3.2; //V |
| 40 | 43 | const xErrorVoltageMin = 0.0; //V |
| 41 | 44 |