Добро пожаловать!
В этом форуме вы можете обсудить iRidium с другими пользователями.
Основные компоненты iRidium - приложение i3 pro и iRidium Server. Публикуйте здесь свои вопросы, идеи и найденные ошибки.
Вопрос команде технической поддержки вы можете задать, отправив приватное сообщение или email.
Подпишитесь на Историю обновлений, чтобы быть в курсе всех новостей!
Мы перевели нашу службу поддержки на новую систему технической поддержки. С 17.01.2022 мы отключили возможность создавать обращения через личный кабинет userecho. Теперь все запросы обрабатываются по почте на support@iridi.com .
Спасибо вам за ваше понимание и хорошего дня.
Virtual tag do'nt show in script
Hello!
I want use script to manage many Virtual tag. But I do'nt know how to set or get Virtual tag in Script mode. Thanks
User registration
Hi
Can we have a button link on the Users and panels page on the email line the same continue registration on the email that is sent to users so me can do a manual registration on the web site if we need to due to having problems with the email being received
This would enable us to be able to set everything up for the customer with out having bother them with the email and registration and provide a better service
All they need to do is tell us what what they want there password to be and we do the rest a lot simpler and easier for both party's
Multi design
In iridium two using the multi design feature you could change between multiple projects with a button with a script call
How do we do this in i3 with a button in the project to switch between projects
first button sends a message from simple HTTP driver
second button uses SendEx method, it makes you able to process response from server.
Just need to know the group ID and message you want to send
Драйвер Modbus RTU
Добрый день.
При работе с драйвером Modbus RTU возник вопрос, каким образом можно получить данные из Holding Register в формате "беззнаковых 2 байта"?
Value* Word Size значение
0 .. 65535 Word(16 bit) без знаковых 2 байта
-32768 .. 32767 Word(16 bit) знаковых 2 байта
В контроллерах, использующих протокол Modbus RTU есть настройка, какой тип использовать для каждой переменной знаковый или беззнаковый.
Generic import
Dear, I would like to know when the generic import will be included? I've noticed the import buttons are back in the release. Could you please inform us about how this function will work so we can start work on our side for generating the import-file. The process of manually creating x tags a week is a very timeconsuming work. this has also been asked by Theo.
Значение из токена
Добрый день. Вопрос у меня такой. В проекте есть шкала (цифра 1 на картинке), при движении которой значение записывается в токен и транслируется в формате In value на поле со значением 2. Я хочу, чтобы в поле под номером 3 записывался текст из поле 2. Но когда я пишу следующий код, то ничего не происходит, в чем может быть проблема?
IR.AddListener(IR.EVENT_ITEM_RELEASE, IR.GetItem("Шкала"),function()
{
IR.GetItem("Поле 3").Text = IR.GetItem("Поле 2").Text;
})
[JS] How to check if system menu or project menu are open?
On a script, can i check if system menu or project menu are open?
Changing project in I3pro
Is there a way of changing project in I3pro with a script call the same way we did it in iRidium 2 with the multi design feature
I want to use a button on the screen as I am upgrading a site from iRidium 2 to i3pro and want the operation to be the same rather than have to bring up the menu to change projects.
Переменная в листенере
Добрый день. У меня вопрос такой, можно ли использовать переменную в листенере? Например так:
var Name1;
var Name2;
IR.AddListener(IR.EVENT_ITEM_PRESS, IR.GetPopup("Страница 1").GetItem("Item 1"), function ( )
{
Name2 = IR.GetPopup("Страница 1");
});
IR.AddListener(IR.EVENT_ITEM_PRESS, Name2.GetItem("Item 2"), function ( )
{
Name1 = "Свет";
IR.GetPopup("Страница 1").GetItem("Item 3").Text = Name1;
});
Сервис поддержки клиентов работает на платформе UserEcho