Colb maximum commands - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: KC868-HxB series Smart Controller (https://www.kincony.com/forum/forumdisplay.php?fid=2) +--- Thread: Colb maximum commands (/showthread.php?tid=2553) |
Colb maximum commands - Yazaww - 02-05-2023 Hello, in colb pc software,as we know colbs has 16ai and 16 di so imagine i have connected 9 pir sensors and 3 smoke sensors, 2 rain sensors, and i wanted to add IF function for each sensor to control relays (THEN) but as i see that the max commands on IF is only 10 how is this possible? And max commands on then is 50 So how im supposed to control all DI and AI? RE: Colb maximum commands - admin - 02-05-2023 IF () () () ......... MAX 10 THEN () () () ...... MAX 50 IF THEN IF THEN IF THEN command MAX 50 RE: Colb maximum commands - Yazaww - 02-05-2023 you didnt give me a clear answer, i Didnt understand, as i saw there is channels, so does that mean that each channel can have 10 if commands and 50 then commands? And it works automatically? Or its only 10 if and 50 then and thats all? Cause as i said how in supposed to create 15 di if commands if the maximum possible is 10? RE: Colb maximum commands - admin - 02-06-2023 each channel can have 10 if commands and 50 then commands? Yes And it works automatically? Yes if DI1=x THEN ...... if DI2=x THEN ...... if DI3=x THEN ...... if DI4=x THEN ...... . . . . . MAX can create 50 lines for 50 IFTTT command. |