Lock page functions in secondary screen using multi monitor.

Hi, ive upgraded a project to 2023R2 and it uses multimonitor, previously its popolated ith Cicode and display pages on the main screen and alarm list on the secondary screen.

So i created screen profiles and configurated it the same, it opens as expected but, when i use "go to page" in the alarm list its displayed on the alarm screen wich i dont want. Is it possible to redirect so all page functions appears in the "main screen"?

Parents
  • Hi Frederic,

    If your migrated project is using equipment, and you took advantage of the Workspace as well as screen profiles, then this can be achieved quite easily:

    • Master Page 1 -> Has a Content Pane (default one does). Make sure it supports all the Content Types you want: Content Types
    • Make sure all your content pages (mimics) have been assigned a content type: Assign a Content Type to a Page
    • Make sure all your equipment, that trigger alarms, have been assigned a home page in the Page field of the equipment: Add Equipment Using Equipment Editor
    • Master Page 2 -> Design this as your dedicated Alarm Page.
    • Assign each Master page to a screen in your screen profile.

    When the user selects to "Navigate" from an Alarm in the Alarm Page, it will use an internal navigate function to work out what equipment the alarm belongs to, then what the "home" page is of that equipment, and then it will display it automatically in a pane of your master page(s) that supports its Content Type. In this case the Content pane of Master Page 1. See Autofill.

Reply
  • Hi Frederic,

    If your migrated project is using equipment, and you took advantage of the Workspace as well as screen profiles, then this can be achieved quite easily:

    • Master Page 1 -> Has a Content Pane (default one does). Make sure it supports all the Content Types you want: Content Types
    • Make sure all your content pages (mimics) have been assigned a content type: Assign a Content Type to a Page
    • Make sure all your equipment, that trigger alarms, have been assigned a home page in the Page field of the equipment: Add Equipment Using Equipment Editor
    • Master Page 2 -> Design this as your dedicated Alarm Page.
    • Assign each Master page to a screen in your screen profile.

    When the user selects to "Navigate" from an Alarm in the Alarm Page, it will use an internal navigate function to work out what equipment the alarm belongs to, then what the "home" page is of that equipment, and then it will display it automatically in a pane of your master page(s) that supports its Content Type. In this case the Content pane of Master Page 1. See Autofill.

Children