05-08-2017 09:28 AM
Wow, this was really great, and I thank you very much. I got your example running, and learned a lot in the process. I guess I've been at the level of programming where it's all about linear flow of execution, but seeing this state-machine example, and seeing how notifiers work, is wonderful.
Thanks again.
-Jeff
10-13-2018 02:17 PM
Thanks for sharing.
I modified the JKI state machine a bit. Another way of notifying the splash screen. Note that you can put // in front of the "Splash: Notify" state like "//Splash: Notify" which you may find convenient during development where you just run the main vi without the splash screen.
Splash: Notify can be followed by an argument of your choice, like "Splash: Notify>>Almost done now".
Modified JKI state machine