LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

File explorer type display and csv contents display

Solved!
Go to solution

Hello,

I am working on the a project to save the reports in CSV format for tests done, which is saved in respective 'date' folder (the date when test is done).

I want to have a display as shown in image below:Report window.JPG

 

I am not able to figure how to display the:

1. File Present Panel: To display all the csv file present in a particular folder.

2. Test Data Panel: The CSV data contents on clicking on a particular file.

 

Since, I am new to LabVIEW would appreciate your help.

 

Thanks.....

0 Kudos
Message 1 of 3
(2,052 Views)

Hi Kunal,

 

I am not able to figure how to display the:

1. File Present Panel: To display all the csv file present in a particular folder.

2. Test Data Panel: The CSV data contents on clicking on a particular file.

1. Use a Listbox to display the filenames of the files found in your datafile folder. (Did you already notice that ListFolder function?)

2. Use a Table to display the content of the file selected in the listbox.

 

What have you tried? Where are you stuck?

 

Since, I am new to LabVIEW

Did you notice the Training section in the header of this LabVIEW board?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(2,043 Views)
Solution
Accepted by topic author KunalSati

Thanks GerdW,

Getting the output as expected......CSV window.JPG

 

 

I tried using ActiveX controls, to use excel application type display to show the report file contents, but was getting too complicated.

For the listing the files saved, I was looking for file explorer type display, didn't knew about List Folder.vi.

 

Thanks again.

 

0 Kudos
Message 3 of 3
(2,020 Views)