07-31-2014 09:16 PM
08-01-2014 03:25 AM
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
08-01-2014 06:30 AM
@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?
08-01-2014 10:52 PM
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
08-01-2014 11:29 PM
08-02-2014 08:45 AM
@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.
08-06-2014 12:49 AM
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