getpiyush19 Posted November 23, 2009 Report Share Posted November 23, 2009 hi I'm trying to implement a wireless sensor network plateform.For this I am using sensor nodes from Jennic and trying to make the GUI.So I have to see the topology layout The sensor are working in ZigBee protocol and forming star topology The data from the sensor nodes are coming in way as given: add 0*172 temp = 28 humidity = 31 add 0*143 temp = 27 humidity = 31 add 0*143 temp = 27 humidity = 31 Here the router node is sending its data twice . so please suggest me how to create the VI using LV 8.6 in order to see the the topology layout thanks Quote Link to comment
Ton Plomp Posted November 23, 2009 Report Share Posted November 23, 2009 I assume the add is the actual address of the sensor? If so create an array of all the received addresses (as string) and use this as a lookup table for the actual data array. Ton Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.