Page 1 of 1

Door lock

Posted: Saturday 29 October 2016 15:57
by Gerwin
The lock go open but i like the lock close after 6seconds but it isn,t working

Do I something wrong

See picture

Re: Door lock

Posted: Saturday 29 October 2016 16:15
by thorbj
I don't know blockly, but shouldn't it be 06:00 seconds?
Just a thought.

Re: Door lock

Posted: Saturday 29 October 2016 16:35
by tozzke
try the single digit blockly (for the seconds part) and try using 'Off' or 'On' @ Set blockly.

Code: Select all

If [Deur = Open]
Do [Set Deur = Off* after 6 seconds]
* or On... depending on the lock

Re: Door lock

Posted: Saturday 29 October 2016 17:06
by Gerwin
I solved the problem,
The door lock I have changed to on /off
And now it works fine