using iWareModel; using System.Collections.Generic; namespace iWareCommon.Common.Globle { public static class PlcWarningAddressGloble { #region 269 /// /// 269工位上位系统无板件数据 /// public static string Num_269_1 = "80.1"; #endregion #region BZ01 /// /// BZ01工位上位系统无板件数据 /// public static string Num_BZ01_1 = "82.0"; #endregion #region BZ39 /// /// 缓存岛已经有该板件库存 /// public static string Num_BZ39_1 = "84.0"; /// /// BZ39工位上位系统无板件数据 /// public static string Num_BZ39_2 = "84.1"; /// /// 缓存岛无空库位存放 /// public static string Num_BZ39_3 = "84.2"; #endregion #region BZ12 /// /// BZ12工位上位系统无板件数据 /// public static string Num_BZ12_1 = "86.0"; ///// ///// BZ12码板次序不对 ///// //public static string Num_BZ12_2 = "86.1"; /// /// BZ12板件已经是码垛中或已码垛 /// public static string Num_BZ12_3 = "86.2"; /// /// BZ12板件混批 /// public static string Num_BZ12_4 = "86.3"; /// /// BZ12板件码包顺序错误 /// public static string Num_BZ12_5 = "86.4"; /// /// BZ12板件无可用码垛目标位 /// public static string Num_BZ12_6 = "86.5"; /// /// BZ12板件旋转方向值不是1或2 /// public static string Num_BZ12_7 = "86.6"; #endregion #region BZ21 /// /// BZ21工位上位系统无板件数据 /// public static string Num_BZ21_1 = "88.0"; /// /// BZ21工位不允许裁纸 /// public static string Num_BZ21_2 = "88.1"; #endregion } }