Getting Into World of PLC Part II
Getting Into World of PLC Part II
by Aerobot09
Hello there...!! How are u guys…?? Yaa I am good too…I hope you all have enjoyed the previous article “Getting into
the world of PLC- Part 1”. In part 1, we saw about the basic introduction to Siemens LOGO! PLC and now are familiar with
the basics. I know some of you might have been eagerly waited for the second part. As promised this article will touch on
the parts of the setup, con guration and sample program for Siemens LOGO!
Supplies:
PLC manufactured by Siemens are widely used. Siemens LOGO! is a basic PLC o ered by Siemens for small automation
tasks in industry and building services. It is a modular device meaning it can be customized according to the
requirement.
Siemens LOGO is available in two di erent modules:
1. Siemens LOGO with display.
2. Siemens LOGO without display.
Out of which we are going to see Siemens LOGO with display as it provides quick visual feedback making it possible for
quick control of the system.
The programming software for the mentioned PLC comes with the purchase box itself, or you can follow the steps to
download and install the demo version of the software. The proprietary software used for Siemens LOGO! PLC
programming is LOGO! Soft Comfort.
For downloading the demo of Siemens LOGO! Soft Comfort software visit here. Scroll down towards the “Download”
section and click on the highlighted link.
It’ll then take you to the Login page. For the users who don’t have a Siemens account, you can create an account by
clicking the “Yes, I would like to register now” option.
Now, you’ll see the registration screen where the website will ask you to enter the required details, you’ll need to
complete all the following steps of registration:
1. Email
2. Access Data: Fill in the required details.
3.User Data: Fill in the details and ignore the “Download of export restricted software or usage of digital products” and
“Basic Technical Support” options, then click on continue.
4. Data privacy notice/ terms of use: Accept all the “terms of use” and click continue.
5.Completion: Click continue once again.
After you are done with all the registration steps you will receive a mail on your registered email account for
conformation of your mail and registration. Go to the mail and click on the link for conformation of mail. Also conform
your registration from another mail received. As shown in the image you will get a green color note after successful
conformation of email and registration. Click continue for proceeding.
An icon will appear on the home screen and in the “Start” menu, click on the application icon to start the LOGO! Soft
Comfort software. It is speci cally used for the programming of LOGO! devices from Siemens. As shown in the image
screen will appear once the application is started.
Refer the label in the image
1. Menu bar
2. Standard toolbar
3. Mode bar
4. Programming toolbar
5. Programming interface
6. Status bar
7. Diagram tree
8. Instruction tree
To program in any language, its functions and features need to be understood. In PLC programming, elements are used.
These elements depict features. The following elements are some of the basic programming blocks:
1. Normally closed
2. Normally open
3. Output / Relay coil
4. Timer
Q. Turn ON light using a switch. The light should remain ON even after the switch is turned OFF. You can take 2nd switch
to o the light.
Solution:
1. Take a switch I1(make contact) to turn ON the light.
2. In series to switch I1 take I2(break contact) for fully shutting o the lights.
3. Add a light Q1(relay coil) in series as shown in the image.
4. For the light to remain ON even after the switch I1 is turned OFF you have to add make contact of relay
coil Q1 in parallel to I1.
5. As shown in the second image the light remains ON even after the switch I1 is made OFF.
Q. There are 3 machines in a machine shop. Each machine has its own start and stop push buttons. The condition is that
only one machine should run at a time. When one machine is in ON state the other two should remain in OFF state.
Solution:
We will try this program using actual PLC. The connection that should be done in the software is as shown in the image.
To change the time settings change the properties of the timer. The properties of the timer can be changed by double
clicking the programming block.
Q. To turn the output (led) on-o for a period of 1 second.
Getting Into World of PLC Part - II: Page 28
Solution:
1. When the circuit it switched on, the timer T1 starts. T1 is connected in series with NC of timer T2
2. It runs for 1 second and for the entire duration keeps the output turned on.
3. This output activates the second timer T2 for a set duration of 1 second.
4. After the period of 1 second the cycle repeats itself.
https://www.youtube.com/watch?v=tyNsxsuRF2M
Circuit Diagram is shown in the rst image. Input and output connections are also shown in the image. The overall set up
after connection of input, output, power supply and ethernet connection is as shown in the image. Make sure that the
physical connection are made properly, as the current and voltages level are high, wrong connections might damage
your equipment
Here, I have tried to go into depth and explained the procedure step wise, please get back to me if the procedure gets
unclear at any point. Now that you know about the registration, installation, con guration and basic programming of
Siemens LOGO! in the next article we will further dive into details on it. Till then keep learning, keep growing….!!!
(This article is performed and documented by Trainee Interns: Punyokti Patil and Chaitanya Naik at Aerobotix
Techsolutions in collaboration with Veloce Techinsights.