Chapter 5 Using the SCXI-1503SCXI-1503 User Manual 5-8 ni.comcharts, graphs, slide controls, and gauge indicators. NI ADEs have toolsthat allow you to easily save the data to files such as spread sheets for easyviewing, ASCII files for universality, or binary files for smaller file sizes.Completing the ApplicationAfter you have completed the measurement, analysis, and presentation ofthe data, it is important to stop and clear the task. This releases any memoryused by the task and frees up the DAQ hardware for use in another task.Note In LabVIEW, tasks are automatically cleared.Developing an Application Using LabVIEWThis section describes in more detail the steps shown in the typical programflowchart in Figure 5-1, such as how to create a task in LabVIEW andconfigure the channels of the SCXI-1503. If you need more information orfor further instructions, select Help»VI, Function, & How-To Help fromthe LabVIEW menu bar.Note Except where otherwise stated, the VIs in Table 5-5 are located on the Functions»All Functions»NI Measurements»DAQmx - Data Acquisition subpalette andaccompanying subpalettes in LabVIEW.Table 5-5. Programming a Task in LabVIEWFlowchart Step VI or Program StepCreate Task in DAQ Assistant Create a DAQmx Task Name Control located on theControls»All Controls»I/O»DAQmx Name Controlssubpalette, right-click it, and select New Task (DAQAssistant).Create a TaskProgrammatically(optional)DAQmx Create Task.vi located on the Functions»AllFunctions»NI Measurements»DAQmx - Data Acquisition»DAQmx Advanced Task Options subpalette—This VI isoptional if you created and configured the task using the DAQAssistant. However, if you use it in LabVIEW, any changes youmake to the task are not saved to a task in MAX.