8598|3

36

帖子

0

TA的资源

一粒金砂(中级)

楼主
 

码盘测速 [复制链接]

我用namiki空心杯直流减速电机的编码器测电机转速下面是测得的数据:
count1:1;0r/min(L);
count1:1;0r/min(L);
count1:1;0r/min(L);
count1:10;0r/min(L);
count1:68;0r/min(L);
count1:126;0r/min(L);
count1:186;0r/min(L);
count1:247;0r/min(L);
count1:307;0r/min(L);
count1:19;120r/min(L);
count1:82;120r/min(L);
count1:145;120r/min(L);
count1:211;120r/min(L);
count1:277;120r/min(L);
count1:18;120r/min(L);
count1:81;120r/min(L);
count1:144;120r/min(L);
count1:210;120r/min(L);
count1:276;120r/min(L);
count1:18;120r/min(L);
count1:81;120r/min(L);
count1:145;120r/min(L);
count1:211;120r/min(L);
count1:277;120r/min(L);
count1:19;120r/min(L);
count1:82;120r/min(L);
count1:145;120r/min(L);
count1:211;120r/min(L);
count1:277;120r/min(L);
count1:19;120r/min(L);
count1:82;120r/min(L);
count1:146;120r/min(L);
count1:211;120r/min(L);
count1:277;120r/min(L);
count1:18;120r/min(L);
count1:82;120r/min(L);
count1:145;120r/min(L);
count1:211;120r/min(L);
count1:277;120r/min(L);
count1:19;120r/min(L);
count1:82;120r/min(L);
count1:145;120r/min(L);
count1:211;120r/min(L);
count1:277;120r/min(L);
count1:18;120r/min(L);
count1:82;120r/min(L);
count1:145;120r/min(L);
count1:211;120r/min(L);
count1:277;120r/min(L);
count1:19;120r/min(L);
count1:82;120r/min(L);
count1:145;120r/min(L);
count1:211;120r/min(L);
count1:277;120r/min(L);
count1:18;120r/min(L);
count1:82;120r/min(L);
count1:145;120r/min(L);
count1:211;120r/min(L);
count1:277;120r/min(L);
count1:19;120r/min(L);
count1:82;120r/min(L);
count1:145;120r/min(L);
count1:211;120r/min(L);
count1:277;120r/min(L);
count1:18;120r/min(L);
count1:82;120r/min(L);
count1:145;120r/min(L);
count1:211;120r/min(L);
count1:277;120r/min(L);
count1:19;120r/min(L);
count1:82;120r/min(L);
count1:146;120r/min(L);
count1:212;120r/min(L);
count1:277;120r/min(L);
count1:18;120r/min(L);
count1:82;120r/min(L);
count1:145;120r/min(L);
count1:211;120r/min(L);
count1:277;120r/min(L);
count1:18;120r/min(L);
count1:81;120r/min(L);
count1:145;120r/min(L);
count1:211;120r/min(L);
count1:277;120r/min(L);
count1:19;120r/min(L);
count1:82;120r/min(L);
count1:145;120r/min(L);
count1:211;120r/min(L);
count1:277;120r/min(L);
count1:18;120r/min(L);
count1:82;120r/min(L);
count1:145;120r/min(L);
count1:211;120r/min(L);
count1:277;120r/min(L);
count1:19;120r/min(L);
count1:82;120r/min(L);
count1:146;120r/min(L);
count1:212;120r/min(L);
count1:278;120r/min(L);
请问怎么会是这样的?
以下是程序:
    //把每一秒钟编码器码盘计得的脉冲数,换算为当前转速值
    //此编码器码盘一圈两个信号,减速比为80。
    Freq1=double (count1/2/80);
    //Freq2=double (count1/2/80);
    rpm1 =double (Freq1*60);
    //rpm2 =double (Freq2*60);
    count1 = 0; //把脉冲计数值清零,以便计算下一秒的脉冲计数
此帖出自stm32/stm8论坛

最新回复

搞不清楚是怎么对的.count1=19转速怎么是120的?   详情 回复 发表于 2014-8-31 12:39
点赞 关注
 

回复
举报

4008

帖子

0

TA的资源

版主

沙发
 
count1本来就不大给除没了,先double再除,(double)count1/2/80;
此帖出自stm32/stm8论坛

点评

不是没有啊 一开始是我没开电源 关键是数据总是呈规律性变化:count1:19;120r/min(L); count1:82;120r/min(L); count1:145;120r/min(L); count1:211;120r/min(L); count1:277;120r/min(L); 计数总是19,82  详情 回复 发表于 2014-8-31 09:52
 
 

回复

36

帖子

0

TA的资源

一粒金砂(中级)

板凳
 
huo_hu 发表于 2014-8-30 23:58
count1本来就不大给除没了,先double再除,(double)count1/2/80;

不是没有啊   一开始是我没开电源  关键是数据总是呈规律性变化:count1:19;120r/min(L);
count1:82;120r/min(L);
count1:145;120r/min(L);
count1:211;120r/min(L);
count1:277;120r/min(L);

计数总是19,82,145,211,177(),最不明白的是转速却始终是120(虽然这个转速是对的)


还有想问一下下面这个外部中断计数函数对吗?编码器外部中断不是不是来了就触发计数吗?为什么还要还要大于5ms才计数,如果信号周期小于5ms不就计数不对了吗?我是网上看到的程序
// 编码器码盘计数中断子程序
void Code1()
{
  //当2次中断之间的时间大于5ms时,计一次有效计数
  if((millis()-time1) > 5)
    //当编码器正交编码板OUTA脉冲信号下跳沿每中断一次,
    count1 += 1; // 编码器码盘计数加一
    time1=millis();
}

此帖出自stm32/stm8论坛

点评

搞不清楚是怎么对的.count1=19转速怎么是120的?  详情 回复 发表于 2014-8-31 12:39
 
 

回复

4008

帖子

0

TA的资源

版主

4
 
落日归侠 发表于 2014-8-31 09:52
不是没有啊   一开始是我没开电源  关键是数据总是呈规律性变化:count1:19;120r/min(L);
count1:82;120 ...

搞不清楚是怎么对的.count1=19转速怎么是120的?
此帖出自stm32/stm8论坛
 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/8 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2025 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表