|
INTRODUCTION:
Now a days DC motors
plays a vital role in most of the industrial areas,
it can be seen in most of the
electronic devices. They are mainly used for the mechanical
movements of physical applications such as rolling the bundle of sheets
or CD drives, lifts etc.
Many methods evolved to control the revolution of a
motor. DC motors can be controlled either by
software or directly by hardware. Software
controlling needs computers which are bulky and
common man cannot afford for it, so hardware
controls are in use. Even in hardware if it is
programmable device then it is preferred because it can be modeled according to the requirements of
the user.
Advantages of using PIC over
other controlling devices for controlling the DC
motor are given below:
1. SPEED:
The execution of an
instruction in PIC IC is very fast (in micro
seconds) and can be changed by changing the
oscillator frequency. One instruction generally
takes 0.2 microseconds.
2. COMPACT: The PIC IC will
make the hardware circuitry compact.
3. RISC PROCESSOR: The
instruction set consists only 35 instructions.
4. EPROM PROGRAM MEMORY:
Program can be modified and rewritten very easily.
5. INBUILT HARDWARE SUPPORT:
Since PIC IC has inbuilt programmable timers, ports
and
interrupts, no extra hardware is needed.
6. POWERFUL OUTPUT PIN CONTROL:
Output pins can be driven to high state, using a
single instruction. The output pin can drive a load
up to 25mA.
7. INBUILT I/O PORTS EXPANSIONS:
This reduces the extra IC’s which are needed for
port expansion and port can be expanded very easily.
8. INTEGRATION OF
OPERATIONAL FEATURES: Power on reset and brown/out protection ensures that the chip operates only
when the supply voltage is within specification. A
watchdog timer resets PIC if the chip ever
malfunctions and deviates from its normal operation.
|