09-03-2007 03:42 AM
09-03-2007 12:40 PM
There is no equivalent function but if you know the format of the data, you can parse the results from the VISA Read and display it in a picture control. If all you need to do is save it, have you tried doing a VISA Read to File?
I'll admit that I have never done a screen capture and then a file save. With LabVIEW, I've always felt it was silly to do an extra file transfer when all of the necessary information was already visible on the front panel.
09-03-2007 09:37 PM
I have read about the NI VISA doc and There is some function call fro reading Binary Data, I wonder can it help.
********************************************************************
IEEE-488.2 Binary Data—%b
When writing binary data to or reading it from the instrument, you can use %b, %B format codes with length modifiers (h, l, z, and Z). ASCII data is represented by signed integer values. The range of values depends on the byte width specified. One-byte-wide data ranges from -128 to +127. Two-byte-wide data ranges from -32768 to +32767. An example of an ASCII waveform data string follows:
CURVE<space>-110,-109,-110, -110, -109, -107, -109, -107, -106, -105, -103, -100, -97, -90, -84, -80
The Waveform Query example queries a waveform. The data is in IEEE 488.2 <ARBITRARY BLOCK PROGRAM DATA> format. The number (#) sign specifies the data size. In absence of length modifiers, the data is assumed to be of byte-size elements.
*****************************************************
09-03-2007 11:11 PM - edited 09-03-2007 11:11 PM
Message Edited by Dennis Knutson on 09-03-2007 10:12 PM
09-04-2007 09:39 AM
Is this you using a different login? If it is, please don't post the same question to multiple boards and especially don't post the same question to multiple boards under different names.
If this question is about the 6000 series scope, then the format of the data is explained on page 71 of the manual.