Multivibrator/Timer CAD: National Semiconductor Application Brief 7 March 1983
Multivibrator/Timer CAD: National Semiconductor Application Brief 7 March 1983
National Semiconductor
Multivibrator/Timer CAD Application Brief 7
March 1983
Circuit design making use of monolithic multivibrators and astable operation is required). The Linear Databook by Na-
timers can be most easily and quickly done making use of a tional Semiconductor should be consulted for the specific
simple CAD (computer aided design) program. Fortunately, device pinout and additional device functions.
only 2 basic multivibrator types and 1 timer design type ex- This program is in ‘‘transportable’’ BASIC. No INPUT
ist, reducing the program requirements to 3 sets of algo- prompts for strings or ELSE statements are used. All IF
rithms. statements, if true, result in a GOTO. Variable and array
Figure 1 provides a view of the basic multivibrator and the names are unique and are limited to 2 characters in length.
tON (pulse width) determining resistor and capacitor (R1 and This program consists of multiple statement lines, which
C). the Advanced Bipolar Logic Databook by National Semi- must be dissected for some unexpanded microcomputers.
conductor Corporation should be consulted for the specific Some microcomputers may require that the DATA state-
device pinout and functions. ments on lines 850 and 860 be implemented as strings, and
Figure 2 is a block diagram showing the basic timer and the the READ statement on line 250 be replaced with the string
tON (pulse width) determining resistor and capacitor (R1 and handling routine.
C) along with the tOFF determining resistor R2 (required if
TL/H/5248 – 1
Multivibrators accommodated by this program are shown in lines 130
The timers accommodated by this
through 200 of the listing.
program are shown on lines 210 and
FIGURE 1 220 of the listing.
TL/H/5248 – 2
FIGURE 2
2
3
Multivibrator/Timer CAD
NATIONAL’S PRODUCTS ARE NOT AUTHORIZED FOR USE AS CRITICAL COMPONENTS IN LIFE SUPPORT
DEVICES OR SYSTEMS WITHOUT THE EXPRESS WRITTEN APPROVAL OF THE PRESIDENT OF NATIONAL
SEMICONDUCTOR CORPORATION. As used herein:
1. Life support devices or systems are devices or 2. A critical component is any component of a life
systems which, (a) are intended for surgical implant support device or system whose failure to perform can
into the body, or (b) support or sustain life, and whose be reasonably expected to cause the failure of the life
failure to perform, when properly used in accordance support device or system, or to affect its safety or
with instructions for use provided in the labeling, can effectiveness.
be reasonably expected to result in a significant injury
to the user.
National does not assume any responsibility for use of any circuitry described, no circuit patent licenses are implied and National reserves the right at any time without notice to change said circuitry and specifications.