08-06-2009 04:31 AM
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.
08-06-2009 04:53 AM
Hi Hans,
you should try "Spreadsheet String To Array Function".
08-06-2009 05:05 AM
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. 😉