Page 1 of 1
Time triggered blockly is not always started
Posted: Thursday 29 August 2024 17:19
by Molenman
My configuration :
Version: 2024.7
Platform: Ubuntu 20.04
When i create a time triggered blockly it is not executed every minute unless i add a time based condition in an if statement.like if time <> 00:00 or time <> 00:00
Is this normal ?
Re: Time triggered blockly is not always started
Posted: Friday 30 August 2024 9:08
by gizmocuz
You have to post your script here, but you need to use this
timer =
{
'every minute',
},
This will execute your script every minute... don't expect it to start on an whole minute
Re: Time triggered blockly is not always started
Posted: Tuesday 01 October 2024 11:05
by Molenman
gizmocuz wrote:You have to post your script here, but you need to use this
timer =
{
'every minute',
},
This will execute your script every minute... don't expect it to start on an whole minute
What you propose is for a dzvent event. For a blockly event i cannot enter your suggestion.
Verstuurd vanaf mijn SM-A505FN met Tapatalk
Re: Time triggered blockly is not always started
Posted: Tuesday 01 October 2024 12:21
by Thuis
Correct me if im wrong, but choosing time will execute every minute?
Or make a switch or two that go on and off every minute? and use that in the blockly.