12-03-2019 07:24 AM
Hello All,
I am trying to connect rigol 1054z oscilloscope with labview via LAN.
I downloaded rigol driver and example.
When DC voltage is measured, there is inverted value on labview.
Please check attachment.
Can someone get hint how to solve this?
Thanks.
12-09-2019 03:46 AM
When I try to install the dgds1k driver, the DS1054Z is not part of the models supported.
Based on the initialize the ID Query? should throw error since DS1054Z is not part of the supported instrument module.
In the fetch waveform, there are many scaling operations and instrument model specific (stored in user data) occurring, if the model is not handled, you may see the weird behaviors
12-09-2019 03:20 PM
Here is the manual that describes the commands and formatting for controlling your instrument. It follows the standard SCPI protocol and should be easy to perform using the LabVIEW VISA (Open, Write, Read and Close) primitives to get the desired functions and responses.