Kamis, 13 Januari 2011

Kendali Motor Steper dengan Atmega16


With this project you can control a unipolar stepper motor. You can control both the speed and the direction of the motor.

The speed and direction and can changed with help of the keypad. The data's are displayed over the LCD display.

A 4x4 keypad is used for entering the speed and selecting the direction.

Load the hex file into the chip, dont forget to select the internal oscillator at 10Mhz.

Then switch on the circuit and select the direction by pressing the corresponding key (Left or Right). Then enter the speed through the numeric keys and press the Enter key to start the operation. To switch off the motor press the separate switch which is connected to the port A.0

Proteus simulation file is also added with the download file, so that you can run the program on your desktop.


Download skematik dan program:


http://avrprojects.info/files/files/Stepper-motor-with-atmega16.zip



Menggabungkan (Join) Beberapa File Berformat Avi Tanpa Software





Untuk menggabungkan, bisa menggunakan perintah COPY dari Command Line Prompt.

Masuk ke command line (Klik 'start' > 'run' > ketik: 'cmd').

Setelah muncul prompt nya, masuk ke folder tempat file-file tersebet (misalnya, folder anda di drive D, ketik: D:)

Lalu ketik:

COPY /V /B File.001 + File.002 + File.003 File.AVI

Setelah itu tekan 'Enter'



/V ini untuk verifikasi bahwa file tertulis dengan benar

/B ini untuk memaksa penulisan file dalam bentuk Binary

FILE.001 + FILE.002 + FILE.003 ini kumpulan file-file nya

FILE.AVI ini hasil akhirnya



Kalau di dalam nama file nya ada spasinya, gunakan tanda kutip ganda untuk menamakan file nya.

Contoh:

copy /v /b "File Satu.001" + "File Dua.002" "File Akhir.avi"


"Selamat Mencoba "