Search found 5 matches

by groskiff1994
30 Mar 2013, 18:58
Forum: Mindstorms Software
Topic: Record and repeat bot
Replies: 0
Views: 7617

Record and repeat bot

Hello, I wanted to share a little program I made (really small ^^). It records several push & release of a touch button (port n°1) and repeat it at the exact same rate and length (with beeps). So there is the video : http://www.youtube.com/watch?v=d8C8CcKC_d4 And there is the source : #define V...
by groskiff1994
18 Oct 2012, 12:19
Forum: Mindstorms Software
Topic: controlling 2 motors independently
Replies: 5
Views: 7609

Re: controlling 2 motors independently

I just realised that I didn't reply :)
This is exactly what I wanted to know, I will try to make it works soon !

Image for your help.
by groskiff1994
15 Oct 2012, 14:30
Forum: Mindstorms Software
Topic: controlling 2 motors independently
Replies: 5
Views: 7609

Re: controlling 2 motors independently

Thanks for showing me the way to do it, now I have a start : 1 task for each motor :) Now I have to find a way to schedule actions in order not to have 2 commands for the same motor in the same time ! PS : the video is not mine, but you can find pictures here : http://us.mindstorms.lego.com/en-us/Co...
by groskiff1994
15 Oct 2012, 13:13
Forum: Mindstorms Software
Topic: controlling 2 motors independently
Replies: 5
Views: 7609

Re: controlling 2 motors independently

No answers ? Some guys are really skilled here, but they wouldn't know how to make 2 movements without waiting for the stop of the first ?

Please help me, give me advice, send me to tuto or even give me a link to another forum (if another exists, more frequented)

thank's
by groskiff1994
06 Oct 2012, 21:18
Forum: Mindstorms Software
Topic: controlling 2 motors independently
Replies: 5
Views: 7609

controlling 2 motors independently

Hello, and sorry for the mistakes I will do (I'm french). MY LANGUAGE IS NXC I try to control two motors independently in my program, I explain : my robot is the PnP from http://www.youtube.com/watch?v=-ZolqjEnhB4 , and I have 1 motor for rotation along the main axis (left-right : OUT_A) and the oth...