Hi,
I need to create and send TCP messages which contain channel properties such as name, units, measurement type, max value, and min value. I want my input to be one or more DAQmx task names and get the properties of the channels associated with these tasks. I am using the DAQmx Channel property node but I am getting an "Error 200658 occurred at Property Node DAQmx Channel (arg 1)". Can someone tell me how I can iterate through the channels of a task and get their properties. I have tried setting the "Active Channels" property inside a loop which is fed by the array provided by the "Channels" property in DAQmx Task property node but I get the same error.
Any suggestions are appreciated.
Thanks
Michael