LogixPro PLC Lab Manual for Programmable Logic Controllers
LogixPro PLC Lab Manual for Programmable Logic Controllers
5th Edition
ISBN: 9781259680847
Author: Frank D. Petruzella
Publisher: McGraw-Hill Education
Question
Book Icon
Chapter 8, Problem 1P
Program Plan Intro

COUNT-UP (CTU) Counter:

  • The CTU counter refers to an up counter.
  • This counter is used to count an event that occurs logically or externally and places that value in the counter’s accumulator.
  • The accumulated value can even be maintained during false rung conditions and can be reset back to 0 using reset instruction.

Explanation of Solution

b.

Energizing output “O:2/0”:

  • The accumulated value of CTU will be incremented by one whenever it receives the conversion input “false-to-true”.
  • The DN signal bits will get activated once the accumulate value attains the preset value...

Explanation of Solution

c.

Energizing output “O:2/1”:

  • In the given program, “rung 3” does not allow the DN signal bits.
  • It means that the output “O:2/1” will be activated for the values which are less than the preset value...

Explanation of Solution

d.

Computing accumulated value:

  • Usually the accumulated values of the Programmable Logic Controller (PLC) counters will retain its values even during power off.
  • It restores the values until it get the power back...

Explanation of Solution

e.

Accumulated value of the counter:

  • The reset mode has been available in the “rung 4” which contains same address “C5:1” of CTU counter.
  • The accumulated value of CTU counter will be reset to zero when the “rung 4” turns into “true”...

Explanation of Solution

f.

Situation when the count gets incremented:

  • When the “rung 1” input ‘I:1/1” throws “off-to-on” conversion signals, the CTU counter will start its counting process...

Explanation of Solution

g.

Situation when the count gets reset:

  • The reset mode will be activated when the “rung 4” becomes true...

Blurred answer
Students have asked these similar questions
A combinational circuit with four inputs (A,B,C,D) and one output (Z) is designed as follows using an 8:1 multiplexer. Inputs A,B,C are connected to the select lines ?S2, S1, S0 respectively. Multiplexer has the following values connected to the data inputs: I0,I6 =1; I1,I3 =D; I2,I5 =0; I4,I7 =D’ Write the simplest logic expression of the circuit realized above Z= f(A, B, C, D)
onstruct the state diagram, primitive flow table and reduced flow table for a fundamental mode circuit whose behaviour is as follows: Initial condition: Both the inputs and outputs are zero For x1 = 1 and x2 = 0; output (z) = 1 x1 = 0 and x2 = 1; output (z) = 0 x1x2 = 00 and x1x2 = 11; z = previous outpu
This is the question: Suppose that we want to synthesize a circuit that has two switches x and y. The required functional behavior of the circuit is that the output must be equal to 0 if switch x is opened (x=0 ) and y is closed (y=1); otherwise the output must be 1. My friend sent me the answer which I will attach but I have no idea what is going on .. can someone please explain in detail?
Knowledge Booster
Background pattern image
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