threeflift.smp_dump.txt
来自「电梯控制器的设计与分析---控制器的层数为三层,,电梯到达有停站请求的楼层」· 文本 代码 · 共 14 行
TXT
14 行
State Machine - |THREEFLIFT|MYLIFT
Name MYLIFT.stop MYLIFT.down MYLIFT.up MYLIFT.doorwait4 MYLIFT.doorwait3 MYLIFT.doorwait2 MYLIFT.doorwait1 MYLIFT.doorclose MYLIFT.dooropen MYLIFT.stopon1
MYLIFT.stopon1 0 0 0 0 0 0 0 0 0 0
MYLIFT.dooropen 0 0 0 0 0 0 0 0 1 1
MYLIFT.doorclose 0 0 0 0 0 0 0 1 0 1
MYLIFT.doorwait1 0 0 0 0 0 0 1 0 0 1
MYLIFT.doorwait2 0 0 0 0 0 1 0 0 0 1
MYLIFT.doorwait3 0 0 0 0 1 0 0 0 0 1
MYLIFT.doorwait4 0 0 0 1 0 0 0 0 0 1
MYLIFT.up 0 0 1 0 0 0 0 0 0 1
MYLIFT.down 0 1 0 0 0 0 0 0 0 1
MYLIFT.stop 1 0 0 0 0 0 0 0 0 1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?