06-30-2015 06:29 AM - edited 06-30-2015 06:30 AM
below is my Labview program. i need to install a timer where a motion sensor is connected to myDAQ, so when no motions is detected for 12 hours. it will send an email to the recipient to let them know something is not right.
how am i able to do that
06-30-2015 07:07 AM
Hi bobfun,
when no motions is detected for 12 hours
This involves two steps: detecting a motion and detecting when time has elapsed.
To detect a motion you probably need to compare current measurement with previous measurement(s) - you should know the special algorithm as it's your measurement device.
The second part is easy: LabVIEW already has a function called "Elapsed Time"…
06-30-2015 01:38 PM
Are you working with RoamingBurger by chance?