Welcome!

On this forum you can discuss iRidium with other users.

iRidium consist of 2 main components - i3 pro app and iRidium Server. Please post here your questions, ideas or errors you find.

Please send your questions to support team as a private messages.


Please subscribe to the Change Log to know our news

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
Voltooid

TPDesign5 & G5 panels

"Ing. Miloslav Žaža" 8 jaar geleden in Products / AMX bijgewerkt door Ekaterina (head of support) 7 jaar geleden 8

When iRidium plan to implement TPDesign5 - new TP5 format and support G5 pannels please?

0

Кабинет пользователя

Владимир Нестеров 8 jaar geleden in General bijgewerkt door Dmitry - support (expert) 8 jaar geleden 0
Добрый день.

Прошу подкорректировать работу сайта в части работы с проектами и
лицензиями в личном кабинете:

1) При выборе лицензий хотелось бы видеть сгруппированные лицензии, как
это выполнено на странице лицензий.

2) Сортировка проектов по их названию (папки объектов и проектов внутри
папок).



--
С Уважением,
Нестеров Владимир Михайлович
________________________________
Инженер-технолог
ООО "Инжиниринговая компания "Уралспецтеплоремонт"
E-mail: nesterov@ustr-ekb.ru
http://www.ustr-ekb.ru
Тел.: +7 (343) 320-52-99
Тел. сот.: +7 (904) 38-26-299

Best regards,
Vladimir Nesterov
________________________________
Engineering technologist
LLC “Engineering company “Uralspecteploremont”
E-mail: nesterov@ustr-ekb.ru <mailto:nesterov@ustr-ekb.ru>
http:// www.ustr-ekb.ru <http://www.ustr-ekb.ru/>
Phone: +7 (343) 320-52-99
Mobile: +7 (904) 38-26-299
0
Beantwoord

Смена цвета List

Denis 8 jaar geleden in iRidium Script bijgewerkt door Dmitry - support (expert) 8 jaar geleden 9

Добрый день. Как можно поменять цвет заливки , создаваемого скриптом листа?

0

Server network interface dynamic allocation

andrey senik 8 jaar geleden in Server Solutions / Windows Server bijgewerkt 8 jaar geleden 1

HI Communiti,


We are using server on win pc, where eth for control and wi-fi (to ISP) are used.

Server keeps conection to equipment with few instances of same custom AV driver.


All works fine if at server start up, and all phisical equipmet is online.

We got a problem if equipment at starting of server is not online, then after equipment goes online server still can't reach it. Wireshark shows server is not communicating euipment at least over ethernet intreface (wi-fi was not checked), while server log shows AV.send is called.


All look fine is wi-fi is disabled at server start up. So I suspect all problems comes from dinamic network interface engagement.


Can anybody comment on server multi network interface operation?

Can server be manually configured to stick to certain network interface?


Apreciate for any feedback

0
Beantwoord

Сравнение текстов

S1210 8 jaar geleden in General bijgewerkt door Dmitry - support (expert) 8 jaar geleden 4

Добрый день. Проблема такая. Нужно чтобы сравнивались 2 текстовых значения при нажатии на кнопку, и если они совпадают, то блок виден, а если не совпадают, то не виден. Написал такой код. Но почему-то он не работает.


IR.AddListener(IR.EVENT_ITEM_PRESS,IR.GetItem("Search"),function()

{
if (IR.GetItem("Item 5").GetState(0).Text==IR.GetItem("Item 6").GetState(0).Text)
{
IR.GetItem("Item 5").Visible = true;
} else {
IR.GetItem("Item 5").Visible = false;
}
});


В чем ошибка?

Antwoord
Dmitry - support (expert) 8 jaar geleden

IR.AddListener(IR.EVENT_ITEM_PRESS,IR.GetPage("Page 1").GetItem("Search"),function()

{
if (IR.GetPage("Page 1").GetItem("Item 5").GetState(0).Text==IR.GetPage("Page 1").GetItem("Item 6").GetState(0).Text)
{
IR.GetPage("Page 1").GetItem("Item 5").Visible = true;
}
else
{
IR.GetPage("Page 1").GetItem("Item 5").Visible = false;
}

});

Как то так нужно , где Page 1 - это страница или попап где размещен элемет.

0

Linux iRidium daemon does not keep running

Jackie Roos 8 jaar geleden in Server Solutions / Linux Server 0

Hi

On Ubuntu 16.04


start iRidium: sudo ./iridium --hidden


It will run for a minute or so and then stops - connected clients go offline and system monitor no longer shows the iRidium process


is there anything else I need to do to get this to work as a daemon?

thanks :)

0

RS232 on server

ai-systems@bk ru 8 jaar geleden in Server Solutions / Windows Server bijgewerkt 8 jaar geleden 1

Custom script, used to monitor UPS over rs232 port, is stopped work after accessing web trends.

Before I read the trends - script works fine.

On panel project script works fine.

0
Beantwoord

Multiple screen layouts

Sorbodoekje 8 jaar geleden in Applications bijgewerkt door Dmitry - support (expert) 8 jaar geleden 3

Is it possible to host multilple sized devices in one project?

Currently I am designing a project, which must run on iPad Retina and on iPhone 6 Plus. As you may be aware of, these devices have a different resolution, which cannot be solved by changing to full size scale type in the project settings.

My idea was to, create a project with one page and continue with popups, for each different device.

0
Waiting for user's reply

screensaver stops activating after a day

Jackie Roos 8 jaar geleden in Applications / i3 Pro bijgewerkt 8 jaar geleden 5

Hi

I have a site where the screen saver will activate for a day or so, and then stops activating so there is no screen saver


We originally had the interval at 30 seconds and now it is 5 minutes


If I restart iR3, the scree saver starts working again, but in about a day will stop working.


I am not sure if this is relevant, but this is the same Windows 10 pro PC that iRidium.exe 64bit would not run due to VCOMP.dll was missing: http://support.iridiummobile.net/topics/9768-canot-start-because-vcomp100dll-is-missing/


Running iRidium 32 bit, Windows 10 Pro


Suggestions please? This is rather urgent as the client is not happy.


Thanks

0
Beantwoord

Создание объекта Сервер через скрипт

Dmitry Ryzhkov 8 jaar geleden in iRidium Script bijgewerkt 8 jaar geleden 2

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


Необходимо получить инструмент для создания объекта Server через скрипт. Это необходимо для динамического добавления сервера на управляющей панели.


Например,

var Server = IR.CreateDevice(IR.DEVICE_SERVER, 'Device_Name', 'IP', Port);