Chapter 3 - I/O System Flashcards

1
Q

Push button?

A

A type of discrete input. Uses a simple human interface for controlling some aspect of a machine or process. When pushed it changes the electrical operation from on to off or vice versa. Ex: keyboard keys, e-stop button

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

Selector switch?

A

A discrete input device that also requires force to turn the electrical operation from off to on or vice versa. Usually locks into position

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

Limit Switches?

A

A discrete input device that is operated by the motion of a machine part or the presence of an object. They are used as safety interlocks, controlling machinery or to count objects passing. It consists of an actuator linked to a set of contacts, when the object comes into contact with the actuator the device operates the contacts to make or break an electrical connection.

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

Relay?

A

Relays are switches that open and close circuits electromechanically or electronically. Relays control one circuit by opening and closing contacts in another. Open (NO) -not energized. Closed (NC)- energized. Applying an electrical current changes the contact state.

Relays provide an electrical connection between two or more points in response to the application of a control signal. (time delay, monitoring, latching, safety)

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

Electromechanical Relays?

A

Contacts are opened or closed by a magnetic force. They tend to provide a cleaner ON or OFF condition and don’t have the current leakage that SSR’s do.

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

Solid State Relays?

A

There are no contact and all switching is done totally electronic using devices such as silicon controlled rectifiers.

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

Motor Starter Contacts?

A

An discrete input device. A contactor is an electrically controlled switch which uses an electromagnetic coil to pull in the contacts. A motor starter is a contactor plus an overload relay that will drop out the coil voltage is the motor overloads.

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

Photoelectric sensors (eyes)?

A

An discrete input device. It uses a light transmitter (often infrared) and a photoelectric receiver to discover the distance, absence or presence of an object.

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

Proximity switch?

A

A discrete input device that detects the presence of an object nearby without physical contact.

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

Thumbwheel switches?

A

A discrete input device that converts the numeric value selected into binary, decimal, hexadecimal or other code using the combination of ON and OFF signals for multiple contacts circuits and that outputs the resulting code.

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

Circuit Breakers?

A

A discrete input device. An automatically operated electrical switch that protects an electrical circuit from damage due to excess current from an overload or short circuit. It’s basic function is to interrupt current flow after a fault is detected.

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

Solenoids?

A

A discrete output device. A coil of wire used as an electromagnet. It converts electrical energy to mechanical energy by creating a magnetic field from the electrical current and uses the magnetic field to create linear motion.

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

Other discrete outputs?

A
Alarms
Valves
Fans 
Lights 
Motor Starters
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

The I/O System?

A
Consists of the I/O Rack and I/O module. The location where the module is inserted defines the address to reference each connected device. 
A  module usually has 8 inputs or 8 outputs and a rack will (in most cases) hold 8 modules. Therefore, a standard number of I/O points for one rack is 64.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

I/O Addressing?

A

Addressing is the way the control program in the CPU relates to a particular real world sensor or actuator. Addresses are either in Decimal or Octal form.

Decimal method follows a sequential assignment of I/O points. Ex: Inputs 1-8 (module 1) 9-16 (module 2) etc

Octal method is based on 8 digits, 0 through 7. Ex: Inputs 0-7 (module 1) 10-17 (module 2) 20-27 (module 3)

Typical address is usually 4 to 5 digits. Ex: Allen-Bradley
110 00 (I or O, Rack #, Module #, Connection Points)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Flexible Addressing?

A

With flexible addressing you can create control logic software without being constrained to sequential I/O assignment, resulting in a randomly addressed I/O system.
I/O is addressing is done physically with Dual Inline Package (DIP) switches, or using EEPROM memory to contain the I/O data and is permanent after installation.
Advantage: allows PLC systems to be designed and installed in several stages
Disadvantage: Makes it difficult for troubleshooting and diagnostics

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

Non-Flexible Addressing?

A

Individual slots and points are determined by the sequence in which the I/O racks are connected together (fixed by manufacturer)

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

Four Tasks of Input Modules?

A
  1. Senses the presence or absence of an input signal at each of its input terminals
  2. Converts the input signal to a level usable by the interface’s electronic circuit
  3. Electronically isolates the input and output stages of the module
  4. Produces an output to be sensed by the CPU.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Bridge Rectifier Circuit?

A

Detects AC and converts to DC

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

Signal Conditioning?

A

A filter that protects against noise interference. Causes a signal delay of 9-25ms.

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

Threshold Decision Circuit?

A

Detects whether the incoming signal has reached the proper voltage level for the specified input rating. If the signal exceeds and remains at the threshold voltage for a time period of at least the filter delay, the signal will be recognized as valid.

22
Q

Optical Isolation?

A

Usually a phototransistor (LED) or some other type of opto-coupler device ensures there is no electrical connection between the field device (power) and PLC (logic), to prevent voltage spikes from damaging the logic side.

23
Q

Transistor-Transistor Logic?

A

A 5 Volt DC I/O point which allows for interfacing with TTL compatible devices such as solid-state controls and sensors. Sometimes requires an external +5 VDC supply.
TTL output interfaces allow the PLC to drive output devices that are TTL compatible (7 segment LED displays) and require an external +5 VDC power supply.
Input configuration is similar to AC/DC inputs except the time delay from filtering is shorter.

24
Q

Mixed I/O modules?

A

Allows each point in the module to be either an input or an output. This saves in installation costs and allows the detection of failures both in the module as well as the sensors and actuators connected to it.

25
Q

Triac?

A

A semiconductor device capable of switching alternating current

26
Q

Solid-State Device?

A

An electronic component that controls current flow by use of solid materials such as semiconductors.

27
Q

Silicon Controlled Rectifier (SCR)?

A

A semiconductor device used to control power in high voltage applications.

28
Q

Components of a Circuit?

A

The incoming signal, the opto-coupler which isolates it, the signal rectifier which converts it into AC or DC, the signal conditioner which filters out noise and either a threshold circuit to validate signals or a control relay to control the signal load. Depending on if its an I/O.

29
Q

Binary Coded Decimal (BCD)

A

A multibit input module that allows groups of bits to be input as a unit to accommodate devices that require that the bits be handled in parallel form.

30
Q

Numerical Data I/O interfaces

A

Comes in two classes providing interface to multibit digital devices and analog devices. It is used to input data into specific register or word locations in memory.

31
Q

Register Input Modules

A

Input modules that temporarily store data

32
Q

Multiplexing?

A

Allows one transmission line to carry several digital signals, and is accomplished by each line being used in short intervals at prescribed times by a signal source. A strobe signal is used to indicate the timing.

33
Q

Transducer?

A

Converts one form of energy into another.

34
Q

Thermocouple?

A

Type of transducer that converts temperature to voltage. As the temperature in the metal varies, so does the voltage. A voltage amplifier (temp-measuring transmitter) is used to increase the signal strength to a level the PLC can understand. They are extremely susceptible to noise, twisting the lead wires or applying a foil shield helps alleviate this.

35
Q

Resistance Temperature Detectors (RTDs)?

A

Type of transducer that detects a change in resistance of metal over a range in temperature. As the temperature of the metal increases, the resistance also increases. The resistance signal is converted to voltage using a converter, such as a differential amplifier.

36
Q

Pressure Transducers?

A

Type of transducer used to measure and control fluids such as a liquid and a gas. Pressure is the force that a fluid exerts on its surroundings. Static pressure - fluid not in motion. Dynamic pressure - fluid in motion.
Differential transformers are used to measure pressure by measuring the force of displacement (ex LVDT). Also resistance, inductance and capacitance are used to measure displacement via diaphragms or bellows.

37
Q

Linear Variable Differential Transformer (LVDT)?

A

Used by pressure transducers to measure pressure. It measures force in terms of the displacement of the ferromagnetic core of the transformer. The movement or displacement of the core affects the emf. The polarity of the voltage is affected by the direction the core moved, the magnitude is determined by the distance it moved

38
Q

Bellows?

A

Used by pressure transducers to convert a pressure differential into a physical displacement. If the pressure increases or decreases the bellows will either expand or contract, moving the core and changing its inductance value. This is change is measured and converted into a proportional voltage signal.

39
Q

Flow Transducers?

A

Measures solid flow and liquid flow. Solid flow measurement involves a conveyor and a load cell. The load measures displacement, the greater the force on the load cell the greater the displacement of the movable core. As the conveyor speed increases, so does the flow rate.
Liquid flow is measured using Bernoulli’s principle. As the velocity of a fluid increases, its pressure decreases. When a fluid flows through a restriction its velocity will increase and it’s pressure will decrease.

40
Q

Humidity Transducers?

A

To control the environmental conditions PLC’s must be able to compare the amount of moisture required to the amount present. Relative humidity is the ratio of moisture to the maximum amount of water vapor that air can possibly hold.

Hygrometers measure the change in length caused by humidity. By placing hydroscopic material under tension, an LVDT transmits a signal as the material length varies.

Psychrometers use wet/dry bulbs to measure the relative humidity based on the rate or evaporation.

41
Q

Photovoltaic Transducers?

A

A transducer that will generate a voltage proportional to light intensity. As the light shining on the device increases, the voltage increases.

42
Q

Four Applications of Advanced I/O

A
  1. Applications requiring a faster response than the CPU scan time.
  2. Applications requiring the sending and receiving of alphanumeric data between peripheral devices and PLC
  3. Motion control problems
  4. Complex control problems such as three-mode (PID) process control.
43
Q

Four Factors in Evaluating Analog I/O?

A
  1. Power requirements: large amount? external supply?
  2. Temperature coefficient and total output drift: Modules ability to maintain accuracy or temperature ranges
  3. Input impedance and capacitance: values must be know to match the external device to the module, measured in megohms and picofarads
  4. Common mode rejection ratio: Modules ability to prevent noise from interfering with data integrity.
44
Q

Fast Response Module?

A

Type of Advanced I/O with a microprocessor that detects input pulses of very short duration. It counts and accumulates the pulse and provides the CPU the results during the normal I/O scan.

45
Q

ASCII Module?

A

Type of Advanced I/O used for sending and receiving alphanumeric data between peripheral equipment and the PLC. Can have limited or advanced circuitry. The advanced circuitry has a RAM buffer that temporarily stores data and a microprocessor and is used in network communications.

46
Q

Proportional Integral Derivative (PID)?

A

Type of Advanced I/O used to process control applications in which PID algorithms are used, aka three mode closed loop control. A PID module allows process control to take place outside the CPU to lessen the burden. Its microprocessor compares data to setpoints and determines the appropriate output signal.

47
Q

Motion Control Modules?

A

Type of Advanced I/O used to control linear and rotary motion control applications. It’s basic requirement is to provide an intelligent closed-loop motion control capability to effectively interface the PLC sequencing operation with precisely executed positioning commands to a servo drive positioning system. Open loop - the PLC has no way of determining the accuracy of commands sent by the module to the output device.

48
Q

Automatic ID Modules?

A

A type of Advanced I/O. Automatic Identification and Data Collection (AIDC) describes the automatic direct entry of data into a PLC system. Provides a reliable means of identifying and tracking items. Ex. RFID, Bar Codes.

49
Q

Resolver Interface Module?

A

A type of Advanced I/O. It is used to input the angular or rotary shaft position, of a resolver rotor into a PLC system. The resolver cannot rotate while the PLC is off or the processor may not be able to calculate the correct position. The resolver cannot rotate more that 1/2 turn in one PLC scan.

50
Q

Optical Shaft Encoder?

A

A digital transducer that converts angular shaft position into a binary coded signal. This type of sensor uses an encoder disk to provide rotary displacement measurement.
Absolute encoders can maintain position information even during a power failure. Incremental encoders (tachometers) which measure position and velocity, cannot.