In LV's help is a tutorial on Statecharts. I am now at the end of Part 3: "Defining and Modifying Statechart Data Types" where I am supposed to link the Statechart to the "Getting Started Caller VI (Unlinked).vi."
Following the directions, I located the "Run Statechart" function, right-clicked and selected "Link to Statechart," and selected my new Statechart; however, it would not connect because the wires/terminals were incorrect.
The Statechart in LV's "Getting Started Caller VI.vi" example (already linked) is Asynchronous (i.e. it uses a pink "Instance Name" wire as one of the inputs).
The Statechart I built using LV's tutorial came out to be Synchronous - Its has a blue "Trigger" wire as one of the inputs.
When I realized that I had created the wrong Statechart, I deleted it, and did the example tutorial over. Now, I am sitting here with another Synchronous Statechart that I made by following the tutorial!
How do I tell LV that I want my Statechart to be Asynchronous when I build it?
Is there a way to take the Statechart I have now and convert it, or is it better to just delete it and start over?