Page URLs
- Last UpdatedNov 03, 2020
- 2 minute read
The URLs for the MES Web Portal pages 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.
Home
https://<web_portal_server>:<HTTPSportnumber>/mes/
Entities
https://<web_portal_server>:<HTTPSportnumber>/mes/#/entities/
Entity
https://<web_portal_server>:<HTTPSportnumber>/mes/#entity/<entID>/
Entity > Utilization Events tab
https://<web_portal_server>:<HTTPSportnumber>/mes/#entity/<entID>/utilization
Entity > Work Queue tab
https://<web_portal_server>:<HTTPSportnumber>/mes/#entity/<entID>/workQueue
Entity > Monitor tab
https://<web_portal_server>:<HTTPSportnumber>/mes/#entity/<entID>/monitor
Entity > Configuration tab
https://<web_portal_server>:<HTTPSportnumber>/mes/#entity/<entID>/configuration
Lines
https://<web_portal_server>:<HTTPSportnumber>/mes/#lines/
Line
https://<web_portal_server>:<HTTPSportnumber>/mes/#line/<lineID>/
Line > Work Order tab
https://<web_portal_server>:<HTTPSportnumber>/mes/#line/<lineID>/workOrders
Line > Entities tab
https://<web_portal_server>:<HTTPSportnumber>/mes/#line/<lineID>/entities
Line > Monitor tab
https://<web_portal_server>:<HTTPSportnumber>/mes/#line/<lineID>/monitor
Line > Configuration tab
https://<web_portal_server>:<HTTPSportnumber>/mes/#line/<lineID>/configuration
Utilization
https://<web_portal_server>:<HTTPSportnumber>/mes/#/utilization/
Utilization > Reasons & Groups tab
https://<web_portal_server>:<HTTPSportnumber>/mes/#utilization/reasonsGroups
Utilization > States tab
https://<web_portal_server>:<HTTPSportnumber>/mes/#utilization/states
Work Orders
https://<web_portal_server>:<HTTPSportnumber>/mes/#/workOrders/
Work Order
https://<web_portal_server>:<HTTPSportnumber>/mes/#workOrder?wo_id=<woID>
Work Order > Job
https://<web_portal_server>:<HTTPSportnumber>/mes/#job?wo_id=<woID>&op_id=<opID>&seq_no=<seqNo>
The parameters to pass are represented by:
<web_portal_server>
The fully qualified domain name of the server on which MES Web Portal is running.
<entID>
The ID number of the entity whose page or tab is being displayed.
<lineId>
The ID number of the line whose page or tab is being displayed.
<woID>
The ID number of the work order whose page is being displayed.
<woID>, <opID>, <seqNo>
The work order ID, operation ID, and sequence number of the job whose page is being displayed.
Displaying Pages Without Surrounding Page Layout Elements
If needed, the MES Web Portal pages can be displayed without the surrounding web page layout elements.
To remove the layout elements, in the page URL include noChrome.cshtml immediately preceding the page identifier. For example:
https://MES.yourmesorg.com/mes/noChrome.cshtml#entities/
The resulting Entities page is presented as shown below.
