Final Exam Study Guide Flashcards

1
Q

In a non energized relay coil there is a path thru________

A

the NC contacts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A switch pole is the_________

A

internal conductor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What file contains the main program

A

Program file 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In a TON timer when ACC and PRE what is the status of the EN and DN bits

A

EN-ture

DN-flase

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Why would we put a one shot devise in a ladder logic

A

They are used with counter reset instruction when the counter must start a new count before the reset input contacts return to their normal state

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

In a up counter when is the OV bit high

A

When the counter increments above the maximum positive value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the SUS instruction used for

A

used to trap and identify specific conditions during system troubleshooting and program debugging

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the hysteresis range for a ladder

A

19-26; 26 turns on 19 turns off

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Networking standard that takes advantage of commercial off the shelf hardware

A

Ethernet I/P

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you name a subroutine in an SLC500

A

JSR, SBR, RET

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Should a jump instruction be programmed into a MCR zone?

A

NO?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Jump instruction must have the same ________ number to be used on different rung

A

reference

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

_______________made has the memory address of the data supplied in the instruction

A

Direct addressing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Indirect addressing mode is identified how

A

[ ]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Indexed addressing mode is identified how

A

and the logical address referred to as the base addresss

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

___________can be used to determine if two bits are the dame in different words of data

A

AND logic

17
Q

How does an FLL instruction transfer data

A

copies the contents of one register location to a specified number of other register loctioans

18
Q

What is the starting address for SQO and SQC instructions

A

N7

19
Q

Analog modules

A

Voltage and current sensing Inputs

Temperature Sensors etc.

20
Q

Ladder logic is based on traditional

A

relay ladder logic

21
Q

What is the structured text language

A

BASIC, C, or PACAL

22
Q

What is sequential function chart

A

GRAFCET this is a graphical language used most often for sequential control problems.
SFC is often used for the basic sequential program flow

23
Q

Function block diagrams inputs are the______ and outputs are on the _________

A

Left

Right

24
Q

A for-do loop

A

allows you to efficiently write a loop that needs to execute a specific number of times.

25
Q

in proportional control how are error and proportional gain related

A

The control effort is proportional to the error in a proportional control system, and that’s what makes it a proportional control system. If it doesn’t have that property, it isn’t a proportional control systems.