3im_vf.asm

来自「application note an900」· 汇编 代码 · 共 29 行

ASM
29
字号
;*******************************************************************************
;PROGRAM			:	V/F control of 3-Phase Induction Motor
;MICROCONTROLLER	:	PIC18Fxx31	
;*******************************************************************************
;*******************************************************************************
;AUTHOR		:	Jon Burroughs, 
;			:	based on V/f code by Padmaraja Yedamale
;			:	Microchip Technology Inc
;DATE		:	2/11/04
;Version	:	V1.0
;*******************************************************************************
;Description:
;
;This code implements V/f control of a three-phase induction motor using
;the PIC18F4431 Microcontroller.  This code accompanies the application note
;AN890 "3-Phase AC-Induction Motor Control Using the PIC18F4431"
;
;By varying the frequency of supply to the Induction motor we can control the 
;speed of the motor. But by varying only frequency, changes the flux
;also which results in changes in torque. So to keep the flux, hence
;torque, the magnitude of voltage applied also needs to be changed. Or in other
;words, the ratio of V/F needs to be kept constant throughout the
;operating range.
;
;*******************************************************************************
;                    Software License Agreement                       
;                                                                     
; The software supplied herewith by Microchip Technology              
; Incorporated (the "Company") for its PICmicro

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?