Interlock (engineering)

From Wikipedia, the free encyclopedia

Interlocking is a method of preventing undesired states in a state machine, which in a general sense can include any electrical, electronic, or mechanical device or system.

In most applications an interlock is a device used to help prevent a machine from harming its operator or damaging itself by stopping the machine when tripped. Household microwave ovens are equipped with interlock switches which disable the magnetron if the door is opened. Similarly household washing machines will interrupt the spin cycle when the lid is open. Interlocks also serve as important safety devices in industrial settings, where they protect employees from devices such as robots, presses, and hammers. While interlocks can be something as sophisticated as curtains of infrared beams and photodetectors, they are often just switches.

In microprocessor architecture an interlock is hardware that stalls the pipeline (inserts bubbles) when a hazard is detected until the hazard is cleared. One example of a hazard is if a software program loads data from the system bus and calls for use of that data in the following cycle in a system in which loads take multiple cycles (a load-to-use hazard).

Interlocks may be strictly mechanical, as in the internal safety of a firearm that prevents release of the firing pin unless the chamber is properly closed.

[edit] See also

In other languages