Data from text file to chart

Hi. Quite new to Ignition and need a bit of guidance.

I get measurement data from multiple remote sensors via text files once per day that I need to store and show in a graph.

What is the best method to do this? Reading the files and parse the data is not the issue. My question is where is it best to store the data and timestamps they can easily be shown on time series graphs for example.

The best way to store this data would likely be using ignitions tag history. Once you parse the data you could write it to the history of a tag then that tag can be viewed in any of Ignitions charts.

You can use system.tag.storeTagHistory to do this:

I would upsert each data file into a real database, then connect to that database with the DB Table Historian to allow the rest of Ignition to use it transparently as a historian:

1 Like