Chapter 12
Fundamentals of Electricity & Electronics
Logic is considered the science of reasoning—the development of a reasonable conclusion based on known information. Human reasoning tells us that certain propositions are true if certain conditions or premises are true. An annunciator being lit in the master warning panel is an example of a proposition, which is either true or false. For example, predetermined and designed conditions must be met in order for an annunciator in a master warning panel to be lit. A “LOW HYDRAULIC PRESS” annunciator may have a simple set of conditions that cause it to be illuminated. If the conditions are met, such as a hydraulic reservoir that is low on fluid causing the line press to be low, then the logic is true and the annunciator lights. Several propositions, when combined, form a logical function. In the example above, the “LOW HYDRAULIC PRESS” annunciator is on if the LED is not burned out and the hydraulic press is low or if the LED is not burned out and the annunciator test is being asserted.
This section on logic circuits only serves as an introduction to the basic concepts. The technician encounters many situations can be condensed down to simple yes⁄no or true⁄false statements that, if logically ordered, can filter a problem down to a reasonable answer. The digital logic circuits are well suited for this task and have been employed in today’s integrated circuits found in virtually all of the devices that we take for granted in modern aircraft. These logical circuits are used to carry out the logical functions for such things as navigation and communications. There are several fundamental elements that form the building blocks of the complex digital systems found in line replaceable units (LRUs) and avionics card cages. The following is a very basic outline of what those elements are and what logic conditions they process. It is far beyond the scope of this handbook to cover digital logic systems due to the vast body of knowledge that it represents. However, this serves as an introduction and, in some limited cases, is useful in reading system block diagrams that use logic symbols to aid the technician in understanding how a given circuit operates.
Logic Polarity
Electrical pulses can represent two logic conditions and any two differing voltages can be used for this purpose. For example, a positive voltage pulse could represent a true or 1 condition and a negative voltage pulse could then represent a false or 0 logic condition. The condition in which the voltage changes to represent a true or 1 logic is known as the logic polarity. Logic circuits are usually divided into two broad classes: positive polarity and negative polarity. The voltage levels used and a statement indicating the use of positive or negative logic is usually specified in the logic diagrams provided by the original equipment manufacturers (OEMs).
Positive
When a signal that activates a circuit to a 1, true or high condition, has an electrical level that is relatively more positive than the other 0 or false condition, then the logic polarity is said to be positive. An example would be:
Negative
When the signal that actives a circuit to a 1, true or high condition, has an electrical level that is relatively more negative than the other 0 or false condition, then the logic polarity is said to be negative. An example would be:
Pulse Structure
Figure 12-251 illustrates the positive and negative pulse in an idealized form. In both forms, the pulse is composed of two edges—one being the leading edge and the other the trailing edge. In the case of the positive pulse logic, the positive transition from a lower state to a higher state is the leading edge and the trailing edge is the opposite. In the case of the negative logic pulse, the negative transition from a higher state to a lower state is the leading edge while the rise from the lower state back to the higher state is the trailing edge. Figure 12-251 is considered an ideal pulse because the rise and fall times are instantaneous. In reality, these changes take time, although in actual practice, the rise and fall can be assumed as instantaneous. Figure 12-252 shows the non-ideal pulse and its characteristics. The time required for a pulse to go from a low state to a high state is called the rise amplitude. The reason for taking the measurements in these points is due to the non-linear shape of the pulse in the first 10 percent and final 90 percent of the rise and fall amplitudes. The pulse width is defined as the duration of the pulse. To be more specific, it is the time between the 50 percent amplitude point on both the pulse rise and fall.
Basic Logic Circuits
Boolean logic is a symbolic system used in representing the truth value of statements. It is employed in the binary system used by digital computers primarily because the only truth values (true and false) can be represented by the binary digits 1 and 0. A circuit in computer memory can be open or closed, depending on the value assigned to it. The fundamental operations of Boolean logic, often called Boolean operators, are “and,” “or,” and “not;” combinations of these make up 13 other Boolean operators. Six of these operators are discussed.
The Inverter Logic
The inverter circuit performs a basic logic function called inversion. The purpose of the inverter is to convert one logic state into the opposite state. In terms of a binary digit, this would be like converting a 1 to a 0 or a 0 to a 1. When a high voltage is applied to the inverter input, low voltage is the output. When a low voltage is applied to the input, a high voltage is on the output. This operation can be put into what is known as a logic or truth table. The standard logic symbol is shown in Figure 12-253. Figure 12-254 shows the possible logic states for this gate. This is the common symbol for an amplifier with a small circle on the output. This type of logic can also be considered a NOT gate.