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
Under review

Подтверждение для действий

evg 9 years ago in iRidium Script updated by Ekaterina (head of support) 9 years ago 7
Задача в следующем: комп на посту охраны большого частного дома. На него выведены статусы и простейшее управление всем, что есть в доме.
Необходимо, чтобы на каждое действие оператора выскакивало окно с вопросом "Действительно выполнить? - Да - Нет".
при выборе "да" выполнить действие назначенное кнопке, если "нет", то не выполнять указанные действия.
Хочется выполнить это в виде небольшого скрипта, который бы "считывал" и запоминал или блокировал действия кнопки, а затем давал им добро или не давал. Чтобы было всего одно окно с кнопками "да" и "нет" на весь проект и оно использовалось для любых действий.
0
Answered

Modbus protocol in Background execution mode

Sorbodoekje 9 years ago in Products / Modbus updated by Oksana (expert) 9 years ago 1
I made an app, which communicates with a PLC. I enabled backgound mode. But when I close i2 Control, the communication stops after 2 minutes. That while I enabled the Don't Sleep in the settings! I tested this on iOS8 and 9, but same behavior...
Am I doing something wrong?
Answer
Oksana (expert) 9 years ago
Hello!

At the moment notifications for the background mode (minimized or closed application) are not supported. http://wiki2.iridiummobile.net/Working_with_Equipment#Notifications_about_System_Events

Function "Don't sleep" doesn't let your device sleep if the app is active (it isn't minimized or closed)

Sincerely yours,
Oksana Storozheva
iRidium mobile Team


0
Answered

TCP TO UDP GAte

Punith 9 years ago in Products / HDL-BUS Pro updated by Olga (expert) 9 years ago 1
Regarding TCP TO UDP , i put dyndns host name into the project and i put port of 10005 in iridium GUI editor project, I have put on running mode in iridium gate ,,,SO It is working via internet only and it doesnot work locally: what i should do it
Answer
Olga (expert) 9 years ago
Dear Punit,

iRidium has a special command which changes the external address to the internal one:
http://wiki2.iridiummobile.net/Basic_Operation_of_iRidium_with_Modbus_Controllers#Switching_Between_the_Local_and_Internet_Connection
You need to use it for switching between the local network and the Internet.
If the connection doesn't work when working in the local network, it means that the router blocks the connection. It is standard for many routers. You can change the router or use the ready tool for switching networks.

Sincerely yours,

Olga Ermakova
iRidium mobile Team
0
Completed

Driver for Amatilinea player by Evika

evg 9 years ago in iRidium Script / AV and Driver scripts updated by anonymous 8 years ago 13
Ready driver.
Frequency of data update is set up in the script.
I'm working on forming the list of tracks but haven't finished it yet.
Control and all player functions work.
Checked on "live" equipment.
Evika_amatilinea.irpz
0
Answered

Recive Feedback from lighting in My Home System - Bticino

Vuong Xuan Phuc 8 years ago in Products / Other drivers updated 8 years ago 2

Hello everybody.

I use iRidium to control MyHome system.
I have done project with iRidium when i control lighting with A=1-9 PL=1-9 it control and feedback success. But with A=1-9 PL=10-15 it can control but it do not feedback ?
I want to ask how to get feedback with PL>=10; thanks

0
Answered

cache of command in offline mode

r riksma 9 years ago in Products / Modbus updated by Aleksandr Romanov (CTO) 6 years ago 5
When the network connection is disrupted we are able to push buttons and levels but the commands cannot be sent to the modbus controller. this is to be expected of course.

The thing we noticed a few times now is these commands are somehow cached and are still sent when the network connection comes back online. This can be a good thing, but not if the device only gets back online two days later for example.

Can you confirm my observations of commands being delayed until the network is back up again?
If so, is it possible to control or completely disable this functionality?
Answer
Olga (expert) 9 years ago
Dear Sir,

We know about this problem. We plan to fix the queue management. But for now it will accumulate when trying to send data offline. 
We would recommend to add the window blocking work with the interface if the Offline event is activated. Then it won't be possible to send extra commands. 

Sincerely yours,

Olga Ermakova
iRidium mobile Team
0
Answered

Iridium KNX + блок упр-я кондиционером Zennio

Егор Мазуров 8 years ago in Products / KNX updated by Oksana (expert) 8 years ago 2

Image 10735

Добрый день. Пытаюсь реализовать управление кондиционером, все функции получилось настроить кроме установки режима. Для установки режима используется переменная unsigned 8 bit. В ETS для установки режима я отсылаю значения 0,1,3,9. Вопрос: Как в Iridium чтобы послать например установку режима "Авто" (значение 0) кнопка подсвечивалась оранжевым, а потом например при установке режима "Вентиляция" (значение 9), кнопка "Авто" погасла, а "Вентиляция" подсветилась. Спасибо!

Answer
Oksana (expert) 8 years ago
0
Answered

script variables

juankgp 8 years ago in General updated by Ekaterina (head of support) 8 years ago 2

Hi,

Please I need to know if is possible to create variables that are stored to use in the next startup


Thanks

0
Answered

Pulse time

Hi everybody,

Hope everything is good for all of you.

Actuallu I'm stuck on a small problem. I create a new driver for a webcam (http driver) which has output relay. I can change the state of this relay with one button low and one high. But I need to do just a pulse with one button (2sec).

So it's the same URI : /IO/outputs/1/trigger but the data box is different : '<outputState>high</outputState>'

'<outputState>low</outputState>'


Do you have a idea? I'm not very strong in script create but I think it's a good solution because after that I will need the feedback of the item :


http://172.27.175.57/IO/outputs/1/status

<?xml

version="1.0" encoding="UTF-8" ?>

- <IOPortStatus version="1.0" xmlns="http://www.hikvision.com/ver10/XMLSchema">
<ioPortID>1</ioPortID>
<ioPortType>output</ioPortType>
<ioState>inactive</ioState>
</IOPortStatus>


Thanks in advance

Best regards



0
Answered

Mouse over.

TuomoHautala 9 years ago in iRidium Script / Interface scripts updated by iRidiumNikita 9 years ago 4
Is there possibility to do mouse-over events in GUI editor?