Example globalCapacity feature entry
<feature name="globalCapacity" expiration="2016-04-01" point.limit="1250" device.limit="50" excludedDevices="ndio;nrio;niagaraDriver" excludedPoints="ndio;nrio;niagaraDriver"/>
The example above sets global limits on points (1250) and devices (50), but no limits on networks, links, histories, or schedules. The excludedDevices and excludedPoints attributes mean that there is no limit on the number of devices and points from these modules: ndio, nrio or niagaraDriver.
A more restrictive global capacity example feature could look like below.
<feature name="globalCapacity" expiration="never" network.limit="3"device.limit="25" point.limit="500" link.limit="400" history.limit="125"schedule.limit="10" excludedNetworks="nrio" excludedDevices="nrio"excludedPoints="nrio"/>
The example indicates:
A limit of three networks of any kind
A limit of 25 devices of any kind,
A limit of 500 points of any kind
A limit of 400 links of any kind.
A limit of 124 histories and 10 schedules of any kind.
Attributes allow for excludedNetworks, excludedDevices, and excludedPoints, each as a comma-separated list of modules. This means that there is no limit for nrio networks, Devices and ports. Any modules in these attributes are excluded from the respective global capacity limit. However all links, histories, and schedules from these modules are not excluded from any other global capacity counts.