| | |
| | | /// </summary> |
| | | public class SystemValue |
| | | { |
| | | /// <summary> |
| | | /// OP20的当前检测面值 |
| | | /// </summary> |
| | | public static string OP20_Side_Value = ""; |
| | | |
| | | #region PLC链接 |
| | | |
| | | public static object lockPlcService = new object(); |
| | |
| | | public static string SystemStartGuid = string.Empty; |
| | | |
| | | /// <summary> |
| | | /// 模式是否启动 |
| | | /// 模拟模式是否启动 |
| | | /// </summary> |
| | | public static bool isStartedModel = false; |
| | | public static bool isStartedImitateModel = false; |
| | | |
| | | /// <summary> |
| | | /// 延迟线程执行的时间(毫秒) |
| | |
| | | /// <summary> |
| | | /// OP10工序测试完成标记值 |
| | | /// </summary> |
| | | public static string value_OP1002 = string.Empty; |
| | | public static string value_OP1002 = "FALSE";//注意:默认是FALSE 【Editby shaocx,2024-09-05】 |
| | | /// <summary> |
| | | /// OP10工序推出标记值 |
| | | /// </summary> |
| | | public static string value_OP1003 = string.Empty; |
| | | public static string value_OP1003 = "FALSE";//注意:默认是FALSE 【Editby shaocx,2024-09-05】 |
| | | /// <summary> |
| | | /// OP10工序SPC推出标记值 |
| | | /// </summary> |