I am having difficulty with historical queries and partitions. The gateway config for Tags/History/Historian is set to Enable Partitioning with a 1 month partition. If I query using this:
data = system.tag.queryTagHistory(paths=tagSelected,
- startDate=startTime, endDate=endTime, returnSize=numPoints, aggregationMode=aggMode, returnFormat=‘Wide’)*
I get 0’s returned for dates older than 1 month. How can I include results from other partitions in this query?
I am using Ignition 8.0.3 with Linux.
thanks much