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.
Can't connect remote HDL
I tried all I can to remote connect a project but no way. Please can make a step by step tutorial
button with 3 different status
I get 3 fan statuses low (0/1), med (0/1) and high(0/1). I want to change and indication of a button in 3 different states.What button type must I use (trigger)?
thanks!
Requires Beta-Version of Server Beta-Version of Client too?
When testing the current Beta-Version of the Server, my testclient on my Android Phone is not able to connect to the Server anymore. Going back to the stable version, all running fine.
Encrypted Connection?
Just a short simple question: Is the connection between a iRidium Panel (iPad, Android, Windows Client, etc.) to a iRidium Server encrypted?
Hardware key is not found
Hi,
the Server is installed on MS Server 2016.
But when i start the programm only an error occurs:
"Hardware Key is not found"
.Set - ошибка при использовании
Использую такую структуры:
function UserSlider(Interface,GA1,GA2) // передаю название драйвера и групповые адреса
{
var DEVICE = IR.GetDevice(Interface);
var Level = IR.GetItem("Page").GetItem("Item1");
function SetInitState() // Функция вычисления позиции
{
SendCommand();
}
function SendCommand()
{
if(Level.Value < 30)
{
DEVICE.Set(MoveGA,0);
}
else if(Level.Value > 70)
{
DEVICE.Set(MoveGA,1);
}
else
{
DEVICE.Set(StopGA,0);
}
}
}
Этот скрипт работал на всех проектах i2.
Сейчас импортировал его в i3. Эмулятор выдает ошибку на команду DEVICE.Set/ Говорит следующее:
[11-01-2017 13:58:09.893] WARNING SCRIPT Script exception: TypeError: C:\Users\evgeniy\Documents\iRidium pro documents\Client\669\scripts\Shutters_horizontal.js:35: Tried to use null as an object
Эта ошибка вылезает на все три случая использования .Set. Инструкции на i3 все перечитал. Все сделано в рамках требований движка.
Подскажите, как быть. Может я что-то не вижу?
Studio. Объем памяти
Добрый день!
На картинке отмечен объем оперативной памяти выделяемой системой для iRidium Studio. 1GB - не очень ли круто? В процессе работы заметно, как комп замедляется :(
How to retrieve the name of a popup in a static list.
How to retrieve the name of a popup in a static list. I want to change the status of a button according to the active pop up page.
Please make Manage Popup Groups Non-Modal
Hi
Currently the Manage Popups Groups is modal
This means I cannot work in JS with Manage Popup Groups open. It would be handy to do this as quite often I would like to see the list of groups so I can use the names in JS without having to keep re-opening the Manage Popup Groups
Please make Manage Popup Groups Non-Modal
How to force a value to be integer not a float?
hi,
is it possible to force a value in the channels/feedbacks via JS to be a integer and not a float?
when setting a feedback via JS like setting it to 100, is shows up as 100.000000
best regards,
martin lang
Customer support service by UserEcho