Applications Guide Tracer Graphical Programming - Trane

Applications Guide Tracer Graphical Programming - Trane Applications Guide Tracer Graphical Programming - Trane

28.09.2014 Views

® Chapter 8 Constant-volume AHU with warm-up, pre-cool, and communications Writing the communications program The only new program in this chapter is concerned solely with communications. The sequence of operation requires that the following items be communicated to the air handler: • Occupancy • Space temperature setpoint • Outdoor air temperature • Space relative humidity • Economizer enable If communication with the BAS is lost, the air handler should use its predetermined default setpoints and operate in the occupied mode. The following information is communicated to the air handler in the programs you modified so far in this chapter. • The occupancy mode, whether it is communicated or based on the local schedule, is accounted for by using the Occupancy block in both the mode and setpoints and the fan control programs. The outdoor air temperature and economizer enable are received in the mixed air control program. • The space relative humidity is communicated as part of the SCC profile using the nviSpaceRH network variable input in the discharge air control program. • The space temperature setpoint is communicated as part of the SCC profile using the nviSetpoint network variable input in the mode and setpoints program. Send some information building automation system (BAS). The air handler must communicate the following items to the building automation system: • Space temperature • Discharge air temperature • Mixed air temperature • Effective setpoint • Effective occupancy • Supply fan status • Cooling valve status • Heating valve status • Outdoor air damper status • Alarm status • Application mode Theseitemsarecommunicatedsothatthebuildingoperatorcanviewthe status of the air-handling unit. Because communications to the building automation system are not critical to air-handler operation, this program executes once per minute. Create a new program and set its properties as shown in Figure 178 on page 219. 218 CNT-APG001-EN

® Writing the communications program Figure 178: Communications program properties Use Network Variable Output blocks to transmit the space, discharge air, and mixed air temperatures through the SCC Profile (Figure 179). The Network Variable Output block works just like the Network Variable Input block, but it transmits information on the Comm5 network instead of receiving it. Be sure to specify the units in which the Network Variable Output block receives the data from the program using the properties dialog box for the block. Figure 179: Transmitting temperatures Transmit the effective setpoint. Remember, the effective setpoint may vary depending on the heat/cool mode and occupancy. So, incorporate the necessary logic to determine the appropriate setpoint to send. The SCC profile provides a variable, nviEffectSetpt. Use a Switch block to select the appropriate effective setpoint, cooling or heating, based on the heat/cool mode (Figure 180 on page 220). CNT-APG001-EN 219

®<br />

Chapter 8 Constant-volume AHU with warm-up, pre-cool, and communications<br />

Writing the communications program<br />

The only new program in this chapter is concerned solely with communications.<br />

The sequence of operation requires that the following items be<br />

communicated to the air handler:<br />

• Occupancy<br />

• Space temperature setpoint<br />

• Outdoor air temperature<br />

• Space relative humidity<br />

• Economizer enable<br />

If communication with the BAS is lost, the air handler should use its predetermined<br />

default setpoints and operate in the occupied mode. The following<br />

information is communicated to the air handler in the programs<br />

you modified so far in this chapter.<br />

• The occupancy mode, whether it is communicated or based on the<br />

local schedule, is accounted for by using the Occupancy block in both<br />

the mode and setpoints and the fan control programs. The outdoor air<br />

temperature and economizer enable are received in the mixed air control<br />

program.<br />

• The space relative humidity is communicated as part of the SCC profile<br />

using the nviSpaceRH network variable input in the discharge air<br />

control program.<br />

• The space temperature setpoint is communicated as part of the SCC<br />

profile using the nviSetpoint network variable input in the mode and<br />

setpoints program.<br />

Send some information building automation system (BAS). The air handler<br />

must communicate the following items to the building automation<br />

system:<br />

• Space temperature<br />

• Discharge air temperature<br />

• Mixed air temperature<br />

• Effective setpoint<br />

• Effective occupancy<br />

• Supply fan status<br />

• Cooling valve status<br />

• Heating valve status<br />

• Outdoor air damper status<br />

• Alarm status<br />

• Application mode<br />

Theseitemsarecommunicatedsothatthebuildingoperatorcanviewthe<br />

status of the air-handling unit. Because communications to the building<br />

automation system are not critical to air-handler operation, this program<br />

executes once per minute. Create a new program and set its properties as<br />

shown in Figure 178 on page 219.<br />

218 CNT-APG001-EN

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

Saved successfully!

Ooh no, something went wrong!