Search found 3 matches

by expomarker
16 Jul 2011, 00:30
Forum: Mindstorms Software
Topic: NXT Counter
Replies: 9
Views: 9542

Re: NXT Counter

Thanks for that help. What I'm trying to do is this: while (true) if (condition) counter++ [rest of implimentation] The problem I am having is putting the added value back into the same variable that is being read. I might not be explaining it well, but I hope you understand what I am trying to get ...
by expomarker
16 Jul 2011, 00:22
Forum: Mindstorms Software
Topic: NXT Counter
Replies: 9
Views: 9542

Re: NXT Counter

I am trying to use the language that is provided with the standard NXT kit. The one that is based off labview. I am not sure exactly what it's called.
by expomarker
16 Jul 2011, 00:01
Forum: Mindstorms Software
Topic: NXT Counter
Replies: 9
Views: 9542

NXT Counter

Hello, I am new to Mindstorms. I was hoping I could get some help on how to program a counter with variables; similar to "variable++" or "variable+=1". I do not want to use the counter option in the loop. Is there a simple way to increment a variable? Thank you in advance for you...