12-18-2009 06:29 AM
12-18-2009 11:53 AM
Hi,
What error do you get when using Task::AddGlobalChannel(String)?
For the error you mention using the Task constructor, I believe that "3ChannelHipot" is a NI-DAQmx Task in Measurement and Automation Explorer and not a virtual global channel.
If you want to load a Measurement and Automation Explorer's task you should use the following:
Dim myTask As Task = DaqSystem.Local.LoadTask("3ChannelHipot")
For adding a channel you already created in Measurement and Automation Explorer, you are using the right method.
Regards,
Anzurio