Chapter 5-8 study guide

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/97

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:14 AM on 6/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

98 Terms

1
New cards

Vaccum symbol

2
New cards

Information about sensors…

It has no moving parts. It is solid state electronic.

*You can’t open it to fix it so when it goes bad, replace it*

3
New cards

What is a Capacitor proximity sensor and its principle

Limit switch with a diamond around it. Its principle is it works from electrostatic capacitances(Like a capacitor.) and it detects everything but gases.

4
New cards

What is an inductive proximity sensor?

It has a diamond around it. And its principle is electromagnetic induction and detects ferrous metals like

5
New cards

How does an Inductive proximity sensor work?

Current flows through inside and when a ferrous metal is detected within range, the coil inside receives a current magnetic field and it robs/absorbs in the magnetic field. And the sensor detects the voltage and then drops/changes state.

6
New cards

Define capacitor=

It is made to store an electric charge(aka filters). It could be accepting current(charging) and could be leaving(discharging) if at least one is receiving(charging/full).

7
New cards

What is the name of the insulator inside of the capacitor and materials?

Dielectric material insulator(aka mica)which is inside. Most common material include ceramic, mica, glass and paper.

8
New cards
  1. What does the memory map for a typical PLC processor consist of?

The memory map for a typical PLC processor consists of program files and data files.

9
New cards
  1. Compare the function of the PLC program and data files.

Program files are the part of the processor memory that stores the user ladder logic program. The data files store the information needed to carry out the user program.

10
New cards
  1. In what manner are data files organized?

Data files are organized by the type of data they contain.

11
New cards
  1. List eight different types of data files used by an RSLogix 500 controller.

Output data file, input data file, status data file, binary data file, timer data file, counter data file, control data file, integer data file, floating point data file.

12
New cards

What information is stored in the input image table file?

The input image table file stores the status of the input terminals for the controller. 

13
New cards

What information is stored in the output image table file?

The output image table file stores the status of the output terminals for the controller.

14
New cards

Outline the sequence of events involved in a PLC scan cycle

The PLC scan cycle consists of the input scan, program scan, output scan, and housekeeping.

15
New cards

List four factors that enter into the length of the scan time.

The speed of the processor module, the length of the ladder program, the type of instructions executed and the actual ladder true/false conditions.

16
New cards

Compare the way horizontal and vertical scan patterns examine input and output instructions. 

In the horizontal scan pattern, the processor examines input and output instructions from the first command, top left in the program, horizontally, rung by rung. In the vertical scan pattern, the processor examines input and output instructions from the top left command entered in the ladder diagram, vertically, column by column and page by page.

17
New cards

List the five standard PLC languages as defined by the International Standard for Programmable Controllers, and give a brief description of each.

  • Ladder Diagram (LD) –a graphical depiction of a process with rungs of logic, similar to the relay ladder logic schemes that were replaced by PLCs.

  • Function Block Diagram (FBD) –a graphical depiction of process flow using simple and complex interconnecting blocks.

  • Sequential Function Chart (SFC)–a graphical depiction of interconnecting steps, actions, and transitions.

  • Instruction List (IL) –A low-level, text-based language that uses mnemonic instructions.

  • Structured Text (ST) –A high-level, text-based language such as BASIC, C, or  PASCAL specifically developed for industrial control applications.

18
New cards

NO contact

19
New cards

NC contact

20
New cards

Coil

21
New cards

A normally closed pushbutton is connected to a PLC discrete input. Does this mean it must be represented by a normally closed contact in the ladder logic program? Explain why or why not.

No. Normally closed pushbutton does not have to be represented by a normally closed contact in the ladder logic program. The PLC uses XIC or XIO instructions based on the desired logic and the status of the input bit in memory, not on whether the physical pushbutton is normally open or normally closed.

22
New cards

What does the address assigned to an instruction indicate?

The address assigned to an instruction indicates what PLC input is connected to what input device and what PLC output will drive what output device

23
New cards

When are input branch instructions used as part of a ladder logic program?

nput branch instructions are used in your application program to allow more than one combination of input conditions.

24
New cards

Identify two matrix limitations that may apply to certain PLCs

Two matrix limitations that may apply to certain PLCs are a maximum of seven parallel lines and ten series contacts per rung are possible.

25
New cards

In what way does an internal output differ from a discrete output?

Unlike a discrete output, an internal output does not directly control an output field device.

26
New cards

A normally open limit switch is to be programmed to control a solenoid. What determines whether an Examine-on or Examine-off contact instruction is used?

If the contacts need to close to energize the output, then the Examine If Closed is used.

27
New cards

Briefly describe each of the following PLC modes of operation: Program

Program mode is used to transfer a new program or update an existing one

28
New cards

Briefly describe each of the following PLC modes of operation:

Test

Test mode is used to operate or monitor the user program without energizing any outputs.

29
New cards

Briefly describe each of the following PLC modes of operation: Run

Run mode is used to execute the user program with input devices being monitored and output devices energized accordingly

30
New cards

Under what condition is a ladder logic rung said to have logic continuity?

31
New cards

Electrical devices and signals can be divided into two categories: analog and digital. What is the major difference between these two categories?

Digital devices operate using, discrete ON or OFF signals that have only two possible values. Analog signals can represent an infinite number of possible values within a given range.

32
New cards

Compare the way memory space is assigned and referenced in rack-based and tag-based PLCs

With rack-based addressing a fixed device with a fixed address is used. Tag-based addressing is more flexible and uses text based addressing.

33
New cards

Explain the basic operating principle of an electromagnetic control relay

An electromagnetic control relay consists of an electromagnet or coil used to switch contacts. When the coil is energized, an armature moves to open or close contacts.

34
New cards

What is the operating difference between a normally open and a normally closed relay contact?

Normally open contacts are open when no current flows through the coil but close as soon as the coil is energized. Normally closed contacts are closed when the coil is de-energized and open when the coil is energized.

35
New cards

In what ways are control relay coils and contacts rated?

 Coils are rated for the type of operating current (DC or AC) and normal operating voltage. Contacts are rated in terms of maximum amount of current the contacts are capable of handling at a specified voltage level and type (AC or DC)

36
New cards

How do contactors differ from relays?

The contactor is built to handle heavy power loads that are beyond the capacity of control relays

37
New cards

What is the main difference between a contactor and a magnetic motor starter?

The magnetic motor starter is a contactor with an overload relay physically and electrically attached.

38
New cards

The current requirement for the control circuit of a magnetic starter is normally much smaller than that required by the power circuit. Why? 

The control circuit requires only a small amount of current to energize the coil, while the power circuit must be capable of handling the much higher motor load current.

39
New cards

Compare the method of operation of each of the following types of switches: 

Manually operated switch

Is controlled by hand

40
New cards

Compare the method of operation of each of the following types of switches: Mechanically operated switch

Is controlled automatically by factors such as pressure, position, or temperature

41
New cards

Compare the method of operation of each of the following types of switches: Proximity switch

Senses the presence or absence of a target without physical contact

42
New cards

What do the abbreviations NO and NC represent when used to describe switch contacts? 

NO stands for a normally open pushbutton switch that completes a circuit when it is pressed and returns to its open position when it is released.

NC stands for a normally closed pushbutton switch that opens a circuit when it is pressed and returns to the close position when it is released

43
New cards

Outline the method used to actuate inductive and capacitive proximity sensors.

Inductive sensors are actuated by a conductive material Capacitive sensors may be actuated by both conductive and nonconductive materials.

44
New cards

How are reed switch sensors actuated?

Reed switch sensors are actuated if the magnetic force between the poles is strong enough to overcome the restoring force of the reeds, the reeds will be drawn together to actuate the switch.

45
New cards

Compare the operation of a photovoltaic solar cell with that of a photoconductive cell. 

The photovoltaic cell operates by converting light energy directly into electric energy. 

The photoconductive cell operates when light energy falls on the cell and causes its resistance to change.

46
New cards

What are the two basic components of a photoelectric sensor?

 The two basic components of a photoelectric sensor are LEDs for the light source and phototransistors for light sensing.

47
New cards

Compare the operation of the reflective-type and through-beam photoelectric sensors. 

The reflective-type detects the light beam reflected from the target. 

The through-beam type measures the change in light caused by the target crossing the optical axis.

48
New cards

Give an explanation of how a scanner and a decoder act in conjunction with each other to read a bar code. 

A light source within the scanner illuminates the bar code symbol; those bars absorb light and spaces reflect light. A photo detector collects this light in the form of an electronic-signal pattern representing the printed symbol.

49
New cards

How does an ultrasonic sensor operate? 

By sending sound waves toward the target and measuring the time it takes for the pulses to bounce back.

50
New cards

Explain the principle of operation of a strain gauge. 

Strain gauges are based on the principle that the resistance of a conductor varies with length and cross-sectional area. The force applied to the gauge causes the gauge to bend and change its resistance.

51
New cards

Explain the principle of operation of a thermocouple. 

The temperature difference between the measuring and reference junction of a thermocouple causes a small DC voltage to be generated

52
New cards

What is the most common approach taken with regard to the measurement of fluid flow? 

The most common approach taken with regards to the measurement of fluid flow is to convert the kinetic energy that the fluid has into some other measurable form. 

53
New cards

Explain how a tachometer is used to measure rotational speed. 

A tachometer generator is a small AC or DC generator that develops an output voltage proportional to its rpm whose phase or polarity depends on the rotor’s direction of rotation.

54
New cards

How does an optical encoder work? 

An optical encoder uses a light source shining on an optical disk with lines or slots that interrupt the beam of light to an optical sensor. An electronic circuit counts the interruptions of the beam and generates the encoder’s digital output pulses.

55
New cards

Explain the function of each of the following actuators: Solenoid 

A solenoid is used to turn an electrical signal into linear mechanical motion.

56
New cards

Explain the function of each of the following actuators: Solenoid valve

A solenoid valve is used to restrict or allow the flow of a fluid.

57
New cards

Explain the function of each of the following actuators: Stepper motor

A stepper motor converts electrical pulses applied to it into discrete rotor movements called steps.

58
New cards

Compare the operation of open-loop and closed-loop control. 

Open-loop is control without feedback. And is repeatable, reliable.

Closed-loop has a self correcting feature and has a CV and sensor

59
New cards

What is a seal-in circuit? 

A seal-in circuit is a method of maintaining current flow after a momentary switch has been pressed and released.

60
New cards

In what way is the construction and operation of an electromechanical latching relay different from a standard relay? 

An electromechanical latching relay differs from a standard relay by it having two coils, one to latch the contacts and one to unlatch the contacts, and a latching relay does not have to constantly energize its coil to keep its contacts closed.

61
New cards

Give a short description of each of the following control processes: Sequential

Sequential controls are required for processes that demand that certain operations be performed in a specific order.

62
New cards

Give a short description of each of the following control processes: Combination

Combination controls require that certain operations be performed without regard to the order in which they are performed.

63
New cards

Give a short description of each of the following control processes: Automatic

Automatic control involves maintaining a desired set point at an output.

64
New cards

Compare the type of sensor signal obtained from a thermocouple with that from an RTD. 

The thermocouple DC voltage varies with temperature while the RTD resistance value varies with temperature. 

65
New cards

Explain how a magnetic reed float switch works. 

A permanent magnet installed within the movable float arm and a magnetic reed switch is installed within the fixed housing. The movement of the float, due to the changing liquid level, will cause the magnet to switch the reed contacts and open or closed a circuit at a preset liquid level. 

66
New cards

What is the function of an electrical interlocking circuit? 

It is used to prevent a piece of equipment from operating under certain potentially hazardous or undesirable conditions.

67
New cards

What is the role of instrumentation in an industrial process? 

To monitor and control a process.

68
New cards

You have been assigned the task of calibrating an instrument. How would you proceed? 

Check readings using a known quantity and if necessary adjust the response of the instrument so that the output accurately corresponds to its input throughout a specified range.

69
New cards

Photoelectric sensor: REFLECTIVE PHOTOELECTRIC SENSOR

Does not have a reflector. Needs a transmitter and receiver. Some are packages and some are not. Light(infrared) bounces off an object it detects back to the receiver. Not good for transparent/opaque, unsymmetrical pieces or dark colors.

70
New cards
71
New cards
72
New cards
73
New cards
74
New cards
75
New cards
76
New cards
77
New cards
78
New cards
79
New cards
80
New cards
81
New cards
82
New cards
83
New cards
84
New cards
85
New cards
86
New cards
87
New cards
88
New cards
89
New cards
90
New cards
91
New cards
92
New cards
93
New cards
94
New cards
95
New cards
96
New cards
97
New cards
98
New cards