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
Beantwoord

Clipsal C-Gate JS Driver compatibilty

Steve c 6 jaar geleden in Tips and Tricks bijgewerkt door Aleksandr Romanov (CTO) 6 jaar geleden 1

Does the Clipsal C-Gate JS Driver work with i3 pro or only iRidium V2 and i2 control 

0
Declined

Debug Mode with Telnet

Mike Slattery 6 jaar geleden in Tips and Tricks bijgewerkt door Aleksandr Romanov (CTO) 6 jaar geleden 1

It would be a lot easier to allow for debug information to be sent to a telnet server. This way we can just run PuTTy on our PC and view the log information from the panel. Sometimes I am working on systems that do not have internet. Maybe just add a Telnet enable on the Remote Debug window and we can set the IP and port to our PC. 

0
Beantwoord

Studio does not work with USB3 dock (DisplayLink)

Wouter van der Post 6 jaar geleden in Tips and Tricks bijgewerkt door Aleksandr Romanov (CTO) 6 jaar geleden 6

We've got new USB3 docking stations at work with two monitors connected, but iRidium Studio does not function properly when using the dock.

As you can see in the attached screenshot below the viewport stays black, no matter which page/popup you select. Also this project is set to 1920x1080, the black rectangle is smaller.


Image 24837


It does not matter if the DisplayLink driver is installed or not.

OS: Windows 10

iRidium: v1.2.6

0
Beantwoord

2N Intercom Get sip call when minimized

Maurits Roos 6 jaar geleden in Tips and Tricks bijgewerkt door Aleksandr Romanov (CTO) 6 jaar geleden 1

Hi

I is there any way to get a sip call from a 2N intercom when the app is minimised


Thanks

Maurits

0
Voltooid

Windows i3 Pro App

Mike Slattery 7 jaar geleden in Tips and Tricks bijgewerkt door Aleksandr Romanov (CTO) 7 jaar geleden 1

It would be great if the there could be two builds of the i3 Pro app for Widows:

One that is for the user that only has the Client, Transfer and Shortcuts. This should be a much smaller file and take a lot less time to download.

The other is only available to Integrators that has everything.   

0
Beantwoord

Setting up Common sendex variables for HTTP post

Kristjan Kotkas 7 jaar geleden in Tips and Tricks bijgewerkt door Vladimir Ovchinnikov (expert) 4 jaar geleden 6

Hi


Can the definitions of the sendex http post be in a variable ? 


ie


var pre = 'Type: "POST\", Url: "/someurl"';

var body = 'this is the http post body';

var headers = ' Headers: { "content-type": "text/html;", "authorization": "Basic asdasdasdas" }'


and then this can be sent as a common string to device.sendex(pre + body + headers); 


Its really frustrating dragging the same headers for similar system calls.

0
Beantwoord

program remoteserver in i3 pro with module HDL

feri setiawan 7 jaar geleden in Tips and Tricks bijgewerkt 7 jaar geleden 4

help me 


do you have tutorial i3 pro from newbie to expert please i want learn program i3pro how to control lamp by internet?because script code for connection internet not same with i2 control v2.2...-_-"

0
Beantwoord

Multimonitor

Paolo Scarpetta 7 jaar geleden in Tips and Tricks bijgewerkt door Aleksandr Romanov (CTO) 4 jaar geleden 14

Can I use iridium client on a PC with multiple monitors? The idea is to show a page of the project in each monitor.

0
Beantwoord

Trigger popups on tag value changing

Iain Brew 7 jaar geleden in Tips and Tricks bijgewerkt 6 jaar geleden 13

I have been teaching myself building server projects using tags and having a good time. I want to step up to the next level and achieve the following:


If a server tag (example) has a particular value written to it (either a text string or number), I want to then trigger a popup to open or close. i.e.


If server tag "example" = x

then

open/close popup/page "name_of_popup"


I have looked more into the Javascript thing (i.e. using a tag like a feedback channel) but I am a bit stuck with this element. An advice would be appreciated! The rationale behind this is for multi-control panel projects. If i shut down the system on one control, I want the other controls to also show the 'shut down' screen.


0
Beantwoord

Set interval between functions

Leandro Augusto 7 jaar geleden in Tips and Tricks bijgewerkt door Ilya Markov (expert) 7 jaar geleden 1

I have two functions: functionA() and functionB(). In my script I need to execute functionA() first, after some seconds I need to execute functionB. How can I set an interval between two actions?

JS script