You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
569 B
14 lines
569 B
#pragma once
|
|
|
|
#if 0
|
|
|
|
| 变量 | 地址 | 备注 |
|
|
| ------------------------ | ---------------------------------- | ---------------------------------- |
|
|
| 正转 | 5000 | |
|
|
| 反转 | 5010 | |
|
|
| 速度设定(显示) | 5020 |
|
|
| 实际速度(显示) | 5090 |
|
|
| 停止运行 | 5050 |
|
|
| 急停界面返回 |50C0|
|
|
|
|
#endif
|