LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Acquire continuous waveforms from two channels on a scope

Hello,

 

I want to acquire a continuous waveform on each separate channel on my scope, and to see each waveform on it's own graph.

I tried to do it, you can see the VI that I uploaded...

The problem is whan I run the VI - it works, but each graph refreshs in it's time and it doesn't happen simultaneously.

It's a problem because it creates a situation that I can loose a waveform because while one graph is refreshing the other one is not refreshing.

 

What can I do?

0 Kudos
Message 1 of 7
(3,630 Views)

You are using serial communication. This sort of communication is very slow. So I doubt you will not get much data in real time. You are probably only getting segments of the realtime curve.



Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 2 of 7
(3,614 Views)

No, I use usb for the communication.

What can I do?

0 Kudos
Message 3 of 7
(3,583 Views)
You can't do anything. You are seeing a basic limitation of the instrument. Have you considered a pc scope card?
0 Kudos
Message 4 of 7
(3,572 Views)

Are you sure?

Because I think my scope is pretty good...

I have Tektronix TDS2024B, this is the datasheet: http://www.tequipment.net/pdf/tektronix/TDS2000B_datasheet.pdf

0 Kudos
Message 5 of 7
(3,525 Views)
Yeah, i'm sure. Have you read the manual? Have you found a command that transfers both channels at once? If you have, use that command.
0 Kudos
Message 6 of 7
(3,508 Views)

Yes, you are right.

Thanks...

0 Kudos
Message 7 of 7
(3,469 Views)