Jump to content
  • 0

JKI State Machine Follower - At Run-Time Show Executing Frame


Jim C

Question

I had a separate QD plugin for this, but I can't find evidence that I ever shared it with the community.  You've just given "ctrl+space ctrl+q" back to me.  Thank you. :)  However, mine puts it exactly eight pixels from the output tunnel and pre-wires an empty String constant...

Another feature to add might be my JKI State Machine Follower.  It activates the current Case Structure case while the VI is running.  Maybe?  You'll save me "ctrl+space ctrl+f"...

Thanks for all your work on this,
Jim

JKI OCD.png

  • Upvote 1
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Hi @Jim C

I split this discussion into a separate discussion thread. I like you're idea about the JKI State Machine Follower. I've been collecting some ideas about possible run-time and debugging tools:
https://github.com/JKISoftware/JKI-State-Machine-Editor/wiki/Roadmap#run-time-tools

Here are a few ideas:

  • State logging - Show which states executed in which order
  • Data logging - Show what data was changed between execution of frames 
  • Single stepping - Execute one frame at a time and pause between execution
  • Breakpoints on individual states - Pause when a state is executed, so that highlight execution can then be enabled (and maybe we could turn execution highlighting ON, but I'm not sure how to do that programmatically)

These tools would probably require temporarily swapping the Parse State Queue function in the user's instance of a JKI State Machine with a special one that has debugging features under the hood (there could be a debugging and non-debugging version of Parse State Queue that we could script in/out of the VI to enable/disable the debugging features).

Anyhow, I wanted to let you know that this is a direction we're looking into, in case you have any ideas you've already been thinking about or working on :-)

Thanks,

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.