LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Specific driver ivi read and write to binary file for tektronic oscilloscope 7000 series

You are STILL using the hardcopy to file. Please follow the directions correctly. Even better would be to test all commands in MAX first.
Message 11 of 17
(1,072 Views)

The Communication with oscilloscope throung NI MAX with the same codes succeed to get the screenshot binary data. So i suspect there got bugs for the 7000 series IVI specific driver.

 

 

Where can i report to? Is there any other ways can obtain the screenshot to laptop besides using the SCPI commands?

 

Regards,

chun

0 Kudos
Message 12 of 17
(1,056 Views)

@chuntan wrote:

The Communication with oscilloscope throung NI MAX with the same codes succeed to get the screenshot binary data. So i suspect there got bugs for the 7000 series IVI specific driver.

 

 

Where can i report to? Is there any other ways can obtain the screenshot to laptop besides using the SCPI commands?

 

Regards,

chun


Did you change your code to use the GPIB port instead of File?


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 13 of 17
(1,050 Views)

Dear crossrulz,

I got change the SCPI from "FILESystem:READFile <filepath>" to "FILESystem:PRInt <filepath>, GPIb".

However, their result still the same---blank.

 

Regards,

chun

0 Kudos
Message 14 of 17
(1,039 Views)
That's still not the correct change. Did you really look at what crossrulz posted with the hardcopy command.

The image you posted is obviously not blank.
Message 15 of 17
(1,033 Views)

@chuntan wrote:

Dear crossrulz,

I got change the SCPI from "FILESystem:READFile <filepath>" to "FILESystem:PRInt <filepath>, GPIb".

However, their result still the same---blank.

 

Regards,

chun


Yeah, that isn't right at all.  Here are the commands I used.

HARDC:PORT GPIB;
HARDC:INKS ON;
HARDC:FORM PNG;
HARDC START

 From there is is a simple VISA Read until you get all of the data.


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 16 of 17
(1,021 Views)

Thank you for reply.

 

However, the same commands cannot be applied. 

First, there are no commands as below in 7000 series:

HARDC:PORT GPIB;-----> only have HARDCopy:PORT {FILE|PRINTER}
HARDC:INKS ON;-------> only have EXPort:PALEtte {COLOr|INKSaver|BLACKANDWhite}
HARDC:FORM PNG;------> only have EXPort:FORMat {BMP|JPEG|PCX|PNG|TIFF}
HARDC START

You can refer to the programmer manual attached below.

Is there any alternative way?

Thank you.

 

Best regards,

chun

0 Kudos
Message 17 of 17
(999 Views)