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.

Open config file
Hi all,
Is it possible to open a self made config file and read the content to configure the layout.
I would like to create a JSON (I found that it's possible to work with JSON) with all room info (names, light load names, ...) And process this to the layout. If possible also configure list lengths.
I could not find this on the forum or documentation.
Thanks in advance.

Iridium Schedule edit/ Server-Client project
Hi,
We implement iridium server-client platform to one of our
projects. Already try your sample code for schedules within the
project (see attachment). All operate as expected we could manage
schedule time/date and enable/disable, but the states do not saved
after server reboot. We try to save EventData tag within DB but
without success. Could you please advice/provide some hints
guidelines so we could solve it.
Thanks a lot for kind support,

Драйвер SNMP
Здравствуйте!
Подскажите, нет ли каких-то ограничений в драйвере SNMP в зависимости от платформы?
Пытаемся управлять и читать состояние устройства (реле LPowerNode) .
Из эмулятора под windows все работает корректно. Но этот же проект, залитый на планшет с Android, не работает. Проверили - от него не идёт никаких UDP пакетов на 161 порт. Другие UDP пакеты (через Custom драйвер) от него нормально доходят. То есть сеть вряд ли что-то блочит.
В дебаг логе никаких ошибок. (Кстати, лог же тоже идёт по UDP, что подтверждает, что проблема не в сети).

Server crashing after integrated with MySQL
Hi,
I´m using iRidium Server 32bits and ODBC Server 32bits. Server is connecting with MySQL perfectly.
But when I send a query to insert values on table, Server stop working. When I go to MySQL to look for the record I see almost 500 equals records (like a "loop"), but if you see on code below I only send a query one time on function writeDB().
var date = "now()";
var BaseMySQL = new ODBC("root", "123", "MySQLiridium");
var query_head = "INSERT INTO chamada_enfermagem(Posto, Leito, Tipo, Tempo, Data) VALUES(";
function writeDB(info_chamada) //gravar informações no DB
{
if (!BaseMySQL) //if no ODBC object
{
BaseMySQL = new ODBC("root", "123", "MySQLiridium"); // creating ODBC object
if (BaseMySQL)
{
IR.Log(BaseMySQL + " connected!");
}
}
{
var posto = info_chamada.split("_")[0];
var leito = info_chamada.split("_")[1];
var tipo = info_chamada.split("_")[2];
var tempo = info_chamada.split("_")[3];
var query = query_head + '"'+posto+'"' + "," + '"'+leito+'"' + "," + '"'+tipo+'"' + "," + '"'+"00"+'"' + "," + date + ");";
var response = BaseMySQL.Query(query); // SQL query to MySQL database
IR.Log(query);
}
}

iRidium 2019 JS Script Call in button programming
When I try to add a JS Script Call for button Release or Move, I cannot get it to select a function call.

Control the routines by script
Hello Iridium,
I would be interesting to enable/dsable the sever's routines by script.
Get access to the property 'Enable' of routines would be interessting for our end customer..
This point will complet the property of schedule what you are rending access by script...

Project Associated Tokens
It would be best for Project Tokens to be only associated with their project within the folder for the project. Currently Project Tokens are stored in a common file irconfig.xml and this causes issues if projects are changed. Currently we delete the folder "iRidium pro documents" and then load our project so it can start clean.

Scheduler
Hi iRidium!
I'm still waiting for scheduler function (time programs) with easy editable form on panel. What about this function? you are adding many news but this is basic functionality. How do you solve it?

MQTT Import
Is it possible to import MQTT tags into the server via an import? I have many tags that I want to import. This could be much faster via CSV import.
Thanks

Bar with 'light' stripe on iPhone X
Hi
On the iPhone X, there is in the bottom a 'white stripe' (bar).
This is for swiping to other apps that are running on the iPhone.
Our installer is asking: can we de-activate this 'white stripe' in iRidium i3 pro app? So, it's not more visible?
Thanks
Theo
Customer support service by UserEcho