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 />

Writing the condenser water pump module<br />

Figure 100: Pump start/stop module<br />

a<br />

e<br />

b<br />

c<br />

d<br />

Table 9: Pump start/stop module state table<br />

4. See Table 9 for an analysis of this logic.<br />

Run a b c d e Comments<br />

1 F F F F F Initially, Request is off, and Status is off.<br />

2 T F F F F The chiller plant calls for condenser water, so Request is on. Flow is not<br />

confirmed yet. The Feedback Alarm delay countdown begins.<br />

3 T F F T T The Feedback Alarm delay expires and its output transitions to on, controlling<br />

the pump on and indicating a pump failure.<br />

4 T T T T T Flow status is confirmed. The Feedback Alarm remains on because it has<br />

not been reset.<br />

What is wrong with the sequence presented in Table 9? The pump did<br />

not start until the Feedback Alarm delay expired. Thus, flow is never<br />

confirmed during the delay period of 30 seconds. But the sequence of<br />

operation calls for the pump to start, allowing 30 seconds for flow confirmation.<br />

If after the 30-second delay period, flow status is not confirmed,<br />

a pump failure results.<br />

Only one block is required to fix this problem, but which one? The<br />

answer is the Not block. The Not block changes the logic of the data to<br />

the opposite state. For example, if the Feedback Alarm block sends a<br />

true message, the Not block changes the message to false.<br />

5. Delete the connection between the Feedback Alarm block and the And<br />

block.<br />

6. From the Blocks menu, choose Logic. From the Logic menu, choose<br />

Not.<br />

7. Click in the design space to place a Not block.<br />

8. Connect the Feedback Alarm block to the Not block.<br />

9. Connect the Not block to the And block (Figure 101 on page 100).<br />

CNT-APG001-EN 99

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

Saved successfully!

Ooh no, something went wrong!