add temp1, temp2
This commit is contained in:
@@ -26,6 +26,7 @@ namespace AGVEmulator
|
||||
this.cellvolt[i] = (UInt16)rnd.Next(3300, 3350);
|
||||
}
|
||||
Array.Copy(this.cellvolt, 0, e.cellVolt, 0, 8);
|
||||
|
||||
this.btc1.Invoke(new Action(() =>
|
||||
{
|
||||
var idx = 0;
|
||||
@@ -53,6 +54,8 @@ namespace AGVEmulator
|
||||
e.MaxA = (int)BMS_MaxA;
|
||||
e.Remain = BMS_Remain;
|
||||
e.Volt = BMS_Volt;
|
||||
e.Temp1 = this.Temp1;
|
||||
e.Temp2 = this.Temp2;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user