0
Отвечен
XY Value
Richard1996 9 лет назад
в Готовые скриптовые модули
•
обновлен Dmitry - support (expert) 9 лет назад •
12
Hello,
I got a question is it possible to send a Xvalue or a Yvalue to a driver?
I need this for a colorpicker.
the xyvalue is between 0,10 and 1,0
Is it possible to write a script for that and send it to a driver/
Kind regards,
Richard
Сервис поддержки клиентов работает на платформе UserEcho
Hello!
Yes, you can send this values to a driver. For example:
IR.AddListener(IR.EVENT_START,0,function()
Also you can read about a work with Color Picker on our wikipedia
Thank you, That helped me out.
What kind of command should there be in Channel 1?
I am using a Helvar TCP driver, for further information.
In my example Channel 1 - is a name of command from PROJECT DEVICE PANEL.
Ie you must use yours command name.
I understand but there are options in that channel.
If I understood you correctly, you ask the channel settings?
yes, that is correct
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 beThank you for your help.