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
Completed

Where to put the cookie parameter while sending HTTP commands??

Abhijeet Ramgir 10 years ago in Products / AV & Custom Systems updated by oggi katic 9 years ago 10
Hey,

I have been trying to get Iridium to work with the Sony tv, and the tv requires HTTP to communicate via IP, but I have to put a cookie which makes the connection possible. Can you please tell me where I can put the cookie in Iridium GUI editor?

Thanks,
Abhijeet

0
Voting

Universal IR Remote on iPhone

Corentin Dursel 10 years ago in GUI Editor updated by Oksana (expert) 9 years ago 3
Hello,

I found an universal IR adapter on numbert.net and a question comes to me… Would it be possible to use it with iRidium? then would it be possible to re-use GC commands via that stuff?

Thanks for answer.

Sincerely
0
Answered

Cyclic repetition of functions

Alexey Grishanin 10 years ago in iRidium Script / Interface scripts updated by Oksana (expert) 10 years ago 2
Hello,
Please explain why in the following script:

function byte1(val)
{
return val >>> 24
};

function ReadEvent(val)
{
IR.Log("byte value 1: "+ byte1(val));
};

function WriteLog ()
{
IR.Log("message")
};

IR.AddListener(IR.EVENT_START,0,function()
{
IR.SetInterval(5000,WriteLog);
IR.SetInterval(5000,ReadEvent(1830317336));
});

the ReadEvent function does not work in cycles (every 5 seconds)? WriteLog works in cycles, the code is executed each 5 seconds.
0
Answered

How to view the camera in external network by iPad

Punith 10 years ago in i2 Control V2.2 updated by Ekaterina (head of support) 10 years ago 4
How to display a camera in dynamic image via external network

Locally we can see it by adding the ipaddress of the camera's in dynamic images, But In Externally How to add it,, Kindly share the ideas,,

Thanks for an advance
Rgds,
Punit
0
Answered

GC script command example

r riksma 10 years ago in iRidium Script / AV and Driver scripts updated by Oksana (expert) 10 years ago 4
Good afternoon,
Could you please post an example showing how to send a native Global Cache command with a script?

For modbus i use this to send the value 1.

IR.GetDevice("Modbus TCP").Set("Command1",1);<br>



Let's say i want to send commands to an Apple TV, could i use Set, or Send like this?

IR.GetDevice("Modbus TCP").Set("CURSOR UP",X);<br>IR.GetDevice("Modbus TCP").Send([X]);<br>


What value should go where the X is now?
0
Under review

Vera

Damian Hartin 10 years ago in Products / Other drivers updated by Anderson Carlos Costa 9 years ago 5
Hi,
Just wondering if anyone has tried integrating with Vera yet?
I have tested locally connectivity OK, but am curious to a possible solution for remote access?

Cheers,
Damian
0
Answered

Site License pro

Vuong Xuan Phuc 9 years ago in Licensing and marketing updated by iRidiumNikita 9 years ago 7
I have bouht Site license pro. But it active by serial of device. So i want to know this license can active how many device? My company want use for many project.
0
Answered

Event item exit?

Jackie Roos 9 years ago in iRidium Script / AV and Driver scripts updated 9 years ago 2

Hi

Is there an EVENT_ITEM_EXIT or equivalent?


I am currently using EVENT_ITEM_CHANGE for error checking, but I want to send the command once, based on the input, ie when focus leaves the item, not every time the edit box is changed


Or is there an event fired when the keyboard hits 'ENTER' or 'TAB'?


Or what do you suggest please?


thanks

0
Answered

Release event of item in a draggable popup isn't fired when the popup is moved

Benno Evers 10 years ago in i2 Control V2.2 updated by Olga (expert) 10 years ago 2
When you press an item on a draggable popup the press event is fired, when you then move the popup around a bit, the state of the item goes back to state 1, which maybe is too early because i didn't release the item yet. After you moved the popup the release event of the item isn't fired, which is strange because I touched the touchscreen -> press event is fired, then i released the touchscreen -> release event isn't fired
This way you get unpredictable behaviour for the items on a draggable popup, especially when you accidentally move the popup a few pixels.
Answer
Olga (expert) 10 years ago
Dear Benno,

In the nearest versions the concept of working with popups will be the same. But we plan to introduce the margin of error so the sending of commands is not canceled when you move popups a few pixels. 

Sincerely yours,

Olga Ermakova
iRidium mobile Team
0
Answered

Modbus variables

Flyavik Design 10 years ago in Products / Modbus updated 10 years ago 6
How can I chahge variable in Modbus PLC internal program? (I use Insyte Spyder2 PLC)
F.E. If it needed to switch off leak sensors from iPad. In program I check flag-variable.
Answer
You can find an instruction for Spyder2 in this artilcle (at Russian only, Insyte equipment was not used in other countries before). Please infrom if you need it in english.
And here u can download an example.

U can find our previous discussions in your profile, it could help.