09-03-2011 04:22 PM
I would like to save all my DAQMX physical channels as strings in a ini file. My program will read the information as string and convert them to DAQMX physical channel. Is doing a type cast the only way to convert a string into a DAQMX channel type? I wanted to say all my communicaiton information in a ini in case something change. Thanks!
Solved! Go to Solution.
09-03-2011 07:23 PM
No typecast. You can wire a string directly to the channel input.
09-03-2011 10:58 PM
ahhh, good! Thanks!