I am currently using LabVIEW to control a DSO-X 3024A Oscilloscope via the USB port on the rear panel. I am trying to find a way to save the screen capture to disk on my PC. I am using the drivers I downloaded from the National Instruments site, but there doesn't seem to be a VI for this function.
Can anyone help get me looking in the right direction.
Can anyone help get me looking in the right direction.
The :DISPlay:DATA? {BMP | BMP8bit | PNG} command will get the current displayed image and copy it to the controller, in binary block data format.
If this is not available in LabView, then you need to talk to NI.
Al