Skip to content

Commit

Permalink
Update s7.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QQDQ authored Mar 13, 2024
1 parent d52ff14 commit 9659ae3
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions zh_CN/configuration/south-devices/siemens-s7/s7.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,6 @@ Neuron 实现的 S7 ISOTCP 分为两个插件,其中 Siemens S7 ISOTCP 插件
#### AREA ADDRESS

<<<<<<< HEAD
| 区域 | 数据类型 | 属性 | 备注 | PLC 区域 |
| ---- | -------------------------------------------------------------------- | ----- | ---------- | ----------------------- |
| I | int16/uint16/bit || 输入 | 输入 I、E |
| O | int16/uint16/bit | 读/写 | 输出 | 输出 Q、A |
| F | int16/uint16/bit | 读/写 | 标志 | 标志内存 M |
| T | int32/uint32/float | 读/写 | 计时器 | 计时器 T |
| C | int16/uint16 | 读/写 | 计数器 | 计数器 C |
| DB | int8/uint8/int16/uint16/bit/int32/uint32/float/double/string/wstring | 读/写 | 全局数据块 | 变量内存 V,全局数据块1 |
=======
| 区域 | 数据类型 | 属性 | 备注 | PLC 区域 |
| ---- | ------------------------------------------------------------ | ----- | ---------- | ----------------------- |
| I | int8/uint8/int16/uint16/bit/int32/uint32/float || 输入 | 输入 I、E |
Expand All @@ -81,7 +71,7 @@ Neuron 实现的 S7 ISOTCP 分为两个插件,其中 Siemens S7 ISOTCP 插件
| T | int32/uint32/float | 读/写 | 计时器 | 计时器 T |
| C | int16/uint16 | 读/写 | 计数器 | 计数器 C |
| DB | int8/uint8/int16/uint16/bit/int32/uint32/float/double/string | 读/写 | 全局数据块 | 变量内存 V,全局数据块1 |
>>>>>>> a475f87 (update s7 doc about area and type)


:::tip
对于全局数据块 DB,在 PLC 侧诸如 DBX,DBW,DBB 之类的地址,直接转化为 DBW 即可,不需要做字节换算,如 DBX1 -> DBW1。
Expand Down

0 comments on commit 9659ae3

Please sign in to comment.