LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DateTime String array in Graph

Solved!
Go to solution

If your data was sampled at a constant rate, you could convert the first element from a string to a timestamp and then run a loop that adds your interval to the timestamp. You should know the exact array size, so create the timestamp array and use replace array element instead of auto-indexing.

 

The add operation should be much faster than the repetitive string conversions.


Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.

"You are what you don't automate"
Inplaceness is synonymous with insidiousness

0 Kudos
Message 11 of 11
(235 Views)