![]() | ![]() | ![]() |
| | |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) | |
| Quote:
Since any micro-controller has the ability to do the task, how do i learn so that i can program the micro-controller? As I considered as a novice to micro-controller programming. Any guideline for me, so that i can learn step by step, finally can program the micro-controller so that it can operate as firing circuit to trigger the thyristor. Thank you in advance. Last edited by doinfinity; 1st December 2007 at 04:51 PM. | ||
| |
| | (permalink) |
| You need to learn to program the specific micro-controller you have, you need to start simple and work up, flashing an LED is the usual first step!. | |
| |
| | (permalink) | |
| Quote:
One more question, is any micro-controller includes the M68HC11 able to perform the following task: Input 3 phase power supply to the micro-controller and the micro-controller generate 6 gate pulse which use to trigger thyristors so that soft starter is achieved? Is this just the matter of programming? | ||
| |
| | (permalink) |
| As you're looking at very slow frequencies (50Hz or 60Hz), it should easily be possible to do it in software - but obviously choosing a device with helpful hardware could make it a simpler task. | |
| |
| | (permalink) |
| International Rectifier’s IR213X series six-channel gate drivers Application Note AN-985 Six-Output 600V MGDs Simplify 3-Phase Motor Drives 2 of the 3 even inhibit software induced shorts.
__________________ C:\WHUT ? Beware the asterisk * | |
| |
| | (permalink) | ||
| Quote:
Quote:
Last edited by doinfinity; 1st December 2007 at 05:29 PM. | |||
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) | |
| Quote:
Since I decided to use M68HC11 to generate the gate pulse which use to trigger the thyristor and I going to learn the basic micro-controller programming. What resource or material is useful to me so that I can program the M68HC11 so that it can function as what I want in this project? | ||
| |
| | (permalink) |
| A MUST HAVE: http://www.freescale.com/files/micro.../M68HC11RM.pdf Haven't tried this: http://www.feaser.com/store/syn_hc12.php Very good: http://www.mgtek.com/miniide/ Good: http://www.seanet.com/%7Ekarllunt/sbasic.htm These guys have a full line of Freescale products. Very good stuff: http://technologicalarts.com/ After that Google is your friend.
__________________ ========================= Futz's Microcontrollers & Robotics ========================= | |
| |
| | (permalink) |
| If you don't know what resources you need for the 68HC11 why would you switch from the ancient 16F84 to the hopelessly outdated 68HC11? Why only a week to finish your project? | |
| |
| | (permalink) | |
| Quote:
Maybe if you already have all the hardware you need to learn and practice, and if you go at it hard for like 18+ hours a day without a break...
__________________ ========================= Futz's Microcontrollers & Robotics ========================= Last edited by futz; 1st December 2007 at 06:26 PM. | ||
| |
| | (permalink) | ||
| Quote:
Quote:
I would like to use the 68HC11 for this project because my school has the programmer tools for the 68HC11, and don't provide any tools for Microchip micro-controller. For a beginner in micro-controller programming, is there able to complete this project within 1 week? Because this is the period given by my supervisor. | |||
| |
| | (permalink) |
| To start this project, is there I need to first choose the micro-controller I want to use and use it to learn the micro-controller programming? Can recommend any micro-controller which common and popular today? I afraid the 68HC11 and 16F84 is too old to be found. And any hardware or software are required in aid to program the micro-controller. | |
| |
| | (permalink) |
| The IR213X series six-channel gate drivers just drive the MOSFETs including bootstrap for PWM to the high side. I use a PIC 16F628A to send it the 6 inputs in the bit patterns below. TableHigh is for the PWM. TableHigh ADDWF PCL, f ;data TableHigh for bit pattern ; moved left one. RB0 is step input retlw b'00001100' retlw b'00100100' retlw b'00110000' retlw b'00010010' retlw b'01000010' retlw b'01001000' TableLow ADDWF PCL, f ;data TableLow for bit pattern retlw b'00001000' retlw b'00100000' retlw b'00100000' retlw b'00000010' retlw b'00000010' retlw b'00001000'
__________________ C:\WHUT ? Beware the asterisk * | |
| |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Title | Starter | Forum | Replies | Latest |
| Motor microcontroller | NoamL | Robotics Chat | 3 | 24th November 2003 04:48 PM |
| converting 3 phase motor to single phase | norberto fines | Electronic Projects Design/Ideas/Reviews | 6 | 2nd September 2003 11:21 PM |
| Speed control for a 3 phase motor? | ed sparks | General Electronics Chat | 1 | 2nd May 2003 05:22 AM |
| How Do I change the direction of an AC single phase motor? | eqbilly | Electronic Projects Design/Ideas/Reviews | 5 | 28th April 2003 09:09 PM |
| Motor run caps | Prof.Insane | General Electronics Chat | 9 | 29th March 2003 07:35 PM |