Hello,
I am solving one problem.
I have one variable tag 32bit int. Its value is the result of several calculations and changes regularly. It's OK.
I need to store its value in another tag, but for example once a minute.
I used the SELECTABLE ENABLE object. a tag that I want to read is connected to input 2. Input 1 receives a pulse of 1 second every minute.
But after the first pulse, the value from input 2 to the output is transferred permanently and changes together with the value at input 2, even if there is log 0 at input 1
I don't understand this behavior and according to the manual it shouldn't be like that.
Can you advise?
Pavel