Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
NEVSTOP committed Jan 2, 2025
1 parent 14ad1e3 commit 090cdfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions _notes/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ permalink: /

<p style="padding: 3em 1em; background: #f5f7ff; border-radius: 4px;">

Communicable State Machine(CSM) is a LabVIEW application framework that builds upon JKI State Machine(JKISM). It follows the pattern of JKISM and extends the keywords to describe message communication between modules, including concepts such as Sync-Message, Async-Message, Subscription/Unsubscription of status - essential elements for creating reusable code modules. For more information, please visit the CSM wiki: <https://nevstop-lab.github.io/CSM-Wiki/>

- For instructions on JKI State Machine(JKISM), visit: <http://jki.net/state-machine/>
- For information on NEVSTOP-LAB, visit: <https://github.com/NEVSTOP-LAB>
Communicable State Machine(CSM) is a LabVIEW application framework that builds upon JKI State Machine(JKISM). It follows the pattern of JKISM and extends the keywords to describe message communication between modules, including concepts such as Sync-Message, Async-Message, Subscription/Unsubscription of status - essential elements for creating reusable code modules.

</p>

Expand Down
6 changes: 1 addition & 5 deletions _notes/index.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@ permalink: /

<p style="padding: 3em 1em; background: #f5f7ff; border-radius: 4px;">

可通信状态机(CSM)是一个基于JKI状态机(JKISM)的LabVIEW应用框架。它遵循 JKISM 的模式,扩展了关键词以描述模块之间的消息通信,包括同步消息、异步消息、状态订阅/取消订阅等概念-这些是创建可重用代码模块所必需的要素。请访问CSM Wiki页面了解更多信息: <https://nevstop-lab.github.io/CSM-Wiki/>
可通信状态机(CSM)是一个基于JKI状态机(JKISM)的LabVIEW应用框架。它遵循 JKISM 的模式,扩展了关键词以描述模块之间的消息通信,包括同步消息、异步消息、状态订阅/取消订阅等概念-这些是创建可重用代码模块所必需的要素。

- 关于 JKI State Machine(JKISM) 更多信息, 请访问: <http://jki.net/state-machine/>
- 关于 NEVSTOP-LAB 更多信息, 请访问: <https://github.com/NEVSTOP-LAB>
-
</p>


<style>
.wrapper {
max-width: 46em;
Expand Down

0 comments on commit 090cdfe

Please sign in to comment.