LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

decrement time stamp

My application involves taking data continuously from a source and storing it in a string array with a timestamp.  There is an external trigger that sends its own timestamp, I then pull out any data in the string array that has a timestamp matching (to the minute only) the timestamp from the trigger.  What I would like to do is decrement the time stamp from the trigger so that I am searching my string array for timestamps that were generated one minute before my trigger.  I need to do this because the data I am interested in was being generated during the minute prior to the trigger event.  Any ideas on how I can decrement the time stamp that is sent with the trigger by one minute?

Cheers!
0 Kudos
Message 1 of 2
(2,347 Views)

Subtract 60:

Ton

Message Edited by TonP on 08-27-2007 09:28 PM

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 2 of 2
(2,345 Views)