The AI_Configure function permits you to setup some configuration parameters for an acquisition card installed in the system. You cannot avoid completely using the Measuremente and Automation Explorer, since for example the board logical device number can be seen only with MAX.
Besides it, with AI_Configure you can specify some parameters for your daq device. Be careful to the characteristics and limitations of the specific device you are using.
For a help in using the function, you can right click on individual parameters to show specific help for the parameter; if you right click anywhere in the function panel, you get the function help.
When configuring programmatically a daq device, be sure to check the return value from your function, since some o
perations are illegal on some boards and result in an error code. You can obtain an explanation of the error passing this error code to GetNIDAQErrorString () function.
Hope this helps
Roberto