08-21-2009 12:28 PM
Hello All, I searched this topic in this forum and didnt get any previous post. I was wondering if this is possible:
I would like to write a VI to automatically settup virtual channels and tasks in MAX, instead of manually set these up in MAX. So this VI can interact with MAX or write to its configuration file. I dont want to "create channels and tasks" in my main application VI. My application will pick up those channels or tasks from MAX at run time.
I would appreciate your advice on how to achieve this. Thanks!
Bryan
Solved! Go to Solution.
08-22-2009 10:20 PM
Take a look at this palette:
Measurement I/O >> NI-DAQmx >> Advanced >> System Setup >> Storage
(Yes it's a little deep) But there are functions there to save the task to MAX called DAQmx Save Task.vi
08-24-2009 01:11 PM
Hi Ravens, excellent suggestion, thanks for pointing to those deep down utilities which all of us can benefit from.
Bryan.