Chapter 11 Relay control systems

The word “discrete” means individual or distinct. In engineering, a “discrete” variable or measurement refers to a true-or-false condition. Thus, a discrete control system is one designed to operate on Boolean (“on” or “off”) signals supplied by discrete sensors such as process switches.

A form of discrete control taught in every introductory course on digital electronics involves the use of circuits called logic gates. These circuits input one or more Boolean signals, and output a Boolean signal according to a simple rule such as “AND” or “OR”:

Industrial control systems rarely utilize logic gates in a direct fashion for discrete control systems, although the fundamental concepts of “AND,” “OR,” and other gate types are universally applied. Instead, control functions are either implemented using electromechanical relays and/or with programmable digital devices such as PLCs (Programmable Logic Controllers). This chapter focuses on the practical use of both technologies for industrial discrete control.

An “AND” function is equivalent to series-connected normally-open contacts in a relay control circuit, because the lamp will energize only if switch A and switch B are actuated:

An “OR” function is equivalent to parallel-connected normally-open contacts in a relay control circuit, because the lamp will energize if switch A or switch B is actuated:

The “NOT” function is equivalent to a single normally-closed contact in a relay control circuit, because the lamp will energize only if the switch is not actuated:

11.1 Control relays

An electromechanical relay is an electrical switch actuated by an electromagnet coil. As switching devices, they exhibit simple “on” and “off” behavior with no intermediate states. Relays are very useful devices, as they allow a single discrete (on/off) electrical signal to control much greater levels of electrical power, and/or multiple power or control signals that are otherwise isolated from each other. For example, a relay may be controlled by a low-voltage, low-current signal that passes through a delicate switch of some sort (e.g. limit switch, proximity switch, optical sensor), and then the switching contacts of that relay may be used to control a much higher-voltage, higher-current circuit, and even multiple circuits given multiple sets of switching contacts.

The electronic schematic symbol for a simple single-pole, single-throw (SPST) relay is shown here:

A coil of wire wrapped around a laminated ferrous core provides the magnetic field necessary to actuate the switch mechanism. This electromagnet coil’s actuating influence on the relay’s contact(s) is represented by the dashed line. This particular relay is equipped with normally open (NO) switch contacts, which means the switch will be in the open (off) state when the relay coil is de-energized. Recall from section 9.1 that the “normal” status of a switch is the resting condition of no stimulation. A relay switch contact will be in its “normal” status when its coil is not energized. A single-pole, single-throw relay with a normally-closed (NC) switch contact would be represented in an electronic schematic like this:

In the electrical control world, the labels “Form-A” and “Form-B” are synonymous with “normally open” and “normally closed” contacts, respectively. Thus, we could have labeled the SPST relay contacts as “Form-A” and “Form-B,” respectively:

An extension of this theme is the single-pole, double-throw (SPDT) relay contact, otherwise known as a “Form-C” contact. This design of switch provides both a normally-open and normally-closed contact set in one unit, actuated by the electromagnet coil:

A further extension on this theme is the double-pole, double-throw (DPDT) relay contact. This design of switch provides two sets of Form-C contacts in one unit, simultaneously actuated by the electromagnet coil:

DPDT relays are some of the most common found in industry, due to their versatility. Each Form-C contact set offers a choice of either normally-open or normally-closed contacts, and the two sets (two “poles”) are electrically isolated from each other so they may be used in different circuits.

A common package for industrial relays is the so-called ice cube relay, named for its clear plastic case allowing inspection of the working elements. These relays plug into multi-pin base sockets for easy removal and replacement in case of failure. A DPDT “ice cube” relay is shown in the following photographs, ready to be plugged into its base (left) and with the plastic cover removed to expose both sets of Form-C contacts (right):

These relays connect to the socket with eight pins: three for each of the two Form-C contact set, plus two more pins for the coil connections. Due to the pin count (8), this style of relay base is often referred to as an octal base.

A closer view of one Form-C contact shows how the moving metal “leaf” contacts one of two stationary points, the actual point of contact being made by a silver-coated “button” at the end of the leaf. The following photographs show one Form-C contact in both positions:

Industrial control relays usually have connection diagrams drawn somewhere on the outer shell to indicate which pins connect to which elements inside the relay. The style of these diagrams may vary somewhat, even between relays of identical function. Take for instance the diagrams shown here, photographed on three different brands of DPDT relay:

Bear in mind that these three relays are identical in their essential function (DPDT switching), despite differences in physical size and contact ratings (voltage and current capacities). Only two of the three diagrams shown use the same symbols to represent contacts, and all three use unique symbols to represent the coil.

Back to Main Index of Book