Smart Home Automation Forum
Understand Configuration For Own Software - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1)
+--- Forum: Development (https://www.kincony.com/forum/forumdisplay.php?fid=4)
+--- Thread: Understand Configuration For Own Software (/showthread.php?tid=1690)

Pages: 1 2 3 4 5


RE: Understand Configuration For Own Software - admin - 03-05-2022

(03-05-2022, 03:45 PM)Dm81 Wrote: Good Morning
first, thank you for your quick reply and kindly support.
I'm having some test,all controllers are set on TCP Server and no problem to send tcp command and http command to H32B, I'm just checking why http command receive always input status on 0 but the button is on
My goals is control all input (button switch board included) to decide which relè turn on/of (for example with a switch today I can turn on relè 1 but tomorrow I could turn on relè 1 + relè 2 or change completely and turn on relè 3) but at the moment I see if I push K1 (on button switch board) always relè 1 (on H32B) turno on, I hope there is the possibility to change this setting and to be able to turn on other relays (relay 2 or 6 for example).
continue....


1. because http command's input is 6 channel of digital input ports for sensor , not for "switch terminal board" input ports.

2. your goal is easy to do use by KC868-COLB. just let KC868-COLB connect to your H32B, your wall switch button connect to COLB's digital input ports, then set logical in PC software, such as IF DI1 trigger THEN relay1 ON, relay2 ON, relay3 OFF, relay4 ON ........


RE: Understand Configuration For Own Software - admin - 03-05-2022

(03-05-2022, 03:46 PM)Dm81 Wrote: ....
About hex format, I'm used to program with that, my previus boards were all rs485 and all command were hex but I'm not used to work with IP
I will wait your next video and thanks

OK, when have free time, will make a video about how to program with COLB protocol to read all input ports state.


RE: Understand Configuration For Own Software - Dm81 - 03-06-2022

[quote pid="3143" dateline="1646524103"]
1. because http command's input is 6 channel of digital input ports for sensor , not for "switch terminal board" input ports.

2. your goal is easy to do use by KC868-COLB. just let KC868-COLB connect to your H32B, your wall switch button connect to COLB's digital input ports, then set logical in PC software, such as IF DI1 trigger THEN relay1 ON, relay2 ON, relay3 OFF, relay4 ON ........
[/quote]

perfect but I would "intercept" all input changes in my program
thx


RE: Understand Configuration For Own Software - admin - 03-06-2022

another way, you can connect "switch terminal board" to your computer or server by USB-RS232 cable , then all switch button information will feedback to you. just not connect "switch terminal board" to relay controller directly.


RE: Understand Configuration For Own Software - Dm81 - 03-07-2022

(03-06-2022, 09:38 PM)admin Wrote: another way, you can connect "switch terminal board" to your computer or server by USB-RS232 cable , then all switch button information will feedback to you. just not connect  "switch terminal board" to relay controller directly.
No, pc is far from electrical frame, I will connect "switch terminal board" to CLOB (with RS232) and H32B to COLB (with RS232)  and COLB to PC (ehernet) as you told me before
Now I just need to know only protocol and command to use to comunicate to COLB
COLB and H32B are set to TCP Server
thank you


RE: Understand Configuration For Own Software - admin - 03-07-2022

ok, when finished video will update to you.


RE: Understand Configuration For Own Software - Dm81 - 03-07-2022

(03-07-2022, 01:45 PM)admin Wrote: ok, when finished video will update to you.

ok thank you very much


RE: Understand Configuration For Own Software - Dm81 - 03-08-2022

(03-07-2022, 02:08 PM)Dm81 Wrote:
(03-07-2022, 01:45 PM)admin Wrote: ok, when finished video will update to you.

ok thank you very much

while we wait for the video is it possible to have the set of commands to request the status of the I/O and set Output in HEX to CLOB?
I also would to know why when I set the COLB in tcp client the led on the board turns blue and not white?


RE: Understand Configuration For Own Software - admin - 03-08-2022

1. I/O whether is relay board's state?
2. maybe you have set the wifi work mode, not ethernet.


RE: Understand Configuration For Own Software - Dm81 - 03-08-2022

(03-08-2022, 12:34 PM)admin Wrote: 1. I/O whether is relay board's state?
2. maybe you have set the wifi work mode, not ethernet.

1 Sorry, my mistake, just to read all digital and analog input on CLOB
2 I set wifi and ethernet connection on TCP client but wifi led is white and ethernet is blue