CI-MIO-16E-1 and I want to use analog trigger with multiple channels. NI's manuals explains that I must use PFI0 to do it.But there aren't any examples to explain.So I don't know,how can I use PFIO as an analog trigger input to configure AI trigger config.Actually, the rule goes like this. If you are sampling more than one channel, and you want to have an analog trigger on one of them, it must be the first channel in the scan list. If it isn't, or that's not possible, then you can use PFI0 as an analog trigger.
Simply look at the examples/DAQ/anlogin/anlogin.llb/Acquire N Scans Analog Hardware Trig.VI, and set the trigger channel to PFI0 (and physically connect your trigger channel to PFI0--you can also parallel it to an analog input channel if you want it in the scan list, too). Your scan list will be only the analog channels, not the PFI0 channel. Give it a shot. If you open this VI then look at File->VI properties and then select Documentation from the pull-down, it will explain all of it.
Mark