If you are using a communication layer other than serial or TCP, you must implement host debugging plug-in VIs to initialize the debug connection. The host debugging plug-in VIs only implement the communication layer. No parsing or interpretation of the data is necessary because LabVIEW interprets the debugging data on the host computer and the run-time code interprets the debugging data on the embedded target.
The following host debugging plug-in VIs implement the instrumented debugging communication layer for LabVIEW:
Place these VIs in your target directory.
Refer to the Spectrum Digital DSK6713 example target for a host debugging implementation example. The host debugging plug-in VIs for the Spectrum Digital DSK6713 example target are located in the following directory:
![]() | labview\Targets\NI\Embedded\dsp_bios\DSK6713\TMS_TargetPlugin\debug_plugin |
![]() | Note If you start with this example implementation, the labels of the controls and indicators must match your implementation exactly. |