I was wondering if there’s a way to drive the chart via an HDA pen similar to how it functions using the Vision Easy Chart.
Unless I’m missing something, using Tag History Binding doesn’t allow the use of HDA tags?
As a workaround, we can use the system.opchda.readProcessed() function, but using it limits the amount of data we can request at a time (The PI HDA only allow’s 10,000 values returned via an HDA call in this manner).
Hmm, at least part of the problem is that we’re strictly giving you a realtime tag browser, not a historical tag browser - that’s easy enough to fix. As for the backslashes, try double-escaping them; eg: \\PI.Bakersfield -> \\\\PI.Bakersfield when defining it in the binding configuration.
No number of slashes pass through to the tagpath binding. It seems like you guys have a parser in place that automatically parses out specific special characters?
If you look at the view.json resource on disk, are the backslashes present there? I was just in that area, and don’t remember any parsing logic, but it may be happening incidentally due to some other handling.