|
Many digital
circuits can generate PWM signals (e.g many microcontrollers have PWM outputs).
They normally use a counter that increments periodically (it is connected
directly or indirectly to the clock of the circuit) and is reset at the end of
every period of the PWM. When the counter value is more than the reference
value, the PWM output changes state from high to low (or low to high).
The incremented and periodically reset counter is the discrete version of the
intersecting method's saw tooth. The analog comparator of the intersecting
method becomes a simple integer comparison between the current counter value and
the digital (possibly digitized) reference value. The duty cycle can only be
varied in discrete steps, as a function of the counter resolution.
Analog
electronic circuits are those in which signals may vary continuously with time
to correspond to the information being represented. Electronic equipment like
voltage amplifiers, power amplifiers, tuning circuits, radios, and televisions
are largely analog (with the exception of their control sections, which may be
digital, especially in modern units).
In digital
electronic circuits, electric signals take on discrete values, which are not
dependent upon time, to represent logical and numeric values. These values
represent the information that is being processed. The transistor is one of the
primary components used in discrete circuits, and combinations of these can be
used to create logic gates. These logic gates may then be used in combination to
create a desired output from an input. In this page you can find one of the
circuit.
PWM Motor Driver
Rangkaian pada Gambar 1 dikenal dengan H bridge (jembatan
H). Rangkaian ini terdiri dari empat komponen switching (dapat menggunakan
transistor bipolar, Thyristor ataupun MOSFET). Rangkaian ini berfungsi untuk
menggerakkan motor DC dengan arah putaran yang dapat diubah. Empat buah
komponen switching ini bekerja secara berpasangan (a dengan a dan b dengan
b) serta bergantian tergantung fungsinya. Ketika pasangan a-a diberi
tegangan 5 volt serta b-b 0 volt, maka motor listrik akan dialiri arus
dengan arah ke kanan. Sebaliknya ketia pasangan a-a diberi tegangan 0 volt
dan b-b adalah 5 volt, maka aliran arus listriknya adalah ke kiri. Dengan
demikian maka putaran motornya juga akan berlawanan dengan sebelumnya.

Gambar 1. Rangkaian Driver Motor Menggunakan H Bridge
Sinyal untuk pasangan a-a dan b-b dapat diatur besar
kecil teganganya menggunakan metode PWM menggunakan rangkaian pada Gambar 2.
Rangkaian berikut berfungsi untuk memutar motor dengan arah putaran yang
dapat dibalik serta kecepatan putaran yang dapat diatur. Ketika input
kontrol bertegangan 5 volt maka motor akan dialiri arus listrik PWM oleh
pasangan b-b, sedangkan ketika input bertegangan 0 volt maka motor akan
dialiri arus listrik PWM oleh pasangan a-a. Arus listrik yang mengaliri
motor DC adalah arus listrik dengan besaran yang berubah-ubah tergantung
duty cycle sinyal PWM.

Gambar 2. Rangkaian Pembalik Putaran Motor DC Mode PWM.

|