Skip to content

Latest commit

 

History

History
72 lines (31 loc) · 3.26 KB

GUIDE.md

File metadata and controls

72 lines (31 loc) · 3.26 KB

Guide to using the Bench Routes Dashboard

After you have setup your Bench Routes Dashboard you will see the following webpage on http://localhost:3000/

Screenshot from 2021-08-09 08-33-37

Selecting the machine

To select the machine you need to click on the selector on the top left corner of the screen as shown in the image.

Screenshot from 2021-08-09 08-46-20

Incase the backend throw some error or is not running you will see a error message as shown below.

Screenshot from 2021-08-09 08-46-39

Selecting the Route

To select the route you need to select on any item present in the list on the bottom left corner of the screen as shown in the image.

list

Incase the backend throw some error or is not running you will see a error message as shown below.

Screenshot from 2021-08-09 08-56-41

Searching the Route

You can search the route from the list of routes using the search box above the list.

search

Using Time Querier

You can set the start time, end time and step value using the time querier component on the sidebar and then click "Fetch" to query the data.

time-query

Incase the endtime is less than the start time on clicking "Fetch" you will see a error as show below.

Screenshot from 2021-08-09 09-16-30

Graph plots and error messages

Whenever a route is selected or the "Fetch" button is used for querying a route for different time intervals a graph corresponding to the qeried data will be displayed.

route-selector

query-time

Incase the backend throws some error you will see the following error.

Screenshot from 2021-08-08 00-42-09

Incase there is no data currently for the selected route and time interval you will see the following image.

Screenshot from 2021-08-08 00-40-17

Incase the amount of queried data is above the threshold value then the following message will be displayed.(To get rid of this error make sure to increase the step value)

Screenshot from 2021-08-09 10-15-31