门禁被警用后,红灯会一直亮

develop
lhiven 4 weeks ago
parent ce363e4779
commit a8a7ee8215

@ -2,6 +2,7 @@
using Rs.Controls;
using Rs.DataAccess;
using Rs.Framework;
using Rs.Motion;
using Rs.Motion.Base;
using Rs.MotionPlat.Commom;
using Rs.MotionPlat.Entitys;
@ -159,6 +160,14 @@ namespace Rs.MotionPlat
}
}
if(GlobalVar.DisableDoor)
{
if(!Ops.IsOutOn("报警红灯"))
{
IoManager.Instance.WriteOut("报警红灯", 1);
}
}
//获取运行信息
while (MessageQueue.Instance.HaveMessage())
{

Loading…
Cancel
Save