Trending on clients

Hello,

Is it possible to save trends on clients?
Now when a client wants to change a trend it will be gone the next time we save ignition designer.

Thanks in advance!

in vision at least, the trends are just datasets. it is possible to save those in a database and then retrieve when you want. look up serializing a dataset, you should be able to find in the forum.

1 Like

I’m not sure if @diat150 meant the trend’s data or configuration, but both are accessible and storable from the EasyChart properties if you’re in Vision, and the json configuration for the Powerchart in Perspective could be stored as well.

The advantage of storing the configuration being that the user could “pick up where they left off.”

When a user selects a “saved trend”, you can script the updates to the configuration from your stored configuration in the database.

1 Like