Generating and Acquiring Signals in LabVIEW in 2208B

Having problems ? let us know the details here
Post Reply
Anbarasan.10
User
User
Posts: 3
Joined: Thu Mar 12, 2020 11:23 am

Generating and Acquiring Signals in LabVIEW in 2208B

Post by Anbarasan.10 »

Hi,
I am using Pico 2208 B.I have acquire and generate signal at same time.I am using LabVIEW 2019.There is no separate dll for 2208B.I am using dll of 2000a series dll.I could able to acquire signals.But i am unable to generate signals.Please help me in solving the issue.

AndrewA
PICO STAFF
PICO STAFF
Posts: 401
Joined: Tue Oct 21, 2014 3:07 pm

Re: Generating and Acquiring Signals in LabVIEW in 2208B

Post by AndrewA »

Hi,
The example to control the Signal generator/AWG for the 2000a API devices is here-
https://github.com/picotech/picosdk-ni-labview-examples/blob/master/ps2000a/64-bit-examples/PicoScope2000aExampleAWG.vi

If you wish to also capture data from the scope channels at the same time you will need to add the sub vi - PicoScope2000aExampleAWG.vi to a capture example block/streaming etc

For a block example, the sub vi can be called anywhere between PicoScope2000aOpen.vi and the PicoScope2000aGetBlock.vi
See this example of adding it from the 5000a API block capture.
https://www.picotech.com/support/download/file.php?id=22683&mode=view
(From forum post - https://www.picotech.com/support/topic39599.html#p142115)
Regards Andrew
Technical Specialist

Post Reply