Hi all,
I have written a LabView GUI using block mode which works well, except that I want to add a counter of the number of triggered events. I see this information is available when using the Streaming mode, but I don't see how to achieve it in block mode.
How can I obtain the status of the trigger when using block mode?
Model: 5444B
Thank you,
Alan.
Getting triggered info in block mode
-
- Advanced User
- Posts: 2856
- Joined: Tue May 31, 2011 3:43 pm
- Location: St. Neots, Cambridgeshire
Re: Getting triggered info in block mode
Hi Alan,
If you are waiting for a trigger, you could indicate that a trigger event has occurred when the device indicates it is ready through polling of the ps5000aIsReady function which is carried out after ps5000aRunBlock has been called.
You should find these functions in the relevant sub-vi through the PicoScope5000aExampleBlock vi.
I hope this helps.
If you are waiting for a trigger, you could indicate that a trigger event has occurred when the device indicates it is ready through polling of the ps5000aIsReady function which is carried out after ps5000aRunBlock has been called.
You should find these functions in the relevant sub-vi through the PicoScope5000aExampleBlock vi.
I hope this helps.
Hitesh
Software Dev. Engineer
Software Dev. Engineer
Re: Getting triggered info in block mode
Hi Hitesh,
That solved my problem. Thank you very much!
Alan.
That solved my problem. Thank you very much!
Alan.