Chapter 4 Flashcards
1
Q
bits on timers
A
- TT bit (timing): comes on once the timer is activated
- DN bit (done): comes on once the timer is done
- TT and DN bits cant be on at the same time
2
Q
retentive type timer (RTO)
A
- remembers the seconds it has gone through even when power has been removed
- needs a reset coil to reset
3
Q
3 types of timers
A
- on delay
- off delay
- retentive
4
Q
binary principle
A
idea that many things can be thought of as existing in either on/off (1/0) state
5
Q
OR gate
A
output is 1 if one or more of the inputs are 1
6
Q
NOT gate
A
only one input, called an inverter
7
Q
exclusive OR gate
A
output is high only when one output or the other is high but not both
commonly used for comparison of two binary numbers
8
Q
blocks in PLC program (can find in MOVE)
A
- bitwise AND
- bitwise inclusive OR / NOT
- bitwise exclusive OR