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
Declined

Android app prevent device to sleep

Tanapol E. 7 years ago in Applications / i3 Pro updated by Aleksandr Romanov (CTO) 7 years ago 6

Android app 1.1.7/Beta


Hi, 

On Android

When user press power button while still in i3pro app

Android Device will go to sleep state then wake up immediately(screen still off)

and when user press  power button again it will skip all lock screen and show i3pro app

 

this will drain Android Device battery eventif screen is off 

because of i3pro continue to work in background


it there anyway to disable  i3pro app running in background on some panel project?


0
Answered

License for MQTT Driver

Tanapol E. 7 years ago in Applications / i3 Pro updated by Aleksandr Romanov (CTO) 6 years ago 5

Hi,

Which Driver license I need for using MQTT Driver?

0
Waiting for user's reply

waiting state?

Tanapol E. 7 years ago in Applications / i3 Pro updated by ai-systems@bk ru 7 years ago 4

Hi,

I'm want to change my GUI to some state that let user know

that connection to IRServer is lost


for example:

when IRServer is ok

Text may show on/off as it report from server


but when connection is lost 

Text will be show as "Error"


I found "Waiting" in state, but I'm not sure if this is what I looking for?

but however I don't know how to enable it.

Image 19970


0
Answered

iPad vs iPad Mini

Wouter van der Post 7 years ago in Applications / i3 Pro updated by Aleksandr Romanov (CTO) 7 years ago 4

Hello,


Is there a way to know if the client is running on an iPad or an iPad Mini?

The resolution of an iPad Air 2 and iPad Mini 4 are the same (2048x1536) so I don't have to scale my app, I only want to increase the button sizes if running on an iPad Mini.


Thanks.

0

Event when statusses are requested in Duotecno system

Hi,

When the i3 pro app is starting, all Duotecno statuses are requested from the Duotecno system. This can be a time-consuming process, specially with big Duotecno installations.

Is there an event, to 'monitor' when this process is 'ready/finalized'? 

If not, can this event build-in in i3 pro?


This is also very usefull for other protocols...


Thanks

0
Answered

Scene Control feedback from DLP

Ash 7 years ago in Applications / i3 Pro updated by Aleksandr Romanov (CTO) 7 years ago 2

Greetings all, 

I have programmed a DLP panel with HDL buspro app for activating some Scene. 

when i am running the scene (lets say morning ) from the DLP i can not see any feedback on the App. however, if i control each channel individually or broadcast them i can see the changes and feedback in the App. 

any suggestion how to fix it?

Thanks

Ash  

0
Answered

Can I AddListener on System or Project Tokens change or update?

Tanapol E. 7 years ago in Applications / i3 Pro updated by Dmitry - support (expert) 7 years ago 2

Can I AddListener on System or Project Tokens change or update?


I try to do something like this

if(IR.GetVariable("System.Battery.Level") < 25)

{

IR.GetPage("pg_main").GetItem("label_battery").GetState(0).FillColor = 0xFF0000FF

}

0
Completed

Scheme (логические таблицы) в iRidium Pro

Умед Эгамбердиев 7 years ago in Applications / Studio (Server editor) updated by Liohandos 5 years ago 9

Добрый день, работая с новым инструментов iRidium Pro - Scheme, появились как вопросы так и предложения. Я считаю что это отличный инструмент для тех, кто не умеет программировать. Перейду к сути. При работе с таблицами первое чего не хватает катастрофически, так это: 

  • невозможность копирования/клонирование блоков, либо самих таблиц, 
  • переименование блоков, либо дополнительных названий для них
  • если блок Value, то было бы не плохо отображать введенное значение и в самом блоке.
  • еще хотелось бы чтобы данные из Tag можно было получать без прибегания к скриптам.

Хотелось бы напрямую общаться со специалистом, который сделал этот супер инструмент, да бы вместе его усовершенствовать.

0
Answered

Run external command on client

Post 7 years ago in Applications / i3 Pro updated 7 years ago 3

Is there any way I can run executables on the local client (Windows/Linux)? Either triggered from the server or the client? 


There are several things I would like to do:


- open a browser from the panelsoftware (open WebTV for example)

- change window focus (bring certain application windows to front)

- wake/sleep the screen based on actions (movement or alarm status)

- halt/reboot the machine

- change the volume/mute


Thanks!

0
Answered

Reload button value/status when drive cameback online

Tanapol E. 7 years ago in Applications / i3 Pro updated by Dmitry - support (expert) 7 years ago 5

Hi,
I have Button that have relations with Device Tag(IR Server)

Its show correct status when device is online


but when device is offline and came back online
i3 pro will not reload latest status from Device and update GUI automatically? 


How I can force re-read all tag that have relations with GUI object when IR.EVENT_ONLINE is called?