How to operate NI 5640r in the interpolat​on mode

Hi,
Anyone knows how to oeprate the NI5640r in the Interpolation mode either using the Driver or by using the FPGA.

Hi Vinny,
Jerry_L posted some example code that changes the 5640R to use it in interpolating DAC mode. You can find it HERE. The example code he posted is down about 3 or 4 posts. I believe the code that he posted is for LabVIEW 8.6. I have posted here a copy of this code that is for LabVIEW 2009 and uses the latest version of the NI-5640R driver (1.4). I hope this gets you going.
Chris W
Attachments:
ni5641R Interpolating DAC Mode LV2009.zip ‏4451 KB

Similar Messages

  • How to operate two gallery on the same site ?

    hello. I'm having a problem. I'm editing a template built using Flash, which already have a page that is a photo gallery. I created two others. Edict everything right in the xml file. However, when I open the page properly direct the gallery just small pictures, directing the big (it should just be a small extension of) the original gallery. What am I doing wrong?

    I do not think there is a gallery.swf being loaded in main.swf. Searched all the files that make the site work.
    To operate the original gallery, there are two "movie clip", one for small photos and another for large ones. Inside the fla file I just copied the contents of the timeline from one page to another. And in the xml file I replaced the contents of a page cut by copying the original gallery, changing only the photos.
    I tried changing the "instance names" of movie clips according to the pages, and also tried to change it in the xml. Do not know if I changed the right place, but continued not working properly.
    Here is the gallery in xml:
    <titlePage name="portfolio">
    <gallery_images>
    <image imagesSmall="gallery/image_gallerySmall_1.jpg" imagesBig="gallery/image_galleryBig_1.jpg"/>
    <image imagesSmall="gallery/image_gallerySmall_2.jpg" imagesBig="gallery/image_galleryBig_2.jpg"/>
    <image imagesSmall="gallery/image_gallerySmall_3.jpg" imagesBig="gallery/image_galleryBig_3.jpg"/>
    <image imagesSmall="gallery/image_gallerySmall_4.jpg" imagesBig="gallery/image_galleryBig_4.jpg"/>
    <image imagesSmall="gallery/image_gallerySmall_5.jpg" imagesBig="gallery/image_galleryBig_5.jpg"/>
    <image imagesSmall="gallery/image_gallerySmall_6.jpg" imagesBig="gallery/image_galleryBig_6.jpg"/>
    <image imagesSmall="gallery/image_gallerySmall_7.jpg" imagesBig="gallery/image_galleryBig_7.jpg"/>
    <image imagesSmall="gallery/image_gallerySmall_8.jpg" imagesBig="gallery/image_galleryBig_8.jpg"/>
    </ Gallery_images>
    <imagesPage>
    </ ImagesPage>
    <texts>
    <pageText> <! [CDATA [<Prev ]]></ pageText>
    <pageText> <! [CDATA [>]]></ pageText Next>
    </ Texts>
    <pagePopup>
    </ PagePopup>
    </ Titlepage>

  • Is there a "how to operate" video out there for TD with the MBA?

    I need to SEE how to operate this thing ... are there any opps videos out there to help me plz?

    There's at least this one:
    http://www.amazon.com/DisplayPort-Composite-Video-S-Video-Converter/dp/B004VV8R8 6
    and the review says that it works with current Macs, but I can't verify.
    Regards.

  • How to use sdk to get the image in the pdf file created by illustrator?

    I have some pdf files create by illustrator and saved as pdf documents,
    now I want to use the sdk to get the image in pdf files.
    how to?
    Thanks.

    Thank you first!
    Yes,you are right,since I am new to illustrator,and I want to try to write a plugin,
    I have read the sdk doc and API and opened the sample in vs2010,but no idea about how to operate the pdf doc in illustrator with api.
    Hope more advise or any examples,thank a lot.

  • How to deliver a paramter to the viewobject with jsf

    I use hr schema to learn adf bc component.but i want to use jsf #{param.region} to get the parameter from the urls and deliver it to the viewobject and last show the list table on the jsf page
    in the viewoject xml
    sql :
    select a,b,c,d... from xxxview where region =: para_region
    and parmeters:
    parameter para_region
    and next how to operate the jdeveloper or write some code ?
    I'm a beginner .thanks.

    It is not clear what do you want to do?
    You would use #{param.region} if you want to display the query string param in your jsf like <af:outputText value="#{param.region}"/>.
    Do you want to get the query string value in the backing bean and set this value in VO where clause?
    To pass a value to your vo where clause:
      DCIteratorBinding  iter = (DCIteratorBinding)bindings.get("yourVOIterator");
      ViewObject vo =  iterter.getViewObject();
      vo.setNamedWhereClauseParam("whereparam", value);
      vo.executeQuery();

  • Will HANA database table to insert a CLOB field , how to operate ?

    Will HANA database table to insert a CLOB field , how to operate ?
    Prior to this , I also see the related documentation : http://scn.sap.com/thread/3242930,
    So I used the link : http://docs.oracle.com/javase/tutorial/jdbc/basics/blob.html elaborated way to perform the operation to insert CLOB
    But practice tells me does not work, will be reported abnormal:"com.sap.db.jdbc.exceptions.jdbc40.SQLFeatureNotSupportedException: Method createClob() of ConnectionSapDB is not supported.".
    I want to know is , HANA how to insert CLOB field ? In this first say thank you !

    This is a problem with the driver. It is a known bug/issue.
    You have to use the dbms_lob.write procedure and append data to the clob inside a loop.
    i.e. do something like (pseudo-code)
    while(file.not_end)
    char[] buffer= file.read(start_pos,bytes_read);
    dmbs_lob.write(buffer);
    start_pos = start_pos+ bytes_read;
    null

  • How it is possible to deactivate the accounts of Apple id authorized on PC, if to PC there is no access?

    How it is possible to deactivate the accounts of Apple id authorized on PC, if to PC there is no access?

    When I have done this, all I did was network the two machines and copy the contents of the iTunes folder to the other machine, and that's it.
    My understanding (which may not be 100% correct) is that the one file that is absolutely necessary is iTunes Library, and that the XML file is actually a copy auto-generated from the iTunes Library, appearing in a different format only for non-iTunes apps that take advantage of the iTunes Library data.
    As far as I know, if you simply have the Library (database) file and all your original music files, iTunes on that computer should operate as it did on your old computer. I believe that the Album Artwork, Genius Data, and XML files can be regenerated from the Library file. Not sure about the Extras file.

  • Need help:how to operate modem in java

    how to operate modem in java

    u can access a modem using the comm api.
    its available at
    http://java.sun.com/products
    select the Java Communications api.
    G.P.

  • How do I deactivate DreamWeaver when the hard drive died?

    How do I deactivate DreamWeaver when the hard drive died?  It will not reinstall on the new PC because it wants the old one deactivated, which is impossible.  There is no way I can deactivate it and I have a legitimate copy.  I had it on one PC that died, so I bought a new PC and put it on that.  A few days later I had to return the new one because of problems with the PC.  They give me a replacement which seems to be working OK, only now Adobe thinks I have DreamWeaver all over the place.  I don't have it anywhere.  All I want to do is put my legitimate copy on my new PC.  HELP!!!

    You need to contact Adobe Support either by chat or via phone when you have serial number and activation issues.  They can take care of the deactivation for the lost drive.  Chat operates 24/7.
    Here are some links to help make contact:
    http://www.adobe.com/support/chat/ivrchat.html
    http://www.adobe.com/support/download-install/supportinfo/

  • How to operate bluetooth in HP 630

    I just purchased new HP 630 notebook. Not much familiar with its function. 
    In device manager there is some error showing with bluetooth. Can't find solution how to fix it and also dont know how to operate bluetooth here.
    Anybody please help me.

    Hi,
    What is the Operating system of your computer ? Did you upgrade/downgrade the machine ? Is it a d008au (two zeros) or doo8au (wo letter o) ?
    Regards.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • HT1363 Hi,IPOD has red cross with circle around it.pls advise how to operate

    Hi,IPOD has red cross with circle around it.pls advise how to operate
    Thanks

    Hi Smails,
    If your iPod is showing a Red X icon, you may want to refer to the following article:
    Apple Support: iPod Displays a Red "X" Icon
    http://support.apple.com/kb/ts1463
    Regards,
    - Brenden

  • How to operate Toontrack with Logic Pro?

    Macbook Pro:  Mac OS X 10.7.2:  Logic Pro 9.1.6.: Toontrack Solo 1.3.2 /Superior Drummer 2.3.0 / Custom & Vintage Presets:
    Situation question: I have set a library VST path, can record MIDI notes in Logic Pro, see it but not able to hear it in playback due to no audio file captured even though I directed an audio recording file pathway.  When contacting Toontrack the best advice they could give was to make certain I was launching in AU at which I have launched in both MIDI and then tried again Audio recording with input and recording enabled yet am operating MIDI so this leaves me uncertain about the whole thing. I'm on a serious deadline to record tracks from my Roland V-drum kit.  Recap:  I can hear and see Toontrack nicely with the Roland kit, can see MIDI recording within Logic Pro but no playback or audio files found in the library I have set, if this makes any sense. Please be generous in your reply since I haven't taken a course in how to operate LP.  Thank you...

    Your Trying to create an audio track from Midi
    1) You can use the Bounce in Place feature,  (Right Click on region--Bounce/Merge---Bounce In Place
    2) Bounce in the Master fader --Mute all except Superior, set in amd out times, Bit depth...etc
    Make sure you drag to an Audio Track after BIP
    See picts works fine for me
    1-bounce in place
    2-Master fadeer bounce
    Best

  • I have a Australian iTunes account and want to switch to using the u.s store as I now live there, I cannot do this because I have $1.41 still in the oz account an image to have a zero balance to change stores, how can I get rid of the $1.41?

    I want to switch to the u.s store as I now live in the us, I cannot switch stores because my balance is $1.41 in the oz store and needs to be zero, how can I get rid of the $1.41 when everything costs more or less than that? I do not have a credit card on the oz iTunes account an I cannot use my us one to top it up.
    HELP

    Click here and request assistance.
    (60992)

  • How to print Integrity sql in the preparedstatement?

    How to print Integrity sql in the preparedstatement?
    Connection conn = null;
    String sql = "select * from person where name=?";
    PreparedStatement ps = conn.prepareStatement(sql);
    ps.setObject(1, "robin");
    ps.executeQuery();
    i'm wants print Integrity sql.
    For example:select * from person where name='robin'
    How should I do?
    thanks a lot!

    PreparedStatement doesn't offer methods for that. You can write your own implementation of PreparedStatement which wraps the originating PreparedStatement and saves the set* values and writes it to the toString().
    If needed, myself I just print the sql as well as the values-being-set to the debug statement.Logger.debug(query + " " + values);

  • How do i find out who the carrier is and can i get it unlocked to use in australia?

    Hi there,
    I got a iphone4 from my friend ewho brought it from someone from ebay in the states
    I am unable to use the phone and was told that the phone had been updated to a baseband that can not be unlocked
    and that I need to contact the carrier.
    How do I find out who the carrier is and is there anyway I can get it unlocked to be used in Australia?
    It has a grevey sim in it and well at this point in time its just being used as an ipod.
    Yes I know I should of got one from Australia but i thought it wouldnt be this hard to get it fixed to be able to use here.
    please help........
    thanx
    lana

    The discussion of Jailbroken Devices is against the Terms of Use of this Forum.
    http://support.apple.com/kb/HT3743

Maybe you are looking for