Jump to content

getpiyush19

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by getpiyush19

  1. Your post has been read a bunch of times without being answered. I can't understand what you're asking; perhaps you should restate the question.

    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

  2. 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

  3. post-7534-125871832611_thumb.png

    You were correct to use a loop, but a For Loop isn't correct unless you know exactly how many times the substring exists in the main string. I used a While Loop with the 'offset past match' to detect when to stop (it'll be -1 if the search string isn't found). I'm not sure what you mean about storing "that substring into an array", but you can wire the 'match substring' of the Search function to an indexing tunnel and you'll get an array of the substring with as many elements as there are occurrences.

    thanks sir

    it is working.

  4. Do you know what substring to detect or do you need to detect a repeating substring?

    Thanks for reply

    I know the substring to be detected

    Do you know what substring to detect or do you need to detect a repeating substring?

    Thanks for reply

    I know the substring to be detected. so how to proceed

  5. I have some bits of string ,it has a substring occurring many time in that string .I want to store that substring into an array and want to count its number of occurrences in that string.

    I am using Match pattern function palette and while loop ,for loop still not able to implement the same

    Please help me out.

  6. hi

    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

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.