|
|
 | | Re: RotateMotorEx hangs
|
| (...) When you call RotateMotorXXX here is the code that is executed: subroutine __RotateMotor0 brtst EQ, __rotate_Done0, __rotate_angle0 sign __rotate_thePower0, __rotate_angle0 abs __rotate_theAngle0, __rotate_angle0 mul __rotate_thePower0, (...) (19 years ago, 3-Aug-07, to lugnet.robotics.nxt)
| | |  | | RotateMotorEx hangs
|
| This is actually the topic about interrupting RotateMotor(). I resend with a more appropriate topic. --E -----Original Message----- From: news-gateway@lugnet.com [mailto:news-gateway...ugnet.com] On Behalf Of Elizabeth Mabrey Sent: Thursday, August (...) (19 years ago, 3-Aug-07, to lugnet.robotics.nxt)
| | |  | | Re: NXTway DS powered by LEJOS OSEK
|
| Takashi, Could you (or one of the other LEJOS developers) do me a favor? A few months back, I created a page that lists different types of NXT software, including an early version of LEJOS: (URL) like to update it with info about the latest version, (...) (19 years ago, 3-Aug-07, to lugnet.robotics)
| | |  | | Re: NXTway DS powered by LEJOS OSEK
|
| Hi Dick, At first, I really appreciate your comment because I live out of the NXT core community, so feedback from the experts are valuable for me! (...) I do not intend to compete with RobotC. I know some of the folks have developed high speed (...) (19 years ago, 3-Aug-07, to lugnet.robotics)
| | |  | | RE: Idea on how to interrupt RotateMotor?
|
| Look at the following sample code: ===...=== int shut =0; task x1() { TextOut(0, LCD_LINE3, "Waiting until it sees dark!..."); until (Sensor(IN_1)<40); shut=1; Off(OUT_AC); } task x2() { RotateMotorEx(OUT_AC, 75, 360, 0, FALSE, TRUE); TextOut(0, (...) (19 years ago, 3-Aug-07, to lugnet.robotics.nxt)
| |