From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,327 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,317 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,314 Views)