LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to pick up a file list ?

Windows 2000 or XP, LabView 8.6.1 

 

I`m trying to control a vector signal generator (Rohde&Schwarz SMU200A) from a PC by using LabView.

One point is to get a list of files from the vector signal generator that describe the fading model for the channel for channel simulation.

I want to display the list of files stored in a certain directory and pick up some files from that list by a mouse click to generate a new list of files that are used for the different simulation loops.

So, how to display the file list, pick up some files by mouse click and aggregate the files into a new list that is also displayed ?

 

Thanx for help

 

Is there a vi that splits a comma separated string into a list of strings ?

I've found the functions cvsread and cvswrite.

But they are used for reading and writing from or to a file.

0 Kudos
Message 1 of 3
(3,121 Views)

Hi Hans,

 

you should try "Spreadsheet String To Array Function".

Regards
MY
0 Kudos
Message 2 of 3
(3,113 Views)

Hi HansWerner,

 

there is a easy possibility to access the MMEMory Subsystem of the SMU200A: The rssmu LabVIEW instrument driver supports all available file operations of the SMU200A, see attached screen copy.

 

The LabVIEW driver is available at:  http://www.rohde-schwarz.com/driver/SMU200ALabView.html

 

PS: Try the VIs "RSSMU MMEMory Catalog" the rest is just LabVIEW GUI programming. 😉

0 Kudos
Message 3 of 3
(3,110 Views)