(16.10.2024, 07:16)admin Wrote: Works for me. Do you have it as resident script with 0 sleep time?
Enable logging for 0/1/1 and 0/1/2. Setting 0/1/1 to OFF should immediately set 0/1/2 to ON for 10 seconds.
Yeah, it works, I have 60s time. Thank You
(16.10.2024, 07:21)2MAX Wrote:(16.10.2024, 07:16)admin Wrote: Works for me. Do you have it as resident script with 0 sleep time?
Enable logging for 0/1/1 and 0/1/2. Setting 0/1/1 to OFF should immediately set 0/1/2 to ON for 10 seconds.
Yeah, it works, I have 60s time. Thank You
Code:
groups = {
--samples
{ tag = 'my_group_and', output = '4/0/0', mode = 'and' },
{ tag = 'my_group_or', output = '4/0/1', mode = 'or' },
{ tag = 'my_group_avg', output = '4/0/2', mode = 'avg' },
}