forked from ROMEO/nexosim
Use better supported UTF symbols for arrow heads
This commit is contained in:
parent
1c0c8ed529
commit
2a8a3738cb
@ -72,7 +72,7 @@ asynchronix = "0.2.2"
|
||||
//
|
||||
// ┌──────────────┐ ┌──────────────┐
|
||||
// │ │ │ │
|
||||
// Input ●─────▶│ multiplier 1 ├─────▶│ multiplier 2 ├─────▶ Output
|
||||
// Input ●─────►│ multiplier 1 ├─────►│ multiplier 2 ├─────► Output
|
||||
// │ │ │ │
|
||||
// └──────────────┘ └──────────────┘
|
||||
use asynchronix::model::{Model, Output};
|
||||
|
@ -15,7 +15,7 @@
|
||||
//! │ Assembly │
|
||||
//! │ ┌──────────┐ ┌──────────┐ │
|
||||
//! PPS │ │ │ coil currents │ │ │position
|
||||
//! Pulse rate ●───────▶│──▶│ Driver ├───────────────▶│ Motor ├──▶│─────────▶
|
||||
//! Pulse rate ●───────►│──►│ Driver ├───────────────►│ Motor ├──►│─────────►
|
||||
//! (±freq)│ │ │ (IA, IB) │ │ │(0:199)
|
||||
//! │ └──────────┘ └──────────┘ │
|
||||
//! └──────────────────────────────────────────────┘
|
||||
|
@ -12,9 +12,9 @@
|
||||
//! ┌─────────────────────────────────────────────┐
|
||||
//! │ (≥0) │
|
||||
//! │ ┌────────────┐ │
|
||||
//! └───▶│ │ │
|
||||
//! └───►│ │ │
|
||||
//! added volume │ Water tank ├────┐ │
|
||||
//! Water fill ●───────────────────▶│ │ │ │
|
||||
//! Water fill ●───────────────────►│ │ │ │
|
||||
//! (>0) └────────────┘ │ │
|
||||
//! │ │
|
||||
//! water sense │ │
|
||||
@ -22,9 +22,9 @@
|
||||
//! │ (empty|not empty) │
|
||||
//! │ │
|
||||
//! │ ┌────────────┐ ┌────────────┐ │
|
||||
//! brew time └───▶│ │ command │ │ │
|
||||
//! Brew time dial ●───────────────────▶│ Controller ├─────────▶│ Water pump ├───┘
|
||||
//! (>0) ┌───▶│ │ (on|off) │ │
|
||||
//! brew time └───►│ │ command │ │ │
|
||||
//! Brew time dial ●───────────────────►│ Controller ├─────────►│ Water pump ├───┘
|
||||
//! (>0) ┌───►│ │ (on|off) │ │
|
||||
//! │ └────────────┘ └────────────┘
|
||||
//! trigger │
|
||||
//! Brew command ●───────────────┘
|
||||
|
@ -11,7 +11,7 @@
|
||||
//! │ Simulation │
|
||||
//! ┌────────────┐ ┌────────────┐ │ ┌──────────┐ │
|
||||
//! │ │ UDP │ │ message │ message │ │ message │ ┌─────────────┐
|
||||
//! │ UDP Client ├─────────▶│ UDP Server ├──────────▶├─────────▶│ Listener ├─────────▶├──▶│ EventBuffer │
|
||||
//! │ UDP Client ├─────────►│ UDP Server ├──────────►├─────────►│ Listener ├─────────►├──►│ EventBuffer │
|
||||
//! │ │ message │ │ │ │ │ │ └─────────────┘
|
||||
//! └────────────┘ └────────────┘ │ └──────────┘ │
|
||||
//! └────────────────────────────────┘
|
||||
|
@ -8,22 +8,22 @@
|
||||
//! ```text
|
||||
//! ┌────────┐
|
||||
//! │ │
|
||||
//! ┌───▶│ Load ├───▶ Power
|
||||
//! ┌───►│ Load ├───► Power
|
||||
//! │ │ │
|
||||
//! │ └────────┘
|
||||
//! │
|
||||
//! │ ┌────────┐
|
||||
//! │ │ │
|
||||
//! ├───▶│ Load ├───▶ Power
|
||||
//! ├───►│ Load ├───► Power
|
||||
//! │ │ │
|
||||
//! │ └────────┘
|
||||
//! │
|
||||
//! │ ┌────────┐
|
||||
//! ┌──────────┐ voltage▶ │ │ │
|
||||
//! Voltage setting ●────▶│ │◀────────────┴───▶│ Load ├───▶ Power
|
||||
//! │ Power │ ◀current │ │
|
||||
//! ┌──────────┐ voltage► │ │ │
|
||||
//! Voltage setting ●────►│ │◄────────────┴───►│ Load ├───► Power
|
||||
//! │ Power │ ◄current │ │
|
||||
//! │ supply │ └────────┘
|
||||
//! │ ├───────────────────────────────▶ Total power
|
||||
//! │ ├───────────────────────────────► Total power
|
||||
//! └──────────┘
|
||||
//! ```
|
||||
use asynchronix::model::Model;
|
||||
|
@ -9,7 +9,7 @@
|
||||
//! ```text
|
||||
//! ┌──────────┐ ┌──────────┐
|
||||
//! PPS │ │ coil currents │ │ position
|
||||
//! Pulse rate ●─────────▶│ Driver ├───────────────▶│ Motor ├──────────▶
|
||||
//! Pulse rate ●─────────►│ Driver ├───────────────►│ Motor ├──────────►
|
||||
//! (±freq) │ │ (IA, IB) │ │ (0:199)
|
||||
//! └──────────┘ └──────────┘
|
||||
//! ```
|
||||
|
@ -75,7 +75,7 @@
|
||||
//! ```text
|
||||
//! ┌────────────┐
|
||||
//! │ │
|
||||
//! Input ●───────▶│ Multiplier ├───────▶ Output
|
||||
//! Input ●───────►│ Multiplier ├───────► Output
|
||||
//! f64 │ │ f64
|
||||
//! └────────────┘
|
||||
//! ```
|
||||
@ -156,13 +156,13 @@
|
||||
//! ```text
|
||||
//! ┌────────────┐
|
||||
//! │ │
|
||||
//! ┌──▶│ Delay ├──┐
|
||||
//! ┌──►│ Delay ├──┐
|
||||
//! ┌────────────┐ │ │ │ │ ┌────────────┐
|
||||
//! │ │ │ └────────────┘ │ │ │
|
||||
//! Input ●──▶│ Multiplier ├───┤ ├──▶│ Delay ├──▶ Output
|
||||
//! Input ●──►│ Multiplier ├───┤ ├──►│ Delay ├──► Output
|
||||
//! │ │ │ ┌────────────┐ │ │ │
|
||||
//! └────────────┘ │ │ │ │ └────────────┘
|
||||
//! └──▶│ Multiplier ├──┘
|
||||
//! └──►│ Multiplier ├──┘
|
||||
//! │ │
|
||||
//! └────────────┘
|
||||
//! ```
|
||||
|
Loading…
x
Reference in New Issue
Block a user