LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tektronix TBS 1102B

Hello everyone,

 

I am using Tektronix TBS 1102B Oscilloscope. It has a 100 Mhz bandwidth and a sampling ratio of 2 Gs/s.

 

I want to capture signal for the first 150mS when I press start on my front panel in labview 2017. I tried using the example vi's that came with the library. But did not succeed. Can anyone help?

 

Thanks.

0 Kudos
Message 1 of 5
(1,571 Views)

Hi rk,

 


@rk_t wrote:

I want to capture signal for the first 150mS when I press start on my front panel in labview 2017. I tried using the example vi's that came with the library. But did not succeed.


What have you tried?

Whare are you stuck?

What means "first 150 milli Siemens"?

 

In case you want to read for a certain amount of time you should set the required sample rate and then read the needed number of samples:

num_of_samples [Samples] := samplerate [Samples/s] * time [s]
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(1,567 Views)

Hi,

 

I tried editing the examples, but I do not seem to find a solution to acquire signal only for first 150 milli 'seconds'.

0 Kudos
Message 3 of 5
(1,563 Views)

Anyone?

0 Kudos
Message 4 of 5
(1,387 Views)

Hi rk_t,

 


@rk_t wrote:

I tried editing the examples, but I do not seem to find a solution to acquire signal only for first 150 milli 'seconds'.


So you can read samples, but you get more than you need?

Why don't you use ArraySubset to keep only the first 150ms of your signal?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 5
(1,385 Views)