Programmable Logic Controllers
Programmable Logic Controllers
5th Edition
ISBN: 9780073373843
Author: Frank D. Petruzella
Publisher: McGraw-Hill Education
bartleby

Concept explainers

Question
Book Icon
Chapter 7, Problem 9P
Program Plan Intro

Timer:

  • Timer is mainly used to keep an output ON for a specific length of time.
  • It provides a preset delay to the control actions.
  • In a timer, the output will be energized when the preset value becomes equal to the accumulated value.
  • Three different types of timers include a Delay-OFF, a Delay-ON, and a Delay-ON-Retentive timer.

Timer ON Delay (TON):

  • TON refers to an on-delay timer.
  • The on-delay timer is the most commonly used timer.
  • TON counts the time-based intervals as soon as the instruction becomes true.
  • Here, the output changes its state from low to high when the timer provides some time delay (instruction goes from OFF to ON state).

Explanation of Solution

b.

Given:

Consider the given conditions,

  • Input = True
  • EN = 1
  • TT = 1
  • DN = 1

Explanation:

The given program uses TON, so if the input is true, then the instruction will start to execute the program.

  • The timer “T4:0” will start timing and the EN signal bits get activated.
  • Next, the TT also turns into “true” until the accumulated values attains the preset value “10”...

Explanation of Solution

c.

Given:

Consider the given conditions,

  • Input = False
  • EN = 0
  • TT = 0
  • DN = 0

Explanation:

  • The given program uses TON, so if the input is true, then the instruction will start to execute the program...

Explanation of Solution

d.

Given:

Consider the given conditions,

  • Input = True
  • EN = 1
  • TT = 0
  • DN = 1

Explanation:

The given program uses TON, so if the input is true, then the instruction will start to execute the program.

  • The timer “T4:0” will start timing and the EN signal bits get activated...

Blurred answer
Students have asked these similar questions
Q1/ Estimate the Truth Table of the logic circuit shown below and use it to draw the timing diagram of the output signal X and Y in proper relation to the inputs A :: Y се
= 0, Design a sequential circuit with two D flip-flops A and B, and one input x_in. When x_in the state of the circuit remains the same. When x in = 1, the circuit goes through the state transitions from 00 to 01, to 11, to 10, back to 00, and repeats.
A sequential circuit has three flip-flops A, B, C; one input, x; and one output y. The state diagram is shown in Fig. P6-22. The circuit is to be designed by treating the unused state as don't - care condition. The final circuit must be analyzed to ensure that it is self correcting. (B) Use JK flip-flops in the design
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education