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.

+1
Not a bug

IR.SetVariable в скрипте на iRidium Server

Эмиль Боев 7 years ago in Server Solutions updated by Ekaterina (head of support) 7 years ago 2

Выполняю данный небольшой скрипт на iRidium server (после старта, с небольшой задержкой):

IR.SetVariable("Server.Channels.AllTVs", 1);

По данному событию срабатывают слушатель:

IR.SetGlobalListener(IR.EVENT_GLOBAL_TAG_CHANGE, function (name, value){
    ...
});
IR.SubscribeTagChange("Server.Channels.AllTVs");

Что видно по логу сервера.


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


Также, изменение значения канала не видно в web gui iRidium server:

Image 17314


В чем может быть проблема?

+1
Not a bug

Deadband not working for float-numbers

Martin Lang 7 years ago in Server Solutions updated by Oksana (expert) 7 years ago 5

i tried to setup the deadband for floatnumbers (temperaturs) to 0,2 or 0,5. but this isn't working.

the character point "." is not accepted in the input field. when using 0,2 for example, the server still stores integer jumps.

Answer
Oksana (expert) 7 years ago

Hello Martin,

Can you send us your project? We can't repeat.


This is example with Virtual Server Command and Tags.

Float deadband.sirpz

You should set values via Web-interface to Command "Virtual 1" (you should set via point, for example, "1.1"). Web-interface sends value as strings, and function "parseFloat()" changes this string to float


If we test deadband via Modbus TCP driver (for example), we don't need to use "parseFloat()"



+1
Answered

What EVENT will be triggered when updating the i3 server?

Martin Lang 7 years ago in Server Solutions updated by Aleksandr Romanov (CTO) 7 years ago 6

Hi,


is there an event that would be triggered right before a new project

will be uploaded to the server to have time to save some data in the database?


Ciao

Martin

+1

remove servers from account

Jackie Roos 8 years ago in Server Solutions updated by Theo Derks - NL (distributor) 8 years ago 1

How do I remove servers from my account please?


I was sent something months ago but cannot find it.


thanks :)

+1
Completed

Хранение длинной строки в тэге. Отображение ее в WEB интерфейсе. (English too)

Андрей Sam 8 years ago in Server Solutions / Windows Server updated by Виктор 7 years ago 31

Добрый день.

По совету Дмитрия подниму тему здесь. Собственно, ситуация уже разобрана и все ясно, цель публикации - чтобы не потерялась идея.


Проблема в следующем - если хранить в теге длинную строку (я храню ответ от Yahoo сервиса), то в логе сервера появляется сообщение о невозможности отобразить строку в WEB интерфейсе. Сам WEB интерфейс начинает некорректно работать - пропадает отображение всех тэгов на сервере. Сама строка при этом нормально пишется-читается из скриптов.

Возможное решение - в WEB интерфейсе показывать только некоторое количество первых символов из строки.


And for not Russian-reading people.

Server has a bug in its WEB interface. When I try to save a large string into a server tag (Yahoo weather answer string) I got a message in server-log: ERROR, string is too big to web change.

After this on the WEB page of server we can't see any feedback (after page refresh).

But we still can read-write the tag in script.


Decision of this case may be the next: to show on the server WEB page only some first symbols of the tag string.

+1
Not a bug

Не работает COM порт на UMC сервере.

Петр Андреев 8 years ago in Server Solutions / UMC Server updated by Oksana (expert) 7 years ago 1

Добрый день.

Необходимо подключить ком порт к UMC иридиуму серверу.
На сервере UMC com to usb появляется как устройство /dev/ttyUSB0.

И миником спокойно подсоединяется

Но иридиум его не видит.
Хотя на расбери пи такие же настройки и работают

Готовы дать все доступы

+1
Not a bug

Error install iRidium Server on Raspberry PI 3

Vuong Xuan Phuc 8 years ago in Server Solutions / Linux Server updated by Theo Derks - NL (distributor) 8 years ago 8

I have a Raspberry pi 3 and install it on micro SD card Toshiba 32Gb UHS-I. I install and run Raspian but when i install iRidium server and it run still few time and it restart. I ca'nt install it. I reinstall Raspian and reinstall iRidium server but it restart again.

Untitled.png

+1
Answered

Отправка команд с клиента на сервер

Андрей Курников 8 years ago in Server Solutions updated by Dmitry - support (expert) 8 years ago 3

Добрый день. Подскажите пожалуйста, как можно отправить команду с панели на сервер. Или запустить серверную функцию( например обращение к БД ). Сейчас получилось только через изменение серверного тега на клиенте и обработке его на сервере.

+1

iRidium Server as Docker image?

Martin Lang 8 years ago in Server Solutions updated 8 years ago 2

i don't know if you know docker and the technology behind. but, thats currently a realy hype. you could easily build a docker image from a base linux image like debian, ubuntu and co. you can install your iridium server within that docker and your done. and the best, you can upload this docker on the docker:hub like hundrets of other companies did it until now. and a user can then use that docker image on every platform that supports docker, like synology nas systems, any linux systems, etc... :-)

+1

Printing from server

Jackie Roos 8 years ago in Server Solutions updated by Andrey S 7 years ago 2

Me:

We can save data into the sql database
We can trend/graph this data
We can send an email
Can I send a report of this data to a printer so it is printed on paper?
For this job in particular they want to be able to print the current state of all the lights.

iRidium:

...you can save the data in the CSV file. Then open it in Excel and print.
You can also collect information from the database, making for example the XML file and send it to some external service to print. Again you may do it through the scripts.

Me:
Can you please give me a sample project with saving data to a csv file.

iRidium:

to save a CSV file you can only via a web interface of server.

Me:

can I get an example of the second option please - what external service do you recommend?

iRidium:


I am not aware of similar resources, but perhaps such a service can be made locally.


Please add a feature to allow printing of data collected on the server to allow automated reporting of data