mriusero commited on
Commit
0d159dc
·
1 Parent(s): 79429aa

add example

Browse files
Files changed (2) hide show
  1. data/status.json +1 -28
  2. src/ui/sidebar.py +1 -0
data/status.json CHANGED
@@ -1,28 +1 @@
1
- {
2
- "opening_time": "0 days 00:19:27",
3
- "required_time": "0 days 00:19:27",
4
- "unplanned_stop_time": "0 days 00:15:00",
5
- "operating_time": "0 days 00:04:27",
6
- "net_time": "0 days 00:04:27",
7
- "useful_time": "0 days 00:04:12",
8
- "quality_rate": 94.38,
9
- "quality_rate_tool_1": 97.76,
10
- "quality_rate_tool_2": 91.73,
11
- "operating_rate": 100.0,
12
- "availability_rate": 22.88,
13
- "OEE": 21.59,
14
- "MTBF": "0 days 00:04:27",
15
- "MTTR": "0 days 00:15:00",
16
- "tool_1_cp_pos": 1.0173,
17
- "tool_1_cpk_pos": 0.9722,
18
- "tool_1_cp_ori": 0.8017,
19
- "tool_1_cpk_ori": 0.7816,
20
- "tool_2_cp_pos": 0.4133,
21
- "tool_2_cpk_pos": 0.3676,
22
- "tool_2_cp_ori": 0.5903,
23
- "tool_2_cpk_ori": 0.5752,
24
- "all_cp_pos": 0.539,
25
- "all_cpk_pos": 0.5213,
26
- "all_cp_ori": 0.6739,
27
- "all_cpk_ori": 0.6568
28
- }
 
1
+ {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src/ui/sidebar.py CHANGED
@@ -43,6 +43,7 @@ def sidebar_ui(state, width=700, visible=True):
43
  ["What is the most critical issue in the production right now?"],
44
  ["What are the common downtimes faced in production?"],
45
  ["Can you explain me Cp & Cpk KPIs ?"],
 
46
  ["On what metrics should I focus to improve global efficiency?"],
47
  # ["Can you provide insights on equipment performance?"],
48
  # ["How can I optimize the workflow in the production area?"],
 
43
  ["What is the most critical issue in the production right now?"],
44
  ["What are the common downtimes faced in production?"],
45
  ["Can you explain me Cp & Cpk KPIs ?"],
46
+ ["Which tool have the worst quality rate ?"],
47
  ["On what metrics should I focus to improve global efficiency?"],
48
  # ["Can you provide insights on equipment performance?"],
49
  # ["How can I optimize the workflow in the production area?"],