Search found 28 matches
- 29 Jun 2013, 08:54
- Forum: Mindstorms Projects
- Topic: NXT PROBLEM
- Replies: 60
- Views: 161387
Re: NXT PROBLEM
task main() { int tab[100], y, i; do { SetSensorLowspeed(IN_4); for(int i=0; i<100; i++) { tab[i]=SensorUS(IN_4); } ClearScreen(); for(int i=0; i<100; ++i) { y=tab[i]; PointOut(i, y/4, DRAW_OPT_NORMAL); } } while (true); }] This one works perfectly, but you doc helmut didn't even help me with this....
- 26 Jun 2013, 20:56
- Forum: Mindstorms Projects
- Topic: NXT PROBLEM
- Replies: 60
- Views: 161387
Re: NXT PROBLEM
Hmm, It is not pure schoolwork. I just wanted to learn it, yet if there is nobody who would help me, explain it to me some things, I just give up.
- 26 Jun 2013, 20:47
- Forum: Mindstorms Projects
- Topic: NXT PROBLEM
- Replies: 60
- Views: 161387
Re: NXT PROBLEM
Ok, you've got everything at home, you can check it and so on. Sorry but you are not much of a helpful hand here.
Bye
Bye
- 26 Jun 2013, 20:32
- Forum: Mindstorms Projects
- Topic: NXT PROBLEM
- Replies: 60
- Views: 161387
Re: NXT PROBLEM
ok, looking at your very first post, I can only say that you were very helpful then, you modified the code, gave me full explanation and I understood everything rightaway. What about now?
- 26 Jun 2013, 20:22
- Forum: Mindstorms Projects
- Topic: NXT PROBLEM
- Replies: 60
- Views: 161387
Re: NXT PROBLEM
And as I said, I will have the possibility to check this code in two weeks time on LEGO software, but it will be too late and you write all the time to check it. I JUST CAN'T NOW, don't you understand such a simple fact?
- 26 Jun 2013, 20:17
- Forum: Mindstorms Projects
- Topic: NXT PROBLEM
- Replies: 60
- Views: 161387
Re: NXT PROBLEM
Hmm, please be so kind and discontinue sharing such tainted opinions. I can read but it is clear for me that you can't. If you really don't want to help me, just say it. Because now, you only write about indentations and not about the core thing which is the code, I wonder why...
- 26 Jun 2013, 20:10
- Forum: Mindstorms Projects
- Topic: NXT PROBLEM
- Replies: 60
- Views: 161387
Re: NXT PROBLEM
I clearly get it. You said that you won't write the whole code for me. Ok, I wrote sth, and you would only apply some changes or give some advice what to change in this code but you are not willing to..so? As you can see I don't know how to change it, what to do, I've joined this forum, so that some...
- 26 Jun 2013, 20:04
- Forum: Mindstorms Projects
- Topic: NXT PROBLEM
- Replies: 60
- Views: 161387
Re: NXT PROBLEM
You see, only words, not code:) Ok, maybe I will find somebody else who will help me more, because you just don't want to...
- 26 Jun 2013, 19:43
- Forum: Mindstorms Projects
- Topic: NXT PROBLEM
- Replies: 60
- Views: 161387
Re: NXT PROBLEM
I gave you the code, but you didn't even refer to it, whether it is good or not. Not a pinch of a code-feedback from you:) Only words... task main() { ClearScreen(); int y; int i; int tab[100]; SetSensorLowspeed(IN_4); for(int i=0; i<100; i++) tab[i]=SensorUS(IN_4);} } for (i=0;i<100;++i) { y=tab[i]...
- 26 Jun 2013, 16:16
- Forum: Mindstorms Projects
- Topic: NXT PROBLEM
- Replies: 60
- Views: 161387
Re: NXT PROBLEM
Principle? I iwsh you would show me the code with description. So you won't help me?