PLCs Flashcards

1
Q

What is the purpose of the backplate of a PLC?

A
  • supply power to the modules
  • data communication for the modules
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the four main components of a PLC?

A

Input, CPU, Programming Device, Output

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

What is the input section?

A

Designed to sense the state of the field devices that are wired to the input terminal

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

What are the three categories of input mm output devices?

A

Discrete, Analog, Pulse-generating

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

What are the four basic functions of the input module?

A

Termination, signal conditioning, isolation, indication

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

What is the purpose of signal conditioning in the input?

A

Incoming signals rectified - bridge rectifier
Noise and denounce filter
Threshold level detection

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

What is the purpose of the optical coupler (isolation) of the input module?

A

To isolate the PLC from potentially high voltages. Optocoupler can withstand very high and very low voltage differences, protecting the PLC from voltage surges

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

What are the two types of DC inputs?

A

Sinking and sourcing

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

What is a sinking type module?

A

The DC positive source is switched (ex. Limit switch) into the input terminal, negative or common source is connected to -V of the terminal

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

What is a sourcing type DC module?

A

The DC 0V source is switched into the terminal.
The DC positive source would be connected to +V

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

Indicate the wire colours

A

Blue - Negative
Brown - Positive
Black - switched output

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

Define Address

A

A character and number combination that identifies a particular and unique
area of memory

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

Define Analogue

A

A mechanism in which data is represented by continuously variable
physical quantities. A voltage or current signal that continuously changes in a smooth
gradual progression over a specific range would be an analogue signal

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

Define Bit

A

Binary digit, the smallest particle of data. A bit can have a logical value of 1 or 0

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

Define Bit

A

Binary digit, the smallest particle of data. A bit can have a logical value of 1 or 0

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

Define Branch

A

a possible alternate path for the flow of “control power flow” in ladder logic. Instructions that are placed on different branches with a common end point are said to
be “logically OR’d”

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

Define Data Table

A

An area of memory which stores the status of individual bits or groups of bits. A data table is part of a computer or PLC memory map.

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

Define Data Word

A

a group of bits: in most PLCs the word size is 16 bits.

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

Define Image Table

A

A section of the data table, associated with real (hardware) inputs and outputs.

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

Define MCR (CMR)

A

Master Control Relay. A relay used to shut off power to the I/O but not normally to the CPU

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

Define Software

A

The computer program, which PLC manufacturers sell, to allow the writing and monitoring of PLC programs.

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

Define Upload

A

To copy a PLC program from the PLC into the computer so that it can be monitored, modified, and/or documented

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

Define Variable

A

A program element associated with a hardware address or an internal memory bit

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

Define Alias Tag

A

A tag that references memory defined by another tag. An alias tag may refer to another
alias tag or a base tag. An alias tag may also refer to memory within another tag by referencing a member of a structure tag, or a bit within an integer tag or member

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

Define Base Tag

A

A tag that actually defines the memory where a data element is stored.

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

Define Controller Tags

A

Apply to the entire controller, and can be used by all programs. In other words, the data in a controller tag is available to every task or program within the controller application. These tags can be seen as global variables

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

Define Program Tags

A

Contain data that is used exclusively by the routines within an individual program. This means that program tags can have the same name in more than one program, allowing programs to be copied and reused more easily. These tags can be seen as local variables

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

Define Tag

A

A named area of the controller’s memory where data is stored. It is the basic mechanism
for allocating memory, referencing data from logic, and monitoring data

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

What are the four basic functions of the output module?

A

Termination, noise suppression, isolation, indication

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

Discrete output modules are available in how many bits?

A

Available in 8-bit to 32-bit configurations

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

The output circuit includes which four components?

A

Logic, isolation, switch, filter

32
Q

What are the main four components of the CPU?

A

PLC power supplies, memory, microprocessor, battery

33
Q

What are the two main sections of PLC memory?

A

Executive and user memory

34
Q

What is executive memory?

A

Pre-installed system program by the factory and is never changed by the user

35
Q

What is user memory?

A

User program memory and data storage memory (RAM and ROM)

36
Q

What is volatile memory/Random access memory?

A

Read/write memory, fast read/write speed, RAM is used for both user program and data storage, battery back up is required (indicating light when it needs to be replaced)

37
Q

What is non-volatile memory/read only memory?

A

Read Only (ROM)
Programmable read only (PROM)
Ultraviolet ProgrammabLe read only (UVPRIM-EPROM)
Electrically erasable programmable read only (EEPROM)
Flash memory

38
Q

What are the five DATA types?

A

Bool, INT, SINT, DINT, REAL (or floating point)

39
Q

Which type of data uses only a single bit?

A

Bool. Uses 1 = ON, and 0 = OFF

40
Q

Which type of data uses 8 bits (a “byte”)

41
Q

Which type of data uses 16 bits (“a word”)

42
Q

Which type of data uses 32 bits (“a double word”)

43
Q

Which type of data has the most available storage?

44
Q

What are the four functions of a PLC communication device?

A

Program entry, documentation, run mode, and monitoring.

45
Q

What are the three types of programming devices?

A

Hand held, full size dedicated terminals, personal computer terminals

46
Q

What the is current rating of a typical TRIAC?

47
Q

What is leakage current? How is it stopped?

A

-TRIACs leak a small amount of current. Can be a shock hazards and can cause outputs to appear on after the output is off.
-Resistor is connected across the load, approximately 10000ohms and 10watts
-imposing relays may be needed if loads are higher than 2 amps

48
Q

What is a watchdog timer?

A

Used for processors internal self diagnostics.
Timer is set for slightly longer than the program scan time, if program scan completes before timer then the system is good, if scan does not complete before the timer then the processor triggers a fault condition.

49
Q

What is another term commonly used for Upload?

50
Q

What is the tolerance of common PLC timers?

A

+0.001 seconds (one millisecond)

51
Q

What are the three points that make PLC’s very maintainable?

A

PLC’s provide current status of field devices, they are modular and can be replaced easily and quickly, Electricians can easily access the ladder logic programs

52
Q

What is the purpose of the microprocessor in the PLC system?

A

Controls the activities of the PLC

53
Q

What are the five main functions of the microprocessor?

A
  • monitors state of on/off of inputs
  • solves ladder logic
  • controls state of outputs (on/off)
  • communicates with other devices
  • manages memory, updates timers and counters and internal registers
54
Q

What are the four steps in the operating cycle?

A
  1. Determine status - on/off
  2. Interpret logic
  3. Update outputs (turn on/off devices)
  4. Communication and housekeeping
55
Q

Are I/O updates synchronous?

56
Q

What component is largely replaced by PLC’s?

A

Electromechanical relays

57
Q

What does ‘field’ or ‘real-world’ devices refer to?

A

Any device that is physically wired to the PLC

58
Q

What determines the total scan time of a PLC?

A

Total number of I/O’s, program length, program content

59
Q

On larger PLC systems, what is the purpose of the PLC power supply module?

A

To power the PLC modules

60
Q

From the computer to the PLC is upload or download?

61
Q

From the PLC to the computer is upload or download?

62
Q

What is XIC?

A

Examine if closed, examine on -] [-

63
Q

What is XIO?

A

Examine if open, examine off -]/[-

64
Q

The latch instruction sets the data bit when ______

65
Q

The latch instruction does not change the status of the data bit when _______

66
Q

The data bit remains set until it is bleared by _______

A

unlatch instruction

67
Q

When the one-shot is enabled, what happens?

A

The storage bit (one-shot) is cleared, the ONS instruction enabled remainder of the rung

68
Q

When the one-shot is disabled, what happens?

A

The storage bit _one-shot) is set, the ONS instruction disables the remainder of the rung

69
Q

T/F? Leading-edge one-shot replay always activates as soon as input is true.

70
Q

What are the stesp for changing a program in PLC?

A

Go offline, make changes, stop PLC, download new program to PLC

71
Q

What is run mode?

A

When PLC in run mode its reading inputs, solving logic, setting outputs. Real outputs are energized based on logic program

72
Q

What is stop mode?

A

When PLC is stopped it does not read inputs, solves logic, or sets outputs. All outputs are reenergized.

73
Q

What is test mode?

A

PLC is running, reads inputs and solves logic, outputs are logically set. Real outputs are not energized.

74
Q

What is program mode?

A

Controller scan is stopped, programmer develops or edits the user program.

75
Q

What is offline programming mode?

A

Manipulating the project files or folders in the PC only, PC is not communicating with the PLC, any changes made to the ladder logic program does not affect the PLCs operation

76
Q

What is online programming mode?

A

PC and PLC are communicating, allows the user to watch the logic program work