ModBus ASCII/en — различия между версиями

Материал из WebHMI Wiki
Перейти к: навигация, поиск
(Обновление для соответствия новой версии исходной страницы.)
 
Строка 28: Строка 28:
  
 
== IRxx - Input Registers ==
 
== IRxx - Input Registers ==
<p>Регистры регистров ввода.</p>
+
<p>Input registers type.</p>
<p>Функции ModBus: чтение - 0x04</p>
+
<p>ModBus function: read - 0x04</p>
<p>Тип данных: Word</p>
+
<p>Data type: Word</p>
<p>Диапазон регистров: 0 <= xx <= 65535</p>
+
<p>Register range: 0 <= xx <= 65535</p>
<p>Примеры регистров: IR0, IR1, IR2, IR65535</p>
+
<p>Examples: IR0, IR1, IR2, IR65535</p>
  Примечание: По умолчанию при чтении двойных слов будет использоваться два запроса по одному слову. Чтобы явно задать чтение двойных слов одним запросам, необходимо включить группировку в свойствах соединения.
+
  Note: By default, when reading double words, two queries will be used - one for each word. To explicitly set double-word reading by single query of multiple read type, you must enable grouping in the connection properties.

Текущая версия на 08:26, 14 мая 2018

Другие языки:
English • ‎русский

WebHMI supports various devices using the ModBus ASCII protocol

Version 1.5 supports 4 types of ModBus regisers :

Cxx - Coils

Flag registers

ModBus functions: read - 0x01, write - 0x05

Data type: Bit

Register range: 0 <= xx <= 65535

Examples: C0, C12, C65535

DIxx - Discrete Inputs

Digital input registers

ModBus function: read- 0x02

Data type: Bit

Registers range: 0 <= xx <= 65535

Examples: DI0, DI2, DI65535

HRxx - Holding Registers

Holding Registers.

ModBus functions : read - 0x03, write - 0x06

Data type: Word

Registers range: 0 <= xx <= 65535

Examples: HR0, HR1, HR2, HR65535

MHRxx - Multiple Holding Registers

These registers identical to HRxx. The difference is that for write operations Modbus #16 (Preset Multiple Register) function is used.

IRxx - Input Registers

Input registers type.

ModBus function: read - 0x04

Data type: Word

Register range: 0 <= xx <= 65535

Examples: IR0, IR1, IR2, IR65535

Note: By default, when reading double words, two queries will be used - one for each word. To explicitly set double-word reading by single query of multiple read type, you must enable grouping in the connection properties.