Using the Generic Probe

Use the generic probe to view the data that passes through a wire. The generic probe displays the data. You cannot configure the generic probe to respond to the data. Right-click a wire and select Custom Probe»Generic Probe from the shortcut menu to use the generic probe.

You can debug a custom probe similar to a VI. However, a probe cannot probe its own block diagram, nor the block diagram of any of its subVIs. When debugging probes, use the generic probe.

Use supplied or custom probes to respond to the data that passes through a wire.

(MathScript RT Module) Use a LabVIEW MathScript probe to view the data in a script in a MathScript Node as a VI runs.

Using Generic Probes with LabVIEW Classes

You can use generic probes on LabVIEW class wires. The generic probe on a LabVIEW class wire shows the name of the class at run time, the private class data, and the private class data for all of the parent classes. If you use the generic probe on a locked LabVIEW class, only the name of the class at run time and any unlocked private data within the class hierarchy is visible in the probe.