03-22-2006 12:24 AM
03-23-2006 12:45 PM
Hi,
I looked for a instrument driver on the Instrument Driver Network, and it does not appear to be one for this device. From the Instrument Driver Network page, you can request that these drivers be developed. However, we cannot guarantee when or if this instrument driver will be available.
http://www.ni.com/devzone/idnet/
You will have to look in the Yokogawa manual to see if there is a command to transfer the image of the front panel through GPIB. This may or may not be a supported feature. You would send this command to your instrument using a VISA Write in LabVIEW. However, the data will come into LabVIEW as a string from the VISA Read, so you will have to be able to translate this data back to an image.
Regards,
03-23-2006 01:02 PM
03-23-2006 07:52 PM
03-23-2006 07:54 PM
The manual did have the command to save the image but the question is how can these data file been transfer out from the GPIB cable to my PC.
I did even search the driver as what you did, but can't be located.
03-23-2006 07:56 PM
Hi Dennis.
Thanks for your viewing in my post.
But now the image was only seen in the scope and on the labview.
So how can we transfer the image file saved into the PC.
Is there a way to transfer the image file to data and then rebuild it to image by using labview?
03-24-2006 08:12 AM
07-02-2008 01:12 PM
I know this is over a year old but someone might still find this useful.
With some yokogawa scopes ( I dont know about dl7400) there is a command "image:send?" which will return a string to labview with the image data in it. There is an 8 byte header and 1 byte at the end that need to be cut off but the rest of the data should be the image data. I used Write to Text File in the File I/O palette and included ".bmp" to the end of the file name. This method only worked when the scope was set to use BMP image format. I had a problem when the image color was set to off (B&W) but the other color modes on the scope worked fine. When i tried JPEG and PNG the file would have some errors in it when viewing on my PC.
08-29-2022 05:30 AM
Hi,
Currently I am working on Yokogawa DL-750P ScopeCorder, I need to take image from the Instrument front panel, So I have used that Command ":IMAGE:SEND?" and getting the response from Instrument, after getting the response data, whole data I have converted into the Picture, but its not properly generating, like, alignment mismatch and Mirror Image only I am getting, I have attached the images and LabVIEW VI for your reference, So please give me some solution to convert the response data into Picture in LabVIEW.
Thank you.
08-29-2022 05:57 AM - edited 08-29-2022 05:58 AM