11-05-2015 05:32 AM
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
11-05-2015 08:04 AM
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.