Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi I would appreciate help for below.
Machine No | Stop time | Start time |
1 | 2019-02-26 23:07:23 | 2019-02-27 06:11:47 |
2 | 2019-02-26 23:10:18 | 2019-02-27 06:28:25 |
3 | 2019-02-26 23:11:26 | 2019-02-27 06:32:11 |
4 | 2019-02-26 23:14:16 | 2019-02-27 07:01:46 |
5 | 2019-02-26 23:15:07 | 2019-02-27 06:29:31 |
1 | 2019-02-27 23:15:29 | 2019-02-28 06:30:46 |
2 | 2019-02-27 23:15:49 | 2019-02-28 06:31:08 |
3 | 2019-02-27 23:16:26 | 2019-02-28 06:30:42 |
4 | 2019-02-27 23:17:27 | 2019-02-28 06:28:39 |
4 | 2019-02-28 07:18:21 | 2019-02-28 08:31:36 |
4 | 2019-02-28 10:18:30 | 2019-02-28 11:29:05 |
5 | 2019-02-27 23:18:42 | 2019-02-28 06:35:03 |
1 | 2019-03-01 23:07:23 | 2019-03-02 06:11:47 |
1 | 2019-03-02 10:10:23 | 2019-03-02 11:10:23 |
2 | 2019-03-01 23:07:23 | 2019-03-02 06:11:47 |
2 | 2019-03-02 10:10:23 | 2019-03-02 11:10:23 |
3 | 2019-03-01 23:07:23 | 2019-03-02 06:11:47 |
3 | 2019-03-02 10:10:23 | 2019-03-02 11:10:23 |
4 | 2019-03-01 23:07:23 | 2019-03-02 06:11:47 |
4 | 2019-03-02 10:10:23 | 2019-03-02 11:10:23 |
5 | 2019-03-01 23:07:23 | 2019-03-02 06:11:47 |
5 | 2019-03-02 10:10:23 | 2019-03-02 11:10:23 |
Data
1 ----Need to show the trend by machine, for example, every machine have like the trend of stop and start (here mostly machine stops between 23:00 to 6:00 because there is no shift)
2 ----If you look at machine no 4 it stops between the shifts on 28th Feb but no other machine stops (this is a FALSE STOP because of break down)3 -----On 2nd of march all the machines stops and starts at the same time between shift (this is considered as a TRUE stop because of maintenance)
What I tried
I have calculated interval between stop and start time
have seperated dates and time,
tried class function for time bucket but did not help.
Requirement and condition
1---- My requirement is to show some kind of trend with respect to machine numbers so that the user could visually understand by pattern if it is a TRUE stop or a FALSE stop (it should also have a 10 min threshold for example if machine1 stops at 10:10, and machine 2,and 3 at 10:20 and machine 4 and 5 at 9:55 it should be TRUE as well)
2 -----Can someone help me with logic to achieve this in a table and graph (I was thinking of a bar graph Y-axis would be time from 00:00 to 11:55 and X-axis with Machine number and the stop duration shows in RED and others in Blue, but not able to think of any logic to achieve it)
3 -----Please suggest if there is any better way of visualizing the trend other than the above.
Thanks and Regards
Stay Safe ...