Tags fail to update 8.1.1

I currently have a project that occasionally stops updating tags from a specific L71 PLC, but if I go to the

gateway → config → opc ua → device connections

I can then edit the connection, but make no changes and hit save at the bottom, and all of my tags and my project starts updating again. This happens every couple of weeks. Please tell me how I automate that refresh.

Use system.device.setDeviceEnabled() twice in a script, the first to disable, the second to enable.

I’d try upgrading to 8.1.7 and see if this is even necessary any more before you script a workaround like this.

1 Like