1 / 16

Chapter 6 Programming PLC Timers and Counters

Chapter 6 Programming PLC Timers and Counters.

morrison
Télécharger la présentation

Chapter 6 Programming PLC Timers and Counters

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 6Programming PLC Timers and Counters Timer and Counter Instructions • Timer Instructions • Timer Instruction Words • Timer On-Delay (TON) Instructions • Timer Off-Delay (TOF) Instructions • Retentive Timer (RTO) Instructions • Reset (RES) Instructions • Special Applications • Counter Instructions • Counter Instruction Words • Count Up (CTU) Instructions • Count Down (CTD) Instructions

  2. PLCs provide a cost-effective alternative to using individual hardwired timers and counters because the smallest PLCs (nanos and micros) already contain 10 or more timers and counters.

  3. Timer instructions contain three words, with word “0” containing three bits that can be used in the program of a PLC.

  4. Timers following on-delay (TON) instructions begin timing when the logic preceding the instruction on a rung changes from false to true.

  5. A PLC with a programmed timer using timer on-delay (TON) instructions can be used to replace hardwired on-delay timers.

  6. Timers following off-delay (TOF) instructions start timing when the logic preceding the instruction on a rung changes from true to false.

  7. Off-delay timers are used in applications that require a load to remain energized after the input has been removed.

  8. Retentive timers begin timing when the logic preceding the instruction on a rung changes from false to true. Retentive timers retain their accumulated value until reset.

  9. Free running timers are continuously timing because the XIO instruction preceding the timer is always true.

  10. Timers are cascaded by having the DN bit of timer #0 activate timer #1. The only limit to the number of cascaded timers is the size of the memory in the PLC.

  11. Cascaded timers are used to start equipment sequentially, such as when starting three conveyors with a 10 sec delay between the start of each conveyor.

  12. Counter instructions contain three words. The bits and words of counter instructions have addresses that can be used in the program of a PLC.

  13. Count up (CTU) instructions increase the accumulated value incrementally on each false to true transition of the logic preceding the instruction.

  14. Counters are used in applications that require items or products to be counted.

  15. A CTD instruction counts down on every false to true transition of the logic preceding the instruction and shares the same status bits, preset values, and accumulated values as the corresponding CTU instruction.

  16. CTU and CTD instructions can be used to keep track of the cars entering and exiting a parking lot.

More Related