提交 4de725fa authored 作者: Serhij S's avatar Serhij S

controller and I/O docs

上级 bec5ca7c
[package]
name = "roboplc"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
authors = ["Serhij S. <div@altertech.com>"]
license = "Apache-2.0"
......
......@@ -80,3 +80,20 @@ affinity (Linux only).
[`supervisor::Supervisor`] provides a lightweight task supervisor to manage
launched threads.
## Controller
[`controller::Controller`] is the primary component of mixing up all the
functionality together.
<img
src="https://raw.githubusercontent.com/eva-ics/roboplc/main/schemas/controller.png"
width="550" />
## I/O
[`io`] module provides a set of tools to work with field devices and SCADA
buses.
Currently supported:
* Modbus (RTU/TCP) via [`io::modbus`]
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论