FB Editor Staircase Lighting Function - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: FB Editor Staircase Lighting Function (/showthread.php?tid=4233) |
FB Editor Staircase Lighting Function - d.r soutras - 11.09.2022 Hello guys!! I tried all the compinations but it seems that i can not make the staircase lighting module to work. The only thing that does is when it receives 1 in the input the output stays 1, when it receives 0 it stays 0. No time function. Any help please would be appreciated. RE: FB Editor Staircase Lighting Function - Dré - 11.09.2022 You need to add 'Filter' Filtr On-On / Off-__ between the outbut from your 'Lock out' and the input of your Stairase lighting function. When you use this it only sent a 1 and never sent a 0. the help says about input 1: Start of the module by a telegram with the value not equal to zero. Output 1 has a one for the duration. If this input receives a zero, then Output 1 switches to zero. i did made a script and do the same, but it also checks if the doors are closed, it all the doors are closed, then it goes off, if not, it stay on. *at my script, more doors enable the lights, but not at all doors are the check if it is closed. but it is a script, not blockly like you used. Code: --Read current status/value RE: FB Editor Staircase Lighting Function - d.r soutras - 11.09.2022 Thank you Dre for your reply. I add the filter as you said but the problem still exists, I can not make the staircase lighting to set lights to off after 10sec. RE: FB Editor Staircase Lighting Function - Daniel - 12.09.2022 It seems that this block works only as timer not as event. It was made by SE and I asked them to check it. RE: FB Editor Staircase Lighting Function - d.r soutras - 17.09.2022 Thank you Daniel! |