In these descriptions, the component on which a Px view is placed is referred to as the base component. A Px view with relativized slot path Ords is more reusable than one with absolute slot path Ords but it still requires components to be positioned the same and named exactly the same on other base components Tag-based Px bindings use NEQL queries instead of slot paths for the bound ORDs. The result is that components can have different names and be placed anywhere in the station as long as there is a set of tags to identify the component and a (optional) relation to get from the base component to that bound component.
If there is not a relation between the base component and the bound component but the bound component is a descendant of the base component, a Select NEQL query can be used for the Ord binding. If the bound component is not a descendant of the base component, there must be a relation and a Traverse NEQL query will be used.

Invoked in a Px Editor view, from the Bound Ords pane by clicking the
(Neqlize Ords) button. The Neqlize Ords window attempts to find a set of tags and optionally a relation to distinguish a component in the bound ORDs list from a
search set. The search set depends on what type of query you want.
The Neqlize Ords window shows the Before conversion value of the slot path Ords, the After conversion value of the tag-based NEQL Ords with tags and an optional relation, and the Path value shows the absolute slot path ord to that component because any previously converted NEQL queries may resolve to anywhere in the station.


There are two types of queries in NEQL:
Within the
In addition to the query mode, you can specify certain tags and relations to exclude from the query to keep the graphic as resuable as possible. A few examples of tags and relations that limit reusability, and that are already listed in default exclusions, are shown here:
n:name, n:displayName, n:ordInSession, hs:idn:child, n:parentA set of Default Excluded Tags and Relations is collected from each installed tag dictionary. A set of Custom Excluded Tags
and Relations can also be specified in the station's TagDictionaryService. Additionally, a set of User Excluded Tags and Relations
can be specified in the Px Editor