Chapter 3 - I/O System Flashcards
Push button?
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
Selector switch?
A discrete input device that also requires force to turn the electrical operation from off to on or vice versa. Usually locks into position
Limit Switches?
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.
Relay?
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)
Electromechanical Relays?
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.
Solid State Relays?
There are no contact and all switching is done totally electronic using devices such as silicon controlled rectifiers.
Motor Starter Contacts?
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.
Photoelectric sensors (eyes)?
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.
Proximity switch?
A discrete input device that detects the presence of an object nearby without physical contact.
Thumbwheel switches?
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.
Circuit Breakers?
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.
Solenoids?
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.
Other discrete outputs?
Alarms Valves Fans Lights Motor Starters
The I/O System?
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.
I/O Addressing?
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)
Flexible Addressing?
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
Non-Flexible Addressing?
Individual slots and points are determined by the sequence in which the I/O racks are connected together (fixed by manufacturer)
Four Tasks of Input Modules?
- Senses the presence or absence of an input signal at each of its input terminals
- Converts the input signal to a level usable by the interface’s electronic circuit
- Electronically isolates the input and output stages of the module
- Produces an output to be sensed by the CPU.
Bridge Rectifier Circuit?
Detects AC and converts to DC
Signal Conditioning?
A filter that protects against noise interference. Causes a signal delay of 9-25ms.