(0)| 1/13/2026 5:54 AM | |
|
Joined: 1/21/2013 Last visit: 1/13/2026 Posts: 4390 Rating:
|
Hi TaurusTed, The screens are organized in the project tree to provide a clearer overview. This organization is independent of the HMI UI screen hierarchy. The UI screen hierarchy is defined by the screen windows and their contents. The "Dashboard_Screen", which is defined as the start screen, will appear in the top-level screen window when you start the GUI. Then, the "myPrimaryView" screen will represent the next level in the hierarchy. To address the top-level screen window, begin your object path with a slash (/). The name of the window must follow the "/". However, it has no name by default. If you have not specified a top-level screen window in Screen Management, leave this field empty. Use "/" for the next hierarchical level and specify the screen item. In your case, it would be "myPrimaryView". Therefore, your path should be "//myPrimaryView". For more details and examples of the object path, see the description of the "FindItem" method. Kind regards |
Follow us on