33
schangxiang@126.com
2024-12-08 68214ef234e825f50ccadeb56fb6893c4262b6cd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
 
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
 
 
 
 
 
 
    }
}