Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Notes  >  Interfacing Digital To Analog Converters

Interfacing Digital To Analog Converters - Computer Science Engineering (CSE) PDF Download

Interfacing Digital To Analog Converters - Computer Science Engineering (CSE)

Interfacing ADC0808 with 8086

Interfacing Digital To Analog Converters:

The digital to analog converters convert binary numbers into their analog equivalent voltages. The DAC find applications in areas like digitally controlled gains, motor speed controls, programmable gain amplifiers, etc.

DAC0800 8-bit Digital to Analog Converter

  • The DAC 0800 is a monolithic 8-bit DAC manufactured by National Semiconductor.
  • It has settling time around 100ms and can operate on a range of power supply voltages i.e. from 4.5V to +18V.
  • Usually the supply V+ is 5V or +12V.
  • The V-pin can be kept at a minimum of -12V.

Interfacing Digital To Analog Converters - Computer Science Engineering (CSE)  

Pin Diagram of DAC 0800

Interfacing Digital To Analog Converters - Computer Science Engineering (CSE)

Interfacing DAC0800 with 8086 Ad 7523 8-Bit Multiplying DAC:

  • Intersil‟s AD 7523 is a 16 pin DIP, multiplying digital to analog converter, containing R-2R ladder(R=10KΩ) for digital to analog conversion along with single pole double through NMOS switches to connect the digital inputs to the ladder.

Interfacing Digital To Analog Converters - Computer Science Engineering (CSE)

Pin Diagram of AD7523

  • The supply range extends from +5V to +15V , while Vref may be anywhere between -10V to +10V. The maximum analog output voltage will be +10V, when all the digital inputs are at logic high state. Usually a Zener is connected between OUT1 and OUT2 to save the DAC from negative transients.
  • An operational amplifier is used as a current to voltage converter at the output of AD 7523 to convert the current output of AD7523 to a proportional output voltage.
  • It also offers additional drive capability to the DAC output. An external feedback resistor acts to control the gain. One may not connect any external feedback resistor, if no gain control is required.

Interfacing Digital To Analog Converters - Computer Science Engineering (CSE)  

Interfacing AD7523 with 8086 Stepper Motor Interfacing:

  • A stepper motor is a device used to obtain an accurate position control of rotating shafts. It employs rotation of its shaft in terms of steps, rather than continuous rotation as in case of AC or DC motors. To rotate the shaft of the stepper motor, a sequence of pulses is needed to be applied to the windings of the stepper motor, in a proper sequence.
  • The number of pulses required for one complete rotation of the shaft of the stepper motor is equal to its number of internal teeth on its rotor. The stator teeth and the rotor teeth lock with each other to fix a position of the shaft.
  • With a pulse applied to the winding input, the rotor rotates by one teeth position or an angle x. The angle x may be calculated as:

X=3600/no. of rotor teeth 

  • After the rotation of the shaft through angel x, the rotor locks itself with the next tooth in the sequence on the internal surface of stator.
  • The internal schematic of a typical stepper motor with four windings is shown in fig.1.
  • The stepper motors have been designed to work with digital circuits. Binary level pulses of 0-5V are required at its winding inputs to obtain the rotation of shafts. The sequence of the pulses can be decided, depending upon the required motion of the shaft.
  • Fig.2 shows a typical winding arrangement of the stepper motor.
  • Fig.3 shows conceptual positioning of the rotor teeth on the surface of rotor, for a six teeth rotor.

  Interfacing Digital To Analog Converters - Computer Science Engineering (CSE)

Fig.1 Internal schematic of a four winding stepper motor

Interfacing Digital To Analog Converters - Computer Science Engineering (CSE)

Fig.2 Winding arrangement of a stepper motor.

Interfacing Digital To Analog Converters - Computer Science Engineering (CSE)

Fig.3 Stepper motor rotor

  • The circuit for interfacing a winding Wn with an I/O port is given in fig.4. Each of the windings of a stepper motor needs this circuit for its interfacing with the output port. A typical stepper motor may have parameters like torque 3 Kg-cm, operating voltage 12V, current rating 0.2 A and a step angle 1.80 i.e. 200 steps/revolution (number of rotor teeth).
  • A simple schematic for rotating the shaft of a stepper motor is called a wave scheme. In this scheme, the windings Wa, Wb, Wc and Wd are applied with the required voltages pulses, in a cyclic fashion. By reversing the sequence of excitation, the direction of rotation of the stepper motor shaft may be reversed.
  • Table.1 shows the excitation sequences for clockwise and anticlockwise rotations.
    Another popular scheme for rotation of a stepper motor shaft applies pulses to two successive windings at a time but these are shifted only by one position at a time. This scheme for rotation of stepper motor shaft is shown in table2.

Interfacing Digital To Analog Converters - Computer Science Engineering (CSE)

Fig.4 interfacing stepper motor winding.

Table.1 Excitation sequence of a stepper motor using wave switching scheme.

MotionstepABCD
Clock Wise Direction
 
11000
20100
30010
40001
51000
Anti clock wise Direction11000
20001
30010
40100
51000

 Table.2 An alternative scheme for rotating stepper motor shaft

 

MotionstepABCD
Clock wise Direction10011
20110
31100
41001
50011
Anti clock wise Direction10011
21001
31100
40110
50000

 

The document Interfacing Digital To Analog Converters - Computer Science Engineering (CSE) is a part of Computer Science Engineering (CSE) category.
All you need of Computer Science Engineering (CSE) at this link: Computer Science Engineering (CSE)

FAQs on Interfacing Digital To Analog Converters - Computer Science Engineering (CSE)

1. What is a Digital to Analog Converter (DAC)?
Ans. A Digital to Analog Converter (DAC) is a electronic device that converts digital signals into analog signals. It takes a binary input and produces a corresponding analog output. This is useful in various applications such as audio and video playback, communication systems, and control systems.
2. How does a Digital to Analog Converter work?
Ans. A Digital to Analog Converter works by taking a digital input, typically in the form of binary code, and converting it into an analog output. This is done by using a combination of resistors, switches, and amplifiers. The binary input is used to control the switches, which in turn control the resistors to produce the desired analog output.
3. What are the different types of Digital to Analog Converters?
Ans. There are several types of Digital to Analog Converters, including: - Binary-weighted DAC: This type of DAC uses a set of resistors with different weights to convert the binary input into an analog output. - R-2R ladder DAC: This type of DAC uses a ladder network of resistors to provide a weighted output based on the binary input. - Successive Approximation DAC: This type of DAC uses a binary search algorithm to approximate the analog output based on the binary input. - Delta-Sigma DAC: This type of DAC uses oversampling and noise shaping techniques to achieve high-resolution and high-accuracy conversion.
4. What is the resolution of a Digital to Analog Converter?
Ans. The resolution of a Digital to Analog Converter refers to the number of distinct output levels it can produce. It is typically expressed in bits, where a higher number of bits corresponds to higher resolution. For example, a 12-bit DAC can produce 2^12 (4096) distinct output levels, while an 8-bit DAC can produce 2^8 (256) distinct output levels.
5. What are the applications of Digital to Analog Converters?
Ans. Digital to Analog Converters have various applications, including: - Audio and video playback: DACs are used in devices such as CD players, MP3 players, and DVD players to convert digital audio and video signals into analog signals for output to speakers or displays. - Communication systems: DACs are used in modems and other communication devices to convert digital signals into analog signals for transmission over analog communication channels. - Control systems: DACs are used in industrial control systems and robotics to convert digital control signals into analog control signals for precise control of motors, actuators, and other devices.
Download as PDF

Top Courses for Computer Science Engineering (CSE)

Related Searches

Interfacing Digital To Analog Converters - Computer Science Engineering (CSE)

,

pdf

,

Interfacing Digital To Analog Converters - Computer Science Engineering (CSE)

,

Free

,

Semester Notes

,

ppt

,

Sample Paper

,

study material

,

MCQs

,

Interfacing Digital To Analog Converters - Computer Science Engineering (CSE)

,

Important questions

,

video lectures

,

Summary

,

Viva Questions

,

Previous Year Questions with Solutions

,

Extra Questions

,

past year papers

,

Objective type Questions

,

practice quizzes

,

shortcuts and tricks

,

mock tests for examination

,

Exam

;