06-08-2021 06:19 PM
Hi there,
I'm trying to reading a thermocouple on a Keysight DAQ970A. I've managed to get the instrument drivers connected and dont have probelms intializing/closing and even configuring a thermocouple channel. As soon as I add a measure VI from DAQ970A library it seems to throw this BFFA4214 error.
Has anyone else had any luck doing simple temperature or voltage readings with Labview/DAQ970A with usb connection?
Thanks!
06-09-2021 01:21 AM
Maybe this?
Does the error happen immediately (on first read) or after a while? Error suggests the read times out.
Have you tried highlighting execution?
06-09-2021 10:01 AM
I opened the measure VI and highlighted that block, that one referenced another 970a block which I highlighted. I'm not 100% sure what the issue is at this point?
I'm just trying out DAQs atm for some suitable applications so its not the end of the world but this DAQ seems to be a bit of a pain to work with labview just to do some slow temperature measurement logging.
06-09-2021 12:19 PM
Theas instruments are the next gen of the venerable Hp/Agilent/Keysight 34971A DAQ/Switch unit.
But in general you do this:
BTW: Here is an example of how to properly configure and use this device Don't let the fact that this example is for a 34790A, the DAQ97x are fully compatible with the 3497xA LabVIEW "drivers".
Our new ATE systems are using a DAQ970 now and I did not have to change a single bit of LabVIEW code!
12-15-2021 07:07 AM
Hello,
i'm going to Replace 34970 by DAQ970A , do i will change any of my old code on labview as i used 34970 Drivers to acquire the temperature, voltage and current from the agilent 34970. when i connect the new DAQ970 it will be plug and play or i will use a new drivers ??
Thank u in advance
12-15-2021 09:42 AM - edited 12-15-2021 09:44 AM
In general the DAQ97x series is backwards compatible with the 3497xA series.
There is even a setting to make it respond to *IDN? queries as a 34970A if your software checks the instrument ID.
As I said above:
@RTSLVU wrote:Our new ATE systems are using a DAQ970 now and I did not have to change a single bit of LabVIEW code!