Anyone done capture with 5112 then write same out to 5411 directly in Labview 6i

Want to capture a trace (current via sense resistor to PCI 5112)store it and then download to an arbitrary waveform generator(PCI 5411)Idea to mimic input when needed and repeat lots of times.

Dear Chris,
Thanks for using the National Instruments Developer Exchange.
Yes this is possible, but you will need first to acquire the waveform and then configure the function generator (NI-5411) to download the waveform you just acquired to the memory of the ARB and then play it continuously.
You will have plenty of shipping examples available when you install the driver NI-SCOPE in your computer, look in the subpallete NI-SCOPE in LabVIEW.
Once you have learned how to acquire waveforms with the Scope you will be able to download this waveform the ARB and play it.
I also recommend you to look the examples, especifically the example called: "niFgen Arbitrary Waveform Example.vi" that will clarify to you the process of downloading a waveform to the Device and
play it.
If you have more questions I recommend you to send an e-mail directly to our technical support by going to the web page: http://sine.ni.com/apps/we/niae_asc.main
and selecting E-mail NI Engineers.
Best Regards.
Omar De Andrade - Applications Engineer
National Instruments

Similar Messages

  • File Capture with Pinnacle 510-USB badly out of sync

    Greetings,
    I'm using a USB-connected Pinnacle 510-USB device to capture an H.264 video stream using 500Kbps, 15fps at 720x480 and MP3 audo at 44100 Hz, 128Kbps.  The saved .f4v file is badly out of sync.  The video lags the audio badly and is quite jerky while the audio is rock solid and very good.
    The machine I'm using is a 2.99Ghz Pentium4 running Windows XP SP3 with 3GB RAM.  Task manager reports that FMLE is consuming almost all the CPU and I'm concerned that I'm just asking the computer to do too much.
    Do I need to reduce my settings some to lessen the load on the computer?
    --[Lance]

    I have also faced issues of audio and video sync in FMLE with Pinnacle USB devices.
    Issue is at the device end because device tends to give audio and video packets out of sync. FMLE here cant do anything when device itself gives packets out of sync
    Evenother devices like Osprey also gives packets out of synch when CPU usage of system goes beyond 90-95%.
    So i suggest you to use some machine in which FMLE works fine at lower CPU.
    Video settings that you have told us are very much sufficient for even a 2 core machine so i cannot really say why your machine is not able to encode Video at that settings

  • Can anyone assist me with this problem

    hey guys thanks for reading this hey,
    The assignment suggest the use of maps but i am not sure how i can use maps to help me as i am relitivley new to the collections heirahcy. I have attached the code i have so far. i am desperatly in need of help. an explanation of what the program will print is below.
    input needs to be grabbed from file
    Brazil 1 France 2
    France 1 Germany 2
    Germany 0 Japan 3
    Germany 2 Brazil 0
    France 4 Japan 4
    Then the corresponding summary written to standard output should be:
    Team W D L F A P
    Germany 2 0 1 4 4 6
    Japan 1 1 0 7 4 4
    France 1 1 1 7 7 4
    Brazil 0 0 2 1 4 0
    For each team, the output contains the number of games won (W), the number of games drawn (D), the number of games lost (L), the total number of goals scored (F, "goals for"), the total number of goals scored by the teams' opponents (A, "goals against"), and the total number of points (P). A team scores 3 points for a win, 1 point for a draw, and 0 points for a loss.
    here is the code that i have so far assembled.
    import java.io.*;
    import java.util.*;
    class Soccer
         //declare varibles
         StringTokenizer st;                    // StringTokenizer for separating values
         BufferedReader in;                    // BufferedReader for reading standard input
         BufferedReader infile;               // reads data from input file
         String input;                        // holds input data temporarily
         int count;                              // String input to hold line details
         Map teams = new HashMap();          //creates a new hash map for holding data
         public static final Integer ONE = new Integer(1);     //for distinct wrods count
         String[] temp;
         public static void main (String [] args)
              Soccer app = new Soccer();
                   app.input(args);
         }//end main
         public void input(String [] args)
              try{
                   //standard output to screen
                   in = new BufferedReader(new InputStreamReader(System.in));
                   //input from filend class
                   infile = new BufferedReader(new FileReader(args[0]));
                   input = infile.readLine();
                   st = new StringTokenizer(input);
                   count = st.countTokens();
                   temp = new String[count];
                   for(int i = 0; i < count; i++)
                         temp[i] = st.nextToken();
                   }//end for
                   //start if map code
                   Map map = new HashMap(); // Maps words to no. of occs.
                   for (int i = 0; i < count; i++) {
                        // Get number of occurrences of next word
                        Integer value = (Integer) map.get(temp);
                        // Increment number of occurrences of word
                        if (value == null) {
                             map.put(temp[i], ONE);
                        } else {
                             int val = value.intValue();
                             map.put(temp[i], new Integer(val+1));
                   }//end for
                   // Print values of map, one per line
                   Iterator it = map.keySet().iterator();
                   while (it.hasNext() ) {
                   Object key = it.next();
                   System.out.println(key + " = " + map.get(key));
                   } catch (IOException e){
                        System.out.println("ERROR: " + e.getMessage());
                   //call the print method
                   print();
         }//end input
         public void print()
              System.out.println("Team     W D L A P ");
         }//end print
    }//end class

    can anyone assist me with this problem
    Write a better subject, go see you lecturer.

  • Messages has replaced all my text with a load of letter A's in boxes. What is that all about. When I type a new one it is fine until I hit enter then the same thing applies. Has anyone a fix for this?

    Messages has replaced all my text with a load of letter A's in boxes. What is that all about. When I type a new one it is fine until I hit enter then the same thing applies. Has anyone a fix for this?
    Picture below, many thanks for your help.
    Jason

    Back up all data before proceeding.
    Launch the Font Book application and validate all fonts. You must select the fonts in order to validate them. See the built-in help and this support article for instructions. If Font Book finds any issues, resolve them.
    Start up in safe mode to rebuild the font caches. Restart as usual and test.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t start in safe mode. In that case, ask for instructions.
    If you still have problems, then from the Font Book menu bar, select
              File ▹ Restore Standard Fonts...
    You'll be prompted to confirm, and then to enter your administrator login password.
    Also note that if you deactivate or remove any built-in fonts, for instance by using a third-party font manager, the system may become unstable.

  • Every time I create an account with iCloud then try to open it I get wrong ID or password. Even when I enter my birth date I am told it is incorrect. I have done this several times with the same results.

    Every time I create an account with iCloud then try to open it I get an error message: wrong ID or password. Also when I enter my birth date I am told it is incorrect. I have done this several times with the same results.

    Oldcameraman
    Please do not duplicate a thread. The threads are answered as soon as possible. We are not Adobe. Just user to user.
    I have answered your most recent of the duplicates
    Premier Elements 13 Organizer Works. Editor doesn't. Log in doesn't work
    It is uncertain just how far we can go to help you since you do not appear to have Premiere Elements any
    longer.Seems you demanded a refund from Adobe Chat, got it, and now are left with a non purchased program which I
    am not sure can be used.
    Duplicates tend to confuse the person asking the question as well as those attempting to reply. As I suggested in the
    above mentioned thread, try to sort out your situation with Adobe via its Adobe Chat.
    ATR

  • Can anyone help me with a problem i am having with my music on my iPhone 4S. I have put alot of Compilation CDs in my library on iTunes. I download these tracks onto my phone, everything is ok so far. Now, this is what is niggling me and I don.t know how

    Can anyone help me with a problem i am having with my music on my iPhone 4S. I have put alot of Compilation CDs in my library on iTunes. I download these tracks onto my phone, everything is ok so far. Now, this is what is niggling me and I don.t know how to resolve it. This is my problem: 
    Have downloaded for example: Queen – Bohemium Rhapsody from a compilation album as well as a few complete Queen Album CDs into the iTunes library and then put them into playlists,
    When I go onto my phone and select Queen on the MUSIC app using Songs tab at the bottom of the screen it will display all Queen songs and their resective Alum pics, that is all those not in a complilation album, .
    If I know the song title I can select the songs tab and find the song that way,
    I’ve tried fiddling with the settings in the iTunes app by going to ‘get info’ tab and trying to sort the problem out that way but am not having much luck.What I want the phone to do is show, for example all Queens songs including those in compilation albums. Can this be done, would be grateful for any ideas on how it can be done, that is if ic can be done, any ideas
    Thanks for your help

    Try assigning Queen as the Album Artist on the compilations in iTunes on your computer.

  • I am trying to generate a 50kHz sine wave for ten cycles, then aquire this waveform and store it in a file, I am using a PCI-Mio 16E-4 board, has anyone done anything like this?

    I am trying to generate a 50kHz sine wave output on the DAQ card and then simultaneously recieve. I am using a PCI-Mio 16E-4 series board to do this. Has anyone done anything similar. I can generate a 50k wave no problem, and recieve one, but I can not get these vis to run together? Any suggestiosn

    Jrod, yes you should be able to do this, actually there are quite a few example programs come with LabVIEW that handles simultaneous analog input and output, I check the specs of the board you use, the board should be able to handle the sampling/generation rate, but make sure for 50KHz sine wave, you would sample at least twice as fast, preferably ten times the generation rate, then this puts the sampling of the board to thew limit.
    The program you can try is attached here, good luck with the application,
    XD Gao
    Applications Engineering,
    National Instruments
    Attachments:
    Simul_AIAO_Buffer(E-series).vi ‏104 KB

  • How works lync when I made a video conferences with someone in my same building?I want to understand how lyncs works, when I made video conferences with someone in my same building, if my call go to to server and then go to the person I´m calling. Or if L

    I want to understand how lyncs works, when I made video conferences with someone in my same building, if my call go to to server and then go to the person I´m calling.
    Or if Lync realizes that we are in the same building so it never leaves, so it don’t generate traffic. My concern is the bandwidth consumption.
    Please a I need the information.
    thanks

    In addition, you can refer to the following link about the media connection in different scenarios:
    http://www.shudnow.net/2010/12/06/lync-server-2010-port-ranges-and-audiomedia-negotiation/
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    Lisa Zheng
    TechNet Community Support

  • I have Snow Leopard ver.10.6.8 and I have uninstalled iwork, because I don't have the equation writer on pages. So I re install it from the iwork's disk and when I tried to open any of the Apps, the system told me "  check with the developer  to make sure

    I have Snow Leopard ver.10.6.8 and I have uninstalled iwork, because I don't have the equation writer on pages. So I re install it from the iwork's disk and when I tried to open any of the Apps, the system told me "  check with the developer  to make sure Keynote (for example) works with this version of Mac OS X "
    iwork was running in my computer just a few moment ago !
    Can anyone tell me what can I do? thanks

    So I re install it from the iwork's disk
    Did you repair permissions and restarted your computer after the installation?  Check SU? 

  • Since the Nov update about a third of my songs have a circle with an exclamation mark inside it. These song will not play on my computer. I reload with my own cd collection, it works for a while then the same thing happens. Message says "Song could not be

    Since Nov update about a third of my songs have a circle with an exclamation mark inside the circle. These songs will not play on my computer. Message says  "The song .... could not be used because the original file could not be found. Would you like to locate it?"  I have reloaded these back onto itunes with my own CD collection. They work for a short while, then the same thing happens. I don't  know what is causing this or how to fix it.

    I finally resolved my problem after spending way too much time on it. I simply handed my 160GB iPod to my husband to put his fav Stones & Beatles songs on and I went back to my 80GB Microsoft Zune which has never disappointed me.
    After spending so much time trying to figure this out I did finally take it back to Apple Store who performed a diagnostic and found there was a problem with the device. They replaced it with a refurbished one which has similar issues. All I wanted to do was listen to my music. Was that too much to ask? So I am happy to be free of this problematic device. No more Apple for me!!

  • Verizon iPhone 5, 64GB black - is anyone having issues with a very choppy conversation while talking on the phone.  Both my wife and I have the same phones and are both having the same issue.  We can only hear every other word.

    Verizon iPhone 5, 64GB black - is anyone having issues with a very choppy conversation while talking on the phone?  Both my wife and I have the same phones and are both having the same issue.  We can only hear every other word of the person we are talking to.  This happens at home, on the road and in the downtown area while calling both cellphones and landlines. It is intermittent, so we don't know exactly when it will reoccur.  Absolutely no problem with data.  The data speed is great.

    "Wireless devices use radio transmissions, so unfortunately you can't get Service if your device isn't in range of a transmission signal. And please be aware that even within your Coverage Area, many things can affect the availability and quality of your Service, including network capacity, your device, terrain, buildings, foliage and weather."
    Customer Agreement | Verizon Wireless
    While there may be an issue in your area, it is suggested that you don't use wireless service if it's a life or death situation, such as the one you've described.

  • When I plug in my headphones into my imac only the right side plays music. I tried with other headphones and still has the same problem. I tried the headphones with other devices and they work properly. Can anyone help me with my problem please?

    When I plug in my headphones into my imac only the right side plays music. I tried with other headphones and still has the same problem. I tried the headphones with other devices and they work properly. Can anyone help me with my problem please?

    Macs have crazy headpne jacks in different models.
    So we know more about it...
    At the Apple Icon at top left>About this Mac, then click on More Info, then click on Hardware> and report this upto but not including the Serial#...
    Hardware Overview:
    Model Name: iMac
    Model Identifier: iMac7,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.4 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 4 MB
    Memory: 6 GB
    Bus Speed: 800 MHz
    Boot ROM Version: IM71.007A.B03
    SMC Version (system): 1.21f4

  • Does anyone have experience with having multiple editors work on the same project from different computers?

    Does anyone have experience with having multiple editors work on the same project from different computers?

    As much as I hate to admit it, YOU ARE RIGHT!
    I will tread lightly on this project.
    Thanks for the sanity check,
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Working with my 2 FireWire HD i had a crash. the only way to start was a safe start. then id maged to start from a DVD and install a MAC OS 10.3 wich ran 4 some time then the same problem only safeMode. kernel panic inserted the tech tool DVD

    working with my 2 FireWire HD i had a crash. the only way to start was a safe start. then id maged to start from a DVD and install a MAC OS 10.3 wich ran 4 some time then the same problem only safeMode. kernel panic by inserting the tech tool DVD, wich produces the following highligted text:
    panic(cpu 0 caller =xffff0003): 0x300 - Data access
    latest stack backtrace for CPU 0:
    Backtrace:
    0x0009CC88 0x00D63C 0x00029DAO  0x000BOA10 0x000B4270
    proceeding back via exception chain:
    Exception state (sv=0x26acd700)
    PC=0x2717E900; MSR=0x00009030; DAR=0x00000000; DSISR=0x40000000; LR=0x2717EBE4; R1=0x26AD3AE0; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x27178B0 0x00344ACB 0x00345970 0x2717EC08 0x2718458 0x00340590
    0x003496EC 0x0034B59C 0x0034A6BC 0x000B1DD4
    Kernel Loadable modules in backtrace (with dependencies):
    com.apple.driver.AppleFWDHC1(3.9.5)00x2717c000->0x271aafff
    dependency: com.apple.iokit.10PCIFamily(2.6)00x1e840000
    dependency: com.apple.iokit.I0FireWireFamily(3.4.7)00x270dd000
    Exception state (sv=0x26abd280)
    PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000;R1=0x00000000; XCP=0x00000000 (unknown)
    BSD process name corresponding to current thread: kernel_task
    so what
    greetings from berlin

    Greetings,
    It appears to be a FW problem, possibly flaky case, or drive problem.
    One way to test is to Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, Test for problem in Safe Mode...
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive
    Reboot, test again.
    If it only does it in Regular Boot, then it could be some hardware problem like Video card, (Quartz is turned off in Safe Mode), or Airport, or some USB or Firewire device, or 3rd party add-on, Check System Preferences>Accounts (Users & Groups in later OSX versions)>Login Items window to see if it or something relevant is listed.
    Check the System Preferences>Other Row, for 3rd party Pref Panes.
    Also look in these if they exist, some are invisible...
    /private/var/run/StartupItems
    /Library/StartupItems
    /System/Library/StartupItems
    /System/Library/LaunchDaemons
    /Library/LaunchDaemons

  • Hello.Can anyone help me with my mac? I typed a note on my mac.When i finished it, i click new note button.Then my note is lost.Help me, please!

    ello.Can anyone help me with my mac? I typed a note on my mac.When i finished it, i click new note button.Then my note is lost.Help me, please!

    Does your note pad look like this?
    The left column shows a list of all my notes. Do you have something else?

Maybe you are looking for

  • When im installing itunes it says service apple mobile device failed to start

    I've tried to install itunes several times but a message shows up saying "Service Apple Mobile Device failed to start. Verify that you have sufficent priveleges to start system services. What do i do to fix this problem?

  • Name of  source directory?

    Hello, I created a communication channel in the integration builder (configuration). This should read a file from my local computer, so I choose as adapter type "file". But he didn't accept the source directory I like to use. I created a technical sy

  • Ask for helps and comments for a practicing ADF sample: Entering bank transaction records

    Dear experts: I'm redeveloping a practicing ADF sample application based on an exist application system of  my company. Here is the goal for this redeveloping: What degree of productivity can adf achieve compare to eclipse? And hereby is a small exam

  • MM & WM Inventory Load

    Hi All, To load MM & WM inventory I need to fill BMSEG & RLBES structures. Movement Type 561 for Inventory management &  Warehouse Management. I could not find any solution to fill both these structues in one shot (Batch input or BAPI or IDOC). Pleas

  • Adobe form Error "Memory protection fault in OLE container control"

    Hi,    I am getting the error "Memory protection fault in OLE container control" while trying to open the layout tab of adobe forms.   I am getting this error for all the adobe forms.Please let me know the solution. Thanks in advance. Thanks, Nuthan.