Modbus/en: различия между версиями

Новая страница: «Data exchange with Modbus devices takes place via registers. The Modbus Protocol defines four types of registers shown in the table: {|class="wikitable" align="ce…»
(Новая страница: «===Modbus data model===»)
(Новая страница: «Data exchange with Modbus devices takes place via registers. The Modbus Protocol defines four types of registers shown in the table: {|class="wikitable" align="ce…»)
Строка 40: Строка 40:
===Modbus data model===
===Modbus data model===


Обмен данными с Modbus-устройствами происходит через регистры. В протоколе Modbus определяется четыре типа регистров, показанных в таблице:
Data exchange with Modbus devices takes place via registers. The Modbus Protocol defines four types of registers shown in the table:
{|class="wikitable" align="center"
{|class="wikitable" align="center"
! Таблица || Размер || Доступ
! Table || Size || Access
|-
|-
! Регистры флагов (Coils)
! Coils
| 1 бит || чтение и запись
| 1 bit || read and write
|-
|-
! Дискретные входы (Discrete Inputs)
! Discrete Inputs
| 1 бит || только чтение
| 1 bit || read only
|-
|-
! Регистры хранения (Holding Registers)
! Holding Registers
| 16-битное слово || чтение и запись
| 16-bit word || read and write
|-
|-
! Регистры ввода (Input Registers)
! Input Registers
| 16-битное слово || только чтение
| 16-bit word || read only
|}
|}


12 063

правки