From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Wireless Sensor Networks

cancel
Showing results for 
Search instead for 
Did you mean: 

WSN Simulator for LabVIEW

Hello everyone! May be it's a very stupid question, but I'm new in WSN, so, please, forgive me for it.

Is there any simulator for WSN (like, e.g., TOSSIM) that can be used with LabVIEW? I mean, without any hardware.Simulator which allow to debug, test, and analyze LabVIEW programs in a controlled environment and provide abstractions of certain real-world phenomena.

Thanks&Regards.

0 Kudos
Message 1 of 3
(6,237 Views)

There is no built in simulator available but you could build your own with shared variables with the same names as the WSN Node Variables. 

 

Essentially you would change the shared variables in your program to point to your test varialbes. Then you can have a "Simulator VI" which runs and manipulates the variables in your testing patterns. 

 

Have a good day. 

Alex D
Systems Engineer
Academic Research
National Instruments
0 Kudos
Message 2 of 3
(6,224 Views)

Mr. Alex D, thank you for your reply.

I'm not sure whether I've caught your idea completely, but I'll definitely try to realize such kind of structure. It's seems like I need to read more about shared variables:)

 

0 Kudos
Message 3 of 3
(6,200 Views)