Uw opmerkingen

Hello.

Thank you for the detailed analysis. As far as we know, iRidium does not process the BAOS disconnect request in any way. We will clarify this issue separately and let you know if we are wrong in understanding the driver. However, even handling the BAOS disconnect request by the driver will not solve your problem. Because after disconnecting, the connection will be reconnected again and this will again poll all addresses. In your case, you need to check the network status: connect BAOS directly to the iRidium server, replace the cable, exclude other packets from the traffic. Another solution is to use multiple iRidium servers, each of which will have disjoint KNX address groups. Then disconnecting and reconnecting one of them will not cause the entire bus to fail, only those addresses that are in the server project will be polled.

Добрый день.

Мы сообщим по готовности релиза с signed/unsigned для Modbus.

Добрый день.

Только преобразованием в строку.

Добрый день.

Сохранить можно строку или число. Получить значение:

var Logic_4 = IR.GetVariable("Server.Tags.Logic_4");

Hello.

What modules are used? What is the i3 lite version? Check that all modules are updated.

Hello.

MQTT supports UTF-8 string in topics. Are you using the MQTT driver in iRidium?

Добрый день.

Типы signed/unsigned в Иридиум для всех драйверов Modbus сейчас перерабатываются, поэтому пока что можете использовать Word без указания типа. Если для Word используется signed, то допустимый интервал в пределах от -32768 до 32767, если unsigned, то от 0 до 65535.

Hello.

Tags store strings or numbers. You can save them to the system database. This setting should be defined for tags in the project before uploading it to the server. Then to transfer the historical data to another server, you just need to copy IridiumStorage.db there.