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

Материал из WebHMI Wiki
Перейти к: навигация, поиск
(Новая страница: «== IRxx - Input Registers == <p>Input registers type.</p> <p>ModBus function: read - 0x04</p> <p>Data type: Word</p> <p>Register range: 0 <= xx <= 65535</p> <p>Ex…»)
 
 
Строка 5: Строка 5:
 
<p>Register range: 0 <= xx <= 65535</p>
 
<p>Register range: 0 <= xx <= 65535</p>
 
<p>Examples: 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

Информация о сообщении (править)
Это сообщение не имеет описания. Если вы знаете, где или как это сообщение используется, то можете помочь другим переводчикам, добавив к нему описание.
Формулировка сообщения (ModBus ASCII)
== IRxx - Input Registers ==
<p>Регистры регистров ввода.</p>
<p>Функции ModBus: чтение - 0x04</p>
<p>Тип данных: Word</p>
<p>Диапазон регистров: 0 <= xx <= 65535</p>
<p>Примеры регистров: IR0, IR1, IR2, IR65535</p>
 Примечание: По умолчанию при чтении двойных слов будет использоваться два запроса по одному слову. Чтобы явно задать чтение двойных слов одним запросам, необходимо включить группировку в свойствах соединения.
Перевод== IRxx - Input Registers ==
<p>Input registers type.</p>
<p>ModBus function: read - 0x04</p>
<p>Data type: Word</p>
<p>Register range: 0 <= xx <= 65535</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.

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.