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.

+12

Printing the Command and Feedback

Paulo de Almeida 11 years ago in Applications / Studio (Server editor) updated 6 years ago 19
Hi,

It would be nice if he had on option to print all the Command and Feedback variables including their Properties.

This way when you created hundreds of Variables you print them on paper or print them to a "file format" to be able to check if all your varibales are correct.

Because they would be all underneath each other it would be easy to find "typos" or other mistakes.
Now it is quite difficult to click trough every variable and check every value.

Some thing like this:

Command:
Light_DimValue_B1 / REAL / R / 500
Light_A1 / Bool / R / 100.0
Light_A2 / Bool / R / 100.1
Light_A3 / Bool / R / 100.2
.
.
.
Feedback:
Light_DimValue_B1 / REAL / R / 600
Return_Status_Light_A1 / Bool / R / 200.0
Return_Status_Light_A2 / Bool / R / 200.1
.
.
.

+11

iRidium Server Driver Unmanagable in large projects. Please change.

Jackie Roos 7 years ago in Applications / Studio (Server editor) updated by ai-systems@bk ru 7 years ago 1

In a client project, iRidiium server combines all commands and feedbacks into one big driver.


In my current project with 6x Global Caches, 2 x Integras, Full Lighting, alarm system and MRA, this makes up to 1000 commands all in one long list.


To top it off, the commands/feedback are ordered by the order they were synched, so the commands/feedback may not be anywhere near the rest of the commands/feedback for that driver.


This makes it very slow going and frustrating to find what I want


The search at the top does not make it any faster.



Please Please Please

either

1. enable separate server drivers in the client, connecting to iRidium server on different ports (the way iRidium Gate works)

OR

2. Add folders to iRidium Server in the client, matching the name of the drivers. Making it much easier and faster to find commands

+11
Voting

rotate items and draw circles

Erik van den Brink 8 years ago in Applications / Studio (Server editor) updated by Ruud 8 years ago 7 1 duplicate

Hello,


I think it's a good idea to have the function to rotate items in the editor.

Another idea is that you can draw circles without using the circle borders because the borders have a limitation in size.

I think this will give the editor users more possibilities to draw unique interfaces.


Thanks, Erik

+9
Voting

I need KNX ETS group adresse structure with 3 Trees - Main / Middle / Group Adresse

Patrick Lamplmair 8 years ago in Applications / Studio (Server editor) updated by Oksana (expert) 8 years ago 1

When the KNX Projekt file is importet in Iridium Studio or Server i will see the same structure like in ETS with Main Group / Middle Group / Group adress, becouse then it is much easier to connect the funktions to the buttons.

+9
Voting

GUI Editor Backup files

evg 8 years ago in Applications / Studio (Server editor) updated by Oksana (expert) 8 years ago 1

It is required to limit the volume of the Backup folder or the time for storing backup copies. I found a folder with backup files for 18GB. And I checked only one project.

+9
Completed

Hot buttons for moving between the element states (forward and backward)

evg 9 years ago in Applications / Studio (Server editor) updated by Oksana (expert) 8 years ago 2
It would be great to have hot buttons for moving between the element states (forward and backward)
Answer
Oksana (expert) 8 years ago

You can move between the element states with "Alt + [" and "Alt + ]" in iRidium Studio


From Photoshop: "Alt (Win) + "[" or "]" targets the layer above or below the currently targeted layer."

+8
Voting

import knx project name of command/feedback

Benno Evers 7 years ago in Applications / Studio (Server editor) updated by Matthijs Dankelman 7 years ago 10

Hello,


Is it possible to create an option when importing a KNXPROJ file to select if we want to use the names of the group addresses or the group address itself?


So for example if I have a group address: 1/1/1 which is called 'Switch light hallway'

It would be usefull to be able to tell iridium it should use 1/1/1 as a name for the command instead of 'switch light hallway'


Of course the same thing will be good for the feedbacks.

That way it is easier to create a universal gui by script.


Please vote for the idea if you like it.

+8
Voting

Controls like Visual Studio

Sorbodoekje 8 years ago in Applications / Studio (Server editor) updated by Dmitry Shulgin 8 years ago 2

Hi All,


What would make the editor very useful is add the possibility for Controls. I am currently working on a project, with multiple gauges on multiple pages. Each gauge has an up and down button and a toggle button. This gauge is corresponding to a particular driver channel, which I currently managed in JavaScript. I would like to have the possibility to create such gauge once and then reuse it, graphically, but also with the events of each button. When I need to change the layout of the gauge, then I do this once and everything is updated. Please have a look at Microsoft Visual Studio, that is what I mean.


Regards, Jan Oost

+8
Voting

Sending values to channels from the editor

Nikolay Rusanov 9 years ago in Applications / Studio (Server editor) updated by Oksana (expert) 8 years ago 2
You can send values to a channel directly from the editor (by clicking the right button on the channel, send value, send pulse /value 1, value 2/, etc.). It will simplify project testing and expands capabilities of iRidium at the start-up and adjusting stage. 
+7
Completed

Make JS Editor a non-modal window

Jackie Roos 8 years ago in Applications / Studio (Server editor) updated by Oksana (expert) 8 years ago 4

Hi.

I am writing script that needs to be tested on eg iPads. Currently to send the project to transfer, I need to close the JS editor each time to get to the Send to transfer button. This slows down my development time.


Also often I want to click on something or check something in the GUI Editor, but each time I must close the JS Editor first.


Can we please make the JS Editor non- modal, so the JS editor can be open and we can access the GUI editor at the same time to do things like 'send to transfer' or change a button or save the project, without having to close JS Editor first


thanks :)


Answer
Oksana (expert) 8 years ago

It was added in iRidium Studio 3.0.0.18230 and older