Time Offset in Rapid Block Mode Bulk

Post your LabVIEW discussions here
Post Reply
User avatar
fabian
Newbie
Posts: 0
Joined: Thu Jul 02, 2015 12:22 pm

Time Offset in Rapid Block Mode Bulk

Post by fabian »

Hello,

I'm trying to use the bulk version of rapid block mode this time.
The programmer's guide explains this in a good way. Step 10 of the guide says on page 10 (What a coincidence! :D ) "Retrieve the time offset for each data segment using ps6000GetValuesTriggerTimeOffsetBulk64.".
As I used the Labview examples to get more familiar with the topic, I haven't found this in there.
In which Labview VI is this step done? Or do I have to do it on my own; but what's about the examples then?

Thanks.
Fabian
Remember why you started and make it work.

Hitesh

Re: Time Offset in Rapid Block Mode Bulk

Post by Hitesh »

Hi Fabian,

You will need to implement the function call using a Call Function Library Node (see the Using Pico Technology Products with NI LabVIEW FAQs and Tips post.

Please note that this function will return the times from the trigger point to the first sample in each segment.

Hope this helps,

Post Reply