Skip to content

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

@apieceofcaken

Description

@apieceofcaken

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

image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions