It seems I have to hit “restart tag” to refresh OPC paths every time I make a change to a UDT instance. Why is this not automatic like it was in 7.9? Build b2019060511
Does this still occur in a more recent build?
Yes, confirmed in 8.0.3-b20190716
The steps to recreate:
- Create a new instance of a UDT using {InstanceName} to generate part of a child tag’s OPC path
- Note the OPC path of the child tag correctly reflects the instance name
- Change name of UDT instance
- Note the OPC path of the child tag still reflects the old instance name
- “Restart tag” on UDT instance
- Note the OPC path of the child tag updates to reflect the correct instance name
This is an issue that we are aware of. We appreciate your patience as we work to resolve it.
Thanks,
Garth
Dears,
I noticed a similar reported bug, also in case of modifications of tag historical properties (like “historySampleRate”) inside an UDT: I need to restart the tag before seeing the expected historical changes (like the sample rate).
Thanks.
Dears,
I have found the same issue.
Is there any news about the resolution of the issue?
Thanks
Hi All,
We had some other high priority issues that we were working through, but this is high on our list as well.
I will circle back when we have a fix.
Thanks!
The 8.0.8 nightly that went up this morning should contain a fix for the issue presented here.
EDIT: I’m showing this as being introduced in 8.0.10, not 8.0.8. Regardless, nightly builds now contain a fix.
That’s great, what is the ETA for stable 8.0.8? This bug hurts.
We’re targeting January 20th for the RC, February 4th for production release.
It goes without saying, but the dates above are subject to change.
I had to restart a bunch of tags (not just ones within UDTs) in different devices after upgrading from V8.0.16 to V8.1.0
Still having to restart tags each time a machine is power cycled as accyroy states - this bug hurts.
did you hear anything. I noticed what I think is the same issue in V8.1.5
No, I don’t have any solutions and this still happens intermittently.
In 8.1.1 I am having problems with reference tags created on a field instance and propagated with MQTT not appearing in the sqlth_te table after adding them on the field instance, using MQTT Transmission Control to send them across, add history function to our history instance, and then even restarting the tags, One shows up, and two others, one of which is currently bad quality/disabled, now appearing in the database and so tag history queries are not working.
I’m having to restart UDTs after a PLC has lost comms. I’m running 8.1.7. Has this been resolved? Is there away I can restart tag via a script?
the tags can be restarted from script. Just have to set the Enable = 0 and back to 1. I setup a watch dog type heartbeat with device and if the tag status is bad for more 10min I try to restart all the tags. This is can be done at the folder level. I still have not gotten an answer why i had to add this logic as it was not an issue with 8.0.15.
Thanks Jeff. How do I reset the enabled at the folder level in a script? I can do it for a standard tag, but not the UDT or folder.