Pico 5243D at Rapid block mode, While Waiting for a trigger event I can not do anything

Post your LabVIEW discussions here
Post Reply
liuai987
Newbie
Posts: 0
Joined: Wed Aug 12, 2020 4:07 am

Pico 5243D at Rapid block mode, While Waiting for a trigger event I can not do anything

Post by liuai987 »

I want to stop waiting befor the out trigger.

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

Re: Pico 5243D at Rapid block mode, While Waiting for a trigger event I can not do anything

Post by AndrewA »

In newer LabVIEW code I have added stop control for the IsReady loop, as it will always return zero if waiting for a trigger.
It will also exit the loop if the IsReady function returns a non-zero status code. ie error code
See below 6000a API function;
Attachments
ps6000aIsReady loop.png
ps6000aIsReady loop.png (20.5 KiB) Viewed 5955 times
Regards Andrew
Technical Specialist

Post Reply