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

Материал из Wiren Board
(Новая страница: «===Event polling priority=== 500px|thumb|right|Setting event polling priority in the web interface of the Wiren Board controller Only one device can respond to an event request at a time. Therefore, if multiple devices generate events, the one with the lower slave ID will be the first to respond to the request. Devices perform arbitration to determine this, which is described in detail on [https://github.com/wirenboard/wb-mod...»)
 
(нет различий)

Текущая версия на 16:05, 29 декабря 2023

Определение сообщения (Fast Modbus)
===Приоритет опроса событий===
[[File:priority_setting.png|500px|thumb|right|Настройка приоритета опроса событий в веб-интерфейсе контроллера Wiren Board]]
На запрос событий одновременно может ответить только одно устройство. Поэтому если события сгенерировали несколько устройств, то первым на запрос ответит то, у которого меньше slave ID. Чтобы это выяснить устройства проводят арбитраж, который подробно описан на [https://github.com/wirenboard/wb-modbus-ext-scanner/blob/main/protocol.md github].

Event polling priority

Setting event polling priority in the web interface of the Wiren Board controller

Only one device can respond to an event request at a time. Therefore, if multiple devices generate events, the one with the lower slave ID will be the first to respond to the request. Devices perform arbitration to determine this, which is described in detail on GitHub.