Automatically refresh view values in perspective module

Hi

We are working on a perspective based project. Wanted to know if there is a way to dynamically refresh values on a view or a component, i.e. after a view is loaded, is there a way to run scripts periodically.

https://docs.inductiveautomation.com/display/DOC80/Perspective+Component+Methods#PerspectiveComponentMethods-RefreshingBindings
Each component has a refreshBinding() method that can be used to re-evaluate any bindings.

2 Likes

Thank you so much, will try to use it.