Can you convert the a previously provided Labview 6.1 file sent previously to 6.0?

Previously an example was provided as a solution for measuring low frequency transfer functions using swept sin mode with a DSA 4551 card. I currently do not have access to 6.1 and would like a copy in 6.0 if possible. Original file is attached. Thanks.
Attachments:
Zoom_Analysis_Example_from_NI.vi ‏137 KB

The VI you attach does not perform a Swept Sine analysis but a Zoom FFT analysis
This example ships with NI-DSA and is available for LabVIEW 6.0 from :
http://digital.ni.com/softlib.nsf/websearch/E497D1707F9868478625694300761ADF?opendocument&node=132060_US
Please also note that NI-DSA 1.2 is now available and our web site will be updated very soon.
NI DSA 1.2 includes new examples as well as a Software user manual.
This user manual is available for download at :
http://digital.ni.com/manuals.nsf/websearch/032430F78301D4A986256AC7004DFC52?OpenDocument&node=132090_US
I hope this will help.
Gerald

Similar Messages

  • Can you convert the Outlook 2010 Tasks folder to PDF?

    Hi All,
    Please can you let me know how to convert the Outlook 2010 Tasks folder to PDF?  When I select "Convert Selected Folders" from the PDFMaker Add-In in Outlook the Tasks folder is greyed out.
    Is this because PDFMaker doesn't support this?  If not, is there another way to convert the Tasks folder to PDF?
    Cheers

    Hello hillsmeister,
    Could you please let me know what version of Acrobat are you using.
    If it is Acrobat version 10 and later, then only PDFMaker application would be compatible with Outlook 2010.
    Try converting some other mails to Adobe PDF and check if the same issue persists.
    Please let me know.
    Regards,
    Anubha

  • JFileChooser, how can you allow the user to select MORE than 1 file?

    Hello everyone.
    I want to allow the user to select multiple files from a directory, not just 1, but not just the whole directory.
    Currently I see these 2 options from looking at the sun's JFileChooser demo:
    //Create a file chooser
            fc = new JFileChooser();
            //Uncomment one of the following lines to try a different
            //file selection mode.  The first allows just directories
            //to be selected (and, at least in the Java look and feel,
            //shown).  The second allows both files and directories
            //to be selected.  If you leave these lines commented out,
            //then the default mode (FILES_ONLY) will be used.
            //fc.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
            fc.setFileSelectionMode(JFileChooser.FILES_AND_DIRECTORIES);but both don't allow the selection of more than 1 file.
    When I say, select more than 1 file I mean the user can hold in SHIFT or CTRL and select files.
    Any ideas how to do this?
    Thanks!

    http://java.sun.com/javase/6/docs/api/javax/swing/JFileChooser.html#setMultiSelectionEnabled(boolean)
    Cheers,
    Laird

  • Can you convert Home Publisher 2000 .php files to PDF?

    I have a customer that submitted a file in Home Publisher 2000 in a .php file.
    Can you convert the file to a PDF so we can print it more easily?

    Provided you have BOTH PDF Pack and Home Publisher 2000. Only someone with the original software can open the file for conversion.

  • Can you convert your desktop site plan into the phone & tablet version w/o re-creating the pages?

    Can you convert your desktop site plan into the phone & tablet version without re-creating the landing pages? This seems too extensive to have to re-design each page?

    Cwsnell,
    On your nav bar there is a shorcut to other pages.
    The most effecient way I have found to do this from the phone layout,
    click on the page icon shown above
    type in the name of the page (and select the desktop version as indicated by the icon of the monitor)
    select all on that page (CTRL A / Command A) and copy (CTRL C / Command C)
    revert back to the phone layout page and paste (CTRL V / Command V)
    then resize, delete what you dont need, make any other edits and your done!
    There is not a way to copy a page entirely over.  The mobile version should have less information and less imagery to enable fast load times.
    -SiteSpot

  • How can you start the tag config editor from a vi or when labview starts?

    how can you start the tag config editor from a vi or when labview starts?

    Hi,
    There is a VI called "dsc_TagEditorLauncher.vi" under "C:\Program Files\National Instruments\LabVIEW 7.1\project\lvdsc" folder that can be used to launch the TCE programmatically. I hope this helps.
    Best Regards,
    Remzi A.
    Applications Engineering
    National Instruments

  • Can you set the Duration of a Transition to instant? Or Remove a previous?

    Can you set the duration of a Transition to instant? (Rotate and Translate).
    Or if not, remove a previous transition done? (Reset the transitioned object back to its original). Ihave tried setting Duration.millus(.000001), but I can still see it translate/rotate. if I set it to zero, it doesn't do anything at all.
    Goal:
    I have a Connect4 type grid that Flips. It rotates upside down 180degrees, the pieces 'fall' down. Then I ACTUALLY flip the game board (not just effects) using a matrix calculation. But since my grid is upside down, my pieces appear upside down.
    So here is the method I was thinking:
    -Flip the board upside down
    -Translate the pieces down (gravity)
    -Actually flip the game board's internals and positions.
    -Undo the previous rotate/translate so the user thinks the 'animation' actually flipped the board.

    You cannot create an instant Transition. An Animation with a duration of 0ms is considered invalid and does not do anything when play() is called.
    Why do you have to use Transitions to set the values? They just modify Node properties over time, if you want to change the properties instantly, you can just access them directly. TranslateTransition modifies translateX, translateY, and translateZ, RotateTransition modifies rotate and rotationAxis.

  • What is the differnce between Blue,Purple and Orange Audio Tracks. Can you convert either to Green Midi Track?

    What is the differnce between Blue,Purple and Orange Audio Tracks. Can you convert either to Green Midi Track?

    Are you asking about Garageband? Your signature also mentions Logic, but I have never worked with that.
    Concerning Garageband:
    Real Instrument regions from your recordings are purple.
    Real Instrument regions from Apple Loops are blue.
    Regions from imported audio files are orange.
    Software Instrument regions from recordings, loops, and imported MIDI files are green.
    So far as I know you can convert software instrument loops to real instrument loops, but not real instrument loops to software instrument loops.

  • I accidentally bought two subscriptions to convert PDFs to word. Can you combine the two subscriptin

    I accidentally bought two subscriptions to convert PDFs to word. Can you combine the two subscriptions?

    Contact Adobe Customer Care via http://helpx.adobe.com/contact.html?product=export-pdf

  • Can you put the labview runtime engine in a vi?

    hello,
    can you put the labview runtime engine in a vi when you build an application or do you need to install it separately on each computer that is going to run a labview application?  thank you

    I found the tutorials in labview help pretty good
    Example: Building a Stand-Alone Application
    Example: Building an Installer (Windows)
    This certainly got me started working with the project explorer to build and deploy your application.
    Hope this helps
    David

  • TS4036 Can you change the iCloud backup date to a previous backup date?

    Can you change the iCloud backup date? My iPhones processor went out and erased all of my information and saved that as my last iCloud backup, is there a way to restore my phone for the day before this happened to get all of my information back?

    Long story short, I had to make a clean install of OS X (mountain lion) when I was outside my country, and if I can't show the guy at the customs back home that I purchased the macpro before making the trip, I'll have to pay taxes for it.
    I could have filled the papers for that but I almost miss the plane and there was a long queue.

  • How can i convert the data from mutiple-table to the other database(MSSQL)?

    Dears,
    How can i convert the data from mutiple-table to the other database such as MS-SQL?
    I have a third party system based on MS-SQL 2000.
    Now we want to make a integration between SAP R/3(Oracle) and SQL server.
    When my user releases the purchase order in R/3, the application we coded will convert the releated data to the temp database on the SQL server.
    But i don't know which tools will help me reach the purpose.  BAPI, LSMW, IDoc... ???
    Would anybody tell me which way is better and how to do?
    Thanks a lot!
    Kevin Wang

    Hello Kevin,
    The question to use which method depend on your detail requirements. If you use BAPI, you need to find which Bapi can provide the data you want. Bapi normally use as a function called by external system. So you need to develop an external program like VB/Java to call this Bapi and move it to SQL. LSMW is use when you want to upload data from an external system to SAP. So it does not serve your requirement. Idoc can be use to export data to an external system. Again like Bapi, you need to find what Idoc can provide the data you want. However, it does not any programming from the external system. If I were you, based on your requirements, I think writing an Abap program that read the data you want and download it to NT/SQL server will be faster and easier.

  • How can you lower the number of days in IOS8 iPhotos deleted

    In IOS8 photos deleted stay for 30 days. Can you lower the number of days?

    To answer your Subject (rather than the body of your post)
    To get the number of controls, and refs to each, etc, you can combine a
    couple of example VIs and a little index finger grease to make a VI that
    does what you want:
    Help menu >> Find Examples
    Find Example Dialog >>Browse tab
    Programmatically controlling VIs
    Manipulating Applications and VI settings
    Edit Multiple VI Setups.vi
    New Examples for LabVIEW 6.1
    Queues
    Queue Control Seek.vi
    If these two VIs are put in a mixer and shaken (not stirred) you might come
    up with something that tastes write.
    Mike Ashe
    "GL" wrote in message
    news:[email protected]..
    > I need to convert llb from 6i to 6.1 and I am unable to, I beli
    eve
    > because I have to many controls and indicators in the llb.

  • Java arrays - can you name the keys?

    i have 1 function that declares 2 ArrayLists of type String. They are the same size and the values are related. Let's call them A & B.
    I was hoping i could have my function return just 1 array, with the values of arraylist A being they keys of the returned array, and the values of arraylist B being the values in the returned array.
    But can you name the elements of an array in java? in php you can, but in java, the only examples i have seen only use the standard #'s: 0, 1, 2, 3, etc. if you can, please post sample syntax.
    i guess i could use a double scripted array, but... well i don't exactly know what the sytax would be for that in declaring the funciton.
    if someone has a link of these kinds of examples / topics they could send me - that would be great too - i googled it but haven't really come across any.
    thanks in advance

    It appears as though what you are trying to do is associate a specific "key" value with another value. For example, let's say you want the word "dog" to be the key for the arraylist value of "bull dog."
    The perfect data structure for this that Java provides is called a Map. Here is some sample code.
    //create something called a HashMap where the first
    //value is the key, and the second value is the value
    //that the key is associated with
    HashMap<String, String> map = new HashMap<String, String>();
    //now, consider the previous example...
    //here is the syntax for storing those values
    map.put("dog", "bull dog");
    //and this would be the syntax for getting a value
    String value = map.get('dog");
    //which would give "bull dog"
    {code}
    Hope that helps :)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Can you convert your text messages to your computer?

    Can you convert your text messages from your phone to your computer?

    Text messages are included with your iPhone's backup, which is updated by iTunes as the first step during the iTunes sync process. There are utilities such as this one that provide for extracting this and other data from your iPhone's backup for access on your computer for reading, printing, archiving, etc.
    http://mobilesyncbrowser.com/
    There are other utilities such as this one which is compatible with a Mac for extracting select data direct from the iPhone.
    http://www.ecamm.com/mac/phoneview/

Maybe you are looking for