Search found 6 matches

by robotsoftware
29 Dec 2011, 19:07
Forum: Mindstorms Software
Topic: Using utility "Watching the Brick"
Replies: 8
Views: 8180

Re: Using utility "Watching the Brick"

John,

Thanks for this inspiring video.
It helps me allot.
One thing is not clear for me.
Is it posible to watch continues the Watches in the NXT Watch list?

Regards,

Jan Kromhout
Hellevoetsluis-NL
by robotsoftware
27 Dec 2011, 21:23
Forum: Mindstorms Software
Topic: Error in example ex_acosd.nxc
Replies: 1
Views: 2332

Error in example ex_acosd.nxc

Hello,

When I run the program example (9.20) ex_acosd.nxc I get the error : Undefined Inditifier acosd.
Should I set a special switch to compile this example correct? :?

Thanks in advance.

Jan Kromhout
Hellevoetsluis-NL
by robotsoftware
27 Dec 2011, 20:35
Forum: Mindstorms Software
Topic: Using utility "Watching the Brick"
Replies: 8
Views: 8180

Re: Using utility "Watching the Brick"

John,
Thanks for the response.
I download and installed the latest version of 16 december 2011. The only tool I see is the Configurable Watch.
Is this the one you talk about?

Regards,

Jan Kromhout
Hellevoetsluis-NL
by robotsoftware
20 Dec 2011, 09:25
Forum: Open Discussion
Topic: Mac Lion and Mindstorms under Parallels
Replies: 0
Views: 3781

Mac Lion and Mindstorms under Parallels

Hello, I have a Mac with Lion installed. I using BricxCC to program my brick. To work with my brick I use Parallels (windows XP). This is working great. :) Does someone have experience with the Bluetooth under XP and in combination of Parallels? It should be great to share this experience! Thanks al...
by robotsoftware
18 Dec 2011, 21:27
Forum: Mindstorms Software
Topic: Using utility "Watching the Brick"
Replies: 8
Views: 8180

Re: Using utility "Watching the Brick"

Thanks for the reply. I try to use this "Configurable Watch" but I have some trouble with it, and the help is not helping :( This is my simple code long counter=0; task main() { while (true) { counter+=1; Wait(1000); } } How can I watch the variable counter? Please can you help me with thi...
by robotsoftware
18 Dec 2011, 11:31
Forum: Mindstorms Software
Topic: Using utility "Watching the Brick"
Replies: 8
Views: 8180

Using utility "Watching the Brick"

Hello Is it possible to show every variable that I'm using in my NQC program via the utility "Watching the Brick"? Is there an example of how to do? I wont to use the watch brick via bluetooth to see the behavior of my program. Or are there other possibilities to watch the variable used in...