You are on page 1of 16

PLC

Programming
for HVAC

Handling Many Devices

http://www.free-powerpoint-templates-design.com
Making a starting order
For HVAC System
like the below
1. All dampers (MGD, MFD, MD) shall be open
when the start button is pressed.

2. The duty AHU shall be started after confirming


the open status of MFD and its MDs.

3. One of exhaust fan shall be started after


confirming the run status of any AHU and
open status of MGD at its outlet.

4. The ACCU shall be started when the


connected AHU is running and the room
temperature is higher than 26℃. It should be
stopped when the room temperature is
below 23℃.

5. The EDH shall be started when the room


temperature is lower than 22℃when one
AHU is running. It shall be stopped when the
room temperature is above 24℃.

6. The EHU shall be started when the relative


humidity is lower than 40% when one AHU is
running. (The max. relative humidity is 60%.)

Let’s do practice.
Coding - 1

1. Add variables and configure the logic like the above.


Coding - 2

2. Keep configuring the program for the duty ACCU.

1. Keep configuring the program for the duty AHU and


exhaust Fan.
Coding - 3

2. Keep configuring the program for the EHU.


1. Keep configuring the program for the EDH.
Coding - 4

1. Arrange symbols and assign variables.

2. Adjust “Scale start” and “Scale end” after assigning a


variable.
Coding - 5

1. Adjust “Scale start” and “Scale end” after assigning a variable.


Simulation
Include visualization

We will study how to do simulation after finishing coding. And we will do it with visual method by
using visualization function of CODESYS.
Simulation - 1

1. Making “Auto Status” by switching “Auto 2. Making “Auto Start mode” by switching 3. “MGD Open sts” and “MFD Open sts” are
cmd” “Auto Start” on after 5 seconds of “Auto Start mode”.
Simulation - 2

1. The duty “AHU cmd” is on when “DMD


Open sts” switch is on. Then the exhaust 2. The duty ACCU cmd is on when the temperature is higher than 26.0℃.
Fan cmd is on.
Simulation - 3

1. The duty ACCU is off when the temperature is lower than 23℃.
Simulation - 4

1. The EDH is on when the temperature is lower than 22℃.


Simulation - 5

1. The EDH is off when the temperature is higher than 24℃.


Simulation - 6

1. The EHU is on when the humidity is lower than 40%.


Simulation - 7

1. The EHU is off when the humidity is higher than 50%.


THANK YOU
Handling Many Devices

All images in this PPT were downloaded from www.shutterstock.com with a valid license.

You might also like