23.12.2020, 10:38
(10.12.2020, 06:27)admin Wrote: Attach an event script to 1/1/1. Make sure that all objects have the same datatype and check that no loops are produced by these scripts.
Code:value = event.getvalue() grp.write('1/1/2', value) grp.write('1/1/3', value)
(23.12.2020, 10:37)Daniel. Wrote: The delay should be before grp.writeThanks alot.