09-25-2013 04:07 AM
Hi all i have little problem with daqmx write block. I have a NI PCI 6229 and i need to write Multiple Sample and single in the same loop. What is the best way to do this?
09-25-2013 04:14 AM
i need to write on analog out port..
Loopin3 ha scritto:
Hi all i have little problem with daqmx write block. I have a NI PCI 6229 and i need to write Multiple Sample and single in the same loop. What is the best way to do this?
09-25-2013 07:08 AM
I still don't really understand what you are after. Are you trying to write to two different AO tasks?
09-26-2013 02:29 AM
Hi,
do you need to generate a waveform and a DC voltage on multiple AO channels at the same time? If this is correct, you can refer to this example.
I fope this helps!
Bye,
Licia
09-26-2013 02:38 AM
I need to write on one analog output.. I would like to write a Simple Sample or Multisample in the same loop..
09-26-2013 02:47 AM
So, you want to write to the same AO channel either a DC voltage or a multiple sample waveform based on some condition?
Bye,
Licia
09-26-2013 02:50 AM
09-26-2013 07:12 AM
That sounds like two simple DAQmx Writes using the same task. Depending on your architecture, a simple case structure should suffice.