5.3.1 Data Capture and Streaming Data
Data capture provides streaming data from a device.
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: Project Properties>Loading, check “Load symbols when programming or building for production (slows process)”.
- 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.
- Begin a debug session . View data in Watches window.