10-26-2009 08:40 AM
I was pretty sure I had done this before, but maybe not. I have a predefined task setup in MAX spanning 3 different analog input modules on a cDAQ chasssis.
I'm attempting to modify the thermocouple type on one of the TC channels based on configuration setup data. So I have the task selected as a constant and feed it into a DAQmx Task node to get the Channel List. I can see the channel list just fine and all the channels are present there, but when I attempt to break the thermocouple channel out of the array and feed it into a DAQmx Channel node, I get an Error -200428, that the value must refer to a valid task or valid virtual channels.
Any clues?
Solved! Go to Solution.
10-26-2009 10:37 AM
Hey Mike,
Can you please try it like illustrated in the attached jpg.
Christian
10-26-2009 10:49 AM
10-27-2009 07:56 AM
You're welcome!
DAQmx programming is sometimes weird.