ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

data saving

Solved!
Go to solution

Hello everyone,

 

Is it possible to use several File I/O.vi (Excel format) in one Case structure (consisted of 3 or 4 cases and every case one data saving vi)?

 

Thanks in advance....

0 Kudos
Message 1 of 5
(3,204 Views)

Why not?
You can open some files and store references.
Or you can work with one reference but write into file different data

Message 2 of 5
(3,199 Views)

You said File I/O in excel format.. I can't get in tho:(

 

if you are using open file, you keep refnum and utilize when reading or writing function comes.

if you are using Write/Read Delimited Spreadsheet.vi, you can easily get array data from vi so no problem using in case structure.

0 Kudos
Message 3 of 5
(3,151 Views)

Hi Mr. Jaylee,

I have attached two picture here. one is "water level measurement" another "ion level measurement". 2 separate "Write Meas file" has been used. the "ion level measurement" works good but didn't get any data in "water level measurement" file. Bother were "xlsx" format. 

Download All
0 Kudos
Message 4 of 5
(3,132 Views)
Solution
Accepted by Chowdhury_Milon

In water level measurement you use "AND" function, and save to file  ONE element, not array (signal)

Message 5 of 5
(3,120 Views)