Forwarding historian data across gateway network

Hello,

I am in the process of trying to see how to best utilize the gateway network to move data from individual gateways to a central gateway and to SQL database connected to it. This is still early testing, so this is a basic example; but each site would it’s own (local) tag historian. I would like to use the ignition gateway network to then transfer the time series data up to the central gateway where it is then stored in a SQL database to be used in other applications.

I am currently wondering if this setup would be possible with a historian splitter and a remote historian.

At this point I am still exploring my options on how this would best be achieved and I was curious what some of the best ways there are to go about this.

Hi Will,

To achieve this in the past, I’ve set up a History Splitter on the local gateways to separate local and central history storage (using remote history provider).

On the central gateway, I then create a Remote Tag Provider and configure its History Access Mode to Database, pointing it at the central historian database. This ensures that tag history is replicated across the gateway network, but all history queries are served locally from the central database, rather than being proxied back to the local gateways.

This approach significantly reduces gateway network traffic and improves client query performance.

:100: