Data Capture and Streaming Data

Data capture provides streaming data from a device.

To set up data capture:

  1. 1.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)”.
  2. 2.Select Window>Debugging>Watches to open the Watches window.
  3. 3.Right click in the window and select “New Watch”. Select the symbol or SFR wish to watch in the New Watch window. Click OK.
  4. 4.Begin a debug session . View data in Watches window.