From ab94f070d797edbe927d7d58a460cc4eddf48b03 Mon Sep 17 00:00:00 2001 From: jace.tang <1536884497@qq.com> Date: 星期一, 13 六月 2022 10:58:40 +0800 Subject: [PATCH] 1.添加检测异常抛出时图片保存动作 --- OPCTags.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/OPCTags.cs b/OPCTags.cs index 1c4ea87..9e26439 100644 --- a/OPCTags.cs +++ b/OPCTags.cs @@ -184,6 +184,8 @@ /// 鏄惁鏄娊妫� /// </summary> public const string SpotCheck = "M423.Box.Output.SpotCheck"; + + public const string Alarm = "M423.Box.Output.Alarm"; } #endregion } -- Gitblit v1.8.0