28.09.2014 Views

Applications Guide Tracer Graphical Programming - Trane

Applications Guide Tracer Graphical Programming - Trane

Applications Guide Tracer Graphical Programming - Trane

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

®<br />

Summary-question answers<br />

PROGRAM MP_AlarmResetReset<br />

DEFINT Counter, i<br />

Counter = Local.{Saved Value}[1]<br />

IF ({AHU Alarm Reset}.{Present Value} = 1)<br />

THEN<br />

// Increment counter<br />

Counter = Counter + 1<br />

END IF<br />

IF (Counter > 5)<br />

THEN<br />

FOR i = 5 TO 16<br />

// Release control at priority levels 5 to 16<br />

CONTROL ({AHU Alarm Reset}, {Present Value}, 0, i, RELEASE)<br />

NEXT<br />

// Reset counter<br />

Counter = 0<br />

END IF<br />

Local.{Saved Value}[1] = Counter<br />

END<br />

248 CNT-APG001-EN

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!