Add your idea or search for answers in existing topics. The most popular ideas will be implemented faster!

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

FontID & ImageID & IconID logic

Эмиль Боев 9 years ago in GUI Editor updated 9 years ago 6
Each time one save project in irpz, GUI editor updates IDs for fonts, images and icons for all items through the project.

  1. For what?
  2. What the sort logic or rule being used while re-arranging images, icons, fonts?
  3. May I ask you to remove this logic in future releases of iRidium GUI editor and "freeze" the order?
0
Answered

KNX JS

Yeliz Tarhan 9 years ago in iRidium Script updated by Ekaterina (head of support) 9 years ago 1
Hello,

How can I change the value of the KNX ? (JS,if else)

Examples, IR.GetDevice("KNX IP Router").Set(1,"koltukustu"); --------- doesnt work.



if (IR.GetDevice("KNX IP Router").Set(1,"koltukustu"))
{
IR.Exit; ------------------doesnt work
}



help me,please.. Thanks.
0
Completed

HDL ethernet 1-port в качестве шлюза между ethernet и rs485

Дмитрий Марков 8 years ago in Products / Other drivers updated by Ekaterina (head of support) 8 years ago 1

Добрый день!

Можно ли использовать любое HDL-устройство, имеющее на борту ethernet-порт, как шлюз для отправки команд по протоколу rs485 через ethernet, через драйвер AV&Custom systems? Т.е. отправляем команды rs485 на порт 6000 шлюза, он транслирует эти команды оборудованию (не HDL), подключенных к порту 485. Если такой вариант возможен, какие параметры скорости и т.д. HDL-шлюз поддерживает?

0
Completed

Nuvo Control

James R Delaney 8 years ago in Products / Other drivers updated by Andrey S 7 years ago 2
Requests for Drivers
0
Under review

Problem with feedback from multizone tcp controller

oggi katic 8 years ago in Products / AV & Custom Systems updated by Jackie Roos 8 years ago 6

I have a problem to get a feedbeck from my multiroom controller.

i can control system when sending commands like this one:

'#|X001|web|SVD01|0|U|',13,10


But i can't get any feedback from controller and the only commandes i have from manufaktur is:


Example Get routing info for zone 1 Command


#|X001|web| GV01|0|U|return

Answer #|web|X001| V01|20|U|return


I have tried to read feedback into a value or text field but without succes.


i hope somebody can halp.. thx

0
Completed

Камеры панелей управления в Iridium

diimn 8 years ago in Products / Other drivers updated by Ekaterina (head of support) 8 years ago 1

Столкнулись с задачей реализации видеоинтеркома. Имеется частный дом, несколько этажей, пользователь хочет помимо аудио-интеркома, еще картинку. Так же это может быть использовано, например, для удаленного просмотра происходящего в области видимости камеры, особенно если панель установлена на постоянное место, это позволит частично заменить бросающуюся в глаза ip-камеру. Видеоняню можно записать сюда же.

0
Completed

Issues with graphics in iRidium when using Intel WDDM drivers in Windows 8

Jansen, Stefan 9 years ago in i2 Control V2.2 updated by Oksana (expert) 9 years ago 2
To all concerned:
When first trying to make a full screen iRidium project, I ran into issues that my background picture was missing (white colored background instead).
After lots and lots of trying, with different picture names (assuming the name was too long), different resolutions, different picture formats, OpenGL vs DirectX, etc etc, I contacted the iRidium Support, and we started chasing the ghost together.

Eventually we found that the project was displaying fine with an older Intel driver. After a while, the project was failing again, as it turned out Windows 8's automatic driver update feature had again reverted to the newest driver (with WDDM support for Windows 8) . Hence, the WDDM-driver (in this case from Intel) proved to be causing the issues.
So just to save you lots of time when experiencing the issue, here's what to do: replace the latest Windows 8-prepared Intel WDDM driver for the previous Intel non-WDDM release.
0
Waiting for user's reply

Windows phone 8.1 OS

Patrick PETIT 9 years ago in General updated by Theo Derks - NL (distributor) 9 years ago 4
Hello,

Why iRidium install on the Windows phone 8.1 is it not planned ?
This OS works better than previous versions.
Intuitive OS, stable, very pleasant tu use.

Best Regards,

Partrick
0
Answered

rgbw under dmx controller

geekhouse srls 8 years ago in JS modules updated 8 years ago 2

Hello guys, i am trying out the new strip led rgbw working with the HDL DMX Controller.
I am trying to add the white channel to the color picker JS script.

Do you have any clue about the lines i should add in this piece of script where i had the line
VAR WHITE = ???


and also under DEVICE.SET ?


Thank you


function work_pick_color(in_color_picker, in_color_resipient, in_sRed, in_sGreen, in_sBlue, in_swhite)
{
   var device = IR.GetDevice("HDL-BUS Pro Network (UDP)");                        // HDL Gateway in Project Device Tree
   var color = in_color_picker.PickColor;
   var red = (color  >> 24) & 0xFF;
   var green = (color >> 16) & 0xFF;
   var blue = (color >> 8) & 0xFF;
    var white = 

   in_color_resipient.GetState(1).FillColor = color;

   device.Set(in_sRed, red*(100/255)); 
   device.Set(in_sGreen, green*(100/255));
   device.Set(in_sBlue, blue*(100/255));
   device.Set(in_sWhite, white*(100/255));





0
Answered

Number of KNX group addresses with i2control V2.2

Patrick PETIT 9 years ago in Products / KNX updated by Theo Derks - NL (distributor) 9 years ago 6
Hello,
Are there a limitation on the number of KNX group addresses with i2control V2.2. I use the Weinzierl BAOS 772 interface that can handle 1000 address groups
Patrick