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
Waiting for user's reply

Update project QR

Jos Mijnsbergen 9 years ago in i2 Control V2.2 updated 9 years ago 2

So i have a iphone 4s with latest ios (9.3.1) and latets i2 control v2.2. Iam trying to load a project with a qr scanner app. It recognize the text perfectly, but it wont start the i2 control app. Is there something wrong with the scheme for i2control activation (iridium:// - the scheme of i2 Control V2.2 activation)


0
Waiting for user's reply

Display video capture device when using Windows 10

Mike Slattery 9 years ago in GUI Editor updated 9 years ago 3

I need a method to display a video window from a video capture card without adding delay. The only way I can see how to do this now is to stream the video. It would be great if there was a setting to link a video window to capture device like there is in Window programs.


Does anyone know of a streaming program that can stream RTSP on a Windows PC without adding delay. The iRidium control will be running on the same PC.

0
Waiting for user's reply

HDL - включение канала по событию

Dmitry Vorontsov 9 years ago in Products / HDL-BUS Pro updated by Dmitry - support (expert) 9 years ago 1

Есть задача. Включать один канал в DMX-контроллере (48-канальном) раз в неделю и второй два раз в месяц (оповещение такое).

Написал следующую конструкцию:

IR.AddListener(IR.EVENT_START,0,function()

{
if (IR.GetVariable("System.Date.DayOfWeek") == "5")
{
IR.GetDevice("HDL-BUS Pro Network (UDP)").Set('Д-02 (DMX 48 channels):DMX Channel 41',100);
}
});

IR.AddListener(IR.EVENT_START,0,function()

{
if (IR.GetVariable("System.Date.Day") == "1" || IR.GetVariable("System.Date.Day") == "15")
{
IR.GetDevice("HDL-BUS Pro Network (UDP)").Set("Д-02 (DMX 48 channels):DMX Channel 44",100)
}
});


Не работает. Направьте плз на путь истинный. Что я сделал неправильно?

0
Under review

Новостные ленты

Антон Гегенигер 9 years ago in JS modules updated by Dmitry Shulgin 9 years ago 7

Добрый день! Нет ли у Вас готового решения или примера встраивания новостных лент?

Answer
Dmitry Shulgin 9 years ago

Пример проекта чтения новостей с РБК


rssnews.irpz

0
Answered

Connection between Beckhoff PLC I/O adress to Modbus adress

Michel Smeysters 9 years ago in Products / Modbus updated by Vasiliy Tatarinov 3 years ago 26

Hi all,


I 'm new to iRidium and i am working on my first project.

I have a Beckhoff PLC CX8090 and communication to iRidium over Modbus TCP. I am having trouble adressing my variables in Modbus. Because I have little to no experience with Modbus TCP ....

Below you can see what i have found:


ModbusTCP: commands:

Image 12064

Name MW0 as adress in the PLC (just as reminder)


Push button to activate M0.0

Image 12070

Settings:

Image 12069

Send number 1 (dec) -> bin 0000 0001 this is M0.0 in PLC


Push button to activate M1.0

Image 12071

Settings:

Image 12072

Send number 256 (dec) -> bin 0000 0001 0000 0000 this is M1.0 in PLC


I can't find a way how to connect with the I/O's directly to the PLC.

Can anyone give a concrete example to me how I can retrieve / send certain addresses ? The inputs of the PLC i am using is starting from I19.0 , the outputs from Q19.0.


Twincat manager:

Image 12073


Inputs:

Image 12074


Outputs:

Image 12075


Dimmer module:

Image 12076


Thanks in advanced


Michel

0
Answered

How to activate Neon GUI

Antonio Lombrano 9 years ago in GUI Editor updated by Dmitry - support (expert) 9 years ago 7

Hi,

I just purchased the Neon GUI and I could download the demo project and the gallery folder.

How can I importo the gallery and use it in my projects ?

Thanks a lot for Help

0
Answered

Does it change HWID when changing only AppleID on iPad?

Roman Cervenan 9 years ago in Licensing and marketing updated by Dmitry - support (expert) 9 years ago 1

Hello, we have an iPad with iOS8.4, i2 control v2.2.3. We have no more Deactivate attempt.

Customer wants to switch on this iPad to new AppleID account, without changing iOS or i2 control version. My question is, if i2 control change HWID when changing only AppleID on iPad? Should we do it without worry about no more Deactivate attempt?

0
Waiting for user's reply

KNX - BAOS Object server is busy error

Martin Marcus 9 years ago in Products / KNX updated by Dmitry - support (expert) 8 years ago 5

Hello,


What does the attached message mean? Can I do something about it?


Thanks!

2016-04-06.csv

0
Answered

Connection betweehn HDL bus dmx 48 and IRidium

oggi katic 9 years ago in Products / HDL-BUS Pro updated 9 years ago 4

Is it possible to control dmx48 as stand alone solution with iridium (tcp)or do you need a controller where you connect dmx 48 ..


Answer

yes, you do not need any additional controller, just Ethernet connect to DMX48 and control same as HDL dimmer, but 48 channels

0
Waiting for user's reply

Sonos and Modbus

oggi katic 9 years ago in JS modules updated by Dmitry - support (expert) 9 years ago 1

Hey everybody.


I have a client who has a modbus automation system and sonos speaker, and he want to use light switch to turn on speaker in the specific room and start playing etc. radio.


Is that a possibilty if we can make a server solution?


I think something like this:


If modbus adr changes from 0 > 1


then ... sonos commands..


thx