02-19-2021 03:09 PM - edited 02-19-2021 03:10 PM
Hello,
I'm an undergraduate research assistant in an energy lab. I have an Agilent 34972A DAQ and I need to measure 2 different types of thermocouple which are T type and J type. However, in LabVIEW, according to the special initializer of DAQ in LABVIEW, there is one resource input. Is there any way to configure the channels inside of the card (34901A 20-Channel Armature Multiplexer) separately by using LABVIEW configuration etc?
Best,
02-19-2021 06:34 PM
In the user manual I found this:
– Remote Interface Operation: You can use the MEASure? or CONFigure
command to select the probe type and thermocouple type. For example, the
following statement configures channel 301 for a J-type thermocouple
measurement.
CONF:TEMP TC,J,(@301)
You can also use the SENSe command to select the probe type and
thermocouple type. For example, the following statement configures channel
203 for a J-type thermocouple measurement.
SENS:TEMP:TRAN:TC:TYPE J,(@203)
Do you know your channel numbers? I haven't used this device, but I assume you can use 2 commands like
CONF:TEMP TC,T,(@301)
CONF:TEMP TC,J,(@302)
To configure two thermocouples of different types.
02-22-2021 01:05 PM
Hi Gregory,
I solved the problem by resetting again the DAQ with the resetting VI in the same loop and connected the serial to the system to not take any error from the device. Your methodology might be another solution, but on LABIEW it can be solved. Thank you for your support. I'm worrying about your answers corresponding to my next questions.
Best,
TE
02-23-2021 12:55 AM
02-27-2021 12:36 PM - edited 02-27-2021 12:44 PM
Why not just use the Configure Temperature VI to configure the thermocouple type on each channel?
Don't let the AG34970 on my VI's confuse you, the HP/Agilent/Keysight 34970A and 34972A are identical except for communication options.