You are on page 1of 1

Programmable Logic Controller (PLC)

Partial 2: Activity 3

Instructions: Read the following operating sequences and develop the corresponding program for the
PLC. The program is going to be targeted to the S7-1200 PLC. You can make use of different sources of
information as you consider what you need.

Note1.- Due to the differences between the software used for the teacher and some of the students,
you will have to record a screen video showing the functionality of your program. You can submit your
video to youtube or drive and share just the link to see the video.

Considerations:
1. Button for filling functionality (Llenar)
2. Button for unfilling functionality (Vaciar)
3. Level indicator (Nivel)

Requirements:
1. If “Llenar” button is pressed, the “Nivel” indicator increases 1 by 1 each 0.5 seconds until 100
2. If “Vaciar” button is pressed, the “Nivel” indicator decreases 1 by 1 each 0.5 seconds until 0
3. If “Llenar” and “Vaciar” button are pressed at the same time, the “Nivel” indicator maintains its
last value and does not decrease neither increases.

You might also like