Embedded Controls URLs
- Last UpdatedNov 03, 2020
- 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.