Your comments

Hello!


- I do not see anything what I'm typing


What do you mean? If you want to see what you are typing in the interface of Iridium, you need to add in TP4 project the text input element.



when I hit Enter on this keyboard, I do not receive expected string in my AMX master: "KEYB-whatever_i_typed_in" - I do not receive anything in my Master.


Perhaps you have not configured the sending of the entered string to the device.


Can you send your project on email contact@iridiummobile.ru?

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


Никак не можем повторить вашу проблему. Возможно это происходит из-за какого-то определенного оборудования, в вашей система. Но с нашим оборудованием такое не повторяется, поэтому мы не сможем понять в чем тут дело. Попробуйте новые версии Иридиума с новыми базами. Попробуйте добавлять только то оборудование, у которого происходит смещение, будет ли оно повторяться в этом случае.

Hello!


You can try to look for the desired URl scheme on this site. http://handleopenurl.com/scheme


But the application developer may not add the possibility of using a URl scheme. In this case, you will not be able to run the application using the specified method from the Iridium.

Hello!


To connect to the iridium Server, you need to use driver "iRidium Server". Because only he knows how to work with channels on the server. So you can't use iRidium Server as the gateway for the ETS. But you can download a project from the ETS in the project of iridium servers.


Hello!


You can change the position only of popups and items. To change the position of pages is impossible.

So, in order to change the position of pop-up through scripts, you should refer to the corresponding item properties.

For example:


IR.GetPopup("Popup 1").X = 70;
IR.GetPopup("Popup 1").Y 100;
IR.GetPopup("Popup 1").Width = 380;
IR.GetPopup("Popup 1").Height = 750;

In order to display a page, you need to use the method IR.ShowPopup();


For example:

IR.ShowPopup('Popup 1');

Для этого вам необходимо загрузить ваш проект в iRidium Studio, согласиться на конвертация и затем создать на основе этого панельного проекта, серверный.

Для этого нажмите правой кнопкой мыши на проекте, в дереве проектов, и выберите пункт Create Server Project.



После этого будет создан серверный проект, в который перейдут все ваши драйвера, а в панельном появится драйвер iRIidum Server.

Далее вам необходимо будет во вновь созданном серверном проекте посчитать все тэги.


Конечно вам это стоит сделать только при условии, что вы собираетесь использовать сервер в вашем проекте. Если же вы по прежнему будете использовать только панель управления, то вам не нужно обращать внимание на этот параметр при выборе лицензии.

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


К сожалению, мы больше не предоставляем Demo лицензии, но вы можете активировать триал-лицензию на 60 дней для одного объекта в личном кабинете.

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


Количество тэгов берется из серверного проекта.

Например:


Считаются все созданные и добавленные тэги в проекте,включая виртуальные тэги (на скриншоте они вверху). Если у вас не используются какие-либо тэги, то лучше удалите их, т.к. они тоже будут учтены.

Hello!


Please describe in detail your task. If I understand correctly, you want to switch the page by pressing the button?

Now the integrator itself can create an account for the end-user. We added this feature.