I'd guess that the Oscope display program is still expecting
to get a message full of light OR temp readings, and not one
that has alternating values (if I remember your code, you had
a light value, temp value, light, temp, ... in the msg buffer).
I think Oscope can display multiple "traces", but you'll have to
dig into it and see where you can break your message into two parts
and send them to the right places.
MS
Xenia Economidou wrote:
Dear All,
I believe I am nearly done with my nesC application. I would like to
graphically represent it in the Oscillsocope GUI in order to show that I
have something working. When I run it, instead of two lines I get only
one - the light. What specifically should I do in order to get the two
representations together?
In my code I have
*pack1->channel = 1;* in *task void dataTask1()* (for light), and
*pack2->channel = 2;* in *task void dataTask2()* (for temperature).
Is this the way to specify that I am using two different channels? Can
anyone tell me why both graphs are not displayed on the screen? I can
display the light from one mote and the temperature from another, but
not from the same mote.
Please Help! - Your guidance is of great importance!
Kind Regards,
Xenia
------------------------------------------------------------------------
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help