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
Answered

Can't connect remote HDL

Thales Cavalcanti 8 years ago updated 8 years ago 2

I tried all I can to remote connect a project but no way. Please can make a step by step tutorial

0
Answered

button with 3 different status

Duncanvsmith996 8 years ago in Products / KNX updated by Vladimir Ovchinnikov (expert) 6 years ago 9

I get 3 fan statuses low (0/1), med (0/1) and high(0/1). I want to change and indication of a button in 3 different states.What button type must I use (trigger)?

thanks!

0
Answered

Requires Beta-Version of Server Beta-Version of Client too?

Martin Lang 8 years ago in Server Solutions updated by Aleksandr Romanov (CTO) 8 years ago 1

When testing the current Beta-Version of the Server, my testclient on my Android Phone is not able to connect to the Server anymore. Going back to the stable version, all running fine.

0
Answered

Encrypted Connection?

Martin Lang 8 years ago in General updated 8 years ago 2

Just a short simple question: Is the connection between a iRidium Panel (iPad, Android, Windows Client, etc.) to a iRidium Server encrypted?

0
Answered

Hardware key is not found

Keye 8 years ago in Server Solutions / Windows Server updated by Ekaterina (head of support) 8 years ago 10

Hi,


the Server is installed on MS Server 2016.


But when i start the programm only an error occurs:

"Hardware Key is not found"


Image 16863

0
Answered

.Set - ошибка при использовании

evg 8 years ago in iRidium Script updated by Aleksandr Romanov (CTO) 8 years ago 8

Использую такую структуры:

function UserSlider(Interface,GA1,GA2) // передаю название драйвера и групповые адреса

{

var DEVICE = IR.GetDevice(Interface);

var Level = IR.GetItem("Page").GetItem("Item1");

function SetInitState() // Функция вычисления позиции
{
SendCommand();
}

function SendCommand()
{
if(Level.Value < 30)
{
DEVICE.Set(MoveGA,0);
}
else if(Level.Value > 70)
{
DEVICE.Set(MoveGA,1);
}
else
{
DEVICE.Set(StopGA,0);
}
}


}


Этот скрипт работал на всех проектах i2.

Сейчас импортировал его в i3. Эмулятор выдает ошибку на команду DEVICE.Set/ Говорит следующее:

[11-01-2017 13:58:09.893] WARNING SCRIPT Script exception: TypeError: C:\Users\evgeniy\Documents\iRidium pro documents\Client\669\scripts\Shutters_horizontal.js:35: Tried to use null as an object

Эта ошибка вылезает на все три случая использования .Set. Инструкции на i3 все перечитал. Все сделано в рамках требований движка.

Подскажите, как быть. Может я что-то не вижу?

0
Declined

Studio. Объем памяти

evg 8 years ago in General updated by Aleksandr Romanov (CTO) 8 years ago 1

Добрый день!

На картинке отмечен объем оперативной памяти выделяемой системой для iRidium Studio. 1GB - не очень ли круто? В процессе работы заметно, как комп замедляется :(

Image 16858

0
Answered

How to retrieve the name of a popup in a static list.

b12inu 8 years ago updated by Ekaterina (head of support) 8 years ago 1

How to retrieve the name of a popup in a static list. I want to change the status of a button according to the active pop up page.

0

Please make Manage Popup Groups Non-Modal

Hi

Currently the Manage Popups Groups is modal

This means I cannot work in JS with Manage Popup Groups open. It would be handy to do this as quite often I would like to see the list of groups so I can use the names in JS without having to keep re-opening the Manage Popup Groups


Please make Manage Popup Groups Non-Modal

0

How to force a value to be integer not a float?

Martin Lang 8 years ago in iRidium Script updated by Jackie Roos 8 years ago 1

hi,


is it possible to force a value in the channels/feedbacks via JS to be a integer and not a float?


when setting a feedback via JS like setting it to 100, is shows up as 100.000000


best regards,

martin lang