LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help in DAQ

I want to use the Cont. acquisition and buffered analog input VI for
my application consisting of more than 10 A/D channels. I want to
create a custom user panel with radio buttons or multiple selection
listbox to select the A/D channels. Can anybody tell me how to create
the array from the user panel selection and give it to the Channel
select terminal of the Analog input VI.

Thanks
Anand.


Sent via Deja.com
http://www.deja.com/
0 Kudos
Message 1 of 2
(2,577 Views)
the input to the analog input vi accepts an array of channel strings and a
corrosponding array of range clusters. Build an array of strings that
contains the channel number of the corrosponding selection of your user
interface to send into the VI.

Stu
wrote in message news:935btj$6a1$1@nnrp1.deja.com...
> I want to use the Cont. acquisition and buffered analog input VI for
> my application consisting of more than 10 A/D channels. I want to
> create a custom user panel with radio buttons or multiple selection
> listbox to select the A/D channels. Can anybody tell me how to create
> the array from the user panel selection and give it to the Channel
> select terminal of the Analog input VI.
>
> Thanks
> Anand.
>
>
> Sent via Deja.com
> http://w
ww.deja.com/
Stu
0 Kudos
Message 2 of 2
(2,577 Views)