26.07.2021, 14:09
Hello,
I have a resident script like this:
grp.checkwrite('Test1', true, 0, grp.getvalue('Test1_Status'))
It has to write "True" to "Test1" if "Test1_Status" value differs from value "True". What actually happens is it sends "True" one time, once the resident script starts, but then if the "Test1_Status" doesn't change and stay at "False" it doesn't repeat value "True" every time resident script repeats. Whats going on here? Am I missing something?
I have a resident script like this:
grp.checkwrite('Test1', true, 0, grp.getvalue('Test1_Status'))
It has to write "True" to "Test1" if "Test1_Status" value differs from value "True". What actually happens is it sends "True" one time, once the resident script starts, but then if the "Test1_Status" doesn't change and stay at "False" it doesn't repeat value "True" every time resident script repeats. Whats going on here? Am I missing something?