I am having problems configuring analog input channels. I need to be able to read multiple analog inputs at the same time. When I run the test panels in MAX, all the physical channels work correctly. However when I run my program, no matter whan channel I have a vi set to, it reads the same data. For example, if I have two vi's reading analog input channels 2 and 5, and I supply 3volts to channel 2... the indicators for channel 2 and channel 5 read 3volts, and likewise if I supply 3 vots to channel 5, both channel 2 and 5 indicators read 3volts. How can I set up my program so that each indicator only shows it's input?