Добро пожаловать!

В этом форуме вы можете обсудить iRidium с другими пользователями.

Основные компоненты iRidium - приложение i3 pro и iRidium Server. Публикуйте здесь свои вопросы, идеи и найденные ошибки.

Вопрос команде технической поддержки вы можете задать, отправив приватное сообщение или email.


Подпишитесь на Историю обновлений, чтобы быть в курсе всех новостей!


Мы перевели нашу службу поддержки на новую систему технической поддержки. С 17.01.2022 мы отключили возможность создавать обращения через личный кабинет userecho. Теперь все запросы обрабатываются по почте на support@iridi.com .

Спасибо вам за ваше понимание и хорошего дня.

0
Отвечен

Can't connect remote HDL

Thales Cavalcanti 8 лет назад обновлен 8 лет назад 2

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

0
Отвечен

button with 3 different status

Duncanvsmith996 8 лет назад в Products / KNX обновлен Vladimir Ovchinnikov (expert) 6 лет назад 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
Отвечен

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

Martin Lang 8 лет назад в Server Solutions обновлен Aleksandr Romanov (CTO) 8 лет назад 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
Отвечен

Encrypted Connection?

Martin Lang 8 лет назад в Общий обновлен 8 лет назад 2

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

0
Отвечен

Hardware key is not found

Keye 8 лет назад в Server Solutions / Windows Server обновлен Ekaterina (head of support) 8 лет назад 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
Отвечен

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

evg 8 лет назад в iRidium Script обновлен Aleksandr Romanov (CTO) 8 лет назад 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
Отклонен

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

evg 8 лет назад в Общий обновлен Aleksandr Romanov (CTO) 8 лет назад 1

Добрый день!

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

Image 16858

0
Отвечен

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

b12inu 8 лет назад обновлен Ekaterina (head of support) 8 лет назад 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 лет назад в iRidium Script обновлен Jackie Roos 8 лет назад 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

Сервис поддержки клиентов работает на платформе UserEcho