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.

+1
Under review

Open config file

EASTim 6 years ago updated 6 years ago 2

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.



+1
Under review

Iridium Schedule edit/ Server-Client project

niky94547 6 years ago in Other updated by Truc Nguyen Van 5 years ago 22

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,

Schedule_edit.zip

+1
Answered

Драйвер SNMP

Viacheslav Alekseev 6 years ago in Bugs and problems updated by Vladimir Ovchinnikov (expert) 6 years ago 9

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

Подскажите, нет ли каких-то ограничений в драйвере SNMP в зависимости от платформы?

Пытаемся управлять и читать состояние устройства (реле LPowerNode) .

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

В дебаг логе никаких ошибок. (Кстати, лог же тоже идёт по UDP,  что подтверждает, что проблема не в сети).

+1
Fixed

Server crashing after integrated with MySQL

Leandro Augusto 6 years ago in Bugs and problems updated by Vladimir Ovchinnikov (expert) 6 years ago 11

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);
}
}   

+1
Will be answered

iRidium 2019 JS Script Call in button programming

Mike Slattery 6 years ago in Bugs and problems updated by Vladimir Ovchinnikov (expert) 6 years ago 7

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

+1
Will be answered

Control the routines by script

Christophe MATHEY 6 years ago in Tips and Tricks updated by Paolo Scarpetta 4 years ago 6

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

+1
Voting

Project Associated Tokens

Mike Slattery 6 years ago in Ideas updated by Aleksandr Romanov (CTO) 6 years ago 1

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.

+1
Will be answered

Scheduler

Lechu 6 years ago updated by Aleksandr Romanov (CTO) 6 years ago 2

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? 

+1
Under review

MQTT Import

Ferry 6 years ago in Tips and Tricks updated by Vladimir Ovchinnikov (expert) 6 years ago 3


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

+1
Answered

Bar with 'light' stripe on iPhone X

Theo Derks - NL (distributor) 7 years ago in Tips and Tricks updated by Aleksandr Romanov (CTO) 5 years ago 8

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

Image 29439