[Workspace]EquipmentNavigationModelFilter
- Last UpdatedJul 19, 2023
- 1 minute read
Use this parameter to filter the equipment model loaded by the workspace. For example the equipment tree on the trend page, and alarm pages. It is also used as part of the workspace auto-fill functionality.
Allowable Values:
Any valid filter.
An empty string indicates that all records will be returned. Where a fieldname is not specified in the filter, it is assumed to be equipment name. For example, the filter "AAA" is equivalent to "name=AAA".
The following regular expressions are supported: *expr, expr*, and *expr*. To specify an exclusion filtering condition, use the NOT keyword after the = operator.
See the topic EquipBrowseOpen in the Cicode Reference for list of Fields.
Default Value:
Empty string.
Examples
Filter by Drive01:
[Workspace]EquipmentNavigationModelFilter=PlantA.Pump1.Drive01
Filter by Pump1:
[Workspace]EquipmentNavigationModelFilter=PlantA.Pump1
Filter by Pump1 and subequipment:
[Workspace]EquipmentNavigationModelFilter=PlantA.Pump1.*
Filter by Cluster1 and all sub equipment in PlantA:
[Workspace]EquipmentNavigationModelFilter = Cluster=Cluster1; Name=PlantA.*
Filter by Cluster1 and Pump1 and Pump2:
[Workspace]EquipmentNavigationModelFilter = Cluster=Cluster1; Name=PlantA.Pump1,PlantA.Pump2
Filter by Cluster2 and all subquipment in PlantC:
[Workspace]EquipmentNavigationModelFilter = Cluster=Cluster2; Name=PlantC.*