How to generate a waveform (with changeable update rate and sample) with USB 6008

Apologize about my awful English.
In Tradition DAQ I can set different update rate with "AO Start" vi.
Transform into USB-6008 device things turn into quite different.
I don't know which vi I can setup update rate.
Is there any example for this.
THX a lot!

Hello D.
To use the USB-6008, you need to download DAQmx Base driver from the web at http://digital.ni.com/softlib.nsf/websearch/CE3686A8D5B0CEDC86256FFD007C9C4A?opendocument&node=132070_US .
The driver will install with example programs that you can access by going to Start->Pograms->National Instruments->DAQmxBase->Examples. You new to have LabVIEW 7.x to use this driver.
SergesL

Similar Messages

  • In Finder how do I get iTunes to show bit rate and sample rate of an entry?

    In Finder how do I get iTunes to show bit rate and sample rate of an entry so I can set my DAC?

    TonyEyes wrote:
    In Finder how do I get iTunes to show bit rate and sample rate of an entry so I can set my DAC?
    Tony, Make sure you are in Songs view.  Then View > Show View Options, and check the boxes for "Bit Rate" and "Sample Rate."  See picture:

  • How can I check my passcode I updated today and when I am going to reset all content and setting my iPhone 4S they asked me for passcode when I entered the passcode the one I just update too is doesn't want to accept it

    how can I check my passcode I updated today and when I am going to reset all content and setting my iPhone 4S they asked me for passcode when I entered the passcode the one I just update too is doesn't want to accept it

    I have had the same problem with iPad recently not too sure why it happened but if you are completing a full reset anyway the easiest way is the restore via itunes on your computer and then set up a new passcode again. Resetting via itunes doesnt require a passcode so it should go straight through.
    Hope this helps

  • How to Extract the Freq List, Cycles per Freq and Samples per Cycles of sweep waveform

    How to Extract the Freq List, Cycles per Freq and Samples per Cycles of sweep waveform
    I want to extract the freqency distribution, cycles per freqency, and samples per cylce of swept waveform, in order to output the same of swept waveform with I have acquired by NI DAQ card, tks!
    owen wan
    Attachments:
    Untitled 1.vi ‏2333 KB

    Look inside the palette called Signal Processing - Waveform measurements.  There are a lot of functions here that you can use to get the information you desire.  For instance, the Extract Tones function will output an array of clusters, with each cluster element giving the frequency, amplitude, and phase of the signal component.  Go through the entire arry to see each frequency component of the complex waveform.
    Also, in the Waveforms palette there is the Get Waveform Components function that will give you t0, dt, and Y components of the waveform.  1/dt should give you the sample rate.  See attached VI.
    - tbob
    Inventor of the WORM Global
    Attachments:
    WfmInfo.vi ‏4658 KB

  • My computer is telling me i do not have permission to access the requested resource to update my iphone 5 to the new ios 7. why is it telling me this and how can i fix it, I have updated itunes and everything

    my computer is telling me i do not have permission to access the requested resource to update my iphone 5 to the new ios 7. why is it telling me this and how can i fix it, I have updated itunes and everything

    I saw this post at about 2:05 becasue I had the same problem. I just tried it again and now the update is downloading! just wait it out. I had to wait about 3.5 hours.

  • How do you record video with usb mic and have the audio from garageband be the sound when recording and not just your normal voice but garage band effects for youtube?

    How do you record video with usb mic and have the audio form garageband be apart of the video when recording, meaning the audio from garageband and echo  and not just your normal voice for youtube post?its not add the garageband audio its just normal voice from mic no  effects is going thru?

    Hi Life93,
    What you describe would be possible by recording your video, then removing the audio from it and adding audio from GarageBand once the video is in iMovie (I presume here that you are using iMovie for your video production. Other applications may need different methods.)
    See this thread on how to remove the audio from a clip in iMovie -
    Is there a way to separate audio from a video c...
    https://discussions.apple.com/thread/1779767
    To add audio from GarageBand use this article -
    iMovie '11: Add a sound clip to your project
    http://support.apple.com/kb/PH2255
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • How to generate a sinewave with at-mio-16de

    I have an at-mio-16de Daq card. I want to generate a sine wave on the analog o/p. I believe that I would use the WFM_load function. I do not understand 1) how to load a buffer for this function and 2) what mode I am supposed to use. The modes in the help file all say the description is for the DAQArb 5411. I am using visual basic for my app.

    There are a number of examples which ship with the NI-DAQ driver which perform an analog output using the WFM commands. If you installed support for Visual C or Visual Basic when you installed the NI-DAQ driver you will find examples in the \Program Files\National Instruments\NI-DAQ\Examples directory. You didn't mention what language you were using; however, if you look in the VisualC\ao subdirectory you will find manu examples which demonstrate generating a waveform from your device. Use these examples in conjunction with the NI-DAQ Function Reference Manual, which can be downloaded from http://www.ni.com/manuals, and you will be able to better understand what is happening in these examples.
    Regards,
    Justin Britten

  • How can I generate tones with usb 6008 using analog out?... tia sal2

    Greetings All
    I've been looking at the example Sim Phone.vi that comes with labview and would like to generate similar tones out of our usb 6008 device. I can get a very faint sound out of our usb 6008 using the example Gen Multi Volt Updates-SW Timed.vi Does anyone know the best way to alter Sim Phone.vi to have the sound come out of the Analog output of our usb 6008 device. ( I have a small speaker connected to the Analog out on our USB 6008)
    PS: we are using labview 7.1
    Does anyone know the Analog output frequency range of the usb-6008? Is this possible?
    TIA
    Attachments:
    Gen Mult Volt Updates-SW Timed.vi ‏78 KB

    Hi sal2,
    As stated earlier you could most certainly use the USB device to generate sound, but that would be at a max update rate of 150 Hz. While according to Nyquist theorem you could get frequency information for signals below 75 Hz, you may notice that the quality of the data in that spectrum to be very low due to having so few samples.
    While technically possible to produce you really should look for a device with a faster Analog Output update rate. I would look for a device that supports Analog Output at least 10x the maximum frequency that you want the user to hear. Some great, yet lower cost products, would be the M-Series line of products. They would give you the performance that is really needed in the type of application that you are talking about.
    If you still want to use the USB Device, then you would need to use code similar to that found in the example Gen Mult Volt Updates-SW Timed (Found here: C:\Program Files\National Instruments\LabVIEW 7.1\examples\daqmxbase\Dynamic\ao).
    Best of luck getting your system together,
    Otis
    Training and Certification
    Product Support Engineer
    National Instruments

  • How to generate random numbers with a known distribution of f(X)=(8X^2 + 1)*Exp( -X^2 )

    Dear All,
    I need to simulate a random number generator which can generate numbers X with the probability distribution of 
     f (X) = ( 8X^2 + 1)*Exp ( -X^2 ).
    This distribution is not a common distribution.
    I have searched a lot, but I still do not know how to realize it.
    Any help on this topic would be highly appreciated.

    Make a lookup table of the integral of your function (normalized to 1)
    Use the rectangle random generator and pipe that value through the lookup table, scale it ... voila.
    Greetings from Germany
    Henrik
    LV since v3.1
    “ground” is a convenient fantasy
    '˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'

  • How to generate random numbers with a known distributi​on f(X)=(8X^2 + 1)*Exp( -X^2 ).

    I need to simulate a random number generator which can generate numbers X with the probability distribution of 
     f (X) = ( 8X^2 + 1)*Exp ( -X^2 ).
    This distribution is not a common distribution.
    I have searched a lot, but I still do not know how to realize it.
    Thanks a lot!
    Solved!
    Go to Solution.

    Don't forget to index back into the original X array for correctly scaled data. Here's a simple example (LV 8.0):
    Seems to work just fine.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    DistributionSimulation.png ‏25 KB
    DistributionSim4.vi ‏44 KB

  • How to Generate sales orders with custom Fields using BAPI_BUSPROCESSND_CREATEMULTI

    Hi,
    I need to generate sales orders with custom fields on table CRMD_ORDERADM_H using BAPI_BUSPROCESSND_CREATEMULTI, after changing the structure BAPI_TE_CRMD_ORDERADM_H, and feed the  EXTENSIONIN table of the BAPI with data, the order is created, but any value on custom fields.
    After debuging, I saw that the BAPI search for structure conversion in table CRMC_OBJECTS_GEN, but we haven't entry with BAPI_TE_CRMD_ORDERADM_H in this table. is that the problem ?, Is there any way to fix it?
    Best Regards,
    Salah.

    That depends on where do you have the customer fields, check the table CRMD_CUSTOMER_H, if your custom fields are there, you need to use the changing parameter CUSTOMER_HEAD, I guess your already checked that one, right? but there's no custom fields, well...AET/EEWB doesn't enhance the strcuture of the BAPI, so you should do it manually, check the note following note for further details.
    988410 - FAQ: User-defined fields in the BAPI
    If you don't have access to the SAP Marketplace, in resume you should create an append on the structure BAPIBUS20001_CUSTOMER_H and include the following strcutrue CI_EEW_CUSTOMER_H
    Cheers!
    Luis

  • How to generate a view with dynamic name?

    I want to generate a view from several tables;
    create view sample as select * from book1;
    But I hope to create a serial views in my program,that is "sample" maybe "sample20010401" and "sample200010501" ect.If I define a variable,how to pass the value to the view?
    Any words are help to me?thanks.
    [email protected]
    null

    Use dynamic SQL
    null

  • How to generate complex reports with JHeadStart?

    I have data from a DataSourceSet process in the infoTable (I use BC4J 9.0.3.10.7, JHeadStart 9.0.3.58, Oracle MVC R.Candidate 2.0, UIX 2.1.9).I need to generate a report with this data in a UIX Table. Actually, I show the data as retrieved from the ViewObject(Whole query in a table). One of the columns has Numbers and I add them at the bottom row with a GetTotalsRow process.
    Now I need to have subtotals in the same table as if I do a GROUP BY but without modifying the query (I have to do this using data stored in infoTable). I also have to add complex calculations for each row.
    Any idea?
    PD: I'm thinking in reading data from infoTable and in a custom process create DataObjectList with all details.
    is it a good approach?
    is there something better?

    Ariel,
    I think I already answered this question on the internal mailing list. Is this correct?
    If you are an Oracle employee, please use the internal mailing list.
    Thanks,
    Steven Davelaar.
    JHeadstart team.

  • Attempt to generate WebHelp (Primary Layout) after updates hangs and then shows "Not Responding"

    Hello!  I am attempting to generate after making a number of updates to topics in a large project using RoboHelp 7.  RoboHelp 7 was recently installed on my machine by an IT staff person. It has been several years since I worked with this project in RoboHelp and at that time we used RoboHelp 5.  I have attempted to generate WebHelp but the application hangs and shows "Not Responding" about half-way through Updating files.  When I look at the folder (test folder on my computer's Desktop) to which I try to generate, about 2/3 of the topics and subtopics actually show in the folder even though the generate process failed. I have tried to work with IT but no one there knows RoboHelp. I cannot identify (don't know how exactly) where the problem is and how to remedy. Can someone please offer some guidance?  I'm very rusty with RoboHelp's processes...it seems as though something has gone missing but I don't know what to look for and where to start looking!  A co-worker has also recently had RoboHelp 7 installed on his computer (per IT remote install) and has helped update topics other than those I've updated in the project. He also encounters this problem when he tries to generate the project on his workstation.

    Thank you, Peter!  The project is a large policy manual which resides on a shared network drive but we place a copy of the project's "working" folder on our computer desktops to allow updates and maintenance.  When we generate the project after making updates, the compiled project loads into a separate subfolder in that "working" folder and a member of our IT department pulls the files out of that folder to "deploy" the manual to our users. This process has worked for over four years, however, for most of that time, there has been only one person doing the work and that person is now out of the office for an extended period of time.  I rather got tossed back into the fray at the last minute when it was decided that a set of updates was needed by November 1--a deadline that has not been met, of course.
    Since posting the plea on the forum, I've had ongoing contact with an IT staff who tells me the best solution right now is to save the files we each updated, request a file restore back to the last known good state, and then try to re-incorporate our changes to the clean version. In the interest of time, we are pursuing that...your additional thoughts and feedback about the situation would be most welcome.

  • How to generate a sound (tone) without clicking noise, and how to select left or right speaker

    Hi All,
    I am trying to write write a VI that generates a pure tone of specific frequency and volume, then sends that tone to one speaker or the other (Left or right) for use in teaching students about audiology (those hearing tests you may have taken where you hear a noise in one ear or the other).  I have created a rather primitive VI to accomplish this, but I am plagued by a few issues:
    1) At some frequencies but not all, the VI generates a clicking sound at the start and stop of the tone (I believe this is related to repeating configuration and call of the hardware, but I don't know how to set this up ahead of time and avoid it - and why doesn't it create the clicking sound at all frequencies?).
    2) At some frequencies (14000Hz and higher), I don't hear the tone at all on my computer speakers (I still hear the click before and after, but I don't hear the tone. I know what you might be thinking, but no, this is not a hearing deficit on my part :-)
    3) I would like to be able to direct the tone selectively to the left speaker or right speaker, but right now my VI only allows me to pick the "number of channels" (for which I presume "2 channels" means both left and right), but I don't know how to selectively pick only one channel or the other.
    Thank you for any helpful suggestions you can offer,
    Eric
    Solved!
    Go to Solution.
    Attachments:
    Audiograph_Erics version.vi ‏65 KB

    Eric,
    Yes, I intended to include an image. Sorry. Here it is.
    Thanks for the subVI. With it I hear clicks most of the time except on some of the low amplitude outputs. Interestingly, at frequencies above 10 kHz where my hearing is poor, when I do hear something it is a non-pure sound with a dominant frequency lower than the generated frequency.  I am not sure whether it is something in the sound system on my computer or in my ear/brain/mind acoustic analysis system. Here is what I get with my bad ears.
    This is what the graph on Generate Sound-subVI shows when I hear the lower pitched sounds. Although the frequency is low enough that it is not aliased, I suspect that I am hearing the envelope rather than the underlying carrier.
    I have not played with the windowing yet to see if that reduces the clicks. They could be generated by the Sound Write turning sound on and off.
    Lynn

Maybe you are looking for

  • Warning Messages - Hotsync

    I keep getting this warning message in my hotsync log.  I don't know what to do about it.  can anyone point me in the right direction? -- WARNING: Possible database overwrite problem. Backing up database usa_and_canada-08c39cd5.mac to file C:\Program

  • Trouble with TV Shows?

    I just downloaded my firt TV shows from i-tunes and even though it said "sync complete"- my shows are not there- any trick to this?? Thanks

  • Syncing iPhone with mail RSS on a Mac

    The mail application in OSX has a nice RSS feed reader. Is there an iPhone native or web app that will sync with the mail RSS on a mac?

  • Pre-Order Tom Clancy's The Division Online Now to get BETA access and bonus content!

    Ubisoft is once again set to bring another Tom Clancy game to the masses. This time they are poised to bring gamers something fresh and are going to push the boundaries of what we consider gaming. Tom Clancy's The Division is the upcoming massively m

  • How to rollback JDK 1.6.0_29 to JDK 1.6.0_11 on linux

    Hi, We are having problem with ODI release 11.1.1.5 link editor option because of the JDK 1.6.0_29. Can you please provide solution for rolling it back to the older version(1.6.0_11) on linux m/c Thanks !!