Hello-
First, "What is the sequence of conversion for the 9205?" When using the FPGA I/O Node with the 9205 there are two things you need to know. 1)Only the channels listed in the I/O node are converted. 2)The channels are converted in channel order regardless of the order listed in the I/O node. For example in the following I/O node, channels would be converted in this order as quickly as possible: AI0, AI1, AI3, AI4 (note no AI2).

Second, "What is the time between conversions?" The time between conversions is set by a property of the 9205 module. If you right-click on the 9205 module in the project and select property, you will see a setting for 'Minimum Time Between Conversions' By default this is set to 8us, however you can lower it to 4us. Be aware that there are accuracy implications if you lower the time between conversions due to settling time of the analog to digital converter. These implications are listed in the
9205 Operating Instructions. Worst case, one channel is reading -10V, and the next is reading +10V. In this case your reading may be off by as much 8 LSB or 2.4mV.
If for some reason you must read channels in a specific order (i.e. AI0, AI3, AI1, AI2 ...) there is a more advanced way of using the 9205 - the IO Sample method. See the 'NI 9205 Advanced IO' shipping example for help with that. It essentially gives you full control of the analog to digital converter.
Hope this helps-
Dustin
Message Edited by Dustin W on 10-03-2006 12:47 PM