Поделитесь своими идеями, пожеланиями и примерами в этом разделе. Идеи, за которые голосуют чаще всего, будут реализованы быстрее!

Мы перевели нашу службу поддержки на новую систему технической поддержки. С 17.01.2022 мы отключили возможность создавать обращения через личный кабинет userecho. Теперь все запросы обрабатываются по почте на support@iridi.com .

Спасибо вам за ваше понимание и хорошего дня.

0
На рассмотрении

Use Bits out of Holding Register Beckhoff Modbus TCP

Jarryd Milissa 9 лет назад в Продукты / Modbus обновлен Ekaterina (head of support) 9 лет назад 4
Hello,

i'm searching how i can communicate with mij ipad with iridium mobile and my beckhoff cx8090 controller for a building automation project.

i'm searching for a simple way to control bits that i wanna use to control some lights etc...
but i don't wanna control the hardware outputs immediately , i first wanna control this request in the program with other conditions before i set the hardware outputs.

but i can't find how i set virtual variables from iridium to beckhoff.
from what i found now i think this has to me written in the holding registers 3000 and 4000 of modbus

so i made a variable in beckhoff as you can see in image below:


Image 8491

and then i made in iridium next variable in the modes tcp driver:


Image 8489


Image 8490


this works fine an the value in beckhoff of holding out[3] and holding out[4] changing when i change in iridium.

but this isn't what i exactly want because i wanna sen bit command separately
for example :

button light 1 => set bit 1 in beckhoff


sound simple but i can't find how to do this,


i hope someone can help me with this or has example how to test this


thanks a lot
Jarryd


0
Завершен

Denon control thru iTach Serial

rocfusion 11 лет назад в Готовые скриптовые модули обновлен Ekaterina (head of support) 10 лет назад 0
Take a Denon receiver and connect it to an iTach IP2SL with an serial cable.
First setup the iTach IP2SL with the serial parameters (note: most denons use this baud rate)
  • Multiple Ports: Enabled
  • Baud Rate: 9600
  • Flow Control: None
  • Stop Bits: 1
  • Parity: None
  • Data Bits: 8
Create a project and add the Denon driver to the project
Now in the connection setting of the Denon driver add the IP address of the Global Cache device (iTach IP2SL);
Change the port to 4999
Create your interface with buttons and assign them to the commands of the denon driver.
Test it with the emulator or an control panel. This should work,  in my environment this worked.

This driver is not officially supported by iRidium Mobile

Denon_v2.zip
0
На рассмотрении

Доброго дня! Подскажите, мне пожалуйста, я хочу сделать первый проект на иридиум для My home. Задача управлять дом кинотеатром и зонами мультирум на Nuvo, Это возможно? Как?

Eugeniy Yakushev 9 лет назад в General обновлен Oksana (expert) 9 лет назад 1

Мне необходимо в моем проекте управлять с помощью вашего По иридиум системой My home, Управлять функциями - свет, климат 4 зоны, кондиционер через ИК и еще дом кинотеатром, мультирумм Nuvo,

0
Отвечен

sending mail from iridium?

Melih 10 лет назад в iRidium Script обновлен Ekaterina (head of support) 10 лет назад 6
Is it possible to do this? I know that it is possible to use execute mailto and use a mail agent to send it but i want to know if it is possible to do it without another app. Mail will be a generic mail to predetermined mail which wont change ever. Any idea's to how to accomplish this would be appreciated :)
0
Отвечен

Page resize from script

miro suchanek 9 лет назад в iRidium Script обновлен iRidiumNikita 9 лет назад 2
Hello,
is it possible to change the page (or project) size from Script?

Thank you
0
Отвечен

GetCommandAtPos/GetCommandAtName

Jackie Roos 9 лет назад в iRidium Script обновлен Dmitry - support (expert) 9 лет назад 3

Hi

I am working with a driver written in AV&Custom systems, not a core driver.


http://wiki2.iridiummobile.net/Drivers_API#GetCommandAtName


I can see how I can get the command as described in the wiki:

[11-02-2016 17:25:19.359] INFO Name: NameCommand = id:5 name:AC Fan UP COOL data:


But can how can I then use this information to send the command to the driver from JavaScript?


Let's assume I cannot access the driver script.


Possible solutions:

1. Send the driver's command from javascript - eg I want to send a command to the driver from JavaScript so I can using all the programming that has already been done in the driver before it sends the command, eg bounds checking - is this possible? how?

2. Is there any way to set a driver command to an item's press event from JavaScript, like I can access the state information.

3. anything else you can think of?


thanks


0
Отвечен

Saving Scenes

PaulKNX 9 лет назад в Продукты / KNX обновлен 9 лет назад 5
Hi,

I am trying to implement a project with scenes that are controlled and saved by push buttons and via Iridium. It seems that on some actuators the scenes are saved via the same GA from which they are called, however I cannot find the value/command to send to the actuator in order for it to save the scene.

I do not want to Iridium to control the scene (i.e. send the values to each lamp individually) as doing it this way will add redundancy to the system, if Iridium is down.

If anyone can point me to this information, or just tell me directly, that would be great.

Thanks,
Paul
0
Отвечен

Image size

Jan Hein Liebregts 12 лет назад в iRidium Script / Interface scripts обновлен Oksana (expert) 10 лет назад 2
Hello,
When I have an javascript with:
[font=courier]IR.GetItem("Page 1").GetItem("Button").GetState(0).Image = "pict.jpg";
It ads an image to the button.
When I ad:
IR.GetItem("Page 1").GetItem("Button").Width = 500;
IR.GetItem("Page 1").GetItem("Button").Height = 100;
It changes the button size, but not the image size.
How can I change the image size in the javascript?
Jan Hein
0
Отвечен

Lisans

Yeliz Tarhan 9 лет назад в Продукты / AV & Custom Systems обновлен Dmitry - support (expert) 9 лет назад 2

Hi


Image 9870


If we add İridium base in Global cache which license? (Pro shold?)


Thanks

0
Не ошибка

IR.SetTimeout executes too quickly.

rocfusion 10 лет назад в iRidium Script обновлен Oksana (expert) 10 лет назад 4
Hi,

Create a new project
Add the following script
function hello(){
IR.Log("hello again")
}
IR.AddListener(IR.EVENT_START,0,function()
{
IR.Log("Hello");
IR.SetTimeout(600, hello)
});

Run the project,  I would expect the function hello to execute anytime after 600 milliseconds.  This is not the case.  It always executes before.

Thanks,


Roger

Сервис поддержки клиентов работает на платформе UserEcho