Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CheckAlarm低限告警死区判断有误 #36

Open
apieceofcaken opened this issue Oct 28, 2021 · 2 comments
Open

CheckAlarm低限告警死区判断有误 #36

apieceofcaken opened this issue Oct 28, 2021 · 2 comments

Comments

@apieceofcaken
Copy link

@GavinYellow 在DataService的Condition.cs中,LevelAlarm类的CheckAlarm方法低限告警代码块第705行,此处deadBand判断应该为小于符号

image

else if (_deadBand > 0 && ActiveSubCondition == condition.SubAlarmType && value < condition.Threshold + _deadBand)

@apieceofcaken
Copy link
Author

image

@apieceofcaken
Copy link
Author

Snipaste_2021-10-28_15-50-09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant