12-04-2007 02:44 PM
12-05-2007 02:24 PM
12-05-2007 03:17 PM
I am using the 34970 drivers from ni. I start with the intialize, then config temp my problem arises with the "EZ Temperature" sub vi. My RTD's are 1000 ohms the default setting for the Agilent is 100 ohms. I tried writing into the buffer inside the EZ Temperature VI to tell it that I wanted 1000 ohms. The VI's worked great until I switched from thermal couples to rtd's. I have found that if I do not assign a value to the scan list in the EZ temperature vi that I get a reading it causes the Agilent to error but does not effect the functionality of my program. I have stumped everyone around here with this one. It would be awesome to get a solution.
Thanks
12-05-2007 04:29 PM
12-06-2007 03:57 PM - edited 12-06-2007 03:57 PM
Can you clarify where you are righting 1000 ohms in the EZ Temp VI? I looked through that VI, but I don't see where that setting can be configured. Also, have you tried using Configure Temperature VI? This VI has an RTD configuration input cluster, try changing the default 100 ohm to 1000 in this cluster. I have attached a screen shot of this configuration VI.
Ted
12-07-2007 03:40 PM
12-07-2007 03:53 PM
03-14-2011 12:30 PM
Hi,
Am trying to use the EZ Temperture VI to take readings from thermocouples on an Agilent 34972A (in the 34970 family) and we keep getting errors in the VISA Write VI (code -1073807339). We have set up the device as a VISA device in MAX, have been able to ping it and have even managed to get it to beep in response to some of the other sample VIs in this family (albeit with errors) but we cannot get a reading. Pretty sure we have the syntax in the 'write buffer' input correct (eg. MEAS:TEMP? TC,T, (@101)) but just can't get a reading. Have you any suggestions? They would be greatly appreciated.
Regards,
Will
03-15-2011 07:38 PM
I'm not sure of the specifics of your setup, but error code -1073807339 is a VISA Timeout error. Check this KB and see if it helps out.
http://digital.ni.com/public.nsf/allkb/874B379E24C0A0D686256FCF007A6EA0?OpenDocument
05-26-2011 09:57 AM
Thanks for that suggestion.
We have now got the Agilent 34972A device to read temperatures through labview but try as we might, we can't get it to do so any quicker than about 20Hz, which is a long way off the 60Hz claimed by the manufacturer for this device.
We have:
1. Contacted Agilent technical support who simply passed on the following suggestions, which we've also tried...
2. Carried out a series of steps through their Agilent interface software and instrument front panel, such as turning off the display, turning off auto-zero etc. This had no effect, although we weren't able to implement all changes suggested.
3. Tried to implement the same suggestions through labview VISA VIs, with code of the form ("DISP OFF") but again with no effect on acquisition rate. Once more, however, we weren't able to get all of the suggested code to work without errors, namely the string, "SENS:ZERO:AUTO OFF,(@101:320)"
Has anyone managed to get this device to read through labview at a rate anywhere close to 60Hz?
Will