Search found 4 matches

by Henrike
Fri Mar 16, 2018 10:42 am
Forum: LabVIEW
Topic: Picoscope 4824 Combine Stream and AWG vi
Replies: 10
Views: 10665

Re: Picoscope 4824 Combine Stream and AWG vi

Hello Martyn, thanks for your reply. As recommended by you, I have placed the AWG in between WrapSettings and StartsStreaming, which means the AWG is now outside the inner loop and does not get updated when changing its parameters. I then implemented an Update Button into the inner loop, so when I n...
by Henrike
Mon Mar 12, 2018 1:18 pm
Forum: LabVIEW
Topic: Picoscope 4824 Combine Stream and AWG vi
Replies: 10
Views: 10665

Re: Picoscope 4824 Combine Stream and AWG vi

Hello Martyn, I actually would have to change the AWG parameters (Voltage and Frequency) WHILE still keep the stream running. So therefore I initially thought I could included it into my inner while loop. How would I have to code it otherwise, when the AWG is actually outside the inner while loop? S...
by Henrike
Mon Mar 12, 2018 11:13 am
Forum: LabVIEW
Topic: Picoscope 4824 Combine Stream and AWG vi
Replies: 10
Views: 10665

Re: Picoscope 4824 Combine Stream and AWG vi

Hello Martyn, thanks for your reply. But when I place the AWG before StartStream, the AWG is not included in the while loop anymore and does no react to anything. And including the StartStream and the AWG into the while loop slows the stream down by a lot. How and where would I have to place the AWG...
by Henrike
Fri Mar 09, 2018 5:12 pm
Forum: LabVIEW
Topic: Picoscope 4824 Combine Stream and AWG vi
Replies: 10
Views: 10665

Picoscope 4824 Combine Stream and AWG vi

Hello all together, I am using the Picoscope 4824 and I am currently trying to combine PicoScope4000aExampleAWG.vi and the PicoScope4000aExampleStreaming.vi. I have stripped both vi's of some functions I do not net right now and adapted them to my project and both work perfect individually. When I w...