4/13/2023 8:19 AM | |
Joined: 1/21/2013 Last visit: 10/11/2024 Posts: 3174 Rating: (491) |
Hi AndreaLari, The HMI system internally caches the tag values and compares them to the read PLC values to detect a changed tag. At startup, these internal values are initialized with the default values. Therefore, a changed value will be detected the first time the PLC tag is read as long as the PLC value does not match the default value. I think the use of tag persistence should help to overcome this problem. Or you can do some scripting to abort the task within a limited time after startup. Kind regards |
Follow us on