-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove duplicate control Labels * fix Vi analyzer result * In place element Structure usage * Code Simplification * Array Default Value * Reentrant VI issue * Test Description: Checks to see if any control or indicator that is wired on the connector pane does not reside within the top-level diagram. In order to avoid unnecessary memory copies, control and indicator terminals that are wired on the connector pane should be placed on the top-level diagram. * Test Description: Checks tunnels, shift registers, and other structure border elements to see if they overlap each other. Overlapping tunnels can make your block diagram difficult to read. The test currently does not check dynamic event tunnels, tunnels on Timed Loops with frames, or tunnels on Timed Sequence Structures. * Test Description: This test detects For Loops that can be safely parallelized. It also detects For Loops that have already been parallelized but contain non-reentrant subVIs, which prohibit parallel execution. * [improve] Improvement according to vi-analyzer * masscompile and move set first case from FixJKIHelper.vi to vipm-pre-build-action * [improve] #257 reduce installation time * 直接删掉不要的VI * [improve] #257 reduce installation time and bring VI to topmost in z-order * skip Refersh More Template palette * Save lvClass File * [fix] #260 Palette Issue * [improve] #260 improve pre-build action script to fix palette VI names * #DebugTool [improve] LogViewer: 1. Add Clear History Button; 2. Add History Length Entry * update debug tool title * [improve] LogViewer: 1. Add Clear History Button; 2. Add History Length Entry; 3. Add Back to Top Button * [fix] #258 Terminated CSM will not be included in CSM - List Modules.vi any more. * update icon * update CSM - Running Log - DebugTool.vi * logViewer: auto update List * Update CSM - Running Log - DebugTool.vi * little improvement to LogViewer * [fix] #262 Advanced operation(register,unregister,status,interrupt..) will not be filtered by CSM - Filter Messages to Non-Existing Modules.vi any more. * [improve] Improved names for built-in tools in the tool launcher. * fix broken * [add] Add option of immediately(F) option for CSM - Request CSM to Post Message.vi and CSM - Request CSM to Broadcast Status Change.vi * update template * [add] IMPORTANT: add a new tool: CSM Debug Console. * [add] Add CSM - Module Exit Event.vi for triggering Non-CSM side loop exit. * CSM - Debug Console - DebugTool.vi auto refresh CSM List * update palette * re-org dependencies * add "Append to JKISM State" and "Append to JKISM State(High Priority)" options to CSM * add CSM - Forward States to CSM.vi * Remove Some useless internal message type * [important] #259 User defined operation "-><user-defined>" is permitted. You can now assign a user-defined tag to a local CSM message, which offers greater flexibility for creating add-ons. * add csm Loop-Support/CSM Loop Support.lvlib * update CSMLS * 更新 mnu * [add] #249 Add "CSM - Flood of Events Handler Side Loop" template * update CSMLS VIs * fix typo * 修改folder 名称 * update dir.mnu * #241 Add CSM File Logger.lvlib * set runtime window position of CSM DebugTool Dialog.vi * make sure CSM - Flood of Events Handler Side Loop.vi is not broken after drop to a new Vi * [improve] all tool window will be open in the center the primitive screen. * use same subVI in tools * [improve] LogViewer: 1. Add Clear History Button; 2. Add History Length Entry; 3. Add Back to Top Button; 4. Add Log File Support
- Loading branch information
Showing
313 changed files
with
97 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
*.vip | ||
*.tmp | ||
/*.bak | ||
*.csm.log |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+108 Bytes
(100%)
src/Example/0. Base Concepts/Arguments - Complex Data As Arguments.vi
Binary file not shown.
Binary file modified
BIN
+116 Bytes
(100%)
src/Example/0. Base Concepts/Arguments - Error As Arguments.vi
Binary file not shown.
Binary file modified
BIN
+144 Bytes
(100%)
src/Example/0. Base Concepts/Arguments - Safe Arguments if it contains key words of CSM.vi
Binary file not shown.
Binary file modified
BIN
+144 Bytes
(100%)
src/Example/0. Base Concepts/Message Helper VI and Equivalent String.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-340 Bytes
(100%)
src/Example/2. Caller is CSM Scenario/CSM Example - Caller is a CSM.vi
Binary file not shown.
Binary file modified
BIN
+484 Bytes
(100%)
src/Example/3. Caller is Other Framework Scenario/CSM Example - Caller is NOT a CSM.vi
Binary file not shown.
Binary file modified
BIN
+296 Bytes
(100%)
src/Example/4. Advance Examples/Action Workers Example/Action Worker Mode Example.vi
Binary file not shown.
Binary file modified
BIN
-168 Bytes
(100%)
src/Example/4. Advance Examples/Action Workers Example/Action Worker.vi
Binary file not shown.
Binary file modified
BIN
-116 Bytes
(100%)
src/Example/4. Advance Examples/Build-in Error Handling Framework/Error Module.vi
Binary file not shown.
Binary file modified
BIN
-48 Bytes
(100%)
...Advance Examples/Build-in Error Handling Framework/Topmost VI who Registers all Errors.vi
Binary file not shown.
Binary file modified
BIN
+312 Bytes
(100%)
...es/CSM with Side Loop as a Module/CSM Module - TCP Server SubModule(Side-Loop Support).vi
Binary file not shown.
Binary file modified
BIN
+192 Bytes
(100%)
...4. Advance Examples/CSM with Side Loop as a Module/Main - Call and Monitor TCP Traffic.vi
Binary file not shown.
Binary file modified
BIN
+112 Bytes
(100%)
src/Example/4. Advance Examples/CSM with Side Loop as a Module/Simple TCP - Client.vi
Binary file not shown.
Binary file modified
BIN
+100 Bytes
(100%)
src/Example/4. Advance Examples/CSM with Side Loop as a Module/_Clear Network 56 Error.vi
Binary file not shown.
Binary file modified
BIN
+316 Bytes
(100%)
.../4. Advance Examples/Chain of Responsiblility Example/Chain of Responsiblility Example.vi
Binary file not shown.
Binary file modified
BIN
-176 Bytes
(100%)
src/Example/4. Advance Examples/Chain of Responsiblility Example/ChainNode A.vi
Binary file not shown.
Binary file modified
BIN
-172 Bytes
(100%)
src/Example/4. Advance Examples/Chain of Responsiblility Example/ChainNode B.vi
Binary file not shown.
Binary file modified
BIN
-168 Bytes
(100%)
src/Example/4. Advance Examples/Chain of Responsiblility Example/ChainNode C.vi
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+93.2 KB
src/Example/Addons - Loop Support/CSMLS - Continuous Loop in CSM Example.vi
Binary file not shown.
Binary file modified
BIN
+124 Bytes
(100%)
src/_TEST/_backup_example/7. vs DQMH/My JKI State Machine Module.vi
Binary file not shown.
Binary file modified
BIN
+156 Bytes
(100%)
src/_TEST/_backup_example/7. vs DQMH/Test My JKI State Machine API.vi
Binary file not shown.
Binary file modified
BIN
+116 Bytes
(100%)
src/_TEST/_backup_example/Action Worker Mode Example(Sync).vi
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+124 Bytes
(100%)
src/_TEST/_backup_example/CSM Example - As Message-Queue Framework.vi
Binary file not shown.
Binary file modified
BIN
+100 Bytes
(100%)
src/_TEST/_backup_example/CSM Example - Duplicate Modules.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
src/_TEST/_backup_example/CSM Example - Example - Message API.vi
Binary file not shown.
Binary file modified
BIN
+148 Bytes
(100%)
src/_TEST/_backup_example/CSM Example - State Machine Steps Executed on Sub-Module.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+88 Bytes
(100%)
src/_TEST/_backup_example/Post Message and Send Message to Non-Exist Module.vi
Binary file not shown.
Binary file modified
BIN
+156 Bytes
(100%)
...TEST/_backup_example/Register Status Change Event/Register Dynamic Status Change Event.vi
Binary file not shown.
Binary file modified
BIN
+132 Bytes
(100%)
src/_TEST/_backup_example/Register Status Change Event/Register Status Change Event.vi
Binary file not shown.
Binary file modified
BIN
+5.95 KB
(120%)
src/_TEST/_pipeline/#197-CSM-BUG/#197-Caller flow of async message.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+180 Bytes
(100%)
src/_TEST/_pipeline/Checking Allowed Message Example/CSM with allowed message list.vi
Binary file not shown.
Binary file modified
BIN
+156 Bytes
(100%)
..._TEST/_pipeline/Checking Allowed Message Example/Checking Allowed Message Example(CSM).vi
Binary file not shown.
Binary file modified
BIN
+156 Bytes
(100%)
src/_TEST/_pipeline/Global Log Event Example/Global Log Event Example.vi
Binary file not shown.
Binary file modified
BIN
+148 Bytes
(100%)
src/_TEST/_pipeline/Worker Mode Status Example/Worker Mode Status Example.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+120 Bytes
(100%)
src/project/_Support/Close Caller FP if In LabVIEW folder.vi
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
src/resource/Framework/Providers/CSM/CSM_Project_Global_Interface.vi
Binary file not shown.
Binary file modified
BIN
-36 Bytes
(100%)
src/resource/Framework/Providers/CSM/CSM_Project_Item_Interface.vi
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
src/resource/Framework/Providers/CSM/Interface/CSM_Global_Init.vi
Binary file not shown.
Binary file modified
BIN
+248 Bytes
(100%)
src/resource/Framework/Providers/CSM/Interface/CSM_Global_OnCommand.vi
Binary file not shown.
Binary file modified
BIN
+52 Bytes
(100%)
src/resource/Framework/Providers/CSM/Interface/CSM_Global_OnUpdateCommand.vi
Binary file not shown.
Binary file modified
BIN
+28 Bytes
(100%)
src/resource/Framework/Providers/CSM/Interface/CSM_Item_Init.vi
Binary file not shown.
Binary file modified
BIN
+244 Bytes
(100%)
src/resource/Framework/Providers/CSM/Interface/CSM_Item_OnCommand.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
src/resource/Framework/Providers/CSM/Interface/CSM_Item_OnPopupMenu.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
src/resource/Framework/Providers/CSM/Interface/CSM_Item_OnUpdateCommand.vi
Binary file not shown.
Binary file modified
BIN
+116 Bytes
(100%)
src/resource/Framework/Providers/CSM/Interface/OnCommand(SingleObject).vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
src/resource/dialog/QuickDrop/plugins/CSM_Tool_Launcher.vi
Binary file not shown.
Binary file modified
BIN
-84 Bytes
(100%)
src/templates/Communicable State Machine(CSM)/CSM - No-Event Structure Template - Tiny.vi
Binary file not shown.
Binary file modified
BIN
-72 Bytes
(100%)
src/templates/Communicable State Machine(CSM)/CSM - With Event Structure Template - Tiny.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/Add State(s) to Queue By BOOL++.vi
Binary file not shown.
Binary file modified
BIN
+12 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/Arguments.mnu
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
...TOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Break Down Multiple States String.vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
....lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Broadcast Message Type.ctl
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
....lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Broadcast Status Change.vi
Binary file not shown.
Binary file modified
BIN
+56 Bytes
(100%)
.../_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Build Exit Messages of CSMs.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
...r.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Check If Module Exists.vi
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
....lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Compact Multiple States.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
...ib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Convert Argument to Error.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
...r.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Convert Data to HexStr.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
...ib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Convert Error to Argument.vi
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
...r.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Convert HexStr to Data.vi
Binary file not shown.
Binary file modified
BIN
+136 Bytes
(100%)
...lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Destroy Global Log Event.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
.../_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Destroy Status Change Event.vi
Binary file not shown.
Binary file added
BIN
+34.2 KB
...TOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Filter Duplicate Messages By Name.vi
Binary file not shown.
Binary file modified
BIN
+1.66 KB
(110%)
...mmunicable State Machine(CSM)/AdvanceAPI/CSM - Filter Messages to Non-Existing Modules.vi
Binary file not shown.
Binary file added
BIN
+23.9 KB
...TOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Flood of Events Handler Side Loop.vi
Binary file not shown.
Binary file added
BIN
+24.9 KB
...er.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Forward States to CSM.vi
Binary file not shown.
Binary file added
BIN
+22.4 KB
..._NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Forward UI Operations to CSM.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
...lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Generate User Global Log.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
..._NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Get New State Notifier Event.vi
Binary file not shown.
Binary file modified
BIN
+52 Bytes
(100%)
...lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Global Log Error Handler.vi
Binary file not shown.
Binary file modified
BIN
+52 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Global Log Event.vi
Binary file not shown.
Binary file modified
BIN
-36 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Keywords.vi
Binary file not shown.
Binary file modified
BIN
+788 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - List Modules.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
...b/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Make String Arguments Safe.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
...ser.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Mark As Chain Module.vi
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
...er.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Mark As Worker Module.vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Message Type.ctl
Binary file not shown.
Binary file added
BIN
+22 KB
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Module Exit Event.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Module Status.vi
Binary file not shown.
Binary file modified
BIN
+912 Bytes
(110%)
...ser.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Module Turns Invalid.vi
Binary file not shown.
Binary file modified
BIN
+80 Bytes
(100%)
...er.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Post Message(SimMode).vi
Binary file not shown.
Binary file modified
BIN
+80 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Post Message.vi
Binary file not shown.
Binary file modified
BIN
+28 Bytes
(100%)
...r.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Register Status Change.vi
Binary file not shown.
Binary file modified
BIN
+60 Bytes
(100%)
.../Communicable State Machine(CSM)/AdvanceAPI/CSM - Remove Duplicated Following Messages.vi
Binary file not shown.
Binary file modified
BIN
+124 Bytes
(100%)
...ommunicable State Machine(CSM)/AdvanceAPI/CSM - Replace Substitution Marks in Messages.vi
Binary file not shown.
Binary file modified
BIN
+1.57 KB
(110%)
...ommunicable State Machine(CSM)/AdvanceAPI/CSM - Request CSM to Broadcast Status Change.vi
Binary file not shown.
Binary file modified
BIN
+1.6 KB
(100%)
.../_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Request CSM to Post Message.vi
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
..._NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Revert Arguments-Safe String.vi
Binary file not shown.
Binary file modified
BIN
+164 Bytes
(100%)
...municable State Machine(CSM)/AdvanceAPI/CSM - Send Message and Wait for Reply(SimMode).vi
Binary file not shown.
Binary file modified
BIN
+72 Bytes
(100%)
...VSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Send Message and Wait for Reply.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Start Async Call.vi
Binary file not shown.
Binary file modified
BIN
+64 Bytes
(100%)
...user.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Status Change Event.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Synchronized Call.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
...lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Unregister Status Change.vi
Binary file not shown.
Binary file modified
BIN
+128 Bytes
(100%)
..._NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Wait for All Modules to Exit.vi
Binary file not shown.
Binary file modified
BIN
+128 Bytes
(100%)
...STOP/Communicable State Machine(CSM)/AdvanceAPI/CSM - Wait for All Modules to be Alive.vi
Binary file not shown.
Binary file modified
BIN
-223 Bytes
(87%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/Chain Mode.mnu
Binary file not shown.
Binary file modified
BIN
+184 Bytes
(110%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/HelperVIs.mnu
Binary file not shown.
Binary file removed
BIN
-1.89 KB
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/JKISM Side Loop Support.mnu
Binary file not shown.
Binary file added
BIN
+1.7 KB
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/Non-CSM Caller Support.mnu
Binary file not shown.
Binary file removed
BIN
-1.93 KB
...user.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/Non-JKISM Caller Support.mnu
Binary file not shown.
Binary file added
BIN
+1.71 KB
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/Side Loop Support.mnu
Binary file not shown.
Binary file modified
BIN
-224 Bytes
(87%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/Worker Mode.mnu
Binary file not shown.
Binary file modified
BIN
-656 Bytes
(77%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/AdvanceAPI/dir.mnu
Binary file not shown.
Binary file modified
BIN
+52 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/Build Message with Arguments++.vi
Binary file not shown.
Binary file modified
BIN
+52 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/Build State String with Arguments++.vi
Binary file not shown.
Binary file modified
BIN
-100 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/CSM - No-Event Structure Template.vi
Binary file not shown.
Binary file modified
BIN
-28 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/CSM - With Event Structure Template.vi
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+1.56 KB
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/Parse State Queue++.vi
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/Utility/Build Error Cluster.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/Utility/Build Internal State String.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/Utility/Global Log To String.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/Utility/Random Change Flag.vi
Binary file not shown.
Binary file modified
BIN
-12 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/Utility/String History Cacher.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/Utility/Timeout Selector.vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/Utility/Trim Both Whitespace.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/Utility/uuid.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
...EVSTOP/Communicable State Machine(CSM)/_Documentation/CSM - Copy of Keywords QuickDrop.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
....lib/_NEVSTOP/Communicable State Machine(CSM)/_Documentation/CSM - Copyright QuickDrop.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
.../_NEVSTOP/Communicable State Machine(CSM)/_Documentation/CSM - Documentation QuickDrop.vi
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
...P/Communicable State Machine(CSM)/_Polymophic/Add State(s) to Queue By BOOL(Array All).vi
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
.../Communicable State Machine(CSM)/_Polymophic/Add State(s) to Queue By BOOL(Array Left).vi
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
...Communicable State Machine(CSM)/_Polymophic/Add State(s) to Queue By BOOL(Array Right).vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
...TOP/Communicable State Machine(CSM)/_Polymophic/Add State(s) to Queue By BOOL(Element).vi
Binary file not shown.
Binary file modified
BIN
+52 Bytes
(100%)
.../Communicable State Machine(CSM)/_Polymophic/Build Asynchronous Message with Arguments.vi
Binary file not shown.
Binary file modified
BIN
+64 Bytes
(100%)
...ib/_NEVSTOP/Communicable State Machine(CSM)/_Polymophic/Build Interrupt Status Message.vi
Binary file not shown.
Binary file modified
BIN
+56 Bytes
(100%)
...P/Communicable State Machine(CSM)/_Polymophic/Build Message with Arguments(Auto Check).vi
Binary file not shown.
Binary file modified
BIN
+64 Bytes
(100%)
...able State Machine(CSM)/_Polymophic/Build No-Reply Asynchronous Message with Arguments.vi
Binary file not shown.
Binary file modified
BIN
+68 Bytes
(100%)
...r.lib/_NEVSTOP/Communicable State Machine(CSM)/_Polymophic/Build Normal Status Message.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
...lib/_NEVSTOP/Communicable State Machine(CSM)/_Polymophic/Build Register Status Message.vi
Binary file not shown.
Binary file modified
BIN
+64 Bytes
(100%)
...P/Communicable State Machine(CSM)/_Polymophic/Build Synchronous Message with Arguments.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
...b/_NEVSTOP/Communicable State Machine(CSM)/_Polymophic/Build Unregister Status Message.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSM Dummy Module.vi
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
...user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMOMgr/CSMOMgr-Create CSMO.vi
Binary file not shown.
Binary file modified
BIN
+24 Bytes
(100%)
...user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMOMgr/CSMOMgr-Delete CSMO.vi
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
...ib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMOMgr/CSMOMgr-Duplication Check.vi
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMOMgr/CSMOMgr-Get CSMO.vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
...user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMOMgr/CSMOMgr-Update CSMO.vi
Binary file not shown.
Binary file modified
BIN
-2.47 KB
(94%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMOFGV Dequeue.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMOFGV Get.vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMOFGV Obtain.vi
Binary file not shown.
Binary file modified
BIN
+1.02 KB
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMOFGV Release.vi
Binary file not shown.
Binary file modified
BIN
+172 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMOFGV.vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMOFGVOPER.ctl
Binary file not shown.
Binary file modified
BIN
+132 Bytes
(100%)
...r.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMObj-Append Chain Node.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMObj-Clone Worker.vi
Binary file not shown.
Binary file modified
BIN
+204 Bytes
(100%)
...lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMObj-Create Status Event.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMObj-Data.ctl
Binary file not shown.
Binary file modified
BIN
+496 Bytes
(100%)
...ib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMObj-Destroy Status Event.vi
Binary file not shown.
Binary file modified
BIN
+76 Bytes
(100%)
...TOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMObj-Enqueue Cross-Module Message.vi
Binary file not shown.
Binary file modified
BIN
+56 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMObj-Lock State.vi
Binary file not shown.
Binary file modified
BIN
+192 Bytes
(100%)
...Communicable State Machine(CSM)/_Support/CSMQ/_CSMObj-Log Error if in a Remote Session.vi
Binary file not shown.
Binary file modified
BIN
+88 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMObj-Message Check.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMObj-ModeData.ctl
Binary file not shown.
Binary file modified
BIN
+84 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMObj-Obtain Chain.vi
Binary file not shown.
Binary file modified
BIN
+796 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMObj-Obtain.vi
Binary file not shown.
Binary file modified
BIN
+2.02 KB
(110%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMObj-Release.vi
Binary file not shown.
Binary file modified
BIN
+276 Bytes
(100%)
...r.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMObj-Remove Chain Node.vi
Binary file not shown.
Binary file modified
BIN
+52 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMObj-Unlock.vi
Binary file not shown.
Binary file modified
BIN
-1.31 KB
(89%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_CSMObj.ctl
Binary file not shown.
Binary file modified
BIN
+492 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_Chain Mapping Map.vi
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
...user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/CSMQ/_Obtain CSM Data Queue.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
...user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Common/CSM-Name to CSM-Mode.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
...VSTOP/Communicable State Machine(CSM)/_Support/Common/Concatenate State with Arguments.vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Common/Hex Str to U8 Data.vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
.../_NEVSTOP/Communicable State Machine(CSM)/_Support/Common/Parse Next Single-line State.vi
Binary file not shown.
Binary file modified
BIN
-36 Bytes
(100%)
...lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Common/Remove Comments from Line.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
...lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Common/Splite Reason String Part.vi
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
...ib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Common/Splite Single-line Message.vi
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
...ser.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Common/Trim Single line Text.vi
Binary file not shown.
Binary file modified
BIN
+56 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Common/U8 Data to Hex Str.vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Def-CSMOMgr.ctl
Binary file not shown.
Binary file modified
BIN
+28 Bytes
(100%)
...ate Machine(CSM)/_Support/FGV-BroadcastRegistry/Cache-Broadcast Registry Search Result.vi
Binary file not shown.
Binary file modified
BIN
+364 Bytes
(100%)
...P/Communicable State Machine(CSM)/_Support/FGV-BroadcastRegistry/FGV-BroadcastRegistry.vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
...nicable State Machine(CSM)/_Support/FGV-BroadcastRegistry/Operation-BroadcastRegistry.ctl
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
...TOP/Communicable State Machine(CSM)/_Support/FGV-BroadcastRegistry/_Broadcast Item Key.vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
...e State Machine(CSM)/_Support/FGV-BroadcastRegistry/global-Broadcast Cache Change Flag.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
...unicable State Machine(CSM)/_Support/FGV-BroadcastRegistry/global-CSMQ FGV Change Flag.vi
Binary file not shown.
Binary file modified
BIN
+64 Bytes
(100%)
...r.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/GlobalEvent/FGV-GlobalEventRef.vi
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
..._NEVSTOP/Communicable State Machine(CSM)/_Support/GlobalEvent/FGV-StatusChangeEventRef.vi
Binary file not shown.
Binary file modified
BIN
+116 Bytes
(100%)
...ib/_NEVSTOP/Communicable State Machine(CSM)/_Support/GlobalEvent/GEvt-BackgroundThread.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
...EVSTOP/Communicable State Machine(CSM)/_Support/GlobalEvent/GEvt-Generate Complete Log.vi
Binary file not shown.
Binary file modified
BIN
+364 Bytes
(100%)
...VSTOP/Communicable State Machine(CSM)/_Support/GlobalEvent/GEvt-Generate Interrupt Log.vi
Binary file not shown.
Binary file modified
BIN
+172 Bytes
(100%)
.../Communicable State Machine(CSM)/_Support/GlobalEvent/GEvt-Generate Module Created Log.vi
Binary file not shown.
Binary file modified
BIN
+184 Bytes
(100%)
...ommunicable State Machine(CSM)/_Support/GlobalEvent/GEvt-Generate Module Destroyed Log.vi
Binary file not shown.
Binary file modified
BIN
+320 Bytes
(100%)
...EVSTOP/Communicable State Machine(CSM)/_Support/GlobalEvent/GEvt-Generate Register Log.vi
Binary file not shown.
Binary file modified
BIN
+320 Bytes
(100%)
...ommunicable State Machine(CSM)/_Support/GlobalEvent/GEvt-Generate Remaining States Log.vi
Binary file not shown.
Binary file modified
BIN
+628 Bytes
(100%)
...OP/Communicable State Machine(CSM)/_Support/GlobalEvent/GEvt-Generate State Change Log.vi
Binary file not shown.
Binary file modified
BIN
+336 Bytes
(100%)
..._NEVSTOP/Communicable State Machine(CSM)/_Support/GlobalEvent/GEvt-Generate Status Log.vi
Binary file not shown.
Binary file modified
BIN
+316 Bytes
(100%)
...STOP/Communicable State Machine(CSM)/_Support/GlobalEvent/GEvt-Generate Unregister Log.vi
Binary file not shown.
Binary file modified
BIN
+72 Bytes
(100%)
...ser.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/GlobalEvent/GEvt-RequestDef.ctl
Binary file not shown.
Binary file modified
BIN
+156 Bytes
(100%)
....lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/GlobalEvent/GEvt-WatchdogThread.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
...lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/GlobalEvent/Gevt-ThreadQueueName.vi
Binary file not shown.
Binary file modified
BIN
+28 Bytes
(100%)
...TOP/Communicable State Machine(CSM)/_Support/Message/Parse State with Arguments String.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Naming Check.vi
Binary file not shown.
Binary file modified
BIN
+96 Bytes
(100%)
...r.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Priority Queue/Dequeue Element.vi
Binary file not shown.
Binary file modified
BIN
+148 Bytes
(100%)
...r.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Priority Queue/Enqueue Element.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
....lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Priority Queue/Get Queue Status.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
...user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Priority Queue/Not a Refnum.vi
Binary file not shown.
Binary file modified
BIN
+64 Bytes
(100%)
..._NEVSTOP/Communicable State Machine(CSM)/_Support/Priority Queue/Obtain Priority Queue.vi
Binary file not shown.
14 changes: 7 additions & 7 deletions
14
...b/_NEVSTOP/Communicable State Machine(CSM)/_Support/Priority Queue/Priority Queue.lvclass
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+40 Bytes
(100%)
...NEVSTOP/Communicable State Machine(CSM)/_Support/Priority Queue/Release Priority Queue.vi
Binary file not shown.
Binary file modified
BIN
+60 Bytes
(100%)
...b/_NEVSTOP/Communicable State Machine(CSM)/_Support/Priority Queue/def-Data(LowPRI-Q).ctl
Binary file not shown.
Binary file modified
BIN
+120 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Process/CSMP-Async Call.vi
Binary file not shown.
Binary file modified
BIN
+100 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Process/CSMP-Broadcast.vi
Binary file not shown.
Binary file modified
BIN
+240 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Process/CSMP-PostPostMsg.vi
Binary file not shown.
Binary file modified
BIN
+136 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Process/CSMP-PostSendMsg.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
...ser.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Process/CSMP-Register Status.vi
Binary file not shown.
Binary file modified
BIN
+112 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Process/CSMP-Sync Call.vi
Binary file not shown.
Binary file modified
BIN
+28 Bytes
(100%)
...r.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Process/CSMP-Unregister Status.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
...EVSTOP/Communicable State Machine(CSM)/_Support/Typedef/_CSM Status Change Event Data.ctl
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
...Communicable State Machine(CSM)/_Support/Typedef/_CSM_Broadcast_Response_Message_info.ctl
Binary file not shown.
Binary file modified
BIN
+56 Bytes
(100%)
...user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Typedef/_CSM_GlobalLog_MSG.ctl
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
...lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Typedef/_CSM_GlobalLog_MSG_TYPE.ctl
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Typedef/_CSM_MODE.ctl
Binary file not shown.
Binary file modified
BIN
-256 Bytes
(95%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Typedef/_CSM_MSG_TYPE.ctl
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Typedef/_CSM_NAME_REQUEST.ctl
Binary file not shown.
Binary file modified
BIN
+52 Bytes
(100%)
...NEVSTOP/Communicable State Machine(CSM)/_Support/Typedef/_CSM_Response Source Message.ctl
Binary file not shown.
Binary file modified
BIN
-12 Bytes
(100%)
...r.lib/_NEVSTOP/Communicable State Machine(CSM)/_Support/Typedef/_Cross CSM State Data.ctl
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
...b/_NEVSTOP/Communicable State Machine(CSM)/_Support/Typedef/_Cross CSM State Response.ctl
Binary file not shown.
Binary file modified
BIN
+6.59 KB
(110%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_scripts/FixJKIHelper.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_scripts/_csm_user_lib_dir.vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
...ser.lib/_NEVSTOP/Communicable State Machine(CSM)/_scripts/_exclude Event Structure Ref.vi
Binary file not shown.
Binary file modified
BIN
+124 Bytes
(100%)
...EVSTOP/Communicable State Machine(CSM)/_scripts/_script_fix_Find Event Stucture Ref vi.vi
Binary file not shown.
Binary file modified
BIN
+116 Bytes
(100%)
... Machine(CSM)/_scripts/_script_fix_Parse State Queue in Find Parse State Queue vi name.vi
Binary file not shown.
Binary file modified
BIN
+124 Bytes
(100%)
...Machine(CSM)/_scripts/_script_fix_Parse State Queue in Find Parse State Queue vi name2.vi
Binary file not shown.
Binary file modified
BIN
+136 Bytes
(100%)
...STOP/Communicable State Machine(CSM)/_scripts/_script_fix_exclude event case ref check.vi
Binary file not shown.
Binary file modified
BIN
+132 Bytes
(100%)
...er.lib/_NEVSTOP/Communicable State Machine(CSM)/_scripts/_script_fix_list event frames.vi
Binary file not shown.
Binary file added
BIN
+9.73 KB
...le State Machine(CSM)/_scripts/_script_fix_vi broken in Tree__JKI_State_Machine_Helper.vi
Binary file not shown.
Binary file modified
BIN
+92 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_scripts/_script_import_api_doc.vi
Binary file not shown.
Binary file modified
BIN
+80 Bytes
(100%)
...user.lib/_NEVSTOP/Communicable State Machine(CSM)/_scripts/_script_import_template_doc.vi
Binary file not shown.
Binary file modified
BIN
+128 Bytes
(100%)
.../_NEVSTOP/Communicable State Machine(CSM)/_scripts/_script_set_csm_doc_case_as_default.vi
Binary file not shown.
Binary file modified
BIN
+112 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_scripts/_script_update_api_doc.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
...user.lib/_NEVSTOP/Communicable State Machine(CSM)/_scripts/_script_update_template_doc.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_scripts/_support/BD teamplate/Case.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
....lib/_NEVSTOP/Communicable State Machine(CSM)/_scripts/_support/BD teamplate/Not a Num.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
...P/Communicable State Machine(CSM)/_scripts/_support/Constant String/Error Case Strings.vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
...icable State Machine(CSM)/_scripts/_support/Constant String/Not a Num Primitive String.vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
...lib/_NEVSTOP/Communicable State Machine(CSM)/_scripts/_support/Load TextConstant to md.vi
Binary file not shown.
Binary file modified
BIN
+120 Bytes
(100%)
...ib/_NEVSTOP/Communicable State Machine(CSM)/_scripts/_support/Operate_CSM_template_doc.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
...lib/_NEVSTOP/Communicable State Machine(CSM)/_scripts/_support/Save TextConstant to md.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
...P/Communicable State Machine(CSM)/_scripts/_support/Split String Array By Patterns_CSM.vi
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_scripts/_support/Text To Lines_CSM.vi
Binary file not shown.
Binary file modified
BIN
+80 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_scripts/_support/TxtFile Load_CSM.vi
Binary file not shown.
Binary file modified
BIN
+868 Bytes
(110%)
...icable State Machine(CSM)/_scripts/_support/clear the mutation history for the classes.vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_scripts/_support/is UTF-8_CSM.vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
...EVSTOP/Communicable State Machine(CSM)/_scripts/_support/load template description map.vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
...lib/_NEVSTOP/Communicable State Machine(CSM)/_scripts/_support/load vi description map.vi
Binary file not shown.
Binary file added
BIN
+91.5 KB
...ser.lib/_NEVSTOP/Communicable State Machine(CSM)/_tool/CSM - Debug Console - DebugTool.vi
Binary file not shown.
Binary file modified
BIN
+132 Bytes
(100%)
....lib/_NEVSTOP/Communicable State Machine(CSM)/_tool/CSM - Refesh More Template Palette.vi
Binary file not shown.
Binary file modified
BIN
+73.8 KB
(620%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_tool/CSM - Running Log - DebugTool.vi
Binary file not shown.
Binary file modified
BIN
+6.82 KB
(110%)
...r.lib/_NEVSTOP/Communicable State Machine(CSM)/_tool/CSM - State Dashboard - DebugTool.vi
Binary file not shown.
Binary file modified
BIN
+6.82 KB
(110%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_tool/CSM - State Table - DebugTool.vi
Binary file not shown.
Binary file modified
BIN
+116 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_tool/CSM - Switch Language Tool.vi
Binary file not shown.
Binary file modified
BIN
+72 Bytes
(100%)
...ble State Machine(CSM)/_tool/_Support/Autosize All MultiListbox Columns (Uniform Text).vi
Binary file not shown.
Binary file modified
BIN
+140 Bytes
(100%)
...user.lib/_NEVSTOP/Communicable State Machine(CSM)/_tool/_Support/Dashboard Cell Resize.vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
...b/_NEVSTOP/Communicable State Machine(CSM)/_tool/_Support/Dashboard Cell2 Array Resize.vi
Binary file not shown.
Binary file added
BIN
+12.7 KB
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_tool/_Support/Open CSM BD.vi
Binary file not shown.
Binary file added
BIN
+12.9 KB
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_tool/_Support/Open CSM FP.vi
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
...ser.lib/_NEVSTOP/Communicable State Machine(CSM)/_tool/_Support/Select Greater_nevstop.vi
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+76 Bytes
(100%)
src/user.lib/_NEVSTOP/Communicable State Machine(CSM)/_tool/_backup/Script - JKISM to CSM.vi
Binary file not shown.
Binary file modified
BIN
+116 Bytes
(100%)
...e State Machine(CSM)/_xnode/browse_nevstoplab/_xnode_browse_nevstoplab_support/_Copy 1.vi
Binary file not shown.
Binary file modified
BIN
+64 Bytes
(100%)
...tate Machine(CSM)/_xnode/browse_nevstoplab/_xnode_browse_nevstoplab_support/_GetHelp 1.vi
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
...e(CSM)/_xnode/browse_nevstoplab/_xnode_browse_nevstoplab_support/_Open Explorer Window.vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
...State Machine(CSM)/_xnode/browse_nevstoplab/_xnode_browse_nevstoplab_support/_State 1.ctl
Binary file not shown.
Binary file modified
BIN
+10.2 KB
(130%)
...icable State Machine(CSM)/_xnode/csm_tool/_xnode_csm_tool_support/CSM DebugTool Dialog.vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
...EVSTOP/Communicable State Machine(CSM)/_xnode/csm_tool/_xnode_csm_tool_support/_Copy 1.vi
Binary file not shown.
Binary file modified
BIN
+68 Bytes
(100%)
...TOP/Communicable State Machine(CSM)/_xnode/csm_tool/_xnode_csm_tool_support/_GetHelp 1.vi
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(100%)
...STOP/Communicable State Machine(CSM)/_xnode/csm_tool/_xnode_csm_tool_support/_State 1.ctl
Binary file not shown.
Binary file added
BIN
+34.7 KB
...ser.lib/_NEVSTOP/Communicable State Machine(CSM)/addons/Logger/CSM - Start File Logger.vi
Binary file not shown.
Oops, something went wrong.