代码搜索:电机故障诊断
找到约 4,901 项符合「电机故障诊断」的源代码
代码结果 4,901
www.eeworm.com/read/305280/13775886
s bujin.s
.module bujin.c
.area text(rom, con, rel)
.dbfile F:\张应红单片机资料\ICCAVR编程学习\步进电机驱动\bujin.c
.dbfunc e delay_1ms _delay_1ms fV
; i -> R16,R17
.even
_delay_1ms::
.dbline -1
.dbli
www.eeworm.com/read/239482/6286028
dbg main.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR D:\桌面\avr程序设计\电机控制\
FILE motor.c
FUNC for_ward 96 fV
BLOCK 9 96
DEFREG speed 16 c
LINE 9 96
LINE 10 96
LINE 11 9A
LINE 12 9A
LINE 13 9C
LIN
www.eeworm.com/read/239482/6286030
o motor.o
XL
H 1 areas 5 global symbols
M motor.c
A text size 5E flags 0
dbfile D:\桌面\avr程序设计\电机控制\motor.c
dbfunc e for_ward 0 fV
dbsym r speed 10 c
dbline FFFFFFFF 0
dbline 9 0
dbline A 0
dbline B 4
www.eeworm.com/read/493455/6393532
m dc_mo_tor.m
% 直流电动机转矩特性分析
% 将该函数定义为dc_mo_tor(dc_motor_torque)
%--------------------------------------------------------------------------
% 下面输入电机基本数据:
Cm=10;Ra=1.8;k=.1;k1=.2;
% 下面输入750转/分钟时的空载特性试验数据(Ifdata
www.eeworm.com/read/488775/6485479
plg dds.plg
礦ision3 Build Log
Project:
F:\单片机\我的程序\电机与信号发生\信号发生\波形发生.uv2
Project File Date: 11/05/2008
Output:
www.eeworm.com/read/482774/6611685
plg moter_and_lcd_display.plg
礦ision3 Build Log
Project:
E:\project\步进电机\LCD_display_motor1\moter_and_LCD_display.uv2
Project File Date: 05/31/2008
Output:
Build target 'Ta
www.eeworm.com/read/479001/6696783
plg stepmotor.plg
礦ision3 Build Log
Project:
H:\步进电机\src\lesson.uv2
Project File Date: 05/09/2009
Output:
Build target 'Target 1'
compiling main.c...
linking.
www.eeworm.com/read/478828/6704233
plg stepmotor.plg
礦ision3 Build Log
Project:
H:\步进电机\src\lesson.uv2
Project File Date: 05/09/2009
Output:
Build target 'Target 1'
compiling main.c...
linking.
www.eeworm.com/read/348113/11610981
txt currentmotorcontrolc51program.txt
/*直流电机PWM闭环控制C51程序*/
#include
/*定义字型字位口*/
#define DIGPORT P2
#define WORDPORT P0
/*定义键盘口*/
#define KEYPORT P1
#define uint unsigned int
#define uchar unsigned char
#define uong unsi
www.eeworm.com/read/255633/12067894
c run.c
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
#include
sbit P00 = P0^0; //控制电机
sbit K1= P3^5; //按键
uchar scale;//用于保存占空比的输出0的时间份额,总共10份
//模拟PWM