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.

How to access list' object data deep in a subitem's properties
var List = IR.GetPopup("Popup1").GetItem("List 1");
List.GetItem(item, 3, {Text:})
says it contains a null, but shouldn't this work? I'm not familiar with which method 'Gets' the data for use as a variable. I'm trying to copy a list item and all the property values that are not kept in the initial creation if a template, from a button within a list item (ie the text values in all the subitems).
This doesn't work either but might clarify what I'm trying to do:
var NeedThisTxt = List.GetItem(item).GetItem(subitem).Text;
//so I can do the below
List.CreateItem(item+1, subitem, {NeedThisTxt});
Please and Thank you!

open application by iridium
hello everyone!
I have a problem about open one application on smartphone (Iphone, Ipad, Android,...) with iridium interface. Example : a program watching tivi , listening music,... It's help me can control anything in myhome with iridium interface , I don't have to turn off or exit iridium application.

Как настроить кнопку (Button) отправлять два разных значения?
Задача: Настроить кнопку отправлять два разных значения 0 и 100 на противоположное в зависимости от текущего состояния по событию Hold.
По идеи простейшая задача для триггер кнопки, но она не подходит так как срабытывает по событию press или release.
В документации предлагают вешать события на Hold например отправлять значение 0 и на событие Release отправлять 100. Но это не очень юзабилити для клиента, запоминать две команды, как например включать и выключать освещение.

Acces an array in Bechoff PLC
Hello,
Is it possible to acces an array in a Bechoff PLC without to add them in "Project Device Panel"?
The array is an array of 356 Dword.
Thanks!
Michaël

Получение доступа к элементам List
Добрый день.
Можно ли как то получить доступ к элементам List?
Например при нажатии какой либо кнопки на странице "Page 1" изменить какое либо свойство у всех внутренних объектов первого элемента в списке LIst
что то вроде IR.GetItem("List").GetItem(0).Items

Downloading a project from the cloud
One issue that we are going to have is how to manage multiple customers. We will have some customers that only have one project and the project will be loaded by us using our email address. If we use our email assigned as the developer, the customer will see all of our projects. Do we have to create an email for each of our customers? What do you suggest we do for single project customers.

sip v3 Не идет входящий звонок в фоновом режиме
Добрый день! В новом драйвере SIP не поддерживается работа в фоновом режиме, таким образом, при режиме stendby заказчик, если и слышит звонок домофона,открывает приложение, там висит on hook, и звонок не идет, и связаться с панелью он не может. Как можно исправить?

parseInt wrong parse
parseInt function wrong parse "08" and "09" string.
more, the function wrong parse all string that start with "0" (ex.: "010" > 8, "011" > 9, "020" > 16)
I think that this bug is also present on iridium 2
Customer support service by UserEcho