From 351cb734a84c10e90144551f7e7d6dd9a5c4abd2 Mon Sep 17 00:00:00 2001 From: xcd <834800634@qq.com> Date: 星期日, 22 十一月 2020 13:40:57 +0800 Subject: [PATCH] 1. 数据库脚本添加启动大复位报警提示 2. 开放上传数据时间限制 3. 添加软件报警输出配置,目前提供连续NG报警和启动时大复位报警 --- 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