03-27-2015 07:16 AM
Hi,
We are using 60 digital channels in DAQ. But at a time we will be using only 18 channels. We need to create task dynamically depending upon the channels in RT.
Currently it is taking around 6ms for executing. How can we reduce the time or how can we dynamically use the channels
03-27-2015 07:24 AM
Hi Ajeet,
Currently it is taking around 6ms for executing.
Yes, creating a DAQmx task takes it time. Most of it will be in the CreateVirtualChannel function…
Usually you only create a task once before your measurement starts. Why are you worried about 6ms then?
When you need to select different channels very often: create a task with all channels included and only use those inputs you are interested in…
03-29-2015 10:53 PM
Even writing data is taking more time. What to do for this?