JKI-State-Machine-Objects icon indicating copy to clipboard operation
JKI-State-Machine-Objects copied to clipboard

Object-oriented framework for LabVIEW based on the JKI State Machine

Results 11 JKI-State-Machine-Objects issues
Sort by recently updated
recently updated
newest added

Having worked extensively with DQMH and AF, the number one thing that's missing for me in SMO is the holistic scripting tools. These are the things I would like to...

enhancement
editor

**Describe the bug** The Create SMO button on the editor displays the tip-strip "Refresh SMO List" instead of "Create State Machine Object" or similar. **To Reproduce** Steps to reproduce the...

bug
editor

Hello and thanks for great framework. **Describe the bug** SMO.lvclass:ListThisLevelDependencies.vi does not return the expected list of dependencies. Output dependency array contains only one element: [ SMO.lvclass ]. This lead...

I am getting the following error message when building EXE. I was able to build without any problems for months. It's not clear what triggered the error. Recent changes to...

how-to

Steps to Reproduce: 1. In State Machine Editor, click to create a new event 2. Name it anything and drop a variant into the event data 3. Click Create and...

editor

When I use the SMO Editor to add a Public Event, a Public Method, or a Private Event, it results in: * **broken** Typedefs -- the new event ref num...

editor

A general question about setting up the preferred execution system of a process in the JKI-SMO architecture. I appreciate any help and insight that can be provided. I have a...

question

The JKI SMO Editor **removes** the Typedefs from my SMO when I add a public method. 1. Create a blank Project 1. Use the SMO Editor to add a BasicByRefWithEvents...

bug
editor

Hi! I've just started using JKI's SMO and it seems the editor is seriously struggling when loading the SMO templates (it takes almost 15-30secs to finish loading them). I dared...

editor

Currently, Facade Calls can only be performed on pre-allocated clones which are never reserved for execution. There are methods to call static VIs remotely even when reserved for execution. Implement...

enhancement