×

光电编码器位置检测程序

消耗积分:0 | 格式:doc | 大小:8 KB | 2011-09-07

分享资料个

 

  1.位置检测,计算过程中的变量的定义

  /*--------------------------------------------------------------------

  Define the structure of the QEP (Quadrature Encoder) Driver Object

  -----------------------------------------------------------------------------*/

  typedef struct {int16 ElecTheta; // Output: Motor Electrical angle (Q15)

  //(输出的电角度?)

  int16 MechTheta; // Output: Motor Mechanical Angle (Q15)

  //(输出的机械角度?)

  Uint16 DirectionQep; // Output: Motor rotation direction (Q0)

  //(电机转向?)

  Uint16 QepCountIndex; // Variable: Encoder counter index (Q0)

  //(编码器输出的脉冲数?)

  Uint16 RawTheta; // Variable: Raw angle from Timer 2 (Q0)

  //(某一时刻转子对于定子A相的绝对角度?)

  Uint32 MechScaler; // Parameter: 0.9999/total count (Q30)

  //(每个脉冲所转过的机械角度?)

  Uint16 LineEncoder; // Parameter: Number of line encoder (Q0)

  //(编码器每转输出的脉冲个数?)

  Uint16 PolePairs; // Parameter: Number of pole pairs (Q0)

更多编码器知识请访问http://www.elecfans.com/zhuanti/20111111242149.html

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(2)
发评论
你的身后711 2016-04-18
0 回复 举报
这个为什么不能下载 收起回复
KRAUS2012 2013-04-18
0 回复 举报
什么语言,我不懂哦! 收起回复

下载排行榜

全部2条评论

快来发表一下你的评论吧 !