From: BigBadWolf on
Hey,
I'm using the statechart module of labview 8.5.
Does anybody know if there is a way to display a proceeding statechart in subpanel (or something similar) of the caller VI.
 
Thanks
 
Volker
 
From: aggieNick02 on
Hi Volker, What exactly do you mean by displaying a proceeding statechart? Do you mean a picture of the states the statechart is currently in?If so, there is not currently an automatic way to do this. You can keep track of what states you are in in your Outputs.ctl and use this to form a picture, but that is a fairly manual process.If you have debugging enabled on your statechart and are running on the desktop, you can right click on the Run Statechart node and choose to debug the statechart. If you press the lightbulb icon (highlight execution), you will be able to watch as the statechart enters and exits states, performs static reactions, and takes transitions.Thanks,Nick