
An electrical interlock is a method for restricting current flow between two or more devices to prevent faults and protect against issues such as short circuits. Interlocks are used in microprocessor architecture to stall a pipeline when a hazard is detected, and in security systems to control access to buildings. In electrical systems, interlocks employ mechanical devices or padlocks to manage the movement of circuit breakers and prevent injuries by restricting direct contact with energized parts of electrical equipment.
Explore related products
What You'll Learn
- Interlocks prevent injuries by stopping direct contact with electrical equipment
- They can be used to restrict current flow between devices
- They are used to prevent non-sequential events from occurring
- Interlocks can be mechanical or electronic
- They are used in microprocessor architecture to stall a pipeline when a hazard is detected

Interlocks prevent injuries by stopping direct contact with electrical equipment
An interlock is a method for restricting action to prevent injuries and protect against various issues. In electrical engineering, interlocks are used to restrict current flow between two or more devices. These types of interlocks use normally open and normally closed contacts to prevent another device from turning on. For example, if you have two relays, CR1 and CR2, and you want to prevent CR1 from turning on if CR2 is on, you would wire the coil in series from CR1 into the normally closed contacts of CR2. This ensures that for CR1 to energize, CR2 must be de-energized. This type of interlock is often used when designing an electrical circuit or system.
Interlocks can also be used as a form of security or access control. In high-security buildings, access control systems may be set up so that the ability to open one door requires another one to be closed first. This type of setup is called a mantrap and can prevent piggybacking or tailgating. Another example of an electrical interlock security system is a trapped key interlock transfer block. In this system, a key is released that can be used to grant access to individual or multiple doors. To obtain the keys, a key must first be inserted and turned. Once the key is turned, the operator may retrieve the remaining keys, which will be used to open other doors. Only once all keys are returned can the original key be removed.
Logical interlocks are another type of interlock used in electrical engineering. These interlocks have an instruction or variable that must be true to allow a result. For example, a pump downstream of a process that needs to be running to start the next pump in line. To do this, the pump's running signal is put in series with the output used for the next pump, ensuring the second pump will not start unless the first pump is running. Logical interlocks are useful when devices are not easily connected electrically or mechanically.
In addition to preventing direct contact with energized parts of electrical equipment, interlocks also allow generator backup power to be provided safely. They do this by preventing main and generator power from being connected simultaneously and by allowing circuit breakers to operate normally without interference in the event of an overload condition. Most interlock devices for electrical systems employ a mechanical device to manage the movement of circuit breakers, and some also allow for the use of padlocks to prevent accidental activation of the main power system without authorization.
Understanding Electrical Insulation and Its Importance
You may want to see also
Explore related products

They can be used to restrict current flow between devices
An electrical interlock is a method to restrict current flow between two or more devices. It is a safety feature designed to prevent accidents and injuries by stopping direct contact with energized parts of electrical equipment.
Electrical interlocks are commonly used in electrical circuits or systems to ensure that one device is de-energized before another can be activated. This is achieved through the use of normally open and normally closed contacts. For example, consider two relays, CR1 and CR2. To prevent CR1 from turning on when CR2 is on, the coil is wired in series from CR1 into the normally closed contacts of CR2. This ensures that for CR1 to energize, CR2 must be de-energized first.
Another example of an electrical interlock is a thermal overload on a motor starter. When the current is too high, the coil circuit will open, causing a shutdown of the motor. Once the motor has cooled down, the thermal overload will allow current flow again. This type of interlock helps prevent damage to the motor and ensures safe operation.
In microprocessor architecture, an interlock is used to stall a pipeline when a hazard is detected. For instance, if a software program tries to load data from the system bus and use it in the following cycle, an interlock can be used to prevent this undesired state and ensure the data is not used until it is ready.
Logical interlocks are another type of interlock used when devices cannot be easily connected electrically or mechanically. A logical interlock has an instruction or variable that must be true to allow a result. For example, consider two pumps in a series, where the second pump cannot start until the first pump is running. Here, the first pump acts as a logical interlock for the second pump.
Electrical Induction: Understanding the Core Principles
You may want to see also
Explore related products

They are used to prevent non-sequential events from occurring
An electrical interlock is a method for restricting action to prevent non-sequential events from occurring. It is used to restrict current flow between two or more devices, ensuring that one device cannot turn on until the other is de-energized. This is achieved through the use of normally open and normally closed contacts. For example, consider two relays, CR1 and CR2. If you want to prevent CR1 from turning on when CR2 is on, you would wire the coil in series from CR1 into the normally closed contacts of CR2. This ensures that for CR1 to energize, CR2 must be de-energized first.
Another example of an electrical interlock is a thermal overload on a motor starter. When the current is too high, the coil circuit will open and cause a shutdown of the motor. Once the motor has cooled down, the thermal overload will allow the current flow to resume. This type of interlock is commonly used in the design of electrical circuits or systems to prevent non-sequential events and maintain safe operation.
In microprocessor architecture, an interlock is a form of digital electronic circuitry that stalls a pipeline when a hazard is detected. This type of interlock can be used to prevent undesired states in a finite-state machine. For instance, if a software program loads data from the system bus and intends to use it in the subsequent cycle, an interlock can be employed to stall the pipeline until the data is ready. This prevents the software from executing the next step before the data is available, ensuring sequential operations.
Interlocks also play a significant role in security systems, particularly in high-security buildings. Access control systems may be configured so that opening one door requires another to be closed first. This setup, known as a "mantrap," prevents piggybacking or tailgating. It ensures that individuals must enter and exit through a series of doors in a specific sequence, enhancing security.
Understanding Electrical Infinity: Infinite Possibilities, Infinite Power
You may want to see also
Explore related products
$2.99 $6.99

Interlocks can be mechanical or electronic
Interlocks are used as a method for restricting action and preventing undesirable actions. They are a safety measure designed to prevent injuries by stopping direct contact with energized parts of electrical equipment. Interlocks can be mechanical or electronic.
Mechanical interlocks are often used in high-security buildings to control access. For example, a person entering a building may have to pass through two sets of doors, with the first door closing before they can enter through the second door. This type of interlock security can prevent piggybacking or tailgating. Mechanical interlocks are also used in electrical systems to manage the movement of circuit breakers and prevent main and generator power from being connected simultaneously.
Electronic interlocks, on the other hand, take the form of detection and identification systems. Examples include PIN codes, face recognition, and fingerprint recognition. In microprocessor architecture, an electronic interlock is circuitry that stalls a pipeline when a hazard is detected until the hazard is cleared. For instance, in a cascading conveyor system, the upstream conveyors are interlocked to wait for the downstream conveyors to start and clear before allowing boxes to move downstream.
Both mechanical and electronic interlocks can be used in electrical systems. Electrical interlocks restrict current flow between two or more devices using normally open and normally closed contacts. Relays and contactors are commonly used as electrical interlocks to prevent short circuits and ensure the safe operation of machines.
Understanding 'In Phase' Electrical Concepts: Meaning and Applications
You may want to see also
Explore related products
$16.49 $32.99

They are used in microprocessor architecture to stall a pipeline when a hazard is detected
In microprocessor architecture, an interlock is a mechanism that stalls the pipeline when a hazard is detected. This is done by inserting bubbles, or indicating that the stages are busy, which pauses the other stages upstream until the hazard is cleared.
For example, a hazard may occur when a software program loads data from the system bus and calls for the use of that data in the following cycle, but the load takes multiple cycles (a load-to-use hazard). In this case, an interlock would be used to stall the pipeline until the data is ready, preventing undesired states in a finite-state machine.
Interlocks are also used in electrical systems to manage the movement of circuit breakers and prevent injuries. They ensure that main and generator power are not connected simultaneously and allow circuit breakers to function normally during an overload without interference.
In the context of CPU architecture, the MIPS (Microprocessor without Interlocked Pipeline Stages) design aimed to eliminate the need for interlocking by fitting every sub-phase of instructions into a single cycle. However, later versions of MIPS reintroduced interlocking due to the varying memory latencies of new implementations.
Insulation in Electrical Systems: What Does It Mean?
You may want to see also
Frequently asked questions
An electrical interlock is a method used to restrict current flow between two or more devices. These interlocks use normally open and normally closed contacts to prevent another device from turning on.
An example of an electrical interlock is a thermal overload on a motor starter. When the current is too great, the coil circuit will open and cause a shutdown on the motor. Once cooled, the thermal overload allows current flow again.
A logical interlock has an instruction or variable that must be true to allow a result. An example of a logical interlock is a pump downstream of a process that needs to be running to start the next pump in line.











































