LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Generation of signal on NI PXI 6713, on different channels

Solved!
Go to solution

Dear LabVIEW community,

 

could anyone, please, help me with the following. I want to generate sine wave via NI PXI 6713, with the same sample rate, but in different time. Let's say, that first I need to start generation on 0 channel, and after couple seconds - start generate on channel 1, continuing generation on channel 0 (the reason - parallel testing of several DUTs, so generation steps for both DUTs can happen at different time). Is it possible?

 

I was trying to create for each channel several task, and start generation for each of channels separately, but I received error "-50103: The specified resource is reserved. The operation could not be completed as specified.".

 

Does it mean, that I can not start generation on different channels at different time, and I need just to create one task for channels, on which signal will be generated, and start generation simultaneously?

 

Thanks a lot in advance!

0 Kudos
Message 1 of 3
(2,896 Views)
Solution
Accepted by topic author kosist90
Since the device has one convert clock, you must use a single task for multiple channels.
Message 2 of 3
(2,873 Views)

Thanks a lot for an answer!

0 Kudos
Message 3 of 3
(2,868 Views)