PLC Counters Flashcards
Which software command is used to set the accumulated value in a counter to zero?
The Reset command (RES)
What is a CTD in a PLC program used for?
- CTD is used to count the false to true rung transitions and then decrease the accumulated value
What is the Mnemonic for a high speed counter?
HSC
What are counters used within a PLC similiar to?
They are similiar to the operations of mechanical counters
What do PLC Counters count the number of?`
They count the number of false to true rung transitions
What is the mnemonic for an UP Counter?
CTU
True or False, PLC counters are used to activate or deactivate a device after a pre-determined count.
True
What are the status bits for a CTD instruction?
- CD
- DN
- UN
Which address is used for a counter?
C5
When will the done bit (DN) of a counter go true?
When the accumulated value equals the preset value
ACC=PRE