From one tag I want to capture history to two DBs at 100ms and 1000ms using a tag history splitter - possible?

Let’s say I had a historical provider called cloud and another called local

On Local, I want to save data every 100ms – if value change

On Cloud, I want to save data every 1000ms – if value change

Utilizing the splitter. Let’s call it “local and cloud”

How could I use tag groups or anything else to achieve this by not making more tags…

TIA for any guidance

This requires more tags. The splitter cannot do this. The splitter simply sends the same queries through two connections. What you are desiring is to alter the speed at which tag values are scanned.

If we need tags scanning at a 100ms rate - the tags will need to be assigned to a Direct Tag Group with a rate of 100. If we need tags scanning at a 1000ms rate - then that group needs a rate of 1000.

That means you will need two tags in order to record history at these two different rates. All of the tags that utilize the 100ms Tag Group would target the Local Storage Provider. All of the tags that utilize the 1000ms Group would target the Cloud Storage Provider.