Ваши комментарии

Hello!


At the moment iridium does not support this codec. You can create a topic in the ideas section here on the forum with a description of the desired functionality.

Hello!


You have properly configured the command to KNX? Сan you send your project to us by e-mail? support@iridiummobile.ru

Hello!


When you registers the new user, you must specify in what capacity you want to register.

In your case you need to choose the Company.

If you are already registered as a freelancer and want to change your account type, you need to write a letter about it on e-mail contact@iridiummobile.ru

Hello!


Please, write in English.

Hello!


When the server is installed on Linux devices, it automatically goes to the startup. I.e. after installing the server, it should start automatically at system startup.


In order to run a web interface of server in the browser by pressing W, try to determine the OS default browser. In order the links to automatically open in it.

Здравствуйте!


Скажите, после обновления драйверов, решилась ли данная проблема?

Hello!


Unfortunately, in the iridium 2.x you can't take the system token data without using the method of interval or event work. But in iridium 3 we have a global listener which can track individual tokens or channels driver.

You can sign it to your own system token and the listener will be triggered if this token will change.

Hello!


Try adding a small delay before changing the coordinate of the element.

For example:

IR.AddListener(IR.EVENT_ITEM_SHOW,IR.GetItem("Popup 1"),function()
{

    IR.Log( 'IR.GetPopup("Popup 1").Y ' + IR.GetPopup("Popup 1").Y)
    
    
    IR.SetTimeout(50, function(){ 
    IR.GetPopup("Popup 1").Y = 115;
    IR.Log( 'IR.GetPopup("Popup 1").Y ' + IR.GetPopup("Popup 1").Y) 
    });
            
})

Hello!


You can try change the connection settings after the command is sent in the first connection.

To do this, use method IR.SetParameters.

For example:


IR.AddListener(IR.EVENT_ITEM_RELEASE,IR.GetItem("Page 1").GetItem("Item 1"),function()

{

IR.GetDevice("AV & Custom Systems (TCP)").Send(['getverion\r\n HTTP 1.1', '\r\n\r\n']);
IR.SetTimeout(50, function(){
IR.GetDevice('AV & Custom Systems (TCP)').SetParameters({Host: '192.168.0.10', Port: '80'});
});

})

In this example, when you press button the command being sent to the driver. Next, after 50 ms, the driver settings are changed. A delay of 50 ms is needed in order for the first command was sent to the driver and then changed the connection settings.

Сервис поддержки клиентов работает на платформе UserEcho