11.06.2020, 14:55
(This post was last modified: 11.06.2020, 14:55 by Erwin van der Zwart.)
Hi,
Then you need to do it like we did in the past (before the option was added)
Create a scheduler to a virtual object and add this script to it:
This creates a AND port on the scheduler and blocking object
BR,
Erwin
Then you need to do it like we did in the past (before the option was added)
Create a scheduler to a virtual object and add this script to it:
Code:
blocking = '1/1/1'
output = '1/1/2'
if grp.getvalue(blocking) == false then
grp.write(output, event.getvalue())
end
BR,
Erwin