| | |
| | | class MonitorParam {
|
| | | public int discharge_SaveDataTimeInterval = 10;
|
| | | public float discharge_MonVolChangeLevel = (float) 0.05;
|
| | | public int discharge_TestTimeLongMinimum = 1800;
|
| | | public int discharge_TestTimeLongMinimum = 60;
|
| | | public int discharge_TestDataRecordCountMax = 10000;
|
| | | public int discharge_BattTestGroupCountMax = 10;
|
| | |
|
| | | public int charge_SaveDataTimeInterval = 10;
|
| | | public float charge_MonVolChangeLevel = (float) 0.05;
|
| | | public int charge_TestTimeLongMinimum = 1800;
|
| | | public int charge_TestTimeLongMinimum = 60;
|
| | | public int charge_TestDataRecordCountMax = 10000;
|
| | | public int charge_BattTestGroupCountMax = 10;
|
| | |
|
| | | public int poweroff_SaveDataTimeInterval = 10;
|
| | | public float poweroff_MonVolChangeLevel = (float) 0.05;
|
| | | public int poweroff_TestTimeLongMinimum = 1800;
|
| | | public int poweroff_TestTimeLongMinimum = 60;
|
| | | public int poweroff_TestDataRecordCountMax = 10000;
|
| | | public int poweroff_BattTestGroupCountMax = 10;
|
| | |
|