LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the 3 values that are in Output array

Solved!
Go to solution

Hello everyone,
I want get the 3 values that are in Output array:
VATS
01:00
05:00
How to do it please?
It should be easy but I don't know how to do it yet, thanks for your help 🙂

Download All
0 Kudos
Message 1 of 5
(787 Views)

FYI, LabVIEW not installed in my New Laptop, So answering without viewing your code.

 

Have you tried using Index Array from 2D Array where you will get 1D Array of Row (All Three Values in as elements in 1D Array)

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
Message 2 of 5
(783 Views)
Solution
Accepted by ZOE_23

Hi ZOE,

 

use ReadDelimitedSpreadsheet file function in "string"-mode to read your CSV file.

Then use IndexArray to index the 2nd row…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 3 of 5
(769 Views)

Hi @GrdW,

 

Thanks a lot for your answer, it works now.
Have a nice day and weekend:)

0 Kudos
Message 4 of 5
(761 Views)

Hi, PalanivelThiruvenkadam

 

Thanks your for you reply, that work now.
Have a good day and weekend:)

0 Kudos
Message 5 of 5
(760 Views)