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
Beantwoord

Get item from array.

Naeem 4 jaar geleden in Tips and Tricks bijgewerkt door Aleksandr Romanov (CTO) 4 jaar geleden 4

fixed_word array.irpz

Hello,

I'm trying to make an edit box which only allows numbers and be able to easily make new edit boxes through an array.
Everything is working so far except for the Array, I've tried serveral things but with no succes.

Maybe one of you can help me.

Thanks,

Naeem

0
Beantwoord

The Interface show parameters of "Power Metering - HDL"

anhtu129297 4 jaar geleden bijgewerkt 4 jaar geleden 4

Hi everyone
Curently, my client is looking to add measurement funtionality " Power Metering - HDL ".
So, I do not know whether iridium has supported it or not? (eg:  Communication, measurement interface,...)

Because they very very like HDL devices and Iridium app so I really want to please them.
Hope that you guys can answer for me soon. Many Thanks!!!

Image 37926

0
Beantwoord

Gira S1, X1 or G1 as KNX gateway?

Richard LeBlanc 4 jaar geleden bijgewerkt door Aleksandr Romanov (CTO) 4 jaar geleden 1

is it possible to use one of these components to connect a iRidium project to a installation?

0
Not a bug

i3 Pro app android slow at reloading after sleep/stand by

Richard t Lam 4 jaar geleden in Tips and Tricks bijgewerkt door Aleksandr Romanov (CTO) 4 jaar geleden 7

I have a problem with running i3 Pro on a Touchscreen. 

The touchscreen is running android 6.0.1. iI has 1 GB ram. and a Rockchip RK3288 Quad-Core CPU 1,6GHz processor.

When the touchscreen goes into sleep/stand by mode, the screens turns black after 1 minute. The i3 Pro app takes 10 seconds to reload the project. The blue loading screen appears and then the project start. 

But this not usefull because, when you touch the screen you want the project reload directly without delay.

Is there a solution for this?

0
Under review

iRidium server on Raspberry Pi - multiple VLAN control?

Iain Brew 4 jaar geleden in Bugs and problems bijgewerkt door Vladimir Ovchinnikov (expert) 4 jaar geleden 5

I have a Raspberry Pi 4 running iRidium Server. Current setup is:


IP: 192.168.5.10

Subnet: 255.255.0.0

Gateway: 192.168.3.1

VLAN: 1


I have a collection of DANTE devices which I would like to segregate on to VLAN 4. Two of these devices have a single physical ethernet port, but two virtual interfaces with two MAC addresses (Shure MXA910 DANTE microphone). I understand that I could 'tag' the interface of the Raspberry Pi for both VLAN 1 and VLAN 4, but iRidium Server can only send commands on the first interface it sees. 

The DANTE microphone is:

IP: 192.168.22.1

Subnet: 255.255.0.0

Gateway: none

VLAN: 4


Is there a clever way of allowing iRidium Server to control devices across more than one VLAN?

0
Under review

UMC Server: how to share a folder over network

Alessandro Munari 4 jaar geleden in Ideas bijgewerkt door Vladimir Ovchinnikov (expert) 4 jaar geleden 5

Hi , I would like to share a specific folder of the UMC server over the network.


The scope is to expose the userDB folder over the network, and use an external tool to build graphics. Instead of copyng the User.db file every single time.

Is there any possiblity ? Can you suggest how to do that ?

thanks

0
Under review

Проблема с GetDevice для панельной части после создания серверного проекта

Павел Кочергин (СмартПро) 4 jaar geleden in Bugs and problems bijgewerkt door Vladimir Ovchinnikov (expert) 4 jaar geleden 1

Добрый день.

Для панельного проекта написан скрипт:

var d1int = 0;

var d1perm = 0;


//Реле 1 (главный вход)

IR.AddListener(IR.EVENT_ITEM_PRESS, IR.GetItem("MainPage").GetItem("Door1perm"), function ()

{

d1perm = IR.GetItem("MainPage").GetItem("Door1perm").Value;

IR.ClearInterval(d1int);

});

IR.AddListener(IR.EVENT_ITEM_PRESS, IR.GetItem("MainPage").GetItem("Door1"), function ()

{

if(IR.GetItem("MainPage").GetItem("Door1").Value == 0){IR.ClearInterval(d1int);}

if(IR.GetItem("MainPage").GetItem("Door1perm").Value == 0 && d1perm == 1){d1perm = 0;}

d1int = IR.SetTimeout(2000, function()

{

if(d1perm == 0){IR.GetDevice("KNX").Set("Rele1",0);}

});

});

Без серверное части скрипт работал. После создания серверной части и развёртки проекта в виде "панель+сервер" (сервер софтварный, установлен на ПК) строка if(d1perm == 0){IR.GetDevice("KNX").Set("Rele1",0);} стала выдавать ошибку Script exception: TypeError: .... RelayDelay.js:20: Tried to use null as an object.

IR.Log(IR.GetDevice("KNX")) выдаёт null. Команды по нажатию на кнопки (включение/выключение реле на актуаторе) выполняются: реле переключается. Проблема в скрипте или что-то не так настроено в серверной части? Просьба помочь с проблемой (файлы проекта - в приложении).

Project 2 (Panel).irpz
Project 2 (Server).sirpz

0
Beantwoord

Drivers and interfaces for Media (e.g. Maratz, Denon) previously available in V2

pjvgar 4 jaar geleden in Modules bijgewerkt door Aleksandr Romanov (CTO) 4 jaar geleden 1

Hi, V2 of Iridium had ready on media drivers and interfaces, when are those going to be made available in the current version of Iridium Pro please?

0
Beantwoord

HDL IntelliCenter - i3 lite requirement

Ranil Roshan 4 jaar geleden bijgewerkt 4 jaar geleden 4

Hi

I'm planing to buy new HDL IntelliCenter Model 2 for one of my customers high end home theater control.

Does any one know what comes with HDL IntelliCenter and what additional to be purchase from iRidium to create the project on it.

Ranil

0
Beantwoord

Macro

Maurits Roos 4 jaar geleden in Other bijgewerkt door Tatiana Kiselyova (expert) 4 jaar geleden 5

Hi 

I can not find Macros in the new Iridium Studio (x64)

Can you show where it is in the new software