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