Perspective Power Chart click to graph

Hi
I have created a UDT and a view template for a flow meter (simple LED display). I want an operator to be able to click on the view and then a power chart should be dynamically updated and add a pen for that flowmeter. The Power chart is linked to south dock.

is it possible?

Hi @mojoeswa, that sounds feasible.

If you are opening/closing the south dock you could pass something to reference the UDT (e.g. and Id) via the dock’s view parameters.

If the dock is permanently open, you may need to use a session prop or messaging (system.perspective.sendMessage()) to update the data in the docked view.

Thx matthew!
I also found this clip Power Chart - Indirection - Perspective Chart Components
:slight_smile:

1 Like