代码搜索:电机转矩
找到约 4,830 项符合「电机转矩」的源代码
代码结果 4,830
www.eeworm.com/read/402444/11534801
c switch.c
#include /* 电机当前速度值 */
#include
#define uchar unsigned char
#define uint unsigned int
sbit en1=P2^4; /* L298的Enable A */
sbit en2=P2^5; /* L298的Enable B */
sbit
www.eeworm.com/read/347519/11659316
c 00.c
/*在p1.0上产生一个占空比变化的脉冲信号,它产生的脉宽调制信号用于电机的变速控制*/
#include
#define uchar unsigned char
#define uint unsigned int
uchar time,status,percent,period;
bit one_round;
uint oldcount,target=500;
www.eeworm.com/read/347127/11689171
plg dianji001.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\步进电机控制1\程序\dianji001.uv2
Project File Date: 08/13/2008
Output:
compiling
www.eeworm.com/read/345892/11783804
frm bjdj_jdq.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
BackColor = &H00E0E0E0&
Caption = "串口控制步进电机、继电器演示程序"
ClientHei
www.eeworm.com/read/338900/12274519
c main.c
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define M2 PD6 //M1、M2: 00 表示步进电机工作在整步方式, 10 为半步方式,
#d
www.eeworm.com/read/224506/14586596
c 3kmenu6.c
/********************
Filename: 3KMENU6.C
History&Datetime:
DateTime: 2007-2-7 05:25下午
JOB-TODO:除电机开关页之外 通道点击的范围偏小 将其鼠标点击范围在menu()函数中
放大为Button + Edit 都可点击响应
********************/
#incl
www.eeworm.com/read/221795/14721394
asm cursample.asm
;-----------------------------------------------------------
;重庆大学DSP实验室
;函数名:void cursample(cursample_struct *p)
;函数功能:采样电机相电流ia,ib,并转换为Q12格式
;(以额定电流为基准)
;数字滤波方式:平均值滤波
;转换公式:
; ix=Kcurrent*((r
www.eeworm.com/read/208232/15250443
txt readme.txt
机器人电机与61板IO口对应关系
左腿:
前----------IOB9
后----------IOB8
右腿:
前----------IOB11
后----------IOB10
灯----------IOB12
头
左----------IOB13
右----------IOB14
动力弹射----IOB15
发射--------IOB7
www.eeworm.com/read/15696/534321
asm cursample.asm
;-----------------------------------------------------------
;重庆大学DSP实验室
;函数名:void cursample(cursample_struct *p)
;函数功能:采样电机相电流ia,ib,并转换为Q12格式
;(以额定电流为基准)
;数字滤波方式:平均值滤波
;转换公式:
; ix=Kcurrent*((r
www.eeworm.com/read/26262/956365
c main.c
#include "fun.h"
void Timer0_interrupt() interrupt 1
{
//以下通过剩余步数来判断电机处于运行过程中的哪个阶段
if (step > (1000 - 64) ) //加速阶段
{
//切换到高一级转速
TH0 = speedtable[1000-step] >>8;
TL0