Block diagram
   HOME

TheInfoList



OR:

A block diagram is a
diagram A diagram is a symbolic representation of information using visualization techniques. Diagrams have been used since prehistoric times on walls of caves, but became more prevalent during the Enlightenment. Sometimes, the technique uses a three ...
of a
system A system is a group of interacting or interrelated elements that act according to a set of rules to form a unified whole. A system, surrounded and influenced by its environment, is described by its boundaries, structure and purpose and express ...
in which the principal parts or functions are represented by blocks connected by lines that show the relationships of the blocks.SEVOCAB: Software and Systems Engineering Vocabulary
Term: ''block diagram''. retrieved 31 July 2008.
They are heavily used in engineering in hardware design,
electronic design ''Electronic Design'' magazine, founded in 1952, is an electronics and electrical engineering trade magazine and website. History Hayden Publishing Company began publishing the bi-weekly magazine Electronic Design in December 1952, and was ...
,
software design Software design is the process by which an agent creates a specification of a software artifact intended to accomplish goals, using a set of primitive components and subject to constraints. Software design may refer to either "all the activi ...
, and
process flow diagram A process flow diagram (PFD) is a diagram commonly used in chemical and process engineering to indicate the general flow of plant processes and equipment. The PFD displays the relationship between ''major'' equipment of a plant facility and does ...
s. Block diagrams are typically used for higher level, less detailed descriptions that are intended to clarify overall concepts without concern for the details of implementation. Contrast this with the schematic diagrams and layout diagrams used in electrical engineering, which show the implementation details of electrical components and physical construction.


Usage

As an example, a block diagram of a
radio Radio is the technology of signaling and communicating using radio waves. Radio waves are electromagnetic waves of frequency between 30  hertz (Hz) and 300  gigahertz (GHz). They are generated by an electronic device called a tr ...
is not expected to show each and every connection and dial and switch, but the schematic diagram is. The schematic diagram of a radio does not show the width of each connection in the
printed circuit board A printed circuit board (PCB; also printed wiring board or PWB) is a medium used in electrical and electronic engineering to connect electronic components to one another in a controlled manner. It takes the form of a laminated sandwich str ...
, but the layout does. To make an analogy to the map making world, a block diagram is similar to a highway map of an entire nation. The major cities (functions) are listed but the minor county roads and city streets are not. When troubleshooting, this high level map is useful in narrowing down and isolating where a problem or fault is. Block diagrams rely on the principle of the black box where the contents are hidden from view either to avoid being distracted by the details or because the details are not known. We know what goes in, we know what goes out, but we can't see how the box does its work. In
electrical engineering Electrical engineering is an engineering discipline concerned with the study, design, and application of equipment, devices, and systems which use electricity, electronics, and electromagnetism. It emerged as an identifiable occupation in the l ...
, a design will often begin as a very high level block diagram, becoming more and more detailed block diagrams as the design progresses, finally ending in block diagrams detailed enough that each individual block can be easily implemented (at which point the block diagram is also a schematic diagram). This is known as top down design.
Geometric shapes Geometric Shapes is a Unicode block of 96 symbols at code point range U+25A0–25FF. U+25A0–U+25CF The BLACK CIRCLE is displayed when typing in a password field, in order to hide characters from a screen recorder or shoulder surfing. U+ ...
are often used in the diagram to aid interpretation and clarify meaning of the process or model. The geometric shapes are connected by lines to indicate association and direction/order of traversal. Each engineering discipline has their own meaning for each shape. Block diagrams are used in every discipline of engineering. They are also a valuable source of concept building and educationally beneficial in non-engineering disciplines. In
process control An industrial process control in continuous production processes is a discipline that uses industrial control systems to achieve a production level of consistency, economy and safety which could not be achieved purely by human manual control. ...
, block diagrams are a visual language for describing actions in a complex system in which blocks are black boxes that represent mathematical or logical operations that occur in sequence from left to right and top to bottom, but not the physical entities, such as processors or relays, that perform those operations. It is possible to create such block diagrams and implement their functionality with specialized programmable logic controller (PLC) programming languages. In
biology Biology is the scientific study of life. It is a natural science with a broad scope but has several unifying themes that tie it together as a single, coherent field. For instance, all organisms are made up of cells that process hereditary ...
there is an increasing use of engineering principles, techniques of analysis and methods of diagramming. There is some similarity between the block diagram and what is called Systems Biology Graphical Notation. As it is there is use made in
systems biology Systems biology is the computational and mathematical analysis and modeling of complex biological systems. It is a biology-based interdisciplinary field of study that focuses on complex interactions within biological systems, using a holistic ...
of the block diagram technique harnessed by
control engineering Control engineering or control systems engineering is an engineering discipline that deals with control systems, applying control theory to design equipment and systems with desired behaviors in control environments. The discipline of controls o ...
Cosentino, C. & Bates, D. 2011. Feedback control in systems biology. New York : CRC Press where the latter is itself an application of
control theory Control theory is a field of mathematics that deals with the control system, control of dynamical systems in engineered processes and machines. The objective is to develop a model or algorithm governing the application of system inputs to drive ...
. An example of this is the function block diagram, one of five programming languages defined in part 3 of the IEC 61131 (see IEC 61131-3) standard that is highly formalized (see
formal system A formal system is an abstract structure used for inferring theorems from axioms according to a set of rules. These rules, which are used for carrying out the inference of theorems from axioms, are the logical calculus of the formal system. A fo ...
), with strict rules for how diagrams are to be built. Directed lines are used to connect input variables to block inputs, and block outputs to output variables and inputs of other blocks.


See also

* Black box * Bond graph *
Data flow diagram A data-flow diagram is a way of representing a flow of data through a process or a system (usually an information system). The DFD also provides information about the outputs and inputs of each entity and the process itself. A data-flow diagram h ...
* Functional flow block diagram * One-line diagram * Reliability block diagram * Schematic diagram *
Signal-flow graph A signal-flow graph or signal-flowgraph (SFG), invented by Claude Shannon, but often called a Mason graph after Samuel Jefferson Mason who coined the term, is a specialized flow graph, a directed graph in which nodes represent system variables, ...


References


External links

{{commons Diagrams Modeling languages