JKISoftware / JKI-State-Machine-Objects

Object-oriented framework for LabVIEW based on the JKI State Machine
BSD 3-Clause "New" or "Revised" License
96 stars 55 forks source link

Allow non-reentrant process for RT-target debugging #22

Closed francois-normandin closed 7 years ago

francois-normandin commented 7 years ago

https://decibel.ni.com/content/message/144491

francois-normandin commented 7 years ago

Feature supported as of version 1.1.9

Look for SMO.Example.lvproj for a demo.

[Feature: 22] Modified the Process Sync methods to allow usign them into subVIs of the Process.vi dynamic dispatch. This allows to encapsulate a process loop into a subVI and change its reentrancy settings at will.

[Feature] SMO.Example process demonstrates how to launch JKI State Machine process VI as a standalone tester without call for parent node.