Fast simultaneous analogue output

I am using a PCI-6229 multifunction DAQ card and DAQmx/LabVIEW 7.1.
I am attempting to do simultaneous two channel analgoue output. I have used timing property nodes to enable the simultaneous analogue output option, and have switched the sample clock to on-demand. As far as I understand, it is only possible to do a single sample on both channels at once; if a simultaneous waveform is required, then a while loop has to be constructed (I have seen the sample NI code for how to do that)
As far as I can see, this is a software timed output. Given that the only clock I then have access to is the 1kHz system clock, how do I enable two channel simultaneous analogue output at (say) 10ksamples/s.
Apologies if this has already been answered, I couldn't find it.
Thanks.

Can you tell me more about what your inputs and outputs need to be. Do you have any code? even broken code? I think I'm working on something similar, but I don't quite understand what you are trying to do.
-Rick

Similar Messages

  • Simultaneous analog output 1k sine wave and data acquisition

    Although many topics of simultaneous analog output and input can be found in NI Developer Zone, I have not found a case similar to my project. I'm trying to generate a 1kHz sine wave by using the analog output of NI DAQPad-6070E, and acquire one channel input signal simultaneously. I found most of the examples can not work properly above 100Hz. Any suggestions are welcome. Thank you.
    Jian

    I have sucessfully solve the problem when I observed the increase of
    scan backlog number. Simply increase the buffer size of AI/AO and you
    can make the 1kHz sine wave output and data acquired properly.
    On Tue, 3 Feb 2004 09:03:07 -0600 (CST), jujian wrote:
    >Although many topics of simultaneous analog output and input can be
    >found in NI Developer Zone, I have not found a case similar to my
    >project. I'm trying to generate a 1kHz sine wave by using the analog
    >output of NI DAQPad-6070E, and acquire one channel input signal
    >simultaneously. I found most of the examples can not work properly
    >above 100Hz. Any suggestions are welcome. Thank you.
    >
    >Jian

  • Optical audio but Analogue output

    Hi, I connected my AppleTV to my Bose audio system ONLY with optical audio cable.
    I figured out that sounds comes out with a movie in DD and ALSO with other sources (like youtube videos).
    The Audio & Video settings on ATV is setup to ON regarding DD.
    Question: I thought that with that configuration I could hear only DD audio stream. Is a BOSE features or ATV output audio through optical always regardless its source format ?
    Thanks, Roberto.

    Oh yes, this is the reply I was looking for, so in this case I could avoid using the analogue output (RCA) on ATV ? In the case I'm going to use it anyway which will be the channel used by ATV for outputting audio ?
    Question: if I have a movie with two audio tracks (the first one stereo and the the second one in DD) and connect the ATV to my Bose audio system with optical audio cable and my ATV is setup with Dolby Digital on which will be the audio stream passed to my Bose audio system ?
    Thanks, Roberto.

  • Simultaneous audio output from Ipad and bluetooth ?

    Is it possible to have simultaneous audio output from IPAD and a bluetooth speaker? At present I can only get audio from the Bluetooth Speaker and nothing from the IPAD's audio out! My purpose is that my Mom will hold the IPAD to listen to her Audiobooks but my Dad who sits across the room and is hard of hearing needs a speaker close to him, so I need simultaneous audio from both devices.
    JW

    Use this: http://smile.amazon.com/KOKKIA-A10m-MULTI-STREAM-Transmitter-concurrently/dp/B00 69G1SIC/ref=smi_www_rco2_go_smi_1968491462?_encoding=UTF8&*Version*=1&*entries*= 0&pf_rd_p=1968491462&pf_rd_s=smile-campaign&pf_rd_t=201&pf_rd_i=B0069G1SIC&pf_rd _m=ATVPDKIKX0DER&pf_rd_r=1N57Q0YT9QW7Y1K596YD and use two Bluetooth speakers for them. The speaker output on the iPad is pretty limited and your mother will probably have a hard time hearing it. Get a BT speaker for both and the above device and they both can listen from whatever location they want (within 40 feet) and get better sound.

  • Can I get an analogue output from Apple TV?

    I am trying to connect my Apple TV to the Zone 2 of my AV receiver and it requires an analogue output. I purchased a digital to analogue converter and am running an optical cable from the Apple TV to the converter. It hasn't worked. Is there something I should be doing or trying?

    If you have it set for Dolby Digital out I'd alter that to Off in Settings as the DAC probably only handles stereo.
    AC

  • Error 10800 when doing Analogue Output with DAQPad-6070E

    I'm trying to test out the Analogue Output from my DAQPad 6070E (Firewire). I'm using the Example vi 'Generate N Updates', but get an error:
    Error 1080 occured at AO Control
    possible reasons: NI-DAQ LV: The opereation could not complete within the time limit.
    This example seems to work fine on a PCI E-series card, But the example claims it should also work fine on the DAQPad 6070E.
    It seems to sometimes work ok the first time I try after power cycling the DAQPad.
    I've tried updating to the latest version of NI-DAQ, with LabView 7.0, Windows 2000.
    If i used the test button from withing MAX, then the DAQPad seem to work fine with continuous output of a sine wave.
    Any help much appreciated.
    Ke
    ven.

    This is certainly not a solution, especially if you need a lower output rate/buffer.
    I've got the same problem with my DAQPAD 6052E. I traced it down to AO START vi. It appears when the output buffer is less than 1000 and the number of output buffer iterations is set to 1. The error does not appear when in the continuous output mode (number of buffer iterations is "0").  I talked to tech support, and they know about the problem, but they do not offer any solutions, except for using a larger buffer. Simply speaking, it is a bug in the driver, which they haven't fixed yet. Way to go, NI.

  • Analogue output digital output

    Hello,
    I managed to create my VI in the proper way I think. I am trying to send a ttl every time my analogue output crosses zero. All whats left now is to transform the analogue data into a digital data and input it into the dammx write for the DO line. I would like to trigger on the zero corssing of the waveform and other intervals which I can select. Attached is the VI, I have created. I have trried to use a loop and find the zeros, but I think its simpler than that. I would also like to add the functionality of triggering eery nth zero corssing since the device I am triggering has a lower max freq then my drive signal
    Thank you
    Ala
    Attachments:
    AOTTL.vi ‏209 KB

    Hi James,
    Thank you for that, Attached is  screen shot of the TTL and the analogue output. As you can see the TTL are not trigerring at a specefic instance with relation to the AO, and the pulse width varies(although this is not critical as I am triggering on the rising edge). I think the best solution would be to generate another simple waveform (WV2) at the same time of the equation waveform with the same frequency (low). Then use that signal to generate the trigger at zero crossing (WV2 labelleb in vi). Then to vary the phase with relation to the AO signal shift the simple waveform by a known phase and still trigger at zero crossing. Attached is the trigger illistration and a VI that shows the generation of the other waveform used for triggering. I have been trying to do this but to no avail.
    Thank you
    Ala 
    Attachments:
    AOTTL.vi ‏241 KB
    Trigger illustration.jpg ‏145 KB

  • Excessive noise on analogue outputs

    We recently installed 2 PCI6014 boards into a PC running Windows XP. The analogue outputs have about 20mV noise peak-to-peak (I estimate 10mV rms) irrespective of the setting of the output. This seems abnormally large to me, my previous experience was noise was less than 1mV with other boards.

    Hello,
    If multiple boards are showing the same amount of noise, then it looks to me like you are probably in a noisy environment, or whatever device you are using to measure the noise is not doing a good job.
    If you have tried multiple scopes (or your 6014!) and still see the same noise, then there are a couple of things that you can do to remove it.
    My first suggestion would not be a new card. After running a quick test in my office, I found that a shielded cable reduced the noise in half. I went from 6 mV noise to 3 mV noise. So this would be my number one suggestion. Here is a list of things that you can change in your system.
    1.) Shielded Cable from DAQ Board
    2.) Shielded Terminal Block
    3.) Shielded Cable from Terminal Block
    to Application
    4.) Shielded DAQ Board
    Lastly, you can check your whole setup with a different computer (put the computer in roughly the same place the current one is). It is possible that you have a �bad� power supply in your current system that is producing lots of noise, in which case you could try buying a new power supply from your local computer store.
    Let us know if you have any further questions and good luck with your application!
    Best regards,
    Justin T.
    National Instruments

  • Audigy 2 ZS no sound from analogue outputs

    I have an Audigy 2 ZS with no sound from the analogue outputs, though i believe the digital out is working.
    I have been told the card was flashed with alternative firmware.
    i got this secondhand so i have no idea this is correct.
    can i obtain the original firmware for this device?
    i have tried many drivers / settings & no results.
    any help would be appreciated.
    John

    Test with Ubuntu live disc and make sure the card output is used for output and not some HD audio on-board that takes over.
    Also this Audigy 2 have the habit to require from time to time reseating in the slot.
    So check the card as well ,or reinstall it in the slot even if it looks well.
    Maybe you should find with what firmware was it flashed and try drivers for that device.
    I wonder if it ever outputted any sound after that update of firmware

  • Analogue Output is very weak

    I bought an apple TV and updated the system to the newest version. The Apple TV is connected by a HDMI-to-DVI converter to a Samsung screen. Additionally, my hi-fi system is connected with the analogue output of the Apple TV, because no audio signals can be transfered to my monitor via DVI.
    To hear just something, I need to amplify the audio signal that much with my hi-fi system. Why is the analogue output of the Apple TV so weak? When I connect a iPod to my hi-fi system, i don't need to amplify it that much!
    Does anybody have a hint, what's the problem? The Apple support told me, that it seems to be normal? Does anybody have the same experiences / problems?

    patrick85 wrote:
    I bought an apple TV and updated the system to the newest version. The Apple TV is connected by a HDMI-to-DVI converter to a Samsung screen. Additionally, my hi-fi system is connected with the analogue output of the Apple TV, because no audio signals can be transfered to my monitor via DVI.
    To hear just something, I need to amplify the audio signal that much with my hi-fi system. Why is the analogue output of the Apple TV so weak? When I connect a iPod to my hi-fi system, i don't need to amplify it that much!
    Does anybody have a hint, what's the problem? The Apple support told me, that it seems to be normal? Does anybody have the same experiences / problems?
    if your hi-fi system has an optical in jack, connect ATV and stereo with a toslink cable.

  • Problem with analogue output voltage

    i am working on a level control system which has an analogue input (0-10V level measurement probe) and an analogue proportional valve analogue output. I have configured the AO to be 0-10 volts in the measurement and explorer but when running the labview program it reverts to -10 to 10volts.Therefore if i set a tank to be filled to a setpoint of 3 volts it will do this but if i set the set point back to 2volts when the probe is reading 3V the Analogue output reverts to a negative output and opens the valve to fill the tank even if the setpont is reached.
    Can anybody help?

    Hi, thanks for your reply. The card is a PCI-6024E type the version of labview is Labview 6.Enclosed please find my labview code and front panel as an attachment.
    Thanks
    Micheal Hennessy
    Attachments:
    PID_auto_Control_Loop.vi ‏70 KB

  • PXI 6711: setting a default analogue output value

    Is it possible to set a default voltage for the analogue output of the PXI 6711? I would like to have this default voltage every time I start up my PXI platform and every time there aren't LabView programs that controls those outputs.

    Hi,
    Unfortunetely, the power on state for the analog outputs of the 6711 is 0V and you are not able to change that. You can make sure that the card is at a set voltage every time LV exits if you put in code that sets the voltage to a specific point every time LabVIEW exits. But, you will be at 0V until LV or another program sets the voltage to something different,
    Andrew

  • Analogue Output from Numeric Value

    I have a VI which converts a digital signal into a speed based on the number of pulses per revolution. What I would like to do is now output that numeric value as a scaled 0-5V channel. I have tried to use the DAQassistant as with all of my other analogue outputs but it gives a buffer error. I know it can't be that hard to implement, can someone point me in the right direction...
    Thanks,
    Richard

    Thanks
    Files are attached save under version 11.0/
    Attachments:
    MeasureFreqandGraphSpeed.vi ‏13 KB
    ObtainSpeed.vi ‏23 KB

  • Analogue output from airport express

    Is there something odd about the output in analogue?
    I have two analogue inputs I use on my home stereo. From the airport and from Sky. To save me switching cables all the time, I bought an analogue hub.
    Sky works fine, it doesn't like the airport. Sky will work in any of the 3 inputs but airport will work in none of them. Oddly, as I change channels from input 1 to 2, there is a fleeting hearing of the airport output. Direct connection to the stereo Works fine.
    This is all a bit odd to me but perhaps I am being really dim. Any thoughts?

    If you temporarily connect a pair of stereo headphones to the audio port of the 802.11n AirPort Express Base Station (AXn) does the audio quality appear to be normal? If so, then the AXn is not the issue and it could be the cables, the analog hub, or the stereo.

  • Simultaneous audio outputs on MacPro?

    I tried creating an aggregate device in audio-midi setup, no luck. What I want is to have audio out of iTunes sumultaneously through headphones and the line out (or digital out). Is this possible? I also have a Motu 828mk2 and cannot get audio out with it simultaneously with line out. Sample rates are the same. TIA

    Are you finding that you can not create and save the Aggregate Device with the Audio MIDI Setup utility? If so, then you might be experiencing the same issue that I appear to have just overcome.
    In my case, I was attempting to create an Aggregate Device using a combination of Built-In Input/Outputs and those provided by a PreSonus FireBox for use by Logic Express. While I appeared to be able to define the Aggregate Device without issue, the device configuration would "disappear" when I exited the Audio MIDI Setup utility. The Aggregate Device also never appeared as a device choice within Logic.
    The "trick" that I found to creating the Aggregate Device was to use an account that had Administration privileges rather than one with Standard privileges. Once created by the administrative account, the Aggregate Device seems usable by the other "standard" accounts on the system. It also now appears as a choice within Logic Express.
    I was looking for some information on this topic when I ran across your post. I thought that I would share my recent experience just in case it might be of help to you.
    Cheers.

Maybe you are looking for

  • A method to create completely customized photo book page templates from scratch in Lightroom 5

    I was able to successfully create completely customized Lightroom 5 page templates (including altering the number of, positions, and sizes of pictures) by making edits to the templatePages.lua file(s) in the Lightroom directory tree.  I have never he

  • Why doesn't FTP work in Boot Camp

    I've tried a Windows 8 installation and a Windows 7 installation.  I cannot use FTP to remote servers.  I've tried multiple clients.  The client will connect to server, start to upload a file, but then nothing.  This is booting into Windows, not usin

  • BEx Query Designer 2 years comparison by month

    Hi expert, I'm drafting a report which want to comparison 2 years cost variance. I want to have 2 column inofmraiton, Cost & Variance % (which is  (Current Period - Previous Period) * 100/ Previous Period)  . I create the follow fields & defined a va

  • Spry not working

    I'm trying to get this to work and am having some difficulty. I've got ax XML file of about 900 dog shows that I'm trying to display the following information. The Sponsoring club, the date, and the state in which the show is taking place. I'd like t

  • Nested classes and GUI integration

    I have a GUI class called ArenaHelperGUI and an ArenaHelperRunner that's supposed to store the data taken from the text fields in the GUI and later do some calculations on it. The GUI is nested within the runner, but it can't do anything to the runne