|
|
|
@ -2501,8 +2501,8 @@ namespace ProductionSystem.Forms
|
|
|
|
|
//Program.GastankPressData[i] = Convert.ToSingle(random.NextDouble() * 60 + 600);
|
|
|
|
|
//Program.XVibrateData[i] = Convert.ToSingle(random.NextDouble() * 60 + 800);
|
|
|
|
|
//Program.YVibrateData[i] = Convert.ToSingle(random.NextDouble() * 60 + 1000);
|
|
|
|
|
var product = result2Service.QueryLatestStep(Program.ProductType, GetCode());
|
|
|
|
|
var electricity = product.Electricity;
|
|
|
|
|
var sbElecttricity = result2Service.QueryLatestStep(Program.ProductType, GetCode(),GetStep());
|
|
|
|
|
var electricity = sbElecttricity.Electricity;
|
|
|
|
|
Program.CurrentData[i] = float.Parse(electricity);
|
|
|
|
|
Program.Times[i] = DateTime.Now.AddSeconds(i - 1000);
|
|
|
|
|
|
|
|
|
|