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

Материал из Wiren Board
(Новая страница: «In templates for devices that support fast Modbus, event handling is enabled for all registers where event generation makes sense. In some cases, it may be necessary to disable events, for example, if the use of non-standard protocol functions is prohibited by the company's security policy. There are currently no specific tools for working with events in the controller's web interface. To disable events, you can do the following: #In the device template, cha...»)
 
(нет различий)

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

Определение сообщения (Fast Modbus)
В шаблонах устройств, поддерживающих быстрый Modbus, включена работа по событиям для всех регистров, у которых генерация событий имеет смысл. В некоторых случаях может быть нужно отключить события, например, если использование нестандартных функций протокола запрещено на предприятии политикой безопасности. В веб-интерфейсе контроллера пока нет специальных инструментов для работы с событиями. Поэтому отключить события можно так:
#В шаблоне устройства у параметра '''sporadic''' сменить значение на '''false'''. 
#Отключить опрос канала совсем. Для этого в веб-интерфейсе контроллера в настройках serial-устройств установить период опроса параметра в значение «Не опрашивать».
<gallery mode="packed" heights="150px" caption="Отключение опроса событий">
Image: sporadic1.png | Установить параметр '''sporadic''' в значение '''false'''
Image: sporadic2.png | Установить период опроса в значение «Не опрашивать»
</gallery>

In templates for devices that support fast Modbus, event handling is enabled for all registers where event generation makes sense. In some cases, it may be necessary to disable events, for example, if the use of non-standard protocol functions is prohibited by the company's security policy. There are currently no specific tools for working with events in the controller's web interface. To disable events, you can do the following:

  1. In the device template, change the value of the sporadic parameter to false.
  2. Completely disable channel polling. To do this, in the controller's web interface, set the polling interval for the parameter to "Do not poll".