Add your idea or search for answers in existing topics. The most popular ideas will be implemented faster!

We have moved our support service to a new technical support system. Since 17.01.2022, we have disabled the ability to create appeals through the userecho personal account. Now all requests are processed via mail to support@iridi.com .

Thank you for your understanding and have a nice day.

0
Waiting for user's reply

AMX commands supported by iRidium - keyboard or keypad

Roman Cervenan 8 years ago in Products / AMX updated 7 years ago 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
Answered

TPDesign5

Miloslav Žaža 8 years ago in Products / AMX updated by Ekaterina (head of support) 8 years ago 1

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

0
Waiting for user's reply

Amx 3100 controller with no serial number

Raul Cano 8 years ago in Products / AMX updated by Dmitry - support (expert) 8 years ago 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
Answered

AMX Migration

Jeff Mercuri 8 years ago in Products / AMX updated by Ekaterina (head of support) 8 years ago 1

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

0
Waiting for user's reply

AMX tp4 file visualisation - Touchmap function

Marian Rybansky 9 years ago in Products / AMX updated by Ekaterina (head of support) 9 years ago 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
Answered

Dynamic change network connection settings for AMX Controller

Рустем Зиятдинов 9 years ago in Products / AMX updated 9 years ago 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.

Answer
Olga (expert) 9 years ago
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
Planned

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

Martin Petrašovský 8 years ago in Products / AMX updated by Ekaterina (head of support) 8 years ago 5
In the AMX driver does not work the command ^RMF this is a known bug?