Поделитесь своими идеями, пожеланиями и примерами в этом разделе. Идеи, за которые голосуют чаще всего, будут реализованы быстрее!

Мы перевели нашу службу поддержки на новую систему технической поддержки. С 17.01.2022 мы отключили возможность создавать обращения через личный кабинет userecho. Теперь все запросы обрабатываются по почте на support@iridi.com .

Спасибо вам за ваше понимание и хорошего дня.

0
Ожидает ответа пользователя

AMX commands supported by iRidium - keyboard or keypad

Roman Cervenan 8 лет назад в Продукты / AMX обновлен 7 лет назад 3

Hello,

in AMX commands supported by iRidium are also AKEYB- and AKEYP- commands listed.

When I use this command form AMX master, I can see, that on iPad (i2 v2.2 control) is opened iPad's native keyboard (one small problem here: both AKEYB and AKEYP commands show keyboard, but AKEYP should open only keypad - only with numbers).

Now I have problems:

- I do not see anything what I'm typing

- 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.

So - am I doing something wrong? Is there any example how to use iPad's keyboard when using with AMX control unit?


0
Отвечен

TPDesign5

Miloslav Žaža 8 лет назад в Продукты / AMX обновлен Ekaterina (head of support) 8 лет назад 1

When iRidium plan to implement TPDesign5 - new TP5 format please?

0
Ожидает ответа пользователя

Amx 3100 controller with no serial number

Raul Cano 8 лет назад в Продукты / AMX обновлен Dmitry - support (expert) 8 лет назад 10

i have a big problem, i'm working with an amx controller with no serial number, i'm using 2 iridium device license, but i sell a site licence, and i can't use it, can you help me?, can i use the mac adress? Or something else?, what can i do?, please heeeelp!!!

0
Отвечен

AMX Migration

Jeff Mercuri 8 лет назад в Продукты / AMX обновлен Ekaterina (head of support) 8 лет назад 1

Is it possible to import an existing .AXW file into Iridium

0
Ожидает ответа пользователя

AMX tp4 file visualisation - Touchmap function

Marian Rybansky 9 лет назад в Продукты / AMX обновлен Ekaterina (head of support) 9 лет назад 3
Hello,

I would like to ask you if we have implemented Touch Map function of
Multi-State Bargraph in AMX visualisation ?

It is for "Value Direction" Property of General tab where can be - Vertical,
Horizontal or Touch map ...



Thank you for information
0
Отвечен

Dynamic change network connection settings for AMX Controller

Рустем Зиятдинов 9 лет назад в Продукты / AMX обновлен 9 лет назад 2
Hello,
Is it possible to change network connection settings for AMX Controller using JS?
I need to set AMX Controller IP address based on information in the external database.

Ответ
Olga (expert) 9 лет назад
Dear Rustem,

The settings of connection to AMX are available for writing via scripts with the following construction:
IR.AddListener(IR.EVENT_START,0,function() 
{ 
    IR.GetDevice("AMX").SetParameters({ Host: "192.168.0.21", 
                                        Port: "12004", 
                                        DeviceID: "1", 
                                        Login: "admin", 
                                        Password: "12345"}); }); 
http://wiki2.iridiummobile.net/Drivers_API#SetParameters

The SetParameters function can activated not at start but after receiving data from the database. The host and port fields should be left empty in the driver settings so that initially the project wouldn't connect to any controller. The , конечно, можно вызвать не по старту, а после получения данных из базы.
The parameter HostIP from the driver tokens is not aailable for writing. The SetParameters function sets all connection parameters at once and you cannot change any of them, if you don't have a password. You need to indicate
Password: ""
There is an instruction for setting up connection parameters in the description of the АМХ driver. Besides commands from iRidium Script API you can use the AMX command Loopback Port. The principles of its work ans setting is not different from the ones for IR.SetParameters

Sincerely yours,

Olga Ermakova
iRidium mobile Team
0
Запланирован

​In the AMX driver does not work the command ^RMF

Martin Petrašovský 8 лет назад в Продукты / AMX обновлен Ekaterina (head of support) 8 лет назад 5
In the AMX driver does not work the command ^RMF this is a known bug?


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