05.12.2024, 05:36
(This post was last modified: 05.12.2024, 05:40 by Erwin van der Zwart.)
Create a virtual address, attach the scheduler to the virtual address and add a script to it with a delay and grp.write to the original address that the scheduler is now attached to..
Something like:
os.sleep(120)
grp.write('1/1/1', event.getvalue())
Set the execution mode of the script to “last instance”
Something like:
os.sleep(120)
grp.write('1/1/1', event.getvalue())
Set the execution mode of the script to “last instance”