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.

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.
Attachments:
rssmu_labview_helpfile.zip ‏67 KB

Similar Messages

  • How to load the .xml file list from 'C:\Drag_list\Modified' into xmltype tb

    Hi all experts,
    I am in Oracle Enterprise Manager 11g 11.2.0.1.0.
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Feb 22 11:40:23 2011
    is there anyone know why
    SQL> create or replace directory XMLDIR as '/xdb/faq/testdata'
    2 /
    SQL> set long 10000 pages 200 lines 150
    SQL> --
    SQL> select xmltype(bfilename('XMLDIR','2003.xml'),nls_charset_id('AL32UTF8'))
    2 from dual
    worked. but
    SQL> create or replace directory XMLDIR as 'C:\Drag_list\Modified';
    SQL> select xmltype(bfilename('XMLDIR','2011.xml'),nls_charset_id('AL32UTF8'))
    from dual
    did not work?
    IS there any way I can load the .xml file list from 'C:\Drag_list\Modified' into xmltype table?
    Thanks.

    did not work?Generally we'll need a bit more info than "it didn't work", was there an ora-X error message? What was the error?
    Assuming you're on *nix a 'C:\<folder name>\...' directory spec just plain won't work, the directory has to point to a valid storage location on the database server host.
    Try a host command (at the database server) and make sure the .xml file name and location is valid, in sqlplus a "bang" (exclamation) runs a host command, i.e.:
    SQL> !ls -l /xdb/faq/testdata
    ... usr grp ... 2003.xml
    ...But if you are on windows, its the `host` command:
    SQL> host dir c:\drag_list\modified
    mm/dd/yyyy ... 2011.xml
    ...  The create directory ... as ... must point to a valid storage location for it to work, at least that is step one.

  • How to load the .xml file list from 'C:\Drag_list\Modif into xmltype table?

    Hi all experts,
    I am in Oracle Enterprise Manager 11g 11.2.0.1.0.
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Feb 22 11:40:23 2011
    is there anyone know why
    SQL> create or replace directory XMLDIR as '/xdb/faq/testdata'
    2 /
    SQL> set long 10000 pages 200 lines 150
    SQL> --
    SQL> select xmltype(bfilename('XMLDIR','2003.xml'),nls_charset_id('AL32UTF8'))
    2 from dual
    worked. but
    SQL> create or replace directory XMLDIR as 'C:\Drag_list\Modified';
    SQL> select xmltype(bfilename('XMLDIR','2011.xml'),nls_charset_id('AL32UTF8'))
    from dual
    did not work?
    IS there any way I can load the .xml file list from 'C:\Drag_list\Modified' into xmltype table?
    Thanks.
    Edited by: Cow on Apr 13, 2011 12:58 AM

    This is a question better suited for the sql and pl/sql support forum, since it is NOT an APEX based question..: PL/SQL
    Thank you,
    Tony Miller
    Webster, TX
    On the road of life...There are 'windshields', and there are 'bugs'
    (splat!)
    "Squeegees Wanted"
    If this question is answered, please mark the thread as closed and assign points where earned..

  • How to pick the sender files dynamically using the same File CC

    hi,
    My requirements is like , Same Sender File communication Channel has to pick up the different file which are having differnt file conventions and which are placed in different directories .. then it has to send to diffentn directories in the receiver side..
    how to do this?
    Regards,
    Balaji

    Hi Stefen,
    They have tried the Generic Sender File adapter concept to handle filenames with different names and from different directories instead creating many file channels. In my project many channels are configured as generic File sender channel.. And Eventhough the Generic file sender channels processing the filenames from different directories, all processed files are archieved in one common directories.. now they wanna generic solution to archieve the processed files in a particular folder based upon the directories they got processed from....
    and There are no such message mapping or Operation mapping since they used AAE concept. So do you  have any idea to make Generic File sender channels to archieve the files as per requirements i said before??
    Two doubts can we use like Module programming or can we do any OS level command acchieve this ? if yes please explain in detail .... Please help me out here
    please refer the following link .. exact way we used in our project
    http://wiki.sdn.sap.com/wiki/display/XI/SingleSenderFileCCForMultipleDirectories
    Regards,
    Balaji
    Edited by: Balaji Pichaimuthu on Feb 5, 2010 5:55 AM

  • How do I clear the file list in "Grab"?

    When files are saved in Grab, they also go onto a list which is accessed from the Grab icon in the dock by right mouse clicking.
    Even after the file is totally deleted from everywhere including the trach bin, the file name still appears on the list and if "Show all Windows" is selected, thefile image does not appear - it's gone - but a "TIFF" icon is there.
    How can unwanted files be removed from this list?

    Yes I do - great.
    I am feeling better now I have found the necessdary file.
    Should I edit this or just trash the whole file?
    I am reluctant to this on my own initiative as I am relatively new to iMac.
    I once edited the registry on a PC with pretty horrid results so I hope you understand my reticence.
    In all there are 3 files which are named . . . /com.apple.grab.xxxxx.
    These are (where xxxxx = ) 
    .LSSharedFileList.plist
    .LSSharedFileList.plist. lockfile
    .plist and
    .plist.lockfile
    Do these need addressing seperately?

  • How to pick up value from list item

    I created one form with list item(used to display all customer name).
    From this i want to select one customer name and stored in a variable.. how can i do this..

    Use the Get_List_Element_Value function e.g.:
    declare
         v_customer_name VARCHAR2(50);
    Begin
         v_customer_name:= Get_List_Element_Value('customer_list', 1);
    End;

  • How to pick and choose files/itunes library to restore onto MBP

    I recently had my HD fail and want to restore my time machine backup now, but I have a lot of garbage I don't want on it. I want to start fresh and just transfer my old iTunes library and still have all my playlists if possible, and some pictures and stuff like that, rather than just letting time machine put everything back on as it was.
    Is there a way to do this?

    06/2014 ChrisCA post: Restore iTunes library from Time Machine backup - https://discussions.apple.com/message/26104480

  • (Need Help) how to clear the recently opened file list on Flash Player 11?

    excuse me pals, may i ask how to clear recently opened file list under "File" tab on Flash Player 11 (the standalone player) ? i've tried to browse my registry but i can't find the solution (and i can't find the .mru files containg the list). my OS is Windows 7 32bit, i hope i can find solution here

    I found it in the Windows registry under HKCU\Software\Macromedia\FlashPlayer

  • How to pick the file which is created with current date

    Hello All,
    I have an FTP server where files are created with current date as PO_CONFIRM_20100701.txt.
    Need to pick the file based on current date. How to pick the above file format using file sender adapter. i.e what file pattern can we use so that file will be picked only on today's date
    Regards,
    Sreenivas.

    Hi Srinivas,
    It depends upon the OS you are using. If unix you can see an example script here:
    http://www.computing.net/answers/dos/batch-file-to-rename-files-by-date/5517.html
    If windows an example here:
    http://en.kioskea.net/forum/affich-87157-finding-and-using-file-date-in-batch-command
    You may need to change slightly to fit your exact requirements. But this would make you to start. Else you can also google to get the script. Here is one link:
    http://www.google.com/#hl=en&source=hp&q=scripttorenamefileshavingtodaysdate&aq=f&aqi=m1&aql=&oq=&gs_rfai=CRE9SwTMsTNjiDpzGhgTm65iFCwAAAKoEBU_QC2i-&fp=e0fa4b5da4f245a4
    Regards,
    ---Satish

  • Get file list in a directory

    Hi,
    How can i get the files liste in a directory from forms ? I want to know all the files in c:\my_dir\
    Thanx
    Herome

    Thanks but my form must run on different environement and dir will not return the same output to my_file.txt ! Is there any other "cleaner" way to do the job ?
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Dino ([email protected]):
    U can use Host command. I.e.
    Host ('dir c:\my_dir > my_file.txt');
    and then u can read this ascii file.
    Hope this helps.
    Bye Dino<HR></BLOCKQUOTE>
    null

  • Printing pdf portfolio file list

    How do I print the file list (not individual pdfs) in a pdf portfolio?

    Open it as you did in 1. Portfolios look like normal pdfs but they are not. Pdf Portfolios were a wonderful idea, but the implementation caused a few issues one of which you are experiencing.

  • Deleted file list in DMS

    Hi sap gurus,
    How can I see deleted files list in DMS.
    Cheers,
    Krishna

    Hi Ankur,
    in DMS there are only two possible ways for this kind of issue:
    1. set deletion indicator
    In transaction CV02N you can set the deletion indicator for a document info record. This will limit the range of possible functionalities for this document info record. Because the system is checking if the deletion indicator is set and then raises error messages sometimes. These error messages always tell the user that this is not possible as the document is marked for deletion.
    However you can see this info record still in the DMS transactions. Also the history remains.
    2. delete document by MCDOKDEL
    If you execute this report then all the documents with deletion indicator are really deleted from the database tables. This means also that the history and change log are deleted for this document info record too. Otherwise a lot of database space would left filled. So if you use also report MCDOKDEL then all the document info record related data will be deleted completely.
    I hope this information will be usefull for you.
    Best regards,
    Christoph
    P.S.: Please reward points for usefull information.

  • How do I submit a file showing updater.exe is getting infected?

    How do I submit a file listing infections found in updater.exe by endpoint?

    By the way, you might be interested in these articles:
    * Support article: [[Troubleshoot Firefox issues caused by malware]]
    * Third party website: [http://malwaretips.com/blogs/pup-optional-bonanzadeals-a-removal/ Remove PUP.Optional.BonanzaDeals.A (Virus Removal Guide)]

  • How does one change the font size for folders and/or file lists in the Bookmarks Library?

    How does one change the font size for folders and/or file lists in the '''Bookmarks''' Library?
    Since the upgrade to version 9.0.1 of Firefox, the Bookmarks feature changes are confusing me. They seem to be confusing themselves as well. The list of bookmarks has changed. The font size is so small that my aging eyes cannot read it without fogging the screen with my breath. Some folders are out of alphabetical order (where I know they were previously good), and some are missing altogether (folders to which I frequently add references).
    As for missing or deranged files or folders, was there something that I should have done or now need to do to recover those after the upgrade (or before)?
    With regard to font size,
    1. there is no “Edit Bookmarks” or like option to edit the list in this version
    2. the “zoom” option in the “view” list of functions is greyed out when in “Show All Bookmarks” window
    3. expanding the browser window has no effect on font size
    4. “Preferences” settings for font size has no effect in that window either, including advanced settings
    5. “Help” offers none that I can find.
    Can any of you Help?!?

    Maybe this extension helps:
    *Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/

  • How to use dynamic file as welcome-file-list in web.xml

    I have configured my web.xml file as this,
    <web-app>
    <context-param>
    <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
    <param-value>.xhtml</param-value>
    </context-param>
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>*.jsf</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
    <welcome-file>login.jsf</welcome-file>
    </welcome-file-list>
    </web-app>
    and my login.xhtml file as this,
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"
    xmlns:ui="http://java.sun.com/jsf/facelets"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:c="http://java.sun.com/jstl/core"
    xmlns:f="http://java.sun.com/jsf/core">
    <body>
    <f:view>
    <h:form>
    UserName:<h:inputText id="userName"
    value="#{bean.userName}" rendered="true"
    required="true"/>
    Password:<h:inputText id="password"
    value="#{bean.password}" rendered="true"
    required="true"/>
    <h:commandButton id="submit" value="Submit" action="#{bean.authenticate}" />
    </h:form>
    </f:view>
    </body>
    </html>
    but when i deploy this using tomcat and try to put url as this,
    http://localhost:8080/project
    Its not identifying welcome file from web.xml
    I am getting error like this,
    The requested resource (/project/) is not available.
    How to resolve this,
    Thanks,
    Vinutha

    This might help:
    http://forum.java.sun.com/thread.jspa?threadID=696586
    As well, you might have to change the servlet-mapping in your web.xml. The url-pattern, I think, needs to be .xhtml. Your login.jsf file in the welcome list will need to be renamed to login.xhtml.
    CowKing

Maybe you are looking for

  • Losing the will!!! What do i have to do to get my ...

    Moved to this house just over a year ago and it seems to be one thing after another with the line. Lost count of the amount of calls i`ve made to the faults department! Latest carry on began when we returned home on wednesday 16th April after a few d

  • Create AR Correction Invoice

    Hi All,   I need create AR Correction Invoice link to AR Invoice, abt system display error "Invalid structure document" oDoc = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoice) oDoc.GetByKey(XXX) _oOCSI = oCompany.GetBusinessObject(SAPbob

  • Outbound RFC from R/3 ABAP to XI

    Hello, I searched through the XI forum on this, but couldnt get it straight so far. R/3 AP1 -> XI -> Third party system I would like to invoke XI from an R/3 ABAP  like this: call function z_call_xi destination xidest The following is not clear yet:

  • I cant update my macbook pro to mac os x 10.9.2 what do i do please help me guys..

    i cant update my macbook pro to mac os x 10.9.2 what do i do please help me guys.......

  • How to?? in Windows XP SP2

    i've just purchased a MacBook Pro 17" and installed bootcamp anyone knows how to double-click with trackpad in Windows XP? also, when i'm using Mac OSX, i can just close the screen and the computer goes to sleep mode. but when i do this with windows