Our online shopping is experiencing intermittent service disruptions.

Support teams are actively working on the resolution.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make VI with timestamp array input

Solved!
Go to solution

I am making a sub-VI for a program and I need to have a double array, a boolean, and a time stamp array as an input. I can't find a way to mark the input with a timestamp array indicator though. My only choices seem to be double and void. Is there any way I can do this? 

0 Kudos
Message 1 of 3
(2,339 Views)
Solution
Accepted by topic author nc61

You have to put an empty Array frame on your front pannel and then move a Timestamp control into it.

Message 2 of 3
(2,329 Views)

You make an array of timestamps the same way you make any other array: Drop a timestamp onto a void array.

Message 3 of 3
(2,326 Views)