Align the Programming Blocks |
Top Previous Next |
1 1.Press the Shift key and click on the two AnalogInputs and the NumericConst. 2.Click the Align to Left button. The selected items will align on the left side. 3.Click the Distribute Vertically button. The selected items will be equally spaced along a vertical axis. 4.Press and hold down the Shift key and left click on the two ReferenceHubs. 5.Click the Align to Right button. The selected items will align on the right side.
The page should look approximately like Figure 16 on page . The code made from the first page will decide if the outside air is cool enough to use for cooling the building. For free cooling, the OAT should be a little cooler than the space temperature. In this example, the OAT must be at least 3.6°F cooler than the space temperature. The Add programming block adds 2C° (3.6F°) to the OAT. This value is compared against the inside air temperature by the GreaterThan programming block. If the outside air is cool enough, the output from the GreaterThan block is True. The output is sent to a ReferenceHub to enable a PID programming block on page 2. The inside air temperature is linked to another ReferenceHub to be an input to a controller on page 2. |