search
Location: Home>PLC Tech.

Five commonly used PLC timers-Extended Pulse Timer (2)

post time:2024-04-10 16:52:29 author:Free Little Bird clicks:1342 【 Size:big middle small

Timers are commonly used instructions in PLC programming, but sometimes we often confuse their functions, resulting in subsequent program debugging or maintenance work. A friend once lost production because he didn't figure out this timer, so he was embarrassed in front of customer leaders and colleagues. In order to avoid friends repeating the same mistakes, the next 5 articles will sort out the functions and uses of these 5 commonly used PLC timers. 

This article will talk about the Extended Pulse Timer. 

1. Overall working principle 

When the signal at the input end is 1, the output is 1, the output time length is the set time, and the output is stopped when the set time reaches 0. Even if the input signal changes from 1 to 0 within the set time, the output continues to output the signal 1, the time length is the set time, and the output stops when the set time reaches 0. 

Compared with the Pulse Timer function mentioned in the previous article, it will be clearer: the basic condition for the pulse timer to have a signal output is that there is an energy current signal at the input end, and when the input signal is disconnected, the output is also disconnected. 

2. What it looks like in the ladder diagram of PLC programming. 

Extended-Pulse-Timer1.jpg

PLC Extended PulseTimer PLC

In the above figure, the S end is the signal input terminal; The TV side is the preset value input side, which is the timing time you want to set, and IOS is set here; The R end is the reset end; Bl and BCD are output to display the current time value, the display value type is different, Bl is a hexadecimal format without a time reference, and BCD is S5T# format. 

3. Programming examples and timing diagram explanations 

Extended-Pulse-Timer2.jpg

PLC programming example application

In the above figure, 10.1 is the start button, the control signal is interrupted, when pressed, the IOS timing starts as shown in Figure 3 below, and there is a signal output (QO.O gets the signal), the IOS timing ends, stop the output, if you release the button within the set IOS time, continue to output until the set IOS time reaches 0, stop the output when the current time is 0, QO.O has no signal as shown in Figure 4 below. When the 10.1 reset button (when pressed, the timer output is 0, the signal output stops) is shown in Figure 5 below. 

Extended-Pulse-Timer3.jpg

Green indicates the PLC energy flow opening state

Extended-Pulse-Timer4.jpg

The timer continues even if the input is disconnected

Extended-Pulse-Timer5.jpg

When the reset button is pressed, the current value is set to 0 and the input is stopped

Extended-Pulse-Timer6.jpg

The corresponding timing diagram on the PLC

The above is the timing schematic diagram of their counterparts. In order to help friends deepen their impression, here I leave you two small questions to think about: When the timer is halfway through, release the start button iO.1, does the timer stop output? When the start button is released and the timer is halfway through (5s), when the start button is pressed again, does the timer start from the beginning (IOS) or from the middle (5s)? 

If you want to learn systematically, please pay attention to private chat with me! Thank you! 

More
Reward
Related

How does the PLC-200 series communicate with the PLC-300 series CPU?

How does the PLC-200 series communicate with the PLC-300 series CPU?
Whether it is the PLC programming of the 200 series or the PLC programming of the 300 series, the scope involved is generally the data changes inside the CPU, or the communication between various modules, so how do the CPUs of two different series PLCs communicate? To figure this out.Whether i...

Five commonly used PLC timers on-delay timer (3)

Five commonly used PLC timers on-delay timer (3)
Continuing from the previous two articles, this article mainly explains how to connect he On-Delay Timer.1. Overall working principleWhen the signal at the input end is 1, the timer starts to time according to the set value, nd the timing time is 1 at the output terminal, and the output...

New energy vehicle reducer

New energy vehicle reducer
With the increasing awareness of environmental protection and the rapid development of science and technology, new energy vehicles have gradually become the new favorite of the automobile market. As a key component in the power system of new energy vehicles, reducers play an important role in improv...

How to edit the touch screen interface corresponding to PLC?

How to edit the touch screen interface corresponding to PLC?
There are many types of touch screens on the market that correspond to PLC programming, here only take the mainstream Siemens touch screen as an example, in fact, the construction of the touch screen interface is not as difficult as we think. Start by opening the touch screen software, here with SIM...

Five commonly used PLC timers-Extended Pulse Timer (2)

Five commonly used PLC timers-Extended Pulse Timer (2)
Timers are commonly used instructions in PLC programming, but sometimes we often confuse their functions, resulting in subsequent program debugging or maintenance work. A friend once lost production because he didn't figure out this timer, so he was embarrassed in front of customer leaders and c...

PLC programming introductory illustration

PLC programming introductory illustration
PLC is based on microprocessor, integrating computer technology, automatic control technology and communication technology, using user-oriented "natural language" programming for the control process, adapting to the industrial environment, simple to understand, convenient to operate,...

Retentive on-delay timer of five commonly used PLC timers (4)

Retentive on-delay timer of five commonly used PLC timers (4)
Continuing from the previous three articles, this article mainly explains the Retentive on-delay timer.1. Overall working principleWhen the signal at the input is 1, the timer starts to time according to the set value, and the timing time is 1 at the output terminal, and stops when the output is 1 (...

What is the data structure in PLC programming?

What is the data structure in PLC programming?
In the process of PLC programming, if there is a lot of data, we have to use some complex data types to improve our efficiency, so what are the complex data types? How do we use them? ......First of all, let's know what they mean. Arrays are composed of the same type of data, which can be...

New energy vehicle planetary reducer: the advantages are highlighted, leading the future transmission technology

New energy vehicle planetary reducer: the advantages are highlighted, leading the future transmission technology
With the vigorous development of the new energy vehicle market, the performance and efficiency of the transmission system, as the core component of vehicle power transmission, have a crucial impact on the performance of the vehicle. Among the many reducers, the planetary reducer of new energy vehicl...

(2)2-Xiao Zhang accepted a bribe - twists and turns and lessons

(2)2-Xiao Zhang accepted a bribe - twists and turns and lessons
In the electromechanical industry, Xiao Zhang's story is an example full of twists and turns and lessons.In the bustling electromechanical industry, Xiao Zhang is an ordinary name, but his story is not ordinary. Xiao Zhang graduated from a well-known mechanical and electrical college, and with e...
返回顶部