Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a time triggering function

Hi... I'm working on a project which involves a data logging system. Currently I'm able to extract the data (voltage, current and power factor) and convert it into text file. However, I would like to simulate a time triggering fuction such that the system will start to activate when the preset time sychronizes with the computer clock. May i know how i go about achieving that?? Thank you.
 
Kenny
0 Kudos
Message 1 of 2
(2,755 Views)
Hi Kenny,

I assume that you kind of want to just compare the system time to a preset time. This can be done by polling the system time at a certain interval. The result of the comparator can then be used to trigger something. This can easily be accomplish as shown below.



Regards,
Kent
Applications Engineer


Message Edited by tnek on 05-15-2008 05:50 PM
0 Kudos
Message 2 of 2
(2,741 Views)