05-25-2007 11:34 AM
05-29-2007 08:11 AM
Hi Rick,
There is a DaqSystem Class that contains methods that allow you to access tasks, scales, and global channels stored in Measurement & Automation Explorer (MAX). If you wanted to load a task from MAX in C#, you could say:
Task
t = DaqSystem.Local.LoadTask("mySavedTaskName");Hope this helps!
Best Regards,
05-29-2007 11:55 AM
09-23-2010 02:00 PM
Hello,
So what if I wanted to do the same in matlab? Is that even possible?
Thanks
H