Explain ON delay timer and OFF delay timer of PLC.

1 Answer

Answer :

On delay timer operates such that when rung containing timer is true, the timer starts counting time ticks. At the end of timer preset time period, output is made active.

image image


The off-delay operation is an operation to turn OFF output when preset time expires after a predetermined input is given.

image image

Related questions

Description : List & explain the timer instruction of PLC. Draw the ladder diagram to verify (i) OR gate& (ii) NOR gate logic 

Last Answer : Depending on the time delay and operation, there are two types of timers  * PLC timer- (i) ON delay timer  (ii) OFF delay timer Description (i) ON delay timer 1) This instruction counts time interval when ... a) OR gate ladder diagram y = A + B b)NOR gate ladder diagram

Description : List and explain the different counters of PLC in detail.

Last Answer : A counter in PLC is an instruction equivalent to mechanical counter. A counter block of PLC has two control inputs, Count line and Reset line. When count line makes FALSE-to-TRUE transition, the counter ... down counter. The up-down counter has three inputs, count up, count down and reset.

Description : (i) List and explain the types of ROM.  (ii) List any four advantages of PLC.

Last Answer : ROM types  1) PROM  2) EPROM  3) EEPROM  1) PROM: - (Programmable Read Only Memory): In this memory it may be programed once and once only, by the user/programmer. The user than programs ... signals.  10) PLC can provide security for ladder programming.  11) Speed of PLC is in milliseconds.

Description : Draw and explain analog input module of PLC.

Last Answer : Analog input module are used for supplying analog input signal to PLC. Analog signals are generated by transducers, potentiometers. PLCs analog input module consists of analog-to-digital converter (ADC). ... of PLC. PLC reads the binary number and takes further decision based on the required logic 

Description : Explain the function of ROM & RAM memory of PLC. 

Last Answer : Read Only Memory (ROM) is used by PLC for storing operating system. The operating system is programmed by the manufacturer.  Random access memory (RAM) is a Read Write memory and used by ... store temporary data like status of I/O pins, temporary results of calculations, timer counter values etc.

Description : Draw the block diagram for PLC power supply and explain the function of each block.

Last Answer : PLC power supply generates the required dc voltage levels for operation of the internal circuit of PLC. It is a switched mode power supply which accepts wide range of AC/ DC input ... of power failure from AC input, Battery backup becomes active and prevents accidental shut down of PLC

Description : Define opto-isolator. Explain the role of opto-isolator in PLC.

Last Answer : Role of optoisolator in PLC: An optoisolator is a semiconductor device that uses a short optical transmission path to transfer an electrical signal between circuits or elements of a ... disruptions, optoisolators offer a safe interface between high-voltage components and low-voltage devices.

Description : Draw a neat labelled diagram of PLC. Explain the function of each block.

Last Answer : Block Diagram of PLC:-  A simplified block diagram of a PLC shown in above Fig. It has three major units/sections.  I/O (Input/Output) Modules.  CPU (Central ... membrane keypad for program entry, and a display device (LED or LCD) for viewing program steps of functions. 

Description : Explain how a Programmable Logic Controller (PLC) is different from an ordinary personal computer. Also write the advantages and disadvantages of PLC.

Last Answer : PLC PC 1 It has embedded processor with limited computing power It has a CPU with high computing power  2 Design of PLC is for reliable operation in industrial ... 3) Use of PLCs may be restricted in some high heat, vibration environment not suitable for electronic circuit

Description : Explain the role of watch dog timer in programmable logic controller.

Last Answer : Watch dog timer is a type of timer used to protect maloperation of PLC. It independently works( starts counting internal clock pulses) each time when PLC starts its execution. User program ... or some unknown condition, then watch dog timer overflows and generates nonmaskable interrupt to reset PLC.

Description : Drawthe PLC ladder diagram of ON-OFF control of lamp. Write the input and output devises.

Last Answer : Diagram:

Description : Does the latest ipod shuffle have a sleep timer (or shut off after a certain amount of time)?

Last Answer : Unfortunately, no. As there’s no display and no way to access any kind of settings, there’s no documented way for activating a sleep timer on the Shuffle.

Description : Are there any ovens that turn off by themselves with a timer?

Last Answer : Yes, any of the models labeled with "Self Timer" can be set to turn off after a certain amount of time.

Description : Differentiate between RAM & ROM in PLC memory

Last Answer : RAM ROM Random access memory Read Only memory Used for storing temporary data Used for storing fixed data such as programs Data is lost when power is removed Data is retained in case of power loss  Read write speed is quite faster Write operation is slow

Description : List any our input and output of PLC.

Last Answer : Typical PLC inputs  1) Push Button  2) Selector Switch  3) Proximity switch  4) FOOT switch, level switch  5) Analog input  Typical PLC outputs  1) Contactor Coil, solenoid, relay  2) Indicating Lamp  3) Buzzer  4) Alaram annunciator

Description : State advantages of PLC.

Last Answer : 1) Flexibility. 2) Implementing changes & correcting errors. 3) Speed of operation. 4) Reliability & maintainability. 5) PLCS are smaller in size & can operate Number of devices at a time. 6) ... on CRT or LCD screen. 8) Error occurred in operation can be very easily observed and diagnosed.

Description : List typical inputs and outputs for PLC (four input and any four output).

Last Answer : Typical PLC inputs  Push Button  Selector Switch  Proximity switch  FOOT switch, level switch  Analog input  Typical PLC outputs  Contactor Coil, solenoid, relay  Indicating Lamp  Buzzer  Alaram annunciator

Description : The cycle time of a PLC is the time it takes to   (a) read all the input signals. (b) read all the input signals, run the program and update outputs. (c) read an input signal. (d) check all the input signals against the program.  

Last Answer : The cycle time of a PLC is the time it takes to read all the input signals, run the program and update outputs.

Description : Blackt Electrotech 230V 24x7 Energy Saving Socket Type Digital Programmable Plastic Electronic Timer (White)

Last Answer : Buy from amazon: https://amzn.to/2SUTSdv Buy: http://bit.ly/2ZqlAkS

Description : Explain with block diagram the working of programmable logic control system. (PLC).

Last Answer : Programmable logic controller:  Block diagram: OR Explanation: PLCs are industrially hardened microcomputers that perform discrete or continuous control functions in a variety ... provides an interface between the PLC and user during program development, start-up and trouble shooting

Description : Explain the need of PLC in automation.

Last Answer : Need of PLC in automation * To reduce human efforts. * To get maximum efficiency from machine and control them with human logic * To reduce complex circuitry of entire system * To eliminate ... in working conditions. * Fast and Easily programmed and have an easily understood programming language. 

Description : Give the classification of PLC. Explain modular PLC in brief. 

Last Answer : CLASSIFICATION OF PLC PLC can be classified as follows 1.According to structure of PLC a. Integral type b. Modular Type 2. Depending upon the no. of I/Os a. Small( ... easy to assemble, easy expansion and maintenance. * Large and medium-sized PLC generally use the modular structure. 

Description : Draw and explain schematic of PLC based automatic car parking barrier system.

Last Answer : Explanation: Automatic car parking system allow to park maximum numbers of car in parking zone according to size of parking zone. parking zone number of vehicle parked in parking zone is less ... available parking space then automated parking system does not allow enter next car in parking zone. 

Description : Explain UP counter instruction of PLC with suitable instruction.

Last Answer : The CTU is an instruction that counts false-to-true rung transitions. Rung transitions can be caused by events occurring in the program. When rung conditions for a CTU instruction have made a false-to-true ... accumulated count to zero. Counting can resume when rung 4 goes false again.

Description : What is watchdog timer ? Explain the implementation of time out for ATM with block diagram and program.

Last Answer : A special type of timer is a watchdog timer, which will reset the system after a predefined timeout. Watchdog timer reset timer every X time unit, else timer generates a signal ... be loaded into timereg. This is to prevent erroneous software from unintentionally resetting the watchdog timer.

Description : Brace-faces: Did your orthodontist delay taking your braces off after he said he already was?

Last Answer : They delayed with me for a year, then extended the retainer to “semi-perminent” status. I rebelled, and had them remove everything after the retainer was in for 2 years. That was 35 years ago. My teeth have moved a bit (no pun intended), but I’m glad I got rid of the device so long ago.

Description : What is a PLC Memory?

Last Answer : Memory is the component that stores information, programs, and data in a PLC. See more..... projuktiponnoThe process of putting new information into a memory location is called writing. The process of ... When a new ladder logic program is loaded into a PLC's memory, the old program that was

Description : What is plc inverter?

Last Answer : This allows the 3G3MV increased intelligence and autonomy for tasks such as positioning and synchronization. Combining the inverter and PLC eliminates the cost and delay of point-to- ... enhanced speed, positioning and function control for the application being controlled. See More industrialstorebd

Description : Why we use PLC?

Last Answer : CPU or processor: The main processor (Central Processing Unit or CPU) is a microprocessor-based system that executes the control program after reading the status of field inputs and then sends ... separate device (generally a PC), loaded with HMI (Human Machine Software).know more plcinverterhmi

Description : What does plc mean ?

Last Answer : The Plc is an acronym for Please .

Description : Is McDonalds a ltd or plc?

Last Answer : Need answer

Description : An Inside Look at Lloyds TSB Bank Plc?

Last Answer : Although Lloyds TSB Bank Plc was technically founded in 1995, the history of this important British clearing bank dates all the way back to 1765. Over the years, the bank has grown to become one ... was traded under the name Lloyds Bank Limited throughout the majority of the 20th Century. In 1995,

Description : Where can I find PLC training classes in Columbus, OH?

Last Answer : There are several PLC training classes in Columbus, OH. An online search or visiting local colleges are good places to find training classes. You should access the websited Findaseminar.com. ... online for up to thirty days. Findaseminar also schedules conferences, onsite training and workshops.

Description : What is PLC programming and who uses it?

Last Answer : PLC stands for "programmable logic controller". PLC's are usually used to control machinery in automated processes such as manufacturing. PLC programmers usually complete a trade school certificate before starting their careers.

Description : What's PLC programming training?

Last Answer : A PLC programming training is what is known as Programming Language connection. It is basic computer software building. It commands your computer to do certain things.

Description : Designing And Programming PLC Units?

Last Answer : A programmable logic controller is a small computer device that records information in real time and sends the results to another location. These instruments are commmonly found in automobiles, heavy ... often change how their products behave, meaning that new PLC units are constantly being created.

Description : What are some companies that offer PLC programming training?

Last Answer : Many technical training colleges and institutes offer PLC programming training courses. Some of these include AmericanTrainCo.com, GBTechTraining.com, PLCTechnician.com and many others.

Description : What is PLC programming training?

Last Answer : I would suggest you look into the news paper of your local community or look for in the news boards of the community college or community centers that's in your town

Description : Choosing the Best PLC Training?

Last Answer : A programmable logic controller, or PLC technician, is a professional who designs, installs and repairs automated control systems and other equipment in manufacturing facilities. PLC technicians are highly ... technician, there are dozens of programs, workshops and schools for you to choose from.

Description : Finding and Choosing PLC Training Classes?

Last Answer : Finding the right PLC training classes means doing some research and thinking about what one wants from a program. This is a chance to really invest in a great degree and program that can link ... one's career and education are affected which is why people need to take this decision seriously.

Description : What is the best way to larning PLC Program?

Last Answer : Answers is the place to go to get the answers you need and to ask the questions you want

Description : What is the best way to larning PLC Program?

Last Answer : Answers is the place to go to get the answers you need and to ask the questions you want

Description : What is the purpose of DIODE across the interposing coils in PLC?

Last Answer : To dissipate the stored energy in magnetic field of the interposing coils (Free wheeling action). If it is not provided the stored energy will affect the PLC card circuit.

Description : What is the difference between PLC and DCS?

Last Answer : Ans-PLC means Programmable Logic Controller, which can be used to control one particular control system such as a boiler or a injection system. but DCS is Distributed control syetem, which is used ... the total process plant. in DCS we have no of controllers connected to a single monitoring system.

Description : What is the difference between DCS & PLC & SCADA ?

Last Answer : Ans-PLC stands for Programmable Logic ControllerDCS for Data control SystemSCADA for Supervisory Control And Data Acquisition SCADA involves supervision by a user in most cases the plant controller.Whereas PLC ... ystem already in it but for PLC sydtem addition all SCADA software must be provided.

Description : Lewis PLC is breaking down and classifying costs to determine which are associated with specific marketing activities. Lewis is performing a A)marketing cost analysis. B)sales analysis. C)marketing audit. D)cost audit. E)variable cost analysis.

Last Answer : A)marketing cost analysis.

Description : Electro PLC has centralised marketing operations with personnel who direct marketing research, distribution, sales, advertising, and so forth reporting directly to the marketing director. The marketing department is organised by A)product. B)region. C)types of customers. D)function.

Last Answer : D)function.

Description : Historically, Knox PLC sold industrial clamps directly to firms using these items in their production process. Knox's Chairman believes that it may be time to start using an industrial distributor because ... D)carry a more complete line of Knox clamps. E)market the products to Knox specifications.

Last Answer : A)provide Knox with market information.

Description : If Roberts PLC finds that the average total cost of its radar detectors and the marginal cost of its radar detectors are both £85, then: A)its marginal costs are falling. B)average total cost is at ... average total costs are rising. D)demand is elastic. E)average total cost is at its lowest level.

Last Answer : E)average total cost is at its lowest level.

Description : Roberts PLC notices that if it produces fifteen radar detectors, its costs are £1,500 and if it produces sixteen radar detectors, its costs are £1,590. In this instance, £90 is the firm's ________cost. A)average B)fixed C)variable D)marginal E)average variable

Last Answer : D)marginal