using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace yunneiWCS.ExtendFunction
{
///
/// 线程错误消息
///
public class SystemWarningMsg
{
///
/// 堆垛机设备状态 的错误消息
///
public static string Thread_lbl_shouEntity_Srm = "";
///
/// 清除日志的 的错误消息
///
public static string Thread_lbl_ClearDataMsg = "";
///
/// 组盘下发后,生成下线入库任务 的错误消息
///
public static string Thread_inStockCodeToTask_ErrMsg = "";
///
/// 处理任务的错误消息
///
public static string Thread_SendTask_ErrMsg = "";
///
/// 处理未下发任务的错误消息(缸盖)
///
public static string Thread_SendTask_NoIssue_GG_ErrMsg = "";
///
/// 处理未下发任务的错误消息(缸体)
///
public static string Thread_SendTask_NoIssue_GT_ErrMsg = "";
///
/// 处理分拣完成的错误消息
///
public static string Thread_sendTaskForPick_ErrMsg = "";
///
/// 堆垛机完成信号处理
///
public static string Thread_SrmfinishConfirm_Msg = "";
///
/// 处理新建的出库表单
///
public static string Thread_HandleOutStockList_Msg = "";
///
/// 处理未下发的直达上线点的任务错误消息
///
public static string Thread_HandleTaskForNoIssuedForDirectOnLinePoint__ErrMsg = "";
///
/// MES数据推送线程消息
///
public static string msg_mesDataTranffic = "";
///
/// MES数据推送线程消息
///
public static string msg_mesDataTranfficForRealMes = "";
public static string mesStockDataForRealMes = "";
}
}