Welcome!

On this forum you can discuss iRidium with other users.

iRidium consist of 2 main components - i3 pro app and iRidium Server. Please post here your questions, ideas or errors you find.

Please send your questions to support team as a private messages.


Please subscribe to the Change Log to know our news

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

event driven feedback to subscribe for

andrey senik 8 years ago in Products / AV & Custom Systems updated 8 years ago 2

Hi Community


I'm making a wrapper to arrange array of identical custom AV drivers.Wrapper is needed to route channels and feedbacks to signle GUI controls that dinamicaly get linked to certain instance of AV driver.


I easily can deliver channel messages to required AV driver instance by IR.GetDevice("device name").Set(name, value) API command. But I can't find how to subscribe for feedback driven by change of AV driver instance's feedback.


I can use method IR.GetDevice("MyDevice").GetFeedback("MyFeedbackChannel") and loop for updating, but prefer to use event driven model.
Looked throug I found IR.AddListener(IR.EVENT_TAG_CHANGE, IR.GetDevice(Device_Name), function(name, value) but it doesn't work for feedback tags.

Please advise for event driven feedback subscription?


Thanks
Andrey


0
Answered

GC 100-12 Sensor ?

Yeliz Tarhan 8 years ago in Products / AV & Custom Systems updated by anonymous 8 years ago 3

Hello,


I have a project. GC-10012 used. 5.Sensor


Image 13127




I did button type trigger. Value 0-1

Image 13128



ProgrammingImage 13132



Did I do the right???

Thanks.


Device 'Digiturk satellite' Power Toggle. Currently the program runs, open, says open . Close does not come off with the control information.:(


0
Waiting for user's reply

Türkçe versiyon

Selman 8 years ago in Products / AV & Custom Systems updated by Selman Peskir 8 years ago 3

bu programın Türkçe versiyonu çıkar mı acaba?

0
Answered

Команда методом POST

Даниил 8 years ago in Products / AV & Custom Systems updated 8 years ago 3

Подскажите - как оформить в проекте отправку команды оборудованию методом POST? Команда HTTP POST

ip-address:port/GPIO/(gpioNumber)/value/(0 or 1)


URI - это /GPIO/(gpioNumber)/value/(0 or 1)

а что есть DATA?