Use the Probe tool to check intermediate values on a wire as a VI runs. Use the Probe tool if you have a complicated block diagram with a series of operations, any one of which might return incorrect data. Use the Probe tool with execution highlighting, single-stepping, and breakpoints to determine if and where data is incorrect. If data is available, the probe immediately updates during single-stepping or when you pause at a breakpoint. When execution pauses at a node because of single-stepping or a breakpoint, you also can probe the wire that just executed to see the value that flowed through that wire.
You can create a custom probe, use supplied probes, or use an indicator to view the probed data. You also can use a LabVIEW MathScript probe to view the data in a script in a MathScript Node as a VI runs.
Complete the following steps to use the Probe tool.
to click a wire to display the Probe window.
You cannot use the Probe window to change data. The probe has no effect on the way a VI runs, aside from custom probes optionally acting as breakpoints.
![]() |
Note If you want to provide help to users about how to use the custom probe, do not place a Help button on the probe because LabVIEW only executes probes when data flows through the wire. Instead, you can provide help by adding text to the front panel of the probe or by adding description and tip information to each front panel control. To provide help for the entire probe, consider placing the controls on a tab control or in a cluster and adding description and tip information for the tab control or cluster. |
There are three options available on the shortcut menu that appears when you right-click a Probe window that displays data: