You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a t:xxx variable is initialized in the >B section of a script ran from the WEB UI with "Script enable" checked, the timer is not set when the script is not already running. Example:
>D
t:xxx=0
>B
xxx=5
>S
=>print %xxx%
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Set weblog to 4 and then, when you experience your issue, provide the output of the Console log:
Consoleoutputhere:
TO REPRODUCE
From console:
script 0
Then from Edit script:
Check "Script enable" then "SAVE" => No count down
"SAVE" again (while script is running) => OK
EXPECTED BEHAVIOUR
Variable initialization in >B, so a count down from 5 to 0 for xxx in all cases.
(Other variables are correctly initialized in all cases, only t: are not)
PROBLEM DESCRIPTION
When a t:xxx variable is initialized in the >B section of a script ran from the WEB UI with "Script enable" checked, the timer is not set when the script is not already running. Example:
>D
t:xxx=0
>B
xxx=5
>S
=>print %xxx%
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
From console:
script 0
Then from Edit script:
Check "Script enable" then "SAVE" => No count down
"SAVE" again (while script is running) => OK
EXPECTED BEHAVIOUR
Variable initialization in >B, so a count down from 5 to 0 for xxx in all cases.
(Other variables are correctly initialized in all cases, only t: are not)
SCREENSHOTS
16:27:49.452 CMD: script 0
16:27:49.458 RSL: RESULT = {"Script":"OFF","StopOnError":"ON","Free":75}
16:29:08.694 SCR: compressed to 42 bytes = 110 %
16:29:08.697 SCR: nv=1, tv=0, vns=4, vmem=33, smem=2560
16:29:09.106 0.00
16:29:09.869 0.00
16:29:10.870 0.00
16:29:12.095 0.00
16:29:12.871 0.00
16:29:13.870 0.00
16:29:14.847 0.00
16:29:15.868 0.00
16:29:16.871 0.00
16:29:17.871 0.00
16:29:18.872 0.00
16:29:19.891 0.00
16:29:20.896 0.00
16:29:21.904 SCR: compressed to 42 bytes = 110 %
16:29:21.907 SCR: nv=1, tv=0, vns=4, vmem=33, smem=2560
16:29:22.168 3.73
16:29:23.155 2.74
16:29:23.926 1.97
16:29:24.927 0.97
16:29:25.957 0.00
16:29:26.966 0.00
16:29:27.968 0.00
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: