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.
No projects visible after login with customer account
Hi
Create project
Invite a user for this project
Login in i3 Pro app with the credentials for this user
See, (discover) that the first time, there is no list with projects that can be downloaded.
The user MUST click on 'Cloud sync' to see the project(s) he can download
Change this in this way; that after login in i3 Pro, the list with projects is available without clicking on CLoud Sync.
Thanks
Theo
Update SIP documentation
Hello,
I'm working with the SIP driver in a project, I noticed that the documentation about the SIP driver is out-dated (http://dev.iridiummobile.net/SIP-telephony/en). Can you please update this to include an explanation of all the available properties. In particular the last ones (Echo Cancellation, Volume Control, Noise Suppression, Activation By Voice, Use Decline)
Current documentation:
Latest version of i3 Pro:
PJlink and Optoma projector trouble
I'm trying to control few Optoma projectors with PJlink driver: http://www.iridiummobile.ru/download/software/v3/module/pjlink/
i got completely different results with slightly different Optoma projectors.
With Optoma EH320UST project is works nice, I see in log:
[25-03-2017 17:37:23.218] INFO SCRIPT [DEBUG][PJLink[Projector3]]:EVENT_ONLINE
[25-03-2017 17:37:23.282] INFO SCRIPT [DEBUG][PJLink[Projector3]]:EVENT_RECEIVE_TEXT[PJLINK 0]
[25-03-2017 17:37:27.835] INFO SCRIPT [DEBUG][PJLink[Projector3]]:EVENT_RECEIVE_TEXT[%1POWR=0]
[25-03-2017 17:37:28.144] INFO SCRIPT %1POWR=0[25-03-2017 17:37:28.203] INFO SCRIPT [DEBUG][PJLink[Projector3]]:PJLink power status: 0
[25-03-2017 17:37:31.498] INFO SCRIPT [DEBUG][PJLink[Projector3]]:sendd[%1POWR 0]
[25-03-2017 17:37:33.300] INFO SCRIPT [DEBUG [PJLink[Projector3]]:EVENT_RECEIVE_TEXT[%1POWR=OK]
....
[25-03-2017 17:37:38.945] INFO SCRIPT [DEBUG][PJLink[Projector3]]:sendd[%1POWR 1]
[25-03-2017 17:37:39.591] INFO SCRIPT [DEBUG][PJLink[Projector3]]:EVENT_OFFLINE
And with model Optoma EH500 I am experiencing troubles. There a lot of ERR2 message in the log:
According to PJLink protocol specification: Out of parameter ERR2. But what does it mean exactly?
When script tries to send power on and power off we got this log output:
[23-03-2017 10:09:58.409] INFO SCRIPT [DEBUG][PJLink[Projector2]]:EVENT_ONLINE
Authentication disabled for both projectors.
Please, help.
Как "прибить" эмулятор автоматически
В win 10 выведение бегунка UAC в ноль все равно не дает возможности автоматически закрывать эмулятор при запуске нового из Studio. Возникает сообщение о недостатке прав. Мне помогло полное отключение UAC через реестр. По умолчанию в этом параметре единица, даже если UAC выведен в ноль через панель управления. Возможно есть более изящное решение, типа запускать с административными правами. У меня виртуалка, этого вполне хватило.
reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f
сохранить карту регистров и конвертировать в другой драйвер
1) добавить автоматический конвертер регистров драйвера 2)возможность сохранять карту регистров из иридиума. Если однотипные проекты, но с разными средствами управления, то было бы удобно из иридиума сохранить карту регистров, а затем открыть ее в другом драйвере. Например: я прописал 1000 регистров у себя на стенде регистров модбас рту, отладил программы на контроллерах, а затем перенести это на объект мне нужно в другом драйвере, например модбас тсп или тсп на рту или мктт или что еще запросят, то в этом случае мне приходиться заново добавлять драйвер и заново менять все, все связи. Затем заказчик может опять что то изменить, тогда все сначала.
Function to validate against passwords set in Transfer
In Transfer it is possible to set 4 passwords that you can use for a button functionality to become 'password protected'.
However I would like to design my own password screen/popup and would like to be able to validate the entered password against one of those 4 passwords. Is there a way to "get" one of those passwords in JS? Or validate a string against them?
Something like:
if(IR.ValidatePassword([password string], 1, 2007) { }
The "1" parameter indicates which of the 4 passwords should be used, could be an enum too.
The "2007" parameter is a default value to use in the emulator, since you cannot set one of the passwords there.
Unused objects in Alphabetical order
Please change to have alphabetical order
Quite often there are dynamic images that are used when changing from LAN to phone network and it can be difficult to find and un-select them
thanks
Сброс каналов обратной связи у нативных драйверов
Каким образом можно сбрасывать каналы обратной связи у нативных драйверов при засыпании панели (iOS устройства) или переходе в Background?
Как из скрипта открыть меню проекта
Открыть системное меню - есть такая команда.
А есть ли команда - открыть меню проекта ?
Или из скрипта разрешить / запретить появление меню проекта слева?
Проблема в том что вызов меню проекта мешает интерфейсу в котором надо водить пальцем слева направо. Поэтому хочется отключить меню проекта. Однако он может пригодиться - загрузить обновленный проект. Можно сейчас отключить меню проекта из системного меню заранее, но потом то как включить пользователю? Хотелось бы из скрипта.
Здравствуйте,
Для блокировки показа меню: можно воздействовать на системный токен Project menu
IR.AddListener(IR.EVENT_START,0,function() { IR.SetVariable("System.Application.ProjectMenu",0); });
А для принудительного вызова меню использовать команду IR.ShowSettingsMenu
Call in iOS to Settings
in i3 Pro we can make a button with: execute app-settings://
This will open the i3 Pro settings in iOS10.
But how to open the general settings for Wifi? Or Sound?
Thanks
Theo
Customer support service by UserEcho