LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use a USB-9213? Using a USB-9213

How to use a USB-9213?  I am used to devices (like the USB-6009) giving 0 - 10V signals.  What does this 9213 give.  How can I write a program that will accept its signals?  I am fairly new to Labview. 

0 Kudos
Message 1 of 3
(2,389 Views)

Pardon me for asking, but have you taken a look at the manual for that device? It's a thermocouple module. Once you install DAQmx you can read from the device to get ... temperature. Examples get installed with DAQmx. You can also acquire data from within MAX. You can create a task and then access it from LabVIEW. However, usually it's better to do all the setup in code so you don't have to deal with exporting a MAX configuration to run the code on another computer.

0 Kudos
Message 2 of 3
(2,371 Views)

It's quite simple to read channels on this device using DAQAssistant Express VI. Use the analog input -> themocouple option.

0 Kudos
Message 3 of 3
(2,328 Views)