11-17-2020 08:08 AM
the Problem is: I'm using LabVIEW 2019. can I read the VI from Keysight in LabVIEW?
11-17-2020 08:19 AM
The Drivers from Keysight are not related to a LV Version. I'm using them since LV 2010. It was former Agilent or HP.
If you have added them to the Instr.lib you'll find them ath the Instr I/O tab.
Added the PT1000 Sub VI.
11-17-2020 09:17 AM
Thank you. unfortunatelly my programm doesn't work anymore on LV2019. It's working on LV2016.
I can't open the file. I should write it again.
11-17-2020 09:46 AM
You're welcome.
Please let me know if I can support you.
Here you'll find latest drivers:
https://www.keysight.com/main/software.jspx?ckey=1628832&id=1628832&nid=-11143.0.00&lc=ger&cc=DE
Just install/ expand to your instr.lib
Only need to change the Data Sub VI for RTD/FRTD by open it and change Meas? with Read?
Also attached my Sub Vi as LV2016 version
11-17-2020 11:26 AM
Thank you. I used this PT1000 SUB vi but it not working.
11-17-2020 12:16 PM
Could not work,
you are using 34970A, but me working with 34980A. Different Driver, and System.
Will check the old manual if I could find it anywhere.
11-17-2020 01:29 PM
So, what do you know about the SCPI language and the right commands for this unit?
First I saw, the configuration for the channel ( sensor) is just missing. Also, you are using as last command meas? instead of read?. This is just killing the complete configuration you made before and set it to a standard config. Which is defined as 100Ohm.
11-18-2020 06:57 AM
I have to build a temperatur VI using meas command, ag34970A and I should give the Parameter for pt1000 measurment.