Page 1 of 1

Programmer question

Posted: 25 Jul 2019, 20:33
by szakal_a
Dear Experts,

I use my Hapcan system since 2 years and being really happy with that, thank you.
Meanwhile I have some questions regarding the programmer:
#1 In dimmer module there is a user defined characteristic table. There are several rows and columns. Each row has an interval, like 80-95. How is this work? What are those numbers? How should I fill this 2 dimensional array?
#2 Is it planned to implement relation operators for blind controller as well?

Thank you for the answer
Regards
Attila

Re: Programmer question

Posted: 27 Jul 2019, 14:41
by Jacek
#1 There are a few words about it in chapter 6.9 here https://hapcan.com/devices/universal/un ... 6-0-2a.pdf
This table is to define transistor conduction time for each dimmer value (from 0 to 255). Try to fill numbers from 0, 50, 100, 150 etc and see how it works.
Untitled.png
#2 Yes, the next firmware update will be with this feature. Unfortunately the update time is not defined yet.

Re: Programmer question

Posted: 31 Jul 2019, 21:03
by szakal_a
Thank you for the answer :)