03-03-2004 06:21 PM
03-04-2004 01:56 PM
10-18-2007 04:37 PM
10-19-2007 04:08 PM
Hi Jxjimmy,
Let’s first make the difference between physical channel and virtual channel. “A physical channel is a terminal or pin at which you can measure or generate an analog or digital signal. A virtual channel is a collection of settings such as a name, a physical channel, input terminal connections, the type of measurement or generation, and can include scaling information.” Creating a Virtual Channel in NI-DAQmx and using it in LabVIEW, also remember that a Local Virtual Channels is a Virtual channel created inside a task and Global Virtual Channel is a channel created outside a task. Advantages and disadvantages of creating: DAQmx task with multiple channels versus multiple tasks with a single virtual channel to take multiple measurements. The best place to find this information is in the LabVIEW help and the DAQmx help. The main concern between these two options are timing and triggering, in single task multiple channel sampling rate, sampling clock and triggering is homogeneous whereas multiple task will result in multiple rates for different channels.
I hope it helps
10-22-2007 11:19 AM
10-10-2008 02:37 PM
02-06-2014 08:03 PM
In terms of a single VI featuring many tasks to read different devices, how do you pprevent them from interfering?
I've got a situation where I've got one task to read 8 thermocouples, and another task to read the analog input current of a different device. Each task is within it's own case structure, engage temp and engage current respectively. My program shows no errors and will happily provide me the required information if I am only engaging temp or only engaging current, however if both have been selected to be engaged then the current reading takes priority.
Why might this be the case?
My VI has the tasks set up similarly to this example https://decibel.ni.com/content/docs/DOC-32342, just less the DAQ log VI and with each create virtual channel VI in it's own case structure.
Many thanks
05-01-2017 12:58 PM
Where can I get the DAQmx task example_configuration.vi? Also it appears tha NI-DAQ has not loaded since I do not see the DAQmx VIs in my controls palette