Data Capture and DMCI
Data capture provides streaming data from a device to the Data Monitoring and Control Interface (DMCI) plug-in.
To install the DMCI plug-in:
- Select Tools > Plugins. The Plugins window will open.
- Click on the Available Plugins tab.
- Find DMCI and check the checkbox next to it.
- Click Install and follow the screens.
See also the “Add Plug-in Tools” in the “Additional Tasks” section of MPLAB X IDE documentation.
To set up data capture:
- Build the project (In the Projects window, right-click on the project name and select Build). The project must be built to see the available symbols.
- Select Window > Debugging > Watches to open the Watches window.
- Right-click in the window and select New Watch. Select the symbol or SFR wish to watch in the New Watch window. Click OK.
- Select Tools > Embedded > DMCI > DMCI Window to open the DMCI dialog.
- Set up the DMCI for this data capture. See the DMCI help file for details (Help > Help Contents, Plug-In Tools section).
- Begin a debug session (Debug > Debug Project). Input data using DMCI controls or view data in a DMCI graphical window.