10-14-2009 08:41 AM
hi
Is it possible to change the thermocouple type (at run time) for a 9211 daq module ?
thanks for hints,
regards, n
Solved! Go to Solution.
10-14-2009 11:37 AM
Yes, you can. What hardware platform are you using? cRIO, cDAQ??
10-14-2009 12:28 PM
hi
i am using a compact daq (96... something, I am at home now). I don't know how to do it (I prepared the task iwith MAX). thanks for helping me out, I am new with DAQ (I used a lot of Keithley and Agilent DMM before but not NI hardware).
regards, N
10-15-2009 03:25 AM
hi again,
it's a 9211A connected through a USB-9162.
thanks again,
N
10-16-2009 12:40 AM
What you want to do is use the daqmx functions to create your virtual channel inside your labview program instead of from MAX. This is very easy to do and then you can change any of the setting of the virtual channel that you like.
This is a simple example of how to create the virtual channel. This is a simple software timed acqusition using that virtual channel. Notice how you have all the options of the TC channel in the create virtual channel function.
10-16-2009 04:47 AM
Hi,
I you want then to change the settings of your task during the run time, you will have to stop the task/change the settings/start the task.
You can also use the DAQmx Control task vi which is done for that purpose : How Can I Control Which DAQmx Task is Running?
Or you can think of the following example and changing it a little bit to comply with your needs.
Regards,
Olivier L. | Certified LabVIEW Developer