Your comments

How to work with the driver Helvar you can read here

To find the address of the device you can in Helvar Designer.

For example:

For "Thyristor Dimmer 455" we see this address "@1.1.1.10"


In iRidium this will be



If I understood you correctly, you ask the channel settings?



In my example Channel 1 - is a name of command from PROJECT DEVICE PANEL.


Ie you must use yours command name.

Hello!


Yes, you can send this values to a driver. For example:


IR.AddListener(IR.EVENT_START,0,function()

{

var x = IR.GetItem("Page 1").GetItem("Item 1").ValueX;
var y = IR.GetItem("Page 1").GetItem("Item 1").ValueY;
IR.GetDevice("Modbus TCP").Set("Channel 1", x);
IR.GetDevice("Modbus TCP").Set("Channel 1", y);

});

Also you can read about a work with Color Picker on our wikipedia

Здравствуйте!

Да вы правильно понимаете, если тема наберет достаточно голосов, то мы возьмем данную идею на реализацию.

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

Modbus PLC Simulator

Здравствуйте!


Попробуйте отключить файерол.

Or you can install version 2.2.3 from our site. In version 2.2.3 remote download project on Android works.

You are right, using remote debugging, you can avoid these messages.