Px view component property sheet

A Px view is a custom graphical view of control logic that you define in a Px file. The view provides a visualization of information in a rich, dynamic format that is easy to create and to edit.

Using the Px Editor to build Px views, you can create the desired visualization of your control logic without having software programming skills. When attached to a component, the Px view becomes the default view for the component.

Looking at an object’s Px view in the property sheet (where it may be edited) helps illustrate what a Px view is. A Px view is comprised of the following parts.

  • Icon

    Assign or change the icon file that appears to the left of the Px view display name. After assigning this icon to the view, it appears in the view selector menu, the Nav tree side bar, and in the property sheet view.

    Icon graphics must be linked into your view from a module (for example, use the following path to find a folder icon: module://icons/x16/folder.png). Icon graphics are not supported outside of modules.

  • Px File

    Assign the Px file that is associated with active Px view.

  • Required Permissions

    Assign or edit the Operator and Admin permissions that are applicable when the view is active: Read (r), Write (w), Invoke (I).

  • Media

    Edit the target media of the Px view: Workbench or html.

Figure 1. Px view in a component property sheet