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

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

Dmitry Vorontsov 8 years ago in Products / HDL-BUS Pro updated by Dmitry - support (expert) 8 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
Answered

Connection between Beckhoff PLC I/O adress to Modbus adress

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

KNX - BAOS Object server is busy error

Martin Marcus 8 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 8 years ago in Products / HDL-BUS Pro updated 8 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

обратная связь контроллера DMX48

Vladimir Volodin 8 years ago in Products / HDL-BUS Pro updated by Dmitry - support (expert) 8 years ago 1

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

а вот по DMX так не получается
все время приходят все каналы
Status OnStart
Single Channel Read Target
Channel Number выставляю 1, но приходят все каналы, а не канал №1


Как это исправить? нужно для уменьшения количества обработки данных и уменьшения нагрузки на шину

0
Waiting for user's reply

HDL z-audio problem

Miryusif Aqalarov 8 years ago in Products / HDL-BUS Pro updated by Dmitry - support (expert) 8 years ago 4

HI friends..

I have a problem with HDL buspro..

I have 45 HDL buspro and 4 z-audio devices in system. I control by ipad this 45 HDL devices without problem.when I connect any z-audio or another Ipad there was delay in control.

0
Waiting for user's reply

Hello friends, I have a problem with module programming, networking HDL-BUS Pro (RS232), I can not display devices

Adrian Ortega 8 years ago in Products / HDL-BUS Pro updated by Dmitry - support (expert) 8 years ago 1

not how I see the devices as if I have as link module (HDL-BUS Pro Networking RS232)

0
Waiting for user's reply

Problems with HTTP - POST Driver

oggi katic 8 years ago in Products / Other drivers updated by Dmitry - support (expert) 8 years ago 2

Hey everybody..


I have problems with HTTP drivers to control Sony BDP S-4500.


The strange thing is that i control it from a another App, with these following POST commands..


But when i use it in iRidium nothing happens ( driver status is 0)


Thanks..


Image 11365


0
Answered

Connect two or more touch panels together

Mike Slattery 8 years ago in Products / AV & Custom Systems updated by Dmitry - support (expert) 8 years ago 1

What methods are their to connect two touch panels together? I do not see a server setting in AV & Custom settings. If I use UDP, how can I setup a socket to listen?

What is the difference between the drivers AV & Custom System (TCP) and Custom TCP Network?


0
Answered

Работа с ModBus TCP. Time of waiting for data is over!

evg 8 years ago in Products / Modbus updated by anonymous 8 years ago 16

Подскажите, пжст, есть на объекте ModBus TCP устройство.

Никак не могу подключиться к нему через iRidium.

Лог:

[26-02-2016 16:47:59.928] DEBUG CAbstractModbusDevice(1): StartConnect()

[26-02-2016 16:48:12.433] ERROR CAbstractModbusDevice::WorkSend() packet waiting time is over!

[26-02-2016 16:48:13.489] ERROR CAbstractModbusDevice(1): Time of waiting for data is over!

[26-02-2016 16:48:13.539] DEBUG CAbstractModbusDevice(1): StartConnect()

Не получает ответа.

При этом штатный софт работает, т.е. данные есть и оборудование "живое". Сниффер также показывает, что данные идут. Параметры подключения верные.