Change the point discovery limit
By default,
FactoryTalk Historian ME
limits the point discovery to 2000 tags because it is the item count set in the default rule file (ADDefault.xml
) for the data source defined as LogixController
.To change the point discover limit in the rule file
- Open the rule file in an XML editor.
- Find the following rule:<Rule where="Item.Count LTE ('2000')">
- Change the value in the brackets to a higher value.
- Save the file.
If you use the default rule file, change the value in this file:
<Program Files (x86)>\Rockwell Software\FactoryTalk Historian ME\ME Rule Editor\ADDefault.xml
If you create your custom rule file, add the rule with the higher item count.
Provide Feedback