Translations:Fast Modbus/11/en

Версия от 16:05, 29 декабря 2023; A.Degtyarev (обсуждение | вклад) (Новая страница: «===How does it work?=== 500px|thumb|right|Polling of registers in Fast Modbus and standard protocol 500px|thumb|right|Distribution of event polling time Every 50 ms, the master sends a broadcast request on the bus, which is received by all devices on the bus. If a device generates an event, it sends a response containing the event identifier, its type, and additional data. If there are multiple d...»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)

How does it work?

 
Polling of registers in Fast Modbus and standard protocol
 
Distribution of event polling time

Every 50 ms, the master sends a broadcast request on the bus, which is received by all devices on the bus. If a device generates an event, it sends a response containing the event identifier, its type, and additional data. If there are multiple devices that generate such events, they engage in arbitration, in which the device with a lower Slave ID wins. For more information about arbitration, please refer to github.