代码搜索:电机故障诊断

找到约 4,901 项符合「电机故障诊断」的源代码

代码结果 4,901
www.eeworm.com/read/235686/4646199

asm zhtest2b.asm

;============================================================================== ; 系统名:双闭环pwm直流调速系统 ; ; 程序文件名: Zhtest2.ASM ; ; 功能描述: 转速电流双闭环控制的双极性pwm有刷直流电机调速系统 ; ; 公司: 达盛科技 ; ; 目标板:x2407 ;===
www.eeworm.com/read/235686/4646200

asm zhtest2.asm

;============================================================================== ; 系统名:双闭环pwm直流调速系统 ; ; 程序文件名: Zhtest2.ASM ; ; 功能描述: 转速电流双闭环控制的双极性pwm有刷直流电机调速系统 ; ; 公司: 达盛科技 ; ; 目标板:x2407 ;===
www.eeworm.com/read/254664/4381222

c main.c

/* 交流电机测试程序 main.c MCU:at90s2313 时钟:4MHz 芯艺 2004-09-25 */ #include #include #define uchar unsigned char #define uint unsigned int #define SET_RED_LED
www.eeworm.com/read/173518/9653741

frm form7.frm

VERSION 5.00 Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX" Begin VB.Form Form7 Caption = "发电机逆功率保护" ClientHeight = 3195 ClientLeft = 60
www.eeworm.com/read/173518/9653755

frm form5.frm

VERSION 5.00 Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX" Begin VB.Form Form5 Caption = "发电机纵差保护" ClientHeight = 3195 ClientLeft = 60
www.eeworm.com/read/415465/11072093

plg bujin.plg

礦ision3 Build Log Project: D:\LiZi\MCU\步进电机\V2\BuJin.uv2 Project File Date: 02/13/2009 Output:
www.eeworm.com/read/413198/11162809

plg ss.plg

礦ision3 Build Log Project: F:\工作程序\PWM电机正反转\ss.uv2 Project File Date: 08/30/2007 Output:
www.eeworm.com/read/134820/13973409

c test0.c

#include "LF2407REGS.h" #define PWMT 1000 //PWM周期,50us,50/(1/(4*10)*2) #define NMAX 3000 //电机最高转速,r/min #define SPER 100 //100个PWM周期速度调节一次 // 该中断服务程序主要是为
www.eeworm.com/read/235947/14039661

c zfz.c

#include #include #define uchar unsigned char #define uint unsigned int bit gate; // 定时标志位 bit direct; /*设置电机正反转标志,0-正转;1-反转*/ sbit motor1=P1^2; sbit mo