08-14-2012 04:54 PM
HI
sorry for my english; my probleme is how to control configuration of multi channels analogue inputs directly from a front panel I use a NI usb 9234card with 4 channels and I want to control them directly from my front panel so I use DAQmx create virtual channel.vi I can control it in block diagram from polymorphic selector by my probleme is that i will deploy my application so I want control the configuration of each 4 channels from my front panel so for example I want channel 1 like input analog accelerometr and channel 3 like voltage input but i have to set it by a front panel contol.
HELP ME PLEASE !!!
08-15-2012 04:19 PM
Right click on the physical channels input terminal of the DAQmx Create Virtual Channel VI and select Create >> Control. This will put a control on the front panel. This will allow you to select the channel from the front panel when you run the application.
06-21-2013 12:36 PM
It's typically discussed how to conifgure a multichannel setup from the back panel using physical channel syntax (as explained here). However, how can I configure and convey the same multichannel setup via the front panel so the user can select the multichannel configuration using the one control drop down menu?