|
|
|
@ -62,7 +62,6 @@ namespace Aucma.Core.DoorFoam.Business
|
|
|
|
|
//读取所有模具产量
|
|
|
|
|
List<DoorFoamMachine> moldOutPutList = ReadModeProduct(obj);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#region 读取设备状态(1运行 2停机 3故障)、生产节拍、节拍、设备报警
|
|
|
|
|
byte[] info = obj.plc.Read("DB4.2086", 10);
|
|
|
|
|
int deviceStatus = 0;
|
|
|
|
@ -90,6 +89,7 @@ namespace Aucma.Core.DoorFoam.Business
|
|
|
|
|
{
|
|
|
|
|
StationTrolleyNumber = moldStatus.StationTrolleyNumber,
|
|
|
|
|
GunNumber = moldStatus.GunNumber,
|
|
|
|
|
MoldStatus = moldStatus.MoldStatus,
|
|
|
|
|
MoldType_A = moldType.MoldType_A,
|
|
|
|
|
MoldType_B = moldType.MoldType_B,
|
|
|
|
|
MoldProdutionA = moldOutPut.MoldProdutionA,
|
|
|
|
|