From: Jonathan <jon...@fh...> - 2017-04-07 12:59:42
|
Hello, I have a bunch of PV's returning double values. I'd like to display them in a bar chart with every bar represents the current value of the PV. I figured that i can display an Array of Doubles in an xy graph widget and display the points as bars. But trying to create a local pv array with the list of PVs I want to display just does not want to work. Do I need a script to create the array and write it to the widget or is there a (possibly simple)way that I just missed. Or is there a better way to get a bar chart of the PV than what I suggested. With sincere thanks, Jonathan |