Skip to content

Commit

Permalink
update index
Browse files Browse the repository at this point in the history
  • Loading branch information
nevstop committed Jan 10, 2024
1 parent 5be9df3 commit 092b273
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@
"Unsubscription",
"untra"
],
"cmake.configureOnOpen": false
"cmake.configureOnOpen": false,
"todo-tree.tree.disableCompactFolders": false,
"todo-tree.tree.showCountsInTree": true
}
8 changes: 5 additions & 3 deletions index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ permalink: /
[![Build_VIPM_Library](https://github.com/NEVSTOP-LAB/Communicable-State-Machine/actions/workflows/Build_VIPM_Library.yml/badge.svg?branch=main)](https://github.com/NEVSTOP-LAB/Communicable-State-Machine/actions/workflows/Build_VIPM_Library.yml)
[![Check_Broken_VIs](https://github.com/NEVSTOP-LAB/Communicable-State-Machine/actions/workflows/Check_Broken_VIs.yml/badge.svg?branch=main)](https://github.com/NEVSTOP-LAB/Communicable-State-Machine/actions/workflows/Check_Broken_VIs.yml)

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://github.com/NEVSTOP-LAB/Communicable-State-Machine/wiki>
# Brief of Communicable State Machine(CSM)

- For instructions on JKI State Machine(JKISM), visit: [http://jki.net/state-machine/](http://jki.net/state-machine/)
- For information on Communicable State Machine(CSM), visit: [https://github.com/NEVSTOP-LAB](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. 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 Communicable State Machine(CSM), visit: <https://github.com/NEVSTOP-LAB>

---------------------------------------

Expand Down
8 changes: 5 additions & 3 deletions index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ permalink: /
[![Build_VIPM_Library](https://github.com/NEVSTOP-LAB/Communicable-State-Machine/actions/workflows/Build_VIPM_Library.yml/badge.svg?branch=main)](https://github.com/NEVSTOP-LAB/Communicable-State-Machine/actions/workflows/Build_VIPM_Library.yml)
[![Check_Broken_VIs](https://github.com/NEVSTOP-LAB/Communicable-State-Machine/actions/workflows/Check_Broken_VIs.yml/badge.svg?branch=main)](https://github.com/NEVSTOP-LAB/Communicable-State-Machine/actions/workflows/Check_Broken_VIs.yml)

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

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

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

---------------------------------------

Expand Down

0 comments on commit 092b273

Please sign in to comment.