Deck 8: Programming Counters

ملء الشاشة (f)
exit full mode
سؤال
A down-counter output instruction will decrement by 1 each time the counted event occurs.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
The counter reset (RES)instruction,it is always given the same address as the counter it is to reset.
سؤال
In normal use,the down-counter is used in conjunction with the up-counter to form an up/down-counter.
سؤال
Programmed counters can serve the same function as mechanical counters.
سؤال
Some PLC counters operate on the leading edge of the input signal,while others operate on the trailing edge.
سؤال
A counter's input signal can come from an external device such as a sensor.
سؤال
Up and down counters may be programmed together to count up and down.
سؤال
All up-counters count only to their preset values,and additional counts are ignored.
سؤال
Every PLC model offers some form of counter instruction.
سؤال
Counters can count past their preset values.
سؤال
Encoder pulses can be counted to measure distance.
سؤال
A counter instruction is an input instruction.
سؤال
The counter accumulated value is the current count based on the number of times the rung goes from false to true.
سؤال
PLC counters are normally nonretentive.
سؤال
A transitional off-to-on contact will allow logic continuity for one scan and then open,even though the triggering signal may stay on.
سؤال
All PLC manufacturers require the reset rung or line to be true to reset the counter.
سؤال
The counter number C5:4 represents counter file 5,counter 4 in that file.
سؤال
Counters are similar to timers,except that they do not operate on an internal clock.
سؤال
The counter enable bit is true whenever the counter instruction is false.
سؤال
The output of the counter is energized whenever the accumulated count is less than or equal to the preset count.
سؤال
Normally counters are retentive.This means that if your accumulated count is up to 300 and power to your system is lost,when power is restored the accumulated count will be:

A)000
B)250
C)300
D)999
سؤال
The PLC counter instruction is similar to the:

A)internal relay instruction.
B)transitional contact instruction.
C)relay coil and contact instruction.
D)timer instruction.
سؤال
Programmed counters can:

A)count up.
B)count down.
C)be combined to count up and down.
D)all of these.
سؤال
A PLC down-counter (CTD)counts:

A)scan transitions.
B)true-to-false transitions.
C)false-to-true transitions.
D)both b and c.
سؤال
When the up-counter reset is set to true,the following happens:

A)the preset value is set to 0.
B)the preset value increments.
C)the accumulated value is set to 0.
D)the accumulated value is set to maximum.
سؤال
A counter is to be programmed to keep track of the number of parts coming off a production line.If you wanted to subtract the number of rejected parts so your counter would count only the good parts,you would program:

A)two up-counters.
B)two down-counters.
C)an up/down-counter.
D)a counter with a transitional contact input.
سؤال
The accumulated count of a CTD counter:

A)increments with each true-to-false transition.
B)decrements with each true-to-false transition.
C)decrements with each false-to-true transition.
D)increments with each false-to-true transition.
سؤال
A one-shot,or transitional,contact:

A)operates the same as an NO contact instruction.
B)operates the same as an NC contact instruction.
C)operates the same as a timed closed contact.
D)closes for only one program scan when actuated.
سؤال
A PLC up-counter (CTU)counter counts:

A)scan transitions.
B)true-to-false transitions.
C)false-to-true transitions.
D)both b and c.
سؤال
When the accumulated count exceeds the preset count,the:

A)accumulated value is set to zero.
B)preset is set to zero.
C)reset changes state.
D)counter done bit is true.
سؤال
The output of a PLC counter is energized when the:

A)accumulated count equals the preset count.
B)preset count is greater than the accumulated count.
C)counter input rung is true.
D)counter input rung is false.
سؤال
Which of the following is not usually associated with a PLC counter instruction?

A)Address
B)Preset value
C)Time base
D)Accumulated value
سؤال
The accumulated count of a CTU counter:

A)increments with each true-to-false transition.
B)decrements with each true-to-false transition.
C)decrements with each false-to-true transition.
D)increments with each false-to-true transition.
سؤال
The counter RES instruction:

A)is used to reset the counter.
B)is given the same reference address as the counter instruction.
C)decrements the count when actuated.
D)both a and b.
سؤال
For the counter table shown,word level addressing is used for: <strong>For the counter table shown,word level addressing is used for:  </strong> A)CU,CD,DN,OV,UN,and UA B)CU,CD,and DN C)OV and UN D)PRE and ACC <div style=padding-top: 35px>

A)CU,CD,DN,OV,UN,and UA
B)CU,CD,and DN
C)OV and UN
D)PRE and ACC
سؤال
Output PL1 will be energized: <strong>Output PL1 will be energized:  </strong> A)until the accumulated value equals the preset value. B)when the accumulated value equals the preset value. C)only when the accumulated value is less than 10. D)only when the accumulated value is 99. <div style=padding-top: 35px>

A)until the accumulated value equals the preset value.
B)when the accumulated value equals the preset value.
C)only when the accumulated value is less than 10.
D)only when the accumulated value is 99.
سؤال
The counter instruction is found on:

A)all PLCs.
B)small-size PLCs.
C)medium-size PLCs.
D)large-size PLCs.
سؤال
In an up-counter,when the accumulated count exceeds the preset count without a reset,the accumulated count will:

A)set itself to zero.
B)start decrementing.
C)continue incrementing.
D)hold the accumulated value.
سؤال
For the PLC counter to reset,the counter reset rung must:

A)be true.
B)be false.
C)be either true or false,depending on the manufacturer.
D)undergo a true-to-false transition.
سؤال
Output PL2 will be energized: <strong>Output PL2 will be energized:  </strong> A)until the accumulated value equals the preset value. B)when the accumulated value equals the preset value. C)only when the accumulated value exceeds 10. D)only when the accumulated value is zero. <div style=padding-top: 35px>

A)until the accumulated value equals the preset value.
B)when the accumulated value equals the preset value.
C)only when the accumulated value exceeds 10.
D)only when the accumulated value is zero.
سؤال
The counter program shown is designed to: <strong>The counter program shown is designed to:  </strong> A)count up and count down. B)record the time of an event. C)count beyond the maximum count allowed per counter. D)count below the maximum count allowed per counter. <div style=padding-top: 35px>

A)count up and count down.
B)record the time of an event.
C)count beyond the maximum count allowed per counter.
D)count below the maximum count allowed per counter.
سؤال
For the 24-hour clock program,RTO is preset for a: <strong>For the 24-hour clock program,RTO is preset for a:  </strong> A)60-s time period. B)2-min time period. C)12-h time period. D)24-h time period. <div style=padding-top: 35px>

A)60-s time period.
B)2-min time period.
C)12-h time period.
D)24-h time period.
سؤال
For the 24-hour clock program,Counter C5:0 is preset for: <strong>For the 24-hour clock program,Counter C5:0 is preset for:  </strong> A)12. B)24. C)60. D)120. <div style=padding-top: 35px>

A)12.
B)24.
C)60.
D)120.
سؤال
Which instruction,when true,will preset the counter to a count of zero? <strong>Which instruction,when true,will preset the counter to a count of zero?  </strong> A)Enter switch input. B)Exit switch input. C)Reset input. D)Lot Full Light output. <div style=padding-top: 35px>

A)Enter switch input.
B)Exit switch input.
C)Reset input.
D)Lot Full Light output.
سؤال
Which instruction will cause the counter to decrement? <strong>Which instruction will cause the counter to decrement?  </strong> A)Enter switch input. B)Exit switch input. C)Reset input. D)Lot Full Light output. <div style=padding-top: 35px>

A)Enter switch input.
B)Exit switch input.
C)Reset input.
D)Lot Full Light output.
سؤال
When output PL is energized,how many counts have occurred? <strong>When output PL is energized,how many counts have occurred?  </strong> A)4,000 B)32,000 C)64,000 D)99,999 <div style=padding-top: 35px>

A)4,000
B)32,000
C)64,000
D)99,999
سؤال
The 24-hour clock program shown uses: <strong>The 24-hour clock program shown uses:  </strong> A)3 timers and 3 counters. B)2 timers and 2 counters. C)1 timer and 2 counters. D)2 timers and 1 counter. <div style=padding-top: 35px>

A)3 timers and 3 counters.
B)2 timers and 2 counters.
C)1 timer and 2 counters.
D)2 timers and 1 counter.
سؤال
Counter C5:1 starts counting: <strong>Counter C5:1 starts counting:  </strong> A)when the accumulated value of C5:0 reaches 32,000. B)whenever input PB1 is actuated. C)whenever input PB2 is actuated. D)either b or c. <div style=padding-top: 35px>

A)when the accumulated value of C5:0 reaches 32,000.
B)whenever input PB1 is actuated.
C)whenever input PB2 is actuated.
D)either b or c.
سؤال
Suppose the accumulated count is 60 before the Enter switch input is actuated 15 times and the Exit switch input is actuated 5 times.After this operational sequence,the accumulated count would be: <strong>Suppose the accumulated count is 60 before the Enter switch input is actuated 15 times and the Exit switch input is actuated 5 times.After this operational sequence,the accumulated count would be:  </strong> A)80. B)65. C)75. D)70. <div style=padding-top: 35px>

A)80.
B)65.
C)75.
D)70.
سؤال
For the 24-hour clock program,Counter C5:1 is preset for: <strong>For the 24-hour clock program,Counter C5:1 is preset for:  </strong> A)12. B)24. C)60. D)120. <div style=padding-top: 35px>

A)12.
B)24.
C)60.
D)120.
سؤال
Assume the accumulated count is 100 and the following order of events then occurs: Exit switch input is actuated 20 times,Reset input is actuated 10 times,and Enter switch input is actuated 5 times.After this sequence,the accumulated count would be: <strong>Assume the accumulated count is 100 and the following order of events then occurs: Exit switch input is actuated 20 times,Reset input is actuated 10 times,and Enter switch input is actuated 5 times.After this sequence,the accumulated count would be:  </strong> A)100. B)115. C)5. D)0. <div style=padding-top: 35px>

A)100.
B)115.
C)5.
D)0.
سؤال
When input PB2 is actuated: <strong>When input PB2 is actuated:  </strong> A)output PL is switched off. B)counter C5:0 is reset. C)counter C5:1 is reset. D)all of these. <div style=padding-top: 35px>

A)output PL is switched off.
B)counter C5:0 is reset.
C)counter C5:1 is reset.
D)all of these.
سؤال
If you wanted output PL to go on after a count of 40,000,you would change the preset count of C5:1 to: <strong>If you wanted output PL to go on after a count of 40,000,you would change the preset count of C5:1 to:  </strong> A)9,999. B)6,000. C)8,000. D)12,000. <div style=padding-top: 35px>

A)9,999.
B)6,000.
C)8,000.
D)12,000.
سؤال
The output Lot Full Light will be energized when the accumulated count is: <strong>The output Lot Full Light will be energized when the accumulated count is:  </strong> A)0 B)150 C)100 D)300 <div style=padding-top: 35px>

A)0
B)150
C)100
D)300
سؤال
For the 24-hour clock program,a false-to-true transition of rung 002 increments the clock by: <strong>For the 24-hour clock program,a false-to-true transition of rung 002 increments the clock by:  </strong> A)1 ms. B)1 s. C)1 min. D)1 h. <div style=padding-top: 35px>

A)1 ms.
B)1 s.
C)1 min.
D)1 h.
سؤال
During normal operation of the program,the accumulated value of CTU would always be: <strong>During normal operation of the program,the accumulated value of CTU would always be:  </strong> A)the same as that of CTD. B)150. C)between 50 and 100. D)between 0 and 100. <div style=padding-top: 35px>

A)the same as that of CTD.
B)150.
C)between 50 and 100.
D)between 0 and 100.
سؤال
The field device that will cause the counter to increment is: <strong>The field device that will cause the counter to increment is:  </strong> A)input PB1. B)input PB2. C)output PL1. D)output PL2. <div style=padding-top: 35px>

A)input PB1.
B)input PB2.
C)output PL1.
D)output PL2.
سؤال
Output PL will be energized when: <strong>Output PL will be energized when:  </strong> A)the accumulated value of C5:0 reaches 32,000. B)counter C5:0 is reset. C)the accumulated value of C5:1 reaches 32,000. D)the accumulated value of C5:0 and C5:1 reaches 32,000. <div style=padding-top: 35px>

A)the accumulated value of C5:0 reaches 32,000.
B)counter C5:0 is reset.
C)the accumulated value of C5:1 reaches 32,000.
D)the accumulated value of C5:0 and C5:1 reaches 32,000.
سؤال
The counter file for SLC 500 controllers is:

A)C2
B)C3
C)C4
D)C5
سؤال
The figure shown illustrates the operation of a <strong>The figure shown illustrates the operation of a  </strong> A)timer contact instruction B)counter contact instruction. C)one-shot contact instruction. D)sensor contact instruction. <div style=padding-top: 35px>

A)timer contact instruction
B)counter contact instruction.
C)one-shot contact instruction.
D)sensor contact instruction.
سؤال
For the 24-hour clock program,Rung 003 undergoes a true-to-false transition once every: <strong>For the 24-hour clock program,Rung 003 undergoes a true-to-false transition once every:  </strong> A)60 s. B)2 min. C)hour. D)24 h. <div style=padding-top: 35px>

A)60 s.
B)2 min.
C)hour.
D)24 h.
سؤال
For the 24-hour clock program,assume the accumulated count of Counter C5:1 is 14 and that of C5:0 is 10.The correct time of day would be: <strong>For the 24-hour clock program,assume the accumulated count of Counter C5:1 is 14 and that of C5:0 is 10.The correct time of day would be:  </strong> A)2:10 p.m. B)10:14 a.m. C)10:14 p.m. D)2:10 a.m. <div style=padding-top: 35px>

A)2:10 p.m.
B)10:14 a.m.
C)10:14 p.m.
D)2:10 a.m.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/62
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 8: Programming Counters
1
A down-counter output instruction will decrement by 1 each time the counted event occurs.
True
2
The counter reset (RES)instruction,it is always given the same address as the counter it is to reset.
True
3
In normal use,the down-counter is used in conjunction with the up-counter to form an up/down-counter.
True
4
Programmed counters can serve the same function as mechanical counters.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
5
Some PLC counters operate on the leading edge of the input signal,while others operate on the trailing edge.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
6
A counter's input signal can come from an external device such as a sensor.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
7
Up and down counters may be programmed together to count up and down.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
8
All up-counters count only to their preset values,and additional counts are ignored.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
9
Every PLC model offers some form of counter instruction.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
10
Counters can count past their preset values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
11
Encoder pulses can be counted to measure distance.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
12
A counter instruction is an input instruction.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
13
The counter accumulated value is the current count based on the number of times the rung goes from false to true.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
14
PLC counters are normally nonretentive.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
15
A transitional off-to-on contact will allow logic continuity for one scan and then open,even though the triggering signal may stay on.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
16
All PLC manufacturers require the reset rung or line to be true to reset the counter.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
17
The counter number C5:4 represents counter file 5,counter 4 in that file.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
18
Counters are similar to timers,except that they do not operate on an internal clock.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
19
The counter enable bit is true whenever the counter instruction is false.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
20
The output of the counter is energized whenever the accumulated count is less than or equal to the preset count.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
21
Normally counters are retentive.This means that if your accumulated count is up to 300 and power to your system is lost,when power is restored the accumulated count will be:

A)000
B)250
C)300
D)999
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
22
The PLC counter instruction is similar to the:

A)internal relay instruction.
B)transitional contact instruction.
C)relay coil and contact instruction.
D)timer instruction.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
23
Programmed counters can:

A)count up.
B)count down.
C)be combined to count up and down.
D)all of these.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
24
A PLC down-counter (CTD)counts:

A)scan transitions.
B)true-to-false transitions.
C)false-to-true transitions.
D)both b and c.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
25
When the up-counter reset is set to true,the following happens:

A)the preset value is set to 0.
B)the preset value increments.
C)the accumulated value is set to 0.
D)the accumulated value is set to maximum.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
26
A counter is to be programmed to keep track of the number of parts coming off a production line.If you wanted to subtract the number of rejected parts so your counter would count only the good parts,you would program:

A)two up-counters.
B)two down-counters.
C)an up/down-counter.
D)a counter with a transitional contact input.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
27
The accumulated count of a CTD counter:

A)increments with each true-to-false transition.
B)decrements with each true-to-false transition.
C)decrements with each false-to-true transition.
D)increments with each false-to-true transition.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
28
A one-shot,or transitional,contact:

A)operates the same as an NO contact instruction.
B)operates the same as an NC contact instruction.
C)operates the same as a timed closed contact.
D)closes for only one program scan when actuated.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
29
A PLC up-counter (CTU)counter counts:

A)scan transitions.
B)true-to-false transitions.
C)false-to-true transitions.
D)both b and c.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
30
When the accumulated count exceeds the preset count,the:

A)accumulated value is set to zero.
B)preset is set to zero.
C)reset changes state.
D)counter done bit is true.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
31
The output of a PLC counter is energized when the:

A)accumulated count equals the preset count.
B)preset count is greater than the accumulated count.
C)counter input rung is true.
D)counter input rung is false.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
32
Which of the following is not usually associated with a PLC counter instruction?

A)Address
B)Preset value
C)Time base
D)Accumulated value
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
33
The accumulated count of a CTU counter:

A)increments with each true-to-false transition.
B)decrements with each true-to-false transition.
C)decrements with each false-to-true transition.
D)increments with each false-to-true transition.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
34
The counter RES instruction:

A)is used to reset the counter.
B)is given the same reference address as the counter instruction.
C)decrements the count when actuated.
D)both a and b.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
35
For the counter table shown,word level addressing is used for: <strong>For the counter table shown,word level addressing is used for:  </strong> A)CU,CD,DN,OV,UN,and UA B)CU,CD,and DN C)OV and UN D)PRE and ACC

A)CU,CD,DN,OV,UN,and UA
B)CU,CD,and DN
C)OV and UN
D)PRE and ACC
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
36
Output PL1 will be energized: <strong>Output PL1 will be energized:  </strong> A)until the accumulated value equals the preset value. B)when the accumulated value equals the preset value. C)only when the accumulated value is less than 10. D)only when the accumulated value is 99.

A)until the accumulated value equals the preset value.
B)when the accumulated value equals the preset value.
C)only when the accumulated value is less than 10.
D)only when the accumulated value is 99.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
37
The counter instruction is found on:

A)all PLCs.
B)small-size PLCs.
C)medium-size PLCs.
D)large-size PLCs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
38
In an up-counter,when the accumulated count exceeds the preset count without a reset,the accumulated count will:

A)set itself to zero.
B)start decrementing.
C)continue incrementing.
D)hold the accumulated value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
39
For the PLC counter to reset,the counter reset rung must:

A)be true.
B)be false.
C)be either true or false,depending on the manufacturer.
D)undergo a true-to-false transition.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
40
Output PL2 will be energized: <strong>Output PL2 will be energized:  </strong> A)until the accumulated value equals the preset value. B)when the accumulated value equals the preset value. C)only when the accumulated value exceeds 10. D)only when the accumulated value is zero.

A)until the accumulated value equals the preset value.
B)when the accumulated value equals the preset value.
C)only when the accumulated value exceeds 10.
D)only when the accumulated value is zero.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
41
The counter program shown is designed to: <strong>The counter program shown is designed to:  </strong> A)count up and count down. B)record the time of an event. C)count beyond the maximum count allowed per counter. D)count below the maximum count allowed per counter.

A)count up and count down.
B)record the time of an event.
C)count beyond the maximum count allowed per counter.
D)count below the maximum count allowed per counter.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
42
For the 24-hour clock program,RTO is preset for a: <strong>For the 24-hour clock program,RTO is preset for a:  </strong> A)60-s time period. B)2-min time period. C)12-h time period. D)24-h time period.

A)60-s time period.
B)2-min time period.
C)12-h time period.
D)24-h time period.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
43
For the 24-hour clock program,Counter C5:0 is preset for: <strong>For the 24-hour clock program,Counter C5:0 is preset for:  </strong> A)12. B)24. C)60. D)120.

A)12.
B)24.
C)60.
D)120.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
44
Which instruction,when true,will preset the counter to a count of zero? <strong>Which instruction,when true,will preset the counter to a count of zero?  </strong> A)Enter switch input. B)Exit switch input. C)Reset input. D)Lot Full Light output.

A)Enter switch input.
B)Exit switch input.
C)Reset input.
D)Lot Full Light output.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
45
Which instruction will cause the counter to decrement? <strong>Which instruction will cause the counter to decrement?  </strong> A)Enter switch input. B)Exit switch input. C)Reset input. D)Lot Full Light output.

A)Enter switch input.
B)Exit switch input.
C)Reset input.
D)Lot Full Light output.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
46
When output PL is energized,how many counts have occurred? <strong>When output PL is energized,how many counts have occurred?  </strong> A)4,000 B)32,000 C)64,000 D)99,999

A)4,000
B)32,000
C)64,000
D)99,999
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
47
The 24-hour clock program shown uses: <strong>The 24-hour clock program shown uses:  </strong> A)3 timers and 3 counters. B)2 timers and 2 counters. C)1 timer and 2 counters. D)2 timers and 1 counter.

A)3 timers and 3 counters.
B)2 timers and 2 counters.
C)1 timer and 2 counters.
D)2 timers and 1 counter.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
48
Counter C5:1 starts counting: <strong>Counter C5:1 starts counting:  </strong> A)when the accumulated value of C5:0 reaches 32,000. B)whenever input PB1 is actuated. C)whenever input PB2 is actuated. D)either b or c.

A)when the accumulated value of C5:0 reaches 32,000.
B)whenever input PB1 is actuated.
C)whenever input PB2 is actuated.
D)either b or c.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
49
Suppose the accumulated count is 60 before the Enter switch input is actuated 15 times and the Exit switch input is actuated 5 times.After this operational sequence,the accumulated count would be: <strong>Suppose the accumulated count is 60 before the Enter switch input is actuated 15 times and the Exit switch input is actuated 5 times.After this operational sequence,the accumulated count would be:  </strong> A)80. B)65. C)75. D)70.

A)80.
B)65.
C)75.
D)70.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
50
For the 24-hour clock program,Counter C5:1 is preset for: <strong>For the 24-hour clock program,Counter C5:1 is preset for:  </strong> A)12. B)24. C)60. D)120.

A)12.
B)24.
C)60.
D)120.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
51
Assume the accumulated count is 100 and the following order of events then occurs: Exit switch input is actuated 20 times,Reset input is actuated 10 times,and Enter switch input is actuated 5 times.After this sequence,the accumulated count would be: <strong>Assume the accumulated count is 100 and the following order of events then occurs: Exit switch input is actuated 20 times,Reset input is actuated 10 times,and Enter switch input is actuated 5 times.After this sequence,the accumulated count would be:  </strong> A)100. B)115. C)5. D)0.

A)100.
B)115.
C)5.
D)0.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
52
When input PB2 is actuated: <strong>When input PB2 is actuated:  </strong> A)output PL is switched off. B)counter C5:0 is reset. C)counter C5:1 is reset. D)all of these.

A)output PL is switched off.
B)counter C5:0 is reset.
C)counter C5:1 is reset.
D)all of these.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
53
If you wanted output PL to go on after a count of 40,000,you would change the preset count of C5:1 to: <strong>If you wanted output PL to go on after a count of 40,000,you would change the preset count of C5:1 to:  </strong> A)9,999. B)6,000. C)8,000. D)12,000.

A)9,999.
B)6,000.
C)8,000.
D)12,000.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
54
The output Lot Full Light will be energized when the accumulated count is: <strong>The output Lot Full Light will be energized when the accumulated count is:  </strong> A)0 B)150 C)100 D)300

A)0
B)150
C)100
D)300
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
55
For the 24-hour clock program,a false-to-true transition of rung 002 increments the clock by: <strong>For the 24-hour clock program,a false-to-true transition of rung 002 increments the clock by:  </strong> A)1 ms. B)1 s. C)1 min. D)1 h.

A)1 ms.
B)1 s.
C)1 min.
D)1 h.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
56
During normal operation of the program,the accumulated value of CTU would always be: <strong>During normal operation of the program,the accumulated value of CTU would always be:  </strong> A)the same as that of CTD. B)150. C)between 50 and 100. D)between 0 and 100.

A)the same as that of CTD.
B)150.
C)between 50 and 100.
D)between 0 and 100.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
57
The field device that will cause the counter to increment is: <strong>The field device that will cause the counter to increment is:  </strong> A)input PB1. B)input PB2. C)output PL1. D)output PL2.

A)input PB1.
B)input PB2.
C)output PL1.
D)output PL2.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
58
Output PL will be energized when: <strong>Output PL will be energized when:  </strong> A)the accumulated value of C5:0 reaches 32,000. B)counter C5:0 is reset. C)the accumulated value of C5:1 reaches 32,000. D)the accumulated value of C5:0 and C5:1 reaches 32,000.

A)the accumulated value of C5:0 reaches 32,000.
B)counter C5:0 is reset.
C)the accumulated value of C5:1 reaches 32,000.
D)the accumulated value of C5:0 and C5:1 reaches 32,000.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
59
The counter file for SLC 500 controllers is:

A)C2
B)C3
C)C4
D)C5
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
60
The figure shown illustrates the operation of a <strong>The figure shown illustrates the operation of a  </strong> A)timer contact instruction B)counter contact instruction. C)one-shot contact instruction. D)sensor contact instruction.

A)timer contact instruction
B)counter contact instruction.
C)one-shot contact instruction.
D)sensor contact instruction.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
61
For the 24-hour clock program,Rung 003 undergoes a true-to-false transition once every: <strong>For the 24-hour clock program,Rung 003 undergoes a true-to-false transition once every:  </strong> A)60 s. B)2 min. C)hour. D)24 h.

A)60 s.
B)2 min.
C)hour.
D)24 h.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
62
For the 24-hour clock program,assume the accumulated count of Counter C5:1 is 14 and that of C5:0 is 10.The correct time of day would be: <strong>For the 24-hour clock program,assume the accumulated count of Counter C5:1 is 14 and that of C5:0 is 10.The correct time of day would be:  </strong> A)2:10 p.m. B)10:14 a.m. C)10:14 p.m. D)2:10 a.m.

A)2:10 p.m.
B)10:14 a.m.
C)10:14 p.m.
D)2:10 a.m.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 62 في هذه المجموعة.