Opened 13 years ago

Closed 13 years ago

#168 closed Aufgabe (fixed)

Status Alarmkontakt

Reported by: Melanie Hermann Owned by: Melanie Hermann
Priority: kurzfristig Milestone:
Component: Gesamtsystem Version:
Severity: Verbesserung Keywords:
Cc:

Description (last modified by Melanie Hermann)

Der Status des Alarmkontakts (ErrorContactStatus) wird nicht bedient!

Change History (2)

comment:1 by Melanie Hermann, 13 years ago

Description: modified (diff)

comment:2 by Melanie Hermann, 13 years ago

Resolution: fixed
Status: newclosed

Statusanzeigen für Alarm- und Warnkontakt werden jetzt gesetzt/rückgesetzt

Änderungen:

  • InOut.cpp, SetzeAlarmausgang():
    if (ALARMAUSGANG_AN == Modus)
       aValue(ErrorContactStatus) = ErrorContactStatus_EIN;
    else
       aValue(ErrorContactStatus) = ErrorContactStatus_AUS;
    
  • InOut.cpp, SetzeWarnausgang():
    if (WARNAUSGANG_AN == Modus)
       aValue(WarnContactStatus) = WarnContactStatus_EIN;
    else
       aValue(WarnContactStatus) = WarnContactStatus_AUS;
    
Note: See TracTickets for help on using tickets.