代码搜索:电机扭矩

找到约 4,756 项符合「电机扭矩」的源代码

代码结果 4,756
www.eeworm.com/read/340729/12137920

asm 直流电机.asm

TIMER0 DATA 30H ;延时时间的初值 TIMER1 DATA 31H ;调用延时子程序的次数 org 0000h main:CLR P1.4 SETB P1.5 lcall delay1s lcall delay1s clr p1.4 clr p1.5 lcall delay1s lcal
www.eeworm.com/read/149523/12368492

doc 异步电机pwm.doc

www.eeworm.com/read/228690/14369179

c 步进电机原代码.c

#include #include const char zhzhuan[7]={0x06,0x04,0x05,0x01,0x03,0x02,0x00}; const char fanzhuan[7]={0x06,0x02,0x03,0x01,0x05,0x004,0x00}; const int time[5]={4000,3200,2400,1
www.eeworm.com/read/227189/14437603

vhd 步进电机控制器.vhd

-- dowload from: www.fpga.com.cn & www.pld.com.cn LIBRARY IEEE; USE IEEE.std_logic_1164.ALL; USE IEEE.std_logic_unsigned.ALL; USE IEEE.std_logic_arith.ALL; ENTITY step_motor IS PORT( f
www.eeworm.com/read/215326/15064974

txt 步进电机vhdl控制代码.txt

LIBRARY IEEE; USE IEEE.std_logic_1164.ALL; USE IEEE.std_logic_unsigned.ALL; USE IEEE.std_logic_arith.ALL; ENTITY step_motor IS PORT( f, p, d: IN STD_LOGIC:='0'; speed : in STD_LOGIC_VECTOR(1
www.eeworm.com/read/212432/15156268

txt 单片机控制电机.txt

初学者:单片机控制电机 (36H)是系统给定值;(34H)是位置反馈值;(4CH)是满位的值;(4AH)是零位的 值;(4EH)是决定系统精度的死区的值;P2.1控制电机正转;P2.0控制电机反转;P2.2是 报警输出;P1.3是外界位置保护输入;电机采用反转制动; L04B3H: MOV A, 36H CLR C