Must Knowledge
Industrial CommandFirst, we must to need Hardware and Software to communicate a PLC
The Programmable Relay PLC Logo! need a Software to make the Program that control all our process, so we need these elemments:
NO problem if we dont have the Original CD, we can Download DEMO VERSION Here Download fast! from Siemens WebPage in "Demosoftware" if we have this demo, we may simulate and create a lot of control projects really perfect to practice
Program a Start / Stop to use Timer On Delay (TON)
Start to program in our Ladder enviroment a Start (I1), Stop (I2) and a TON (T00x) , all instructions are in a left of the screen, it means that when we "start" in a time "seconds" that we defined, the output will execute, you can use it for example to start motors in different time, so useful and easy to control
After we defined in our program do double click in our "timer block T00x" and configure the seconds for his activation; after we define the value T00x from our TON to a Open Contact created in our Software, Create open and closed contacts is an exellent way to have logics of control
VERY IMPORTANT:
Configure and Simulate our TON Programming
By Default The PLC Logo! got values of Switch for simulations in I1..Ix, we must to work with Momentary Pushbutton, so we go and change the values how show the pictures
Our program ready must to see like this:
The program we did must works like the simulation
We can see is easy use the Timers TON, in a Software PLCs you can create a lot and amazing programs using timers, all included in Software you dont need external components
Programming our first Timer Off Delay (TOF)
We Consider Start I1, a Timer TOF T00x and a Coil Output Q2 ;we dont need to consider any STOP button
Start our Simulate of Timer Off Delay "TOF"
If the programming is OK the program looks like this:
Verify how we wire to use in differents ways Timers TON and TOF
Remember Always is so important review the electrical and control wire; just in this case we program a Output Q1 for TON ; and a Output Q2 for TOF
We create a simple program and understand fast how it workss
SO IMPORTANT
HERE IS ANSWERED YOUR QUESTIONS: