Hello Jbrohan,
As I understand, you are building VIs for customers and you are wondering if it is better to create a task in MAX and use it in LabVIEW or if it is better to just create the virtual channel in LabVIEW. The answer is that it is easier to create the task in MAX and refer to is in LabVIEW using the task constant. However, if you do not want your customers to use MAX, then I strongly advise you to create virtual channels in LabVIEW just like the examples show, so that the customer would be able to select the hardware being used and change some of the task settings. If you do want to create your task in MAX, you can do so and it will automatically show up in LabVIEW in the task constant or control drop down list. The task constant is the first thing that shows up in the DAQmx palette. If you drop it on the block diagram and click on the drop down arrow, you should be able to see all the tasks that you created in MAX, start them and acquire data just like the once that are created directly in LabVIEW.
Serges L.