找回密码
 马上注册

QQ登录

只需一步,快速开始

查看: 3609|回复: 2

求助 !! ROBOT C motor的角度在哪。。?

[复制链接]
发表于 2015-1-17 14:26:04 | 显示全部楼层 |阅读模式
  1.         nMotorEncoder[motorA] = 0;          // reset the Motor Encoder of Motor D
  2.                                                 while(nMotorEncoder[motorA] > 2)  // while the Motor Encoder of Motor D has not yet reached 360 counts:
  3.                                                 {
  4.                                                         motor[motorA] = 75;                 // motor D is given a power level of 75
  5.                                                 }

  6.                                    wait1Msec(2000);
  7.                                          motor[motorA] = -75; //
  8.                        
  9.                                    while(SensorValue(sensorTouch) == 1)  //   touch
  10.                                                 {
  11.                                                   motor[motorA] = 0;
  12.                                                 }
复制代码




nMotorEncoder 这个是控制角度吗 ? 为什么马达一直转
如果您觉得我的帖子对您有用,请不吝给我一个“赞”!
发表于 2015-1-17 16:38:05 | 显示全部楼层
nMotorEncoder[motorB] = 0; // reset the Motor Encoder of Motor B
       
while(nMotorEncoder [motorB] < 360)  // while the Motor Encoder of Motor B has not yet reached 360 counts:
{
motor[motorB] = 75; // motor B is given a power level of 75
motor[motorC] = 75; // motor C is given a power level of 75
}

motor[motorB] = 0; // motor B is given a power level of 0 (stop)
motor[motorC] = 0; // motor C is given a power level of 0 (stop)
如果您觉得我的帖子对您有用,请不吝给我一个“赞”!
回复

使用道具 举报

发表于 2015-1-17 17:17:03 | 显示全部楼层
nMotorEncoder
(编码器值)
         

[td]
long nMotorEncoder                     
Variable Name
(变量名)
Range of Values
(值范围)
Data Type
(数据类型)

nMotorEncoder
(编码器值)
-32,768 to 32,767. long(长整数)

  • Current value of the motor encoder.                          
    (返回电机编码器的当前值。)
  • Values will "wrap" from one value boundary to the other after about ~90 revolutions.                          
    (编码器在这个值的中点到值边界约转了90圈。)
  • The user's program should reset the value of the encoder often to avoid the value "wrapping"  when the maximum distance is met.                        
    (用户程序应复位编码器的值,避免数据溢出。)

如果您觉得我的帖子对您有用,请不吝给我一个“赞”!
回复

使用道具 举报

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

本版积分规则

手机版|中文乐高 ( 桂ICP备13001575号-7 )

GMT+8, 2024-11-21 21:14 , Processed in 0.100040 second(s), 20 queries .

Powered by Discuz! X3.5

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表