LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TDS5034

Hello,

 

  The TDS 5034B is a different scope that the TDS 3054B, therefore the possibility does exist that the scopes have a different command set that will result in the vi that was intended for the 5034 scope to fail. I would suggest that you obtain the programmers manual for the 3054B and go thru the vi to verify that the commands are the same (or different) for the scope. If I had access to the 3054 scope in may lab I would check it out for you.

   If you are still having problems, I could repost the latest code for the 5034B scope so that you have a up to date starting point for getting the 3054 scope to work. Please also let me know what interface you are using on the scope. The 5034 has 2 interfaces, GPIB and ethernet, which one are you using?

Regards,


Kaspar
0 Kudos
Message 41 of 48
(1,943 Views)
I have a VI for getting a hardcopy from a Tektronix 3034B but the bmp file is a bit distorted. Can anyone help with what I am doing wrong?
Download All
0 Kudos
Message 42 of 48
(1,897 Views)

Hello,

 

  I looked at your code you are writing the data as a text file, the screen data is binary. Try using the vi called "Visa Read to File" , this will take the data and write it to a file in one step.

 

 

Regards,


Kaspar
Message 43 of 48
(1,892 Views)
Thanks Kaspar that worked.
Message 44 of 48
(1,880 Views)

Hello,

 

  Great...I am glad it worked for you!

Regards,


Kaspar
Message 45 of 48
(1,870 Views)

Hello,I have an oscilloscope TDS3014B

I want use the command "hardcopy" to do the  screenshot.when I use the port GPIB,my VI does work, but when I use the portethernet,it doesnot work.

When i choose the ethernet,the VISA can find the TDS3014B,and the *IDN? can read the scope information.

my comand is as list

hardcopy:format bmp;

hardcopy:port gpib;

hardcopy start

the vi does work

but

when i choose

hardcopy:format bmp;

hardcopy:port ethernet;

hardcopy start

it doesnot work,why?

0 Kudos
Message 46 of 48
(1,514 Views)

Hi

can I get the programmers  manual for TDS5043B? and can you please suggest the way how could I recall the .set file from DSO when I run my application.I am using the tektronix 7000 series instrument drivers and acquiring the data. communication between Labview and DSO is using ethernet. 

0 Kudos
Message 47 of 48
(908 Views)

Hi sp,

 


@sp0509 wrote:

can I get the programmers  manual for TDS5043B?


Why don't you ask Tektronix?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 48 of 48
(905 Views)