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

Open v3 in V2?

Thales Cavalcanti 8 years ago in Applications / i3 Pro updated by Ekaterina (head of support) 8 years ago 1

Is there any way to save a V3 project to be opened in V2

0
Answered

Добавление элементов к Static List через JS

Андрей Курников 8 years ago in Applications / i3 Pro updated by Dmitry - support (expert) 8 years ago 1

Добрый день. Подскажите пожалуйста, можно ли управлять элементами Static List через JS. (добавлять, удалять)

Спасибо.

0
Answered

Количество знаков после запятой в поле ввода

Vladimir Bykov 8 years ago in General updated 8 years ago 2

Я привязываю числовой фидбек к свойству .text поля ввода.

Подскажите, пожалуйста, как уменьшить количество знаков после запятой.

Image 13135

0
Not a bug

GetState не меняет состояние.

Vladimir Muravyev 8 years ago in Applications / i3 Pro updated by Oksana (expert) 8 years ago 3

Вот такой скриптик не работает в 1.0.4.18716 :

IR.AddListener(IR.EVENT_ITEM_PRESS, IR.GetItem("Page 1").GetItem("Item 1"), function()

{

IR.GetItem("Page 1").GetItem("Item 1").GetState(0).FillColor = 0x80F4D1FF;

});


Так же не получается поменять текст или показать картинку.

Если Item на Popup, заметил, что если закрыть и открыть Popup на котором находится изменяемый Item, то Item таки принимает значение которое ему присваивали до открывания/закрывания Popup.

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
Answered

Trend/Chart

Francesco Zangara 8 years ago in Applications / i3 Pro updated 8 years ago 2

Linear Trend:

In an linear trend on popup, "Background" and "Data view" object are displayed with offset (Top) is refered to page and not to popup.


Bar/Pie Chart:

How to use it? Any documentation or example?


Answer
Oksana (expert) 8 years ago

Hello Francesco,

Linear Trend:In an linear trend on popup, "Background" and "Data view" object are displayed with offset (Top) is refered to page and not to popup.

Yes, it is. We plan to improve it in next versions. In current version, please, use Trend, Bar Chart, Pie Chart only on a Page.


Bar/Pie Chart:How to use it? Any documentation or example?

Please, use this example project: http://support.iridiummobile.net/topics/9252-komponentyi-pie-chart-i-bar-chart/

0
Waiting for user's reply

asus zenpad 10 does not work

Alessandro Munari 8 years ago in Applications / i3 Pro updated by Oksana (expert) 8 years ago 1

hi, i have an issue with my asus zenpad 10. the application does not start.

is it supported. it is an android devices.

thanks

Answer
Oksana (expert) 8 years ago

Hello Alessandro,


Please, use this instruction for debugging your device: http://wiki2.iridiummobile.net/Android_Debugging_via_USB


After, send us a log

0
Waiting for user's reply

What Linux for iRidium 3 Server?

Martin Lang 8 years ago in Server Solutions / Linux Server updated 8 years ago 6

Hi, when using a new Linux installation for iRidium 3 Server, what Linux Distribution do you prefer?


Thx!

0
Voting

Название устройства в логе

evg 8 years ago in Applications / i3 Pro updated by Oksana (expert) 8 years ago 2

Необходимо, чтобы в логе помимо типа устройства выводилось его название из дерева устройств проекта.

Иначе это выглядит так. В проекте 12 контроллеров глобал каше и не понятно в ком проблема.

Image 13011

0
Answered

requests from database using the panel project

Erik van den Brink 8 years ago in Server Solutions updated by Dmitry - support (expert) 8 years ago 3

Hello,


Is it possible to do requests(with SQL Query) from a database using the panel project script.

so not using the server project scripts. the problem i'm having is that the script in the panel project does not support the SQL language, i think?

when i want to declare a new SQL(); this syntax is not accepted by the client

var mybase = new SQL();


Thanks,


Erik