LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

tds5034b library

 Hello everyone,

Im Looking for a tds5034b library can anyone help me?

I have a problem on saving waveform screen capture in my computer,

 

 

I found a VI on this thread TDS5034 but the waveforn only save on OSCILLOSCOPE drive , i want to save my captured  waveform screen on my desktop or laptop drive.

 

thanks.

 



Thank you & Best regards
syrpimp

=======================================================
“You must continue to gain expertise, but avoid thinking like an expert." -Denis Waitley
0 Kudos
Message 1 of 10
(3,656 Views)

I wrote this code for the TDS3000, but it looks like the TDS5000 series behaves the same (as far as SCPI commands).

http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Screen-capture-of-Tektronix-MSO4104B-using-La...


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 10
(3,633 Views)
Thanks sir.. Ill try this when i return to work on Monday and get back to you..


Thank you & Best regards
syrpimp

=======================================================
“You must continue to gain expertise, but avoid thinking like an expert." -Denis Waitley
0 Kudos
Message 3 of 10
(3,606 Views)

hello crossrulz,

 

would you mind showing me the blockdiagram for TDS3034 write CMD Sting.vi?. thanks


@crossrulz wrote:

I wrote this code for the TDS3000, but it looks like the TDS5000 series behaves the same (as far as SCPI commands).

http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Screen-capture-of-Tektronix-MSO4104B-using-La...


 



Thank you & Best regards
syrpimp

=======================================================
“You must continue to gain expertise, but avoid thinking like an expert." -Denis Waitley
0 Kudos
Message 4 of 10
(3,565 Views)

Hello crossruls,

, this one is working, but i dont know how to configure it ,to save screen shot on my Desktop/laptopdrive. i cant get images being capture in osc tds5034 ,this code work to save only on oscilloscope drive. can you help me to make it ,save image  on my  Desktop/laptopdrive. thankyou.

 

 

 

tek screen capture.png



Thank you & Best regards
syrpimp

=======================================================
“You must continue to gain expertise, but avoid thinking like an expert." -Denis Waitley
0 Kudos
Message 5 of 10
(3,552 Views)
Why didn't you copy the code from that other thread? Did you pay any attention to the loop around the read of 20k bytes at a time?
0 Kudos
Message 6 of 10
(3,544 Views)

i used it but it didnt work...



Thank you & Best regards
syrpimp

=======================================================
“You must continue to gain expertise, but avoid thinking like an expert." -Denis Waitley
0 Kudos
Message 7 of 10
(3,540 Views)
Well, reading only 20k bytes certainly won't work. There is another example on the linked thread with a fixed byte count. Try that.
Message 8 of 10
(3,523 Views)

Now Its' working i used 200K.. thank you guys for all the help and time for this. thank you. crossrulz(soon to be knight of NI) thanks for the very good Idea and  

 

 

 

working.png



Thank you & Best regards
syrpimp

=======================================================
“You must continue to gain expertise, but avoid thinking like an expert." -Denis Waitley
0 Kudos
Message 9 of 10
(3,513 Views)

As a little advice, use the PNG format instead of the BMP format.  PNG files are a lot smaller (which means faster transfer).  Go back to my other thread to see more of the discussion of why you should use the PNG format.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 10 of 10
(3,483 Views)