11-22-2015 04:42 AM
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!
Solved! Go to Solution.
11-22-2015 08:53 AM
11-22-2015 08:55 AM
Thanks a lot for an answer!