Here's a fun one, probably not enough for me to raise a support ticket, but interesting to see if it's just me:
I have a PowerChart, and I have set it up to be dynamic depending on a few parameters and custom values (URL is used to distinguish site/system).
I have an expression used for the pen source:
{view.custom.tagRoot}+"sys-a/bms/sys-a_hex-a_oil-flow/value"
where tagRoot is just setting the history driver and the root of the path...
For example, it calculates to:
histprov:<redacted>:/drv:sin02-hc01:/tag:sin02/hc01/
and then the pen data source therefore becomes:
histprov:<redacted>:/drv:sin02-hc01:/tag:sin02/hc01/sys-a/bms/sys-a_hex-a_oil-flow/value
This is all good and correct, data displays fine.
HOWEVER: I cannot place annotations on this pen.... If I remove the expression binding and cut and paste the above, it all works ok.
I'm not to sure how to troubleshoot this (or if it can)... I understand why you cant write to an expression binding if this was for example a tag, but I didn't think the tag datasource in a PowerChart would work the same (and you cant map a indirect tag to this and set up bi-directionality as it has to have the history provider etc. in the source)......
Anyone seen this or have any suggestions for how I could set this up to work dynamically..... for our commissioning I've had to set up dozens of trends manually just so we can annotate.
And interestingly(?) it will display annotation on the dynamically made tag if there's an annotation set from the non-dynamic trend......