Understand MES Web Portal embedded control URLs
- Last UpdatedApr 14, 2025
- 1 minute read
Certain MES Web Portal controls can be embedded in another web application without the surrounding web page layout elements. These controls and their URLs are listed below. If the MES Web Portal port number is the default HTTPS port number 443, you do not need to include it in the URL.
-
Entity Monitor
https://<web_portal_server>:<HTTPSportnumber>/mes/noChrome.cshtml#common/entity/monitor/monitor?entID=<entID>
-
Entity Utilization
https://<web_portal_server>:<HTTPSportnumber>/mes/noChrome.cshtml#common/entity/utilization/utilization?entID=<entID>
-
Entity Work Queue
https://<web_portal_server>:<HTTPSportnumber>/mes/noChrome.cshtml#common/entity/workQueue/workQueueHost?entID=<entID>
-
Line Layout
https://<web_portal_server>:<HTTPSportnumber>/mes/noChrome.cshtml#common/line/configuration/layout/editor?lineID=<lineID>
-
Line Monitor
https://<web_portal_server>:<HTTPSportnumber>/mes/noChrome.cshtml#common/line/monitor/monitor?lineID=<lineID>
The parameters to pass are represented by:
-
<entID>
The ID number of the entity to associate to the control.
-
<lineId>
The ID number of the line to associate to the control.
Prerequisites for using embedded controls
-
Custom HTML pages that include an embedded control must be hosted in the same IIS environment as MES Web Portal. Otherwise, the page will not be trusted by AVEVA Identity Manager and the control will not be accessible.
-
Users of the embedded controls must perform a secure login using the Identity Manager login to be allowed access to the controls.