There are a couple things you could to. First, you could simply check the channel from your config file to see if it exists in the list of actual physical channels (simple string comparison). Secondly, you could use the DAQmx Create Channel to attempt to create a channel and look at the error. If you get an "invalid channel" error, then you know it doesn't exist.
-Alan A.
Message Edited by Alan A. on 10-26-2005 01:30 PM