You can use the Statechart Data Display tool to watch statechart data while debugging that statechart. This behavior is similar to a LabVIEW probe except that the Statechart Data Display shows all statechart data at once, whereas a probe shows only the value of a single wire.
Complete the following steps to use this tool:
![]() |
Note If you do not see the Debug Statechart option, you might have disabled statechart debugging. You must re-enable debugging and re-generate the code before proceeding. |
, which is located on the toolbar of this window. LabVIEW displays a window that shows the StateData and Outputs clusters that contain statechart data. Each cluster contains indicators that show the current value of that data type. These indicators update after a statechart iteration changes one of the indicator values.
![]() |
Note The Statechart Debugging window also contains the Open Statechart Custom Data Display button . This button opens a data display that you can customize. You customize this data display by opening the Project Explorer window for the .lvsc file and double-clicking the CustomDataDisplay.vi item. |