LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SIMULATING HOME SURVEILLANCE SYSEM USING LABVIEW

hI,

 

Am working on a home surveillance system using a Labview and i was wondering how i can simulate most of the sensors without having them physically.The sensors include PIR, Camera and Magnetic door sensor.Also i must include the automatic lighting of once home.The system must be intergrated with Andorid phone as a controlling device.

 

 

Thanks

0 Kudos
Message 1 of 2
(2,774 Views)

If you're integrating with a phone, you'll need to decide if you want this to be something you can access locally or from anywhere.

 

If from anywhere, you'll need to create a login of some sort.  You'll likely end up using web services to do that piece.  If you're only worried about locally, you can find a variety of ways to handle this such as data dashboard.

 

Simulating sensors is the easy part.  You know what values they can have.  You create a control.  You put values in the control.  Now, you have a simulated sensor.  When you get the actual sensor, you replace this control with the logic to read from the sensor.

0 Kudos
Message 2 of 2
(2,739 Views)