Your comments

Hello.

Feedback from equipment controlled with the help of AV & Custom Systems, can be received only with the help of JavaScript. it is conditioned by the fact that the program does not know to which equipment it will connect in advance. So it cannot determine the format and type of data which can be received.

https://dev.iridi.com/AV_%26_Custom_Systems/en#Feedback

Send to mail support@iridiummobile.ru your project with camera.

Hello.

For an external connection, specify:

rtsp_transport=tcp;

https://dev.iridi.com/IP_Cameras/en

Hello.

A maximum of only 262144 bytes can be read. The readable file must be in UTF-8 without BOM. Example for Windows:

var path = "C:\\tmp\\test.txt";

var file = IR.OpenFile(path, "r"); // "r" = read

IR.Log(file);

var result = IR.ReadFile(file);

IR.Log(result);

IR.CloseFile(file);

1.3.10.602 это Setup со старой (1.3.8) студией и актуальными версиями клиента и сервера. Старая студия не обновляется, поэтому нумерация пакета другая. Мы добавим на этой странице упоминание, что в этот Setup включена только старая студия, без новой.

Добрый день.

Обновлять можно из студии, т. е. правильно делаете.

Уточните, какую ссылку имеете в виду, по которой номера версии другие.

Hello.

If you upload a project through the cloud, you need access to the hosts:

iridi.com

iridiummobile.ru


(ports 80 and 443).

Hello.

In the project everything is correct, it does not handle the restart of the server. Therefore, at the start, the value from the Schedule will always be taken.

In your case, for the tag "EventData_from_server" you need to enable saving to the database and "Load On Start". Then in the listener with EVENT_START to take value of a feedback "EventData_from_server" and to execute EventChanger.