![]() |
|
![]() |
Data windows in DM2003 used to store and visualize data arrays (2D tables of numbers). DM2003 implements classic multi-document (MDI) interface: you can open unlimited number of data windows within the main window that presents DM2003 application itself. Every data window has two viewers that display data array associated with window: worksheet and plot. You may display only worksheet, only plot or both worksheet and plot (appropriate commands are found in the View menu). This scheme is very convenient for real time operation.
Plot viewer display data as 2D curves (or series). Each "series" must reference a range of numbers from the array associated with data window (and displayed in worksheet). If no data range associated with plot series, it is treated as "empty" and not displayed (although appropriate series object exists). Notice that plot series may reference data from any data window, not only data displayed by the worksheet of the same data window. Another type is "functional" series that display symbolic expressions rather than numeric data. Every plot viewer can display unlimited number of series. By default, 8 series are preconfigured but you can easily add new ones. Various series properties may be changed using Series Properties dialog box; in addition, DM2003 includes special Series Manager window. Keep in mind that you can drag-and-drop series objects between plot viewers of data windows (and Series Manager window).
Immediately after you open data file it is displayed only by worksheet viewer (you can set initial data window state in the Application Properties dialog box), but all predefined plot series are empty and not displayed. To display plot curve, you should open Series Properties dialog box and specify data range there, or select range of data in the worksheet and plot selected worksheet cells (see View commands for more details how to plot data).
Both worksheet and plot viewers may grab input focus (or become active). The status line of the main window displays active (focused) viewer as well as some additional information related to this viewer. Notice that the most of data editing and processing operations and other tools act on active viewer and may be disabled if appropriate operation is not applicable to the active viewer. In addition, both plot and worksheet have pop-up menus that have commands specific to the clicked object.