|
|
|
@ -35,12 +35,12 @@ namespace Aucma.Scada.Business
|
|
|
|
|
|
|
|
|
|
private PlcConfig plcConfig = PlcConfig.Instance;
|
|
|
|
|
|
|
|
|
|
private JsonChange jsonChange = JsonChange.Instance;
|
|
|
|
|
|
|
|
|
|
private PlcPool _pool = PlcPool.Instance;
|
|
|
|
|
|
|
|
|
|
private PlcSpaceConfig spaceConfig = PlcSpaceConfig.Instance;
|
|
|
|
|
|
|
|
|
|
private JsonChange jsonChange = JsonChange.Instance;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 实时任务
|
|
|
|
|
/// </summary>
|
|
|
|
@ -91,12 +91,6 @@ namespace Aucma.Scada.Business
|
|
|
|
|
public delegate void RefreshLinerStock();
|
|
|
|
|
public event RefreshLinerStock RefreshLinerStockEvent;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 库容告警
|
|
|
|
|
/// </summary>
|
|
|
|
|
public delegate void SpaceCapacityAlarm(string storeCode,string spaceName);
|
|
|
|
|
public event SpaceCapacityAlarm SpaceCapacityAlarmEvent;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 入库完成
|
|
|
|
@ -116,6 +110,12 @@ namespace Aucma.Scada.Business
|
|
|
|
|
|
|
|
|
|
public delegate void BareBoardHandle(string storeCode, bool isFlag = true);
|
|
|
|
|
public event BareBoardHandle BareBoardHandleEvent;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 库容告警
|
|
|
|
|
/// </summary>
|
|
|
|
|
public delegate void SpaceCapacityAlarm(string storeCode, string spaceName);
|
|
|
|
|
public event SpaceCapacityAlarm SpaceCapacityAlarmEvent;
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|