关于步进电机的正反转实验

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
}
void motor_fz(uint n)
{ uint i,j;
for(i=0;i<5*n;i++)
{ for(j=0;j<8;j++)
{
P1=fz[j];
delay(20);
}
}
}
void main()
{uint N=3;
P3=0xff;
while(1)
{
if(P3==0xfe)
{
if(P3==0xfe)
void delay(uint ms)
{ uint t;
while(ms--)
for(t=0;t<120;t++); }
void motor_zz(uint n)
{ uint i,j;
for(i=0;i<5*n;i++)
{ for(j=0;j<8;j++)
{
P1=zz[j];
delay(20);
}
}
#include<reg51.h>
#define uint unsigned int
#define uchar unsigned char //------8拍-----
uchar code zz[]={0x01,0x03,0x02,0x06,0x04,0x0c,0x08,0x09}; //正转
uchar code fz[]={0x09,0x08,0x0c,0x04,0x06,0x02,0x03,0x01}; //反转
P0=0xfe;
motor_zz(N);
}
else if(P3==0xfd)
{ if(P3==0xfd);
P0Biblioteka Baidu0xfd;
motor_fz(N);
}
else
{
P0=0xfb;
P1=0x03;
}
}
}
相关文档
最新文档