Tag descriptions are sent to the Historian during object startup (before going on scan?). Many of our customers end up with tag descriptions that are built dynamically as a combination of the object description + attribute description. These descriptions never make it to the Historian.
One workaround would be to use "Preserve Runtime Changes" and redeploy the object. This way the object will have it's dynamic description when it starts up, and this is transmitted to the Historian. This will lead to additional reconfigurations on the Historian and needless entries in the TagHistory table, so I don't think it is a good solution.
Are there any solutions or plans for this functionality? I am almost certain I have read about this somewhere, but I can't remember when or where...
Suggestion: System Platform always sends updates to the Historian when certain attributes are updated (TrendHigh, TrendLow, Description, EngUnits)
Example:
Object A is a pump with three attributes, temperature, vibration and current that are historized. Object A has the description "Feedwater pump A". We build the descriptions dynamically when the object goes on scan:
Temperature.Description = me.ShortDesc + ", Temperature";
Vibration.Description = me.ShortDesc + ", Vibration";
Current.Description = me.ShortDesc + ", Current";