As the error indicates, you cannot have multiple channels in your scan list if you are using one of those channels as a reference trigger. However, you have two options. 1) As the error states, you can change your trigger source from one of your input channels to a terminal (or PFI line). If you are using an E Series, you can wire your trigger signal to PFI0 and use that as your analog trigger source. If you are using an M Series, you can wire your trigger signal to APFI0 and use that as your analog trigger source. 2) You can use the DAQmx equivalent of conditional retrieval. Keep in mind, this is software analysis, so it will not be as fast as hardware, but it is available. Take a look at the example that ships with LabVIEW called Cont Acq&Graph Voltage-Analog SW Trigger.vi. I hope this information helps.