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) |
RE: Understand Configuration For Own Software - admin - 03-05-2022 (03-05-2022, 03:45 PM)Dm81 Wrote: Good Morning 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: .... 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. 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? 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 |