09-26-2007 12:42 PM
09-28-2007 05:36 AM
Hi pctara6,
You can create both static and dynamic task in DAQmx Base. Static examples are built to run with tasks that have been created in the DAQmx Base Task Configuration Utility. In static examples, you simply enter the name of the task, and all the configuration information for that task is loaded automatically. A dynamic example, as the name implies, creates a task dynamically when the program is executed. For dynamic examples you must enter a physical channel name (i.e. Dev1/ai0). For an example of a dynamic task look at one of the DAQmx Base shipping examples that come along with LabVIEW.
I hope this helps!