Data Acquisition Toolbox | ![]() ![]() |
Evaluating the Digital I/O Object Status
You can evaluate the status of a digital I/O (DIO) object by
Running
property (this is useful only if timer events are generated)
The Display Summary
You can invoke the display summary by typing a DIO object or a line object at the MATLAB command line, or by excluding the semicolon when
You can also display summary information via the Workspace browser by right-clicking a toolbox object and selecting Explore -> Display Summary from the context menu.
The displayed information is designed so you can quickly evaluate the status of your data acquisition session. The display is divided into two main sections: general summary information and line summary information.
General Summary Information
The general display summary includes the device object type and the hardware device name, followed by the port parameters. The port parameters include the port ID, and whether the associated lines are configurable for reading or writing.
Line Summary Information
The line display summary includes property values associated with
The display summary for the example given in Example: Generating Timer Events is shown below.
You can use the Line
property to display only the line summary information.
![]() | Example: Generating Timer Events | Saving and Loading the Session | ![]() |