Releases: JKISoftware/JKI-State-Machine
Releases · JKISoftware/JKI-State-Machine
v2024.0.3.23
Minor fixes to LabVIEW 2024Q3 RCM reference handling
2024.0.2.17
This is a major new release with a focus on a few significant improvements:
- New State Enqueuing VIs:, to make it easier to conditionally enqueue states based on boolean logic and periodic timing (in a way that produces readable code).
- Improved Error Handling: to include information about the state where the error occurred as well as clear (or handling) "warnings" (non-zero
error code
butstatus
is False). - Upgrading source code to LV2020: to make it easier for community members to contribute and for the development team to take advantage of newer LabVIEW features.
- FIX: JKI State Machine Helper support for LabVIEW 2024Q3 (and greater)
2018.0.7.45
- Fixed Issue #13 Right-click menu item 'Insert "Add State(s) to Queue"' fails
2018.0.6.44
- Find Callers (and other right-click options) does not work on "Idle" ("Event Structure") frame or state strings #89
2018.0.5.41
- Fixed Issue (SM Editor #86) Can't open JKI SM Explorer for multiple JKI SM's on same BD
2018.0.4.39
- Further improvements to opening various editor dialogs >> JKISoftware/JKI-State-Machine-Editor#85
- Fixed minor issue with SM Explorer main window disappears occasionally >> JKISoftware/JKI-State-Machine-Editor#79 (comment)
2018.0.3.38
- Fixed Issue with Find Data Accessors not always working well (failing to open and consuming CPU)
2018.0.2.37
2018.0.0
- Now includes the JKI State Machine Editor (JKI SM Explorer window and LabVIEW right-click menu integration)
- Changed While Loop Label to JKI State Machine (2018)
- New Icons and Color Scheme, designed for the future!
- Major performance improvements to Support VIs ("Parse State Queue", "Add State(s) to Queue", and "Build State String with Arguments")
- Support VIs are now configured for "Inline SubVIs into Calling VIs" and "Subroutine" priority to reduce memory footprint and execution time
- Replaced deprecated FP.Open property with FP.State
- Added new arguments to "UI: Front Panel State" (Open, Standard, Close, Closed, Hidden, Hide, Maximize, Maximized, Minimize, Minimized)
- Special thanks to @mcduff14 and @drjdpowell for their performance improvement ideas and feedback on this thread #3