@seedtactics/insight-client 16.8.0 → 16.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/README.md +23 -29
  2. package/dist/assets/index-BGjv3-QV.js +388 -0
  3. package/dist/cell-status/current-status.js +4 -1
  4. package/dist/cell-status/estimated-cycle-times.js +2 -1
  5. package/dist/cell-status/inspections.js +1 -1
  6. package/dist/cell-status/loading.js +1 -1
  7. package/dist/cell-status/material-summary.js +4 -2
  8. package/dist/cell-status/names.js +1 -1
  9. package/dist/cell-status/rebookings.js +3 -1
  10. package/dist/cell-status/scheduled-jobs.js +1 -1
  11. package/dist/cell-status/sim-production.js +6 -2
  12. package/dist/cell-status/station-cycles.js +3 -1
  13. package/dist/cell-status/tool-replacements.js +21 -7
  14. package/dist/cell-status/tool-usage.js +7 -2
  15. package/dist/components/App.d.ts +2 -2
  16. package/dist/components/App.js +13 -5
  17. package/dist/components/AxisAndGrid.d.ts +6 -6
  18. package/dist/components/BarcodeScanning.d.ts +2 -2
  19. package/dist/components/BarcodeScanning.js +8 -2
  20. package/dist/components/ChartTooltip.d.ts +2 -2
  21. package/dist/components/ChooseMode.js +6 -1
  22. package/dist/components/ChooseOperator.d.ts +1 -1
  23. package/dist/components/ErrorsAndLoading.d.ts +3 -3
  24. package/dist/components/LoadingIcon.d.ts +1 -1
  25. package/dist/components/LoadingIcon.js +1 -1
  26. package/dist/components/LogEntry.d.ts +2 -2
  27. package/dist/components/LogEntry.js +10 -8
  28. package/dist/components/ManualSerialEntry.d.ts +2 -2
  29. package/dist/components/MonthSelect.d.ts +1 -1
  30. package/dist/components/MonthSelect.js +3 -1
  31. package/dist/components/Navigation.d.ts +2 -2
  32. package/dist/components/Navigation.js +1 -1
  33. package/dist/components/VerboseLogging.d.ts +1 -1
  34. package/dist/components/analysis/AnalysisSelectToolbar.d.ts +1 -1
  35. package/dist/components/analysis/BasketCycleCards.d.ts +1 -1
  36. package/dist/components/analysis/BasketCycleCards.js +1 -1
  37. package/dist/components/analysis/BufferChart.d.ts +1 -1
  38. package/dist/components/analysis/BufferChart.js +23 -4
  39. package/dist/components/analysis/CostPerPiece.d.ts +2 -2
  40. package/dist/components/analysis/CostPerPiece.js +2 -2
  41. package/dist/components/analysis/CycleChart.d.ts +1 -1
  42. package/dist/components/analysis/CycleChart.js +17 -4
  43. package/dist/components/analysis/DataTable.js +4 -2
  44. package/dist/components/analysis/EfficiencyPage.d.ts +2 -2
  45. package/dist/components/analysis/EfficiencyPage.js +1 -1
  46. package/dist/components/analysis/HeatChart.d.ts +1 -1
  47. package/dist/components/analysis/HeatChart.js +12 -3
  48. package/dist/components/analysis/InspectionDataTable.d.ts +1 -1
  49. package/dist/components/analysis/InspectionDataTable.js +6 -1
  50. package/dist/components/analysis/InspectionSankey.d.ts +1 -1
  51. package/dist/components/analysis/InspectionSankey.js +16 -6
  52. package/dist/components/analysis/PalletCycleCards.d.ts +1 -1
  53. package/dist/components/analysis/PalletCycleCards.js +5 -3
  54. package/dist/components/analysis/PartCycleCards.d.ts +2 -2
  55. package/dist/components/analysis/PartCycleCards.js +16 -6
  56. package/dist/components/analysis/QualityPage.d.ts +1 -1
  57. package/dist/components/analysis/ScheduleHistory.d.ts +1 -1
  58. package/dist/components/analysis/ScheduleHistory.js +1 -1
  59. package/dist/components/analysis/StationDataTable.d.ts +1 -1
  60. package/dist/components/analysis/ToolReplacements.d.ts +1 -1
  61. package/dist/components/analysis/ToolReplacements.js +7 -3
  62. package/dist/components/operations/AllMaterial.d.ts +1 -1
  63. package/dist/components/operations/ChartRangeEdit.d.ts +1 -1
  64. package/dist/components/operations/ChartRangeEdit.js +13 -4
  65. package/dist/components/operations/CloseoutReport.js +1 -1
  66. package/dist/components/operations/CompletedParts.js +2 -2
  67. package/dist/components/operations/CurrentWorkorders.js +2 -2
  68. package/dist/components/operations/Dashboard.d.ts +2 -2
  69. package/dist/components/operations/OEEChart.d.ts +4 -4
  70. package/dist/components/operations/OEEChart.js +7 -2
  71. package/dist/components/operations/Outliers.d.ts +1 -1
  72. package/dist/components/operations/Programs.js +9 -4
  73. package/dist/components/operations/Rebookings.d.ts +1 -1
  74. package/dist/components/operations/Rebookings.js +3 -1
  75. package/dist/components/operations/RecentCycleChart.d.ts +1 -1
  76. package/dist/components/operations/RecentCycleChart.js +2 -2
  77. package/dist/components/operations/RecentProduction.js +3 -3
  78. package/dist/components/operations/RecentSchedules.js +3 -1
  79. package/dist/components/operations/RecentStationCycles.d.ts +1 -1
  80. package/dist/components/operations/RecentStationCycles.js +1 -1
  81. package/dist/components/operations/ShiftSettings.d.ts +1 -1
  82. package/dist/components/operations/SimDayUsage.d.ts +1 -1
  83. package/dist/components/operations/ToolReport.js +17 -6
  84. package/dist/components/operations/WorkorderGantt.d.ts +1 -1
  85. package/dist/components/quality/QualityMaterial.d.ts +2 -2
  86. package/dist/components/quality/QualityMaterial.js +1 -1
  87. package/dist/components/quality/QualityPaths.d.ts +1 -1
  88. package/dist/components/quality/RecentFailedInspections.d.ts +1 -1
  89. package/dist/components/routes.d.ts +1 -1
  90. package/dist/components/routes.js +1 -1
  91. package/dist/components/station-monitor/BulkRawMaterial.d.ts +2 -2
  92. package/dist/components/station-monitor/BulkRawMaterial.js +11 -5
  93. package/dist/components/station-monitor/Closeout.js +6 -2
  94. package/dist/components/station-monitor/Inspection.js +3 -1
  95. package/dist/components/station-monitor/InvalidateCycle.d.ts +3 -3
  96. package/dist/components/station-monitor/InvalidateCycle.js +10 -3
  97. package/dist/components/station-monitor/JobDetails.js +4 -2
  98. package/dist/components/station-monitor/LoadStation.d.ts +1 -1
  99. package/dist/components/station-monitor/LoadStation.js +6 -3
  100. package/dist/components/station-monitor/Material.d.ts +10 -10
  101. package/dist/components/station-monitor/Material.js +28 -20
  102. package/dist/components/station-monitor/Material.test.js +1 -1
  103. package/dist/components/station-monitor/MoveMaterialArrows.d.ts +2 -2
  104. package/dist/components/station-monitor/PrintedLabel.d.ts +3 -3
  105. package/dist/components/station-monitor/PrintedLabel.js +9 -4
  106. package/dist/components/station-monitor/QuarantineButton.d.ts +1 -1
  107. package/dist/components/station-monitor/QuarantineButton.js +4 -2
  108. package/dist/components/station-monitor/Queues.d.ts +2 -2
  109. package/dist/components/station-monitor/Queues.js +6 -4
  110. package/dist/components/station-monitor/QueuesAddMaterial.d.ts +3 -3
  111. package/dist/components/station-monitor/QueuesAddMaterial.js +20 -7
  112. package/dist/components/station-monitor/SelectInspType.d.ts +2 -2
  113. package/dist/components/station-monitor/SelectWorkorder.d.ts +1 -1
  114. package/dist/components/station-monitor/StationToolbar.d.ts +1 -1
  115. package/dist/components/station-monitor/StationToolbar.js +13 -3
  116. package/dist/components/station-monitor/SystemOverview.d.ts +4 -4
  117. package/dist/components/station-monitor/SystemOverview.js +36 -16
  118. package/dist/components/station-monitor/Whiteboard.d.ts +1 -1
  119. package/dist/data/all-material-bins.js +2 -1
  120. package/dist/data/cost-per-piece.js +3 -1
  121. package/dist/data/move-arrows.js +3 -1
  122. package/dist/data/part-summary.js +1 -1
  123. package/dist/data/results.cycles.js +13 -4
  124. package/dist/data/tools-programs.js +3 -2
  125. package/dist/index.html +1 -1
  126. package/dist/network/api.d.ts +18 -0
  127. package/dist/network/api.js +502 -371
  128. package/dist/util/chart-colors.js +12 -1
  129. package/docs/client-efficiency.md +226 -263
  130. package/docs/client-engineering.md +27 -28
  131. package/docs/client-launch.md +32 -33
  132. package/docs/client-operations.md +50 -53
  133. package/docs/client-quality.md +39 -43
  134. package/docs/client-sales.md +36 -40
  135. package/docs/client-scanners.md +27 -27
  136. package/docs/client-station-monitor.md +86 -96
  137. package/docs/client-tools-programs.md +47 -44
  138. package/docs/improve-fms.md +73 -78
  139. package/docs/makino.md +21 -25
  140. package/docs/material-quarantine.md +50 -64
  141. package/docs/material-tracking.md +162 -195
  142. package/docs/mazak.md +78 -91
  143. package/docs/niigata.md +145 -168
  144. package/docs/operator-procedures.md +72 -76
  145. package/docs/part-instructions.md +36 -36
  146. package/docs/security.md +87 -81
  147. package/docs/server-config.md +36 -45
  148. package/docs/server-errors.md +21 -22
  149. package/package.json +25 -24
  150. package/dist/assets/index-BwbaiELK.js +0 -364
@@ -2,27 +2,26 @@
2
2
  title: FMS Engineering Daily Monitoring
3
3
  nav: FMS Insight Client > Engineering
4
4
  description: >-
5
- The FMS Insight engineering pages are used by part programming engineers.
6
- These pages display information about the past few days of machine cycles
7
- and program execution.
5
+ The FMS Insight engineering pages are used by part programming engineers. These pages display
6
+ information about the past few days of machine cycles and program execution.
8
7
  ---
9
8
 
10
9
  # FMS Insight Engineering Pages
11
10
 
12
- The _Engineering_ page is intended for the part programming engineers. We suggest they bookmark this page and
13
- visit it directly. The page can be used after a new part-program is introduced to closely watch the timings of
14
- the new program. The page can also be used to stay on top of problematic programs which are frequently interrupted.
15
- All data available here is also available in the reports tab of the [operations page](client-operations). The engineering
16
- page just provides a dedicated place for engineers to bookmark and visit directly.
11
+ The _Engineering_ page is intended for the part programming engineers. We suggest they bookmark this
12
+ page and visit it directly. The page can be used after a new part-program is introduced to closely
13
+ watch the timings of the new program. The page can also be used to stay on top of problematic
14
+ programs which are frequently interrupted. All data available here is also available in the reports
15
+ tab of the [operations page](client-operations). The engineering page just provides a dedicated
16
+ place for engineers to bookmark and visit directly.
17
17
 
18
18
  ## Cycles
19
19
 
20
20
  ![Screenshot of machine cycles](screenshots/insight-machinecycles.png)
21
21
 
22
- First, the page contains a tab with a chart of all machine cycles from the past 3 days. The chart can
23
- be zoomed by clicking and dragging, filtered to specific parts and/or
24
- pallets, and toggled to a table. Clicking on any point allows more details
25
- about the cycle to be loaded. Anything older than 3
22
+ First, the page contains a tab with a chart of all machine cycles from the past 3 days. The chart
23
+ can be zoomed by clicking and dragging, filtered to specific parts and/or pallets, and toggled to a
24
+ table. Clicking on any point allows more details about the cycle to be loaded. Anything older than 3
26
25
  days is available as part of the [monthly review](improve-fms) on the
27
26
  [flexibility analysis page](client-efficiency).
28
27
 
@@ -30,25 +29,25 @@ days is available as part of the [monthly review](improve-fms) on the
30
29
 
31
30
  ![Screenshot of machine hours](screenshots/insight-machinehours.png)
32
31
 
33
- In the Hours tab, the planned and actual machine hours for the past 7 days are shown. The
34
- data can be toggled between a bar chart and a table. Anything older than 7
35
- days is available as part of the [monthly review](improve-fms) on the
36
- [flexibility analysis page](client-efficiency).
32
+ In the Hours tab, the planned and actual machine hours for the past 7 days are shown. The data can
33
+ be toggled between a bar chart and a table. Anything older than 7 days is available as part of the
34
+ [monthly review](improve-fms) on the [flexibility analysis page](client-efficiency).
37
35
 
38
36
  ## Outliers
39
37
 
40
38
  ![Screenshot of Machine outliers](screenshots/insight-machineoutliers.png)
41
39
 
42
40
  On the Outliers tab, there is a table which shows cycles from the last three days which are
43
- statistical outliers. The outlier detection is based on the [median absolute
44
- deviation of the
45
- median](https://en.wikipedia.org/wiki/Median_absolute_deviation), which is
46
- more resilient to outliers than the standard deviation. There are two reasons that a machine
47
- cycle will appear here:
48
-
49
- - If the actual time on the machine is far away from the median actual time, the cycle will be displayed. Cycles of this
50
- type indicate that the program was interrupted and took longer than expected.
51
- - If the expected machine time from the job is far away from the median actual time, the cycle will be displayed. Cycles of this
52
- type indicate that the expected time is unrealistic (as long as enough cycles are available to obtain good statistics). In this
53
- case, the expected machine time in the flexibility plan should be adjusted to be equal to the median time. Alternatively,
54
- perhaps the program should be changed to improve the machine time.
41
+ statistical outliers. The outlier detection is based on the
42
+ [median absolute deviation of the median](https://en.wikipedia.org/wiki/Median_absolute_deviation),
43
+ which is more resilient to outliers than the standard deviation. There are two reasons that a
44
+ machine cycle will appear here:
45
+
46
+ - If the actual time on the machine is far away from the median actual time, the cycle will be
47
+ displayed. Cycles of this type indicate that the program was interrupted and took longer than
48
+ expected.
49
+ - If the expected machine time from the job is far away from the median actual time, the cycle will
50
+ be displayed. Cycles of this type indicate that the expected time is unrealistic (as long as
51
+ enough cycles are available to obtain good statistics). In this case, the expected machine time in
52
+ the flexibility plan should be adjusted to be equal to the median time. Alternatively, perhaps the
53
+ program should be changed to improve the machine time.
@@ -2,54 +2,53 @@
2
2
  title: FMS Insight Client
3
3
  nav: FMS Insight Client > Launch
4
4
  description: >-
5
- FMS Insight provides a webpage viewable in any recent version of Firefox, Chrome,
6
- Edge, Android, or iOS browsers. FMS Insight provides specific pages targeted at
7
- specific users which display relevant information.
5
+ FMS Insight provides a webpage viewable in any recent version of Firefox, Chrome, Edge, Android,
6
+ or iOS browsers. FMS Insight provides specific pages targeted at specific users which display
7
+ relevant information.
8
8
  ---
9
9
 
10
10
  # FMS Insight Client
11
11
 
12
- FMS Insight provides touchscreen optimized webpages. Many people
13
- throughout the factory interact with the cell in different ways. Thus, FMS Insight provides
14
- specific pages targeted at specific users which display relevant information. We suggest that
15
- each user bookmarks the relevant page; for example, engineers in the quality department should just
16
- bookmark the quality page in FMS Insight, visiting it directly to monitor the cell. All FMS
17
- Insight pages support a connected [barcode scanner](client-scanners) to scan the
18
- serial number of a part.
12
+ FMS Insight provides touchscreen optimized webpages. Many people throughout the factory interact
13
+ with the cell in different ways. Thus, FMS Insight provides specific pages targeted at specific
14
+ users which display relevant information. We suggest that each user bookmarks the relevant page; for
15
+ example, engineers in the quality department should just bookmark the quality page in FMS Insight,
16
+ visiting it directly to monitor the cell. All FMS Insight pages support a connected
17
+ [barcode scanner](client-scanners) to scan the serial number of a part.
19
18
 
20
19
  ## Shop Floor
21
20
 
22
- FMS Insight provides several [station monitor](client-station-monitor)
23
- pages. These pages are intended to be viewed at various operator stations
24
- throughout the factory and provide information to the operator on what
25
- actions to take. For example, at the load station it shows what to load and
21
+ FMS Insight provides several [station monitor](client-station-monitor) pages. These pages are
22
+ intended to be viewed at various operator stations throughout the factory and provide information to
23
+ the operator on what actions to take. For example, at the load station it shows what to load and
26
24
  unload and at the inspection stand it shows what inspections were triggered.
27
25
 
28
- FMS Insight also provides a page for operators in the [tool room](client-tools-programs). This
29
- page shows current tool use in the machines, tool usage per program, and estimated tool usage
30
- for the remaining schedule in the cell controller.
26
+ FMS Insight also provides a page for operators in the [tool room](client-tools-programs). This page
27
+ shows current tool use in the machines, tool usage per program, and estimated tool usage for the
28
+ remaining schedule in the cell controller.
31
29
 
32
30
  ## Daily Monitoring
33
31
 
34
- FMS Insight provides targeted pages to assist with the day-to-day operation of the cell.
35
- There is a targeted page for [factory floor supervisors](client-operations), [engineering/programming](client-engineering),
36
- [quality control](client-quality), and [sales](client-sales).
32
+ FMS Insight provides targeted pages to assist with the day-to-day operation of the cell. There is a
33
+ targeted page for [factory floor supervisors](client-operations),
34
+ [engineering/programming](client-engineering), [quality control](client-quality), and
35
+ [sales](client-sales).
37
36
 
38
37
  ## Monthly Review
39
38
 
40
- FMS Insight supports continuous improvement by assisting with a monthly review.
41
- We suggest that approximately once a month, all stakeholders review the operation of the cell and
42
- decide on potential improvements. FMS Insight provides a [flexibility analysis](client-efficiency)
43
- page which displays a monthly summary of the cell, displays cost/piece, and helps identify areas for improvement.
39
+ FMS Insight supports continuous improvement by assisting with a monthly review. We suggest that
40
+ approximately once a month, all stakeholders review the operation of the cell and decide on
41
+ potential improvements. FMS Insight provides a [flexibility analysis](client-efficiency) page which
42
+ displays a monthly summary of the cell, displays cost/piece, and helps identify areas for
43
+ improvement.
44
44
 
45
45
  ## Browser Page
46
46
 
47
- Once installed, the FMS Insight client can be launched by connecting to the
48
- server using a browser. Any recent version of Firefox, Chrome, Edge, Android,
49
- or iOS browsers will work (Internet Explorer is too old to work). By default,
50
- FMS Insight listens on port 5000 and uses `http` so you can visit `http://<ip address or name of insigt server>:5000` from your browser. From the computer
51
- on which you installed FMS Insight server, you can open the FMS Insight
52
- client by visiting [http://localhost:5000](http://localhost:5000). Make sure
53
- that firewall rules allow connections on port 5000 through to the FMS Insight
54
- server. (The port 5000 and using https/SSL instead of http can be changed in
55
- the [server configuration](server-config).)
47
+ Once installed, the FMS Insight client can be launched by connecting to the server using a browser.
48
+ Any recent version of Firefox, Chrome, Edge, Android, or iOS browsers will work (Internet Explorer
49
+ is too old to work). By default, FMS Insight listens on port 5000 and uses `http` so you can visit
50
+ `http://<ip address or name of insigt server>:5000` from your browser. From the computer on which
51
+ you installed FMS Insight server, you can open the FMS Insight client by visiting
52
+ [http://localhost:5000](http://localhost:5000). Make sure that firewall rules allow connections on
53
+ port 5000 through to the FMS Insight server. (The port 5000 and using https/SSL instead of http can
54
+ be changed in the [server configuration](server-config).)
@@ -2,87 +2,84 @@
2
2
  title: Daily FMS Cell Operations
3
3
  nav: FMS Insight Client > Operations
4
4
  description: >-
5
- The FMS Insight operations pages are used by the factory floor supervisors.
6
- These pages display information about the past few days of cell operation
7
- and allow the supervisors to keep the cell operating smoothly.
5
+ The FMS Insight operations pages are used by the factory floor supervisors. These pages display
6
+ information about the past few days of cell operation and allow the supervisors to keep the cell
7
+ operating smoothly.
8
8
  ---
9
9
 
10
10
  # FMS Insight Cell Operations Pages
11
11
 
12
12
  The operations pages are intended for the floor supervisor. These pages display information about
13
13
  the past few days of cell operation and allow the supervisor to keep the cell operating smoothly.
14
- (Anything older than a couple days should not be analyzed on the shop floor the heat of the moment but
15
- instead be addressed in a [monthly review](improve-fms).)
14
+ (Anything older than a couple days should not be analyzed on the shop floor the heat of the moment
15
+ but instead be addressed in a [monthly review](improve-fms).)
16
16
 
17
- We suggest that the operations dashboard is bookmarked by the supervisor and visited directly.
18
- There are also tabs for monitoring the operators at the load station, the machine cycle times,
19
- and all the material in the system.
17
+ We suggest that the operations dashboard is bookmarked by the supervisor and visited directly. There
18
+ are also tabs for monitoring the operators at the load station, the machine cycle times, and all the
19
+ material in the system.
20
20
 
21
21
  ## Dashboard
22
22
 
23
23
  ![Screenshot of Dashboard](screenshots/insight-dashboard.png)
24
24
 
25
- The dashboard shows an overview of the current status of the cell.
26
- The supervisor should keep the dashboard open since it allows at a quick glance to
27
- understand if the cell is running well.
28
-
29
- On the top are two progress bars which show the completed parts and simulated
30
- parts for all active schedules. The completed parts progress bar shows actual
31
- completed parts (finished unloading) and counts each process as a separate
32
- completed part. The simulated parts progress bar shows the expected number of
33
- completed parts at the current time based on the simulation. While these two
34
- progress bars likely won't match exactly, they should be close to each other if
35
- the cell is running smoothly. More details about schedules are available on
36
- the _Schedules_ tab.
37
-
38
- Below the progress bars is a bar chart of load and machine cycles for the past
39
- 12 hours and future 8 hours. The x-axis is the time of day with a vertical
40
- black line for the current time. The y-axis is the load stations and machines.
41
- Each load station or machine shows a green bar for a each actual completed cycle
42
- and a gray bar for each simulated cycle. For machine cycles which are currently
43
- executing or load/unloads in progress, a light-green bar is shown for the
44
- expected remaining time in that cycle.
45
-
46
- The color of each bar indicates the status of the cycle compared to the statistics
47
- of previous cycles in the past month. If the cycle is at or below the expected cycle
48
- time, it will be shown in green. If the cycle is longer than the expected cycle
49
- but still within the statistical deviation, the portion of the cycle beyond the
50
- expected time will be shown in dark green. If
51
- the cycle is longer than the expected cycle and outside the statistical deviation,
52
- it is classified as an outlier and the portion of the cycle beyond the expected time will be shown in red.
53
- In addition, a list of all the outlier cycles (those with red) can be viewed in the reports tab.
25
+ The dashboard shows an overview of the current status of the cell. The supervisor should keep the
26
+ dashboard open since it allows at a quick glance to understand if the cell is running well.
27
+
28
+ On the top are two progress bars which show the completed parts and simulated parts for all active
29
+ schedules. The completed parts progress bar shows actual completed parts (finished unloading) and
30
+ counts each process as a separate completed part. The simulated parts progress bar shows the
31
+ expected number of completed parts at the current time based on the simulation. While these two
32
+ progress bars likely won't match exactly, they should be close to each other if the cell is running
33
+ smoothly. More details about schedules are available on the _Schedules_ tab.
34
+
35
+ Below the progress bars is a bar chart of load and machine cycles for the past 12 hours and future 8
36
+ hours. The x-axis is the time of day with a vertical black line for the current time. The y-axis is
37
+ the load stations and machines. Each load station or machine shows a green bar for a each actual
38
+ completed cycle and a gray bar for each simulated cycle. For machine cycles which are currently
39
+ executing or load/unloads in progress, a light-green bar is shown for the expected remaining time in
40
+ that cycle.
41
+
42
+ The color of each bar indicates the status of the cycle compared to the statistics of previous
43
+ cycles in the past month. If the cycle is at or below the expected cycle time, it will be shown in
44
+ green. If the cycle is longer than the expected cycle but still within the statistical deviation,
45
+ the portion of the cycle beyond the expected time will be shown in dark green. If the cycle is
46
+ longer than the expected cycle and outside the statistical deviation, it is classified as an outlier
47
+ and the portion of the cycle beyond the expected time will be shown in red. In addition, a list of
48
+ all the outlier cycles (those with red) can be viewed in the reports tab.
54
49
 
55
50
  ## Cell
56
51
 
57
52
  ![Screenshot of System Overview](screenshots/insight-operations-overview.png)
58
53
 
59
- The Cell tab shows an overview of the cell. Each machine, load station, and pallet
60
- is displayed with the material currently on the pallets. Each piece of material can be
61
- clicked to open show details about the material. This page is identical to the
62
- system overview pages available on the [shop floor](client-station-monitor).
54
+ The Cell tab shows an overview of the cell. Each machine, load station, and pallet is displayed with
55
+ the material currently on the pallets. Each piece of material can be clicked to open show details
56
+ about the material. This page is identical to the system overview pages available on the
57
+ [shop floor](client-station-monitor).
63
58
 
64
59
  ## Material
65
60
 
66
61
  ![Screenshot of Material screen](screenshots/insight-operations-material.png)
67
62
 
68
- The Material tab displays all [virtual whiteboard regions](material-tracking). This includes the regions for all pallets
69
- and all configured in-process queues. It differs from the cell tab in that the material currently in all the queues is also included.
63
+ The Material tab displays all [virtual whiteboard regions](material-tracking). This includes the
64
+ regions for all pallets and all configured in-process queues. It differs from the cell tab in that
65
+ the material currently in all the queues is also included.
70
66
 
71
- Material can be moved between the various queues by clicking and dragging on the 6-dots on the left of
72
- the material card. Material can only be moved between non-active queues (for example for quarantine or other tracking). Material
73
- cannot be added or removed to active queues currently being used for machining here. Instead, material
74
- must be added or removed on the [shop floor](client-station-monitor) using the Queues page.
67
+ Material can be moved between the various queues by clicking and dragging on the 6-dots on the left
68
+ of the material card. Material can only be moved between non-active queues (for example for
69
+ quarantine or other tracking). Material cannot be added or removed to active queues currently being
70
+ used for machining here. Instead, material must be added or removed on the
71
+ [shop floor](client-station-monitor) using the Queues page.
75
72
 
76
73
  ## Reports
77
74
 
78
75
  ![Screenshot of Operations Reports](screenshots/insight-operations-reports.png)
79
76
 
80
- The Reports tab shows a collection of reports useful for the floor supervisor. These reports focus on the
81
- past few days of operations and highlight places where the cell is performing well or poorly.
82
- More detailed reports are available on the [flexibility analysis page](client-efficiency).
83
- In our experience, the floor supervisor should focus only on keeping the cell running; longer-term analysis
77
+ The Reports tab shows a collection of reports useful for the floor supervisor. These reports focus
78
+ on the past few days of operations and highlight places where the cell is performing well or poorly.
79
+ More detailed reports are available on the [flexibility analysis page](client-efficiency). In our
80
+ experience, the floor supervisor should focus only on keeping the cell running; longer-term analysis
84
81
  is best done by a one-a-month or once-a-quarter review.
85
82
 
86
- Reports include the data from the [machine engineering page](client-engineering) and similar
87
- reports for the load station, data for [tools and programs](client-tools-programs), reports for
83
+ Reports include the data from the [machine engineering page](client-engineering) and similar reports
84
+ for the load station, data for [tools and programs](client-tools-programs), reports for
88
85
  [quality control](client-quality), information for [sales](client-sales), and more.
@@ -2,73 +2,69 @@
2
2
  title: FMS Quality Daily Monitoring
3
3
  nav: FMS Insight Client > Quality
4
4
  description: >-
5
- The FMS Insight quality pages are used by quality engineers.
6
- These pages display information about the past few days of inspections,
7
- allow the lookup of data about a specific serial, and search for similar
8
- material using the same machines or pallets.
5
+ The FMS Insight quality pages are used by quality engineers. These pages display information about
6
+ the past few days of inspections, allow the lookup of data about a specific serial, and search for
7
+ similar material using the same machines or pallets.
9
8
  ---
10
9
 
11
10
  # FMS Insight Quality Pages
12
11
 
13
- The quality analysis page is intended for the quality engineers. These tabs display information about
14
- the past few days of inspections and cell operation and allow the engineers visibility into the cell's operation.
15
- (Anything older than a couple days should not be analyzed in the heat of the moment but
16
- instead be addressed in a [monthly review](improve-fms).)
12
+ The quality analysis page is intended for the quality engineers. These tabs display information
13
+ about the past few days of inspections and cell operation and allow the engineers visibility into
14
+ the cell's operation. (Anything older than a couple days should not be analyzed in the heat of the
15
+ moment but instead be addressed in a [monthly review](improve-fms).)
17
16
 
18
- We suggest that the quality dashboard is bookmarked by the engineers and visited directly.
19
- All data available here is also available in the reports tab of the [operations page](client-operations). The quality
20
- page just provides a dedicated place for engineers to bookmark and visit directly.
17
+ We suggest that the quality dashboard is bookmarked by the engineers and visited directly. All data
18
+ available here is also available in the reports tab of the [operations page](client-operations). The
19
+ quality page just provides a dedicated place for engineers to bookmark and visit directly.
21
20
 
22
21
  ## Material
23
22
 
24
23
  ![Screenshot of quality dashboard](screenshots/insight-quality-material.png)
25
24
 
26
- The material tab allows to search or lookup details about a piece of material (typically a piece of material
27
- which failed inspection or failed after being sent out of the cell). The serial can be manually entered,
28
- [scanned](client-scanners), or selected from the list of recent failed serials.
25
+ The material tab allows to search or lookup details about a piece of material (typically a piece of
26
+ material which failed inspection or failed after being sent out of the cell). The serial can be
27
+ manually entered, [scanned](client-scanners), or selected from the list of recent failed serials.
29
28
 
30
29
  ![Screenshot of material details](screenshots/insight-quality-material-details.png)
31
30
 
32
- Once selected, the details of the material are displayed. A button at the bottom can then search
33
- for similar paths.
31
+ Once selected, the details of the material are displayed. A button at the bottom can then search for
32
+ similar paths.
34
33
 
35
34
  ![Screenshot of similar paths](screenshots/insight-quality-similar-paths.png)
36
35
 
37
- The similar paths are displayed in a table grouped by inspection type and path. The table shows
38
- each path and can be expanded to view the specific serials which followed that path.
36
+ The similar paths are displayed in a table grouped by inspection type and path. The table shows each
37
+ path and can be expanded to view the specific serials which followed that path.
39
38
 
40
39
  ## Paths
41
40
 
42
- The _Paths_ tab shows all paths from the last week, grouped by inspection type and part. It shows the data either via
43
- a Sankey chart or a table and shows signaled, succeeded, and failed inspections. It can be used to visualize
44
- the paths that have occurred recently via the Sankey diagram or investigating the paths in detail via the table.
45
- Anything older than 7
46
- days is available as part of the [monthly review](improve-fms) on the
47
- [flexibility analysis page](client-efficiency).
41
+ The _Paths_ tab shows all paths from the last week, grouped by inspection type and part. It shows
42
+ the data either via a Sankey chart or a table and shows signaled, succeeded, and failed inspections.
43
+ It can be used to visualize the paths that have occurred recently via the Sankey diagram or
44
+ investigating the paths in detail via the table. Anything older than 7 days is available as part of
45
+ the [monthly review](improve-fms) on the [flexibility analysis page](client-efficiency).
48
46
 
49
47
  ![Screenshot of path sankey](screenshots/insight-quality-sankey.png)
50
48
 
51
- The chart shows a Sankey diagram of the material paths and
52
- inspection results. First, select an inspection type and then select a part
53
- in the top right. FMS Insight then loads all cycles for this part for the
54
- entire month and groups them according to their path (A path consists of a
55
- pallet and machine for each process or sequence, plus the final inspection
56
- result.) The counts of the various paths are then charted using a Sankey
57
- diagram, where the widths of the bars are drawn scaled based on the quantity
58
- of parts which took that path, with parts "flowing" from left to right.
59
- Any link can be moused over to obtain additional information in a tooltip.
60
-
61
- For example, in the above screenshot, one path is to use pallet 1 and machine
62
- 2 (P1,M2) for the first sequence and then pallet 1 and machine 1 for the
63
- second sequence (P1,M1). This corresponds to the large top link between `raw`
64
- and `P1,M2` and then the downward-curved link between `P1,M2` on the left and
65
- `P1,M1` on the right. The path is then further split with uninspected parts
66
- and successfully inspected parts.
49
+ The chart shows a Sankey diagram of the material paths and inspection results. First, select an
50
+ inspection type and then select a part in the top right. FMS Insight then loads all cycles for this
51
+ part for the entire month and groups them according to their path (A path consists of a pallet and
52
+ machine for each process or sequence, plus the final inspection result.) The counts of the various
53
+ paths are then charted using a Sankey diagram, where the widths of the bars are drawn scaled based
54
+ on the quantity of parts which took that path, with parts "flowing" from left to right. Any link can
55
+ be moused over to obtain additional information in a tooltip.
56
+
57
+ For example, in the above screenshot, one path is to use pallet 1 and machine 2 (P1,M2) for the
58
+ first sequence and then pallet 1 and machine 1 for the second sequence (P1,M1). This corresponds to
59
+ the large top link between `raw` and `P1,M2` and then the downward-curved link between `P1,M2` on
60
+ the left and `P1,M1` on the right. The path is then further split with uninspected parts and
61
+ successfully inspected parts.
67
62
 
68
63
  ## Quarantine Material
69
64
 
70
- If [quarantined material](material-quarantine) is enabled, this page displays all the quarantined material queues.
71
- Material can be moved between the various quarantine queues by clicking and dragging on the vertical dots
72
- on the material card. In addition, notes can be added to each piece of material by opening the material card.
65
+ If [quarantined material](material-quarantine) is enabled, this page displays all the quarantined
66
+ material queues. Material can be moved between the various quarantine queues by clicking and
67
+ dragging on the vertical dots on the material card. In addition, notes can be added to each piece of
68
+ material by opening the material card.
73
69
 
74
70
  ![Screenshot of Material screen](screenshots/insight-quality-quarantine.png)
@@ -2,60 +2,56 @@
2
2
  title: FMS Insight Sales Daily Monitoring
3
3
  nav: FMS Insight Client > Sales
4
4
  description: >-
5
- The FMS Insight sales pages are used to determine estimates of when
6
- existing workorders will be complete and when available capacity for
7
- new orders will become available.
5
+ The FMS Insight sales pages are used to determine estimates of when existing workorders will be
6
+ complete and when available capacity for new orders will become available.
8
7
  ---
9
8
 
10
9
  # FMS Insight Sales Pages
11
10
 
12
- The _Sales_ page helps to determine estimates of when existing workorders will
13
- be complete and when available capacity for new orders will become available.
14
- We suggest anyone interested bookmark this page and visit it directly.
11
+ The _Sales_ page helps to determine estimates of when existing workorders will be complete and when
12
+ available capacity for new orders will become available. We suggest anyone interested bookmark this
13
+ page and visit it directly.
15
14
 
16
15
  ## Workorders
17
16
 
18
17
  ![Screenshot of Workorders screen](screenshots/insight-workorders.png)
19
18
 
20
- The workorders page shows a table of all workorders in the cell, including the
21
- workorder details, the list of parts assigned to the workorder, and the station
22
- utilization for all parts completed by the workorder. Additionally, each
23
- workorder has a list of comments. Comments can be added and viewed by
24
- supervisors, salespeople, or operators on the shop floor. Comments are intended
25
- to be used to communicate information about the workorder between the various
26
- stakeholders.
27
-
28
- Depending on the specific configuration of the cell, the _Projected Start_ and
29
- _Projected Filled_ columns may or may not appear. These columns will only appear
30
- if the daily schedules are imported and the daily schedule includes the details
31
- of the simulation. These projected dates are estimates and are calculated only
32
- while running the simulation to determine the daily schedule. Thus, they do not
33
- update throughout the day and will not reflect any changes to workorder
34
- priority, new workorders, completed parts, or any other changes to the cell.
35
- Only once a new simulation is run will the projected dates be updated.
19
+ The workorders page shows a table of all workorders in the cell, including the workorder details,
20
+ the list of parts assigned to the workorder, and the station utilization for all parts completed by
21
+ the workorder. Additionally, each workorder has a list of comments. Comments can be added and viewed
22
+ by supervisors, salespeople, or operators on the shop floor. Comments are intended to be used to
23
+ communicate information about the workorder between the various stakeholders.
24
+
25
+ Depending on the specific configuration of the cell, the _Projected Start_ and _Projected Filled_
26
+ columns may or may not appear. These columns will only appear if the daily schedules are imported
27
+ and the daily schedule includes the details of the simulation. These projected dates are estimates
28
+ and are calculated only while running the simulation to determine the daily schedule. Thus, they do
29
+ not update throughout the day and will not reflect any changes to workorder priority, new
30
+ workorders, completed parts, or any other changes to the cell. Only once a new simulation is run
31
+ will the projected dates be updated.
36
32
 
37
33
  ![Screenshot of Workorder Gantt](screenshots/insight-workorder-gantt.png)
38
34
 
39
- If the daily schedules include the projected start and filled dates, a Gantt
40
- chart can also be shown. The Gantt chart shows the projected start and filled
41
- dates on the x-axis and the workorders on the y-axis.
35
+ If the daily schedules include the projected start and filled dates, a Gantt chart can also be
36
+ shown. The Gantt chart shows the projected start and filled dates on the x-axis and the workorders
37
+ on the y-axis.
42
38
 
43
39
  ## Projected Usage
44
40
 
45
41
  ![Screenshot of Projected Usage screen](screenshots/insight-sim-day-usage.png)
46
42
 
47
- If the daily schedules are imported and the daily schedule includes simulation details,
48
- the projections page will show a calendar of the projected machine utilization of the cell.
49
- Similar to workorders, these dates are estimates and are only calculated while running
50
- the simulation to determine the daily schedule. Thus, they do not update throughout the day.
51
-
52
- Each day in the calendar shows the projected machine utilization for that day as a color,
53
- with darker colors showing higher utilization. The day can be hovered to see the exact
54
- projected utilization. This utilization is the simulated machine utilization to complete
55
- all the remaining workorders.
56
-
57
- The intention of this report is to allow salespeople to determine when capacity will be
58
- available for a new order. For example, in the screenshot above, the existing workorders
59
- keep the cell busy until mid-August so new workorders should be expected to be filled by
60
- mid to late August. Of course, this is only an estimate and if the priorities of workorders
61
- change, a new workorder could be entered to run before existing workorders.
43
+ If the daily schedules are imported and the daily schedule includes simulation details, the
44
+ projections page will show a calendar of the projected machine utilization of the cell. Similar to
45
+ workorders, these dates are estimates and are only calculated while running the simulation to
46
+ determine the daily schedule. Thus, they do not update throughout the day.
47
+
48
+ Each day in the calendar shows the projected machine utilization for that day as a color, with
49
+ darker colors showing higher utilization. The day can be hovered to see the exact projected
50
+ utilization. This utilization is the simulated machine utilization to complete all the remaining
51
+ workorders.
52
+
53
+ The intention of this report is to allow salespeople to determine when capacity will be available
54
+ for a new order. For example, in the screenshot above, the existing workorders keep the cell busy
55
+ until mid-August so new workorders should be expected to be filled by mid to late August. Of course,
56
+ this is only an estimate and if the priorities of workorders change, a new workorder could be
57
+ entered to run before existing workorders.
@@ -2,40 +2,40 @@
2
2
  title: Barcode Scanners
3
3
  nav: FMS Insight Client > Scanners
4
4
  description: >-
5
- All FMS Insight pages supports barcode or QR-code scanners for easy material tracking
6
- on the shop floor.
5
+ All FMS Insight pages supports barcode or QR-code scanners for easy material tracking on the shop
6
+ floor.
7
7
  ---
8
8
 
9
9
  # FMS Insight Barcode Scanners
10
10
 
11
- All FMS Insight pages supports barcode or QR-code scanners.
12
- When a part's serial is scanned, the dialog corresponding to the piece of material is opened.
13
- For example, if the [inspection station monitor](client-station-monitor) is open and a part's serial is scanned,
14
- the dialog for this serial will be opened to show the material details, log of events, and buttons to
15
- complete the inspection. (The exact same dialog which is opened if you click on a piece of material on the screen.)
16
- In this way, the scanner can be used to more quickly locate the material card and open the details about it.
11
+ All FMS Insight pages supports barcode or QR-code scanners. When a part's serial is scanned, the
12
+ dialog corresponding to the piece of material is opened. For example, if the
13
+ [inspection station monitor](client-station-monitor) is open and a part's serial is scanned, the
14
+ dialog for this serial will be opened to show the material details, log of events, and buttons to
15
+ complete the inspection. (The exact same dialog which is opened if you click on a piece of material
16
+ on the screen.) In this way, the scanner can be used to more quickly locate the material card and
17
+ open the details about it.
17
18
 
18
19
  ## Manual Serial Entry
19
20
 
20
- A serial can be entered via the keyboard by clicking on the magnifying glass icon in the top-right of the page.
21
- A dialog will open allowing you to enter a serial and then the material details for that serial will be loaded.
21
+ A serial can be entered via the keyboard by clicking on the magnifying glass icon in the top-right
22
+ of the page. A dialog will open allowing you to enter a serial and then the material details for
23
+ that serial will be loaded.
22
24
 
23
25
  ## Configuring a handheld scanner
24
26
 
25
- Handheld USB or bluetooth scanners are presented to the system as keyboards.
26
- When a barcode or QR-code is scanned, the contents of the barcode is sent as
27
- keyboard presses. To support this, the FMS Insight website listens for a
28
- keyboard press of either F1 or the combination of !\* and when it detects this,
29
- starts a scan. Any keyboard presses of letters and numbers followed by the
30
- Enter key (within 10 seconds) is treated as a serial. By default, only
31
- characters up to the first comma or semi-colon are used, which allows the
32
- QR-code to contain extra data (this can be modified in a custom plugin).
33
-
34
- You can try this manually without a scanner; on a webpage, press F1, quickly type
35
- a serial, and press Enter (must be within 10 seconds). The material detail dialog
36
- will appear with the serial that you typed.
37
-
38
- Almost all handheld USB or bluetooth scanners can be configured to send a prefix key
39
- before the scan and a postfix key after the scan. For the scanner to work with
40
- FMS Insight, the scanner should be configured to use F1 or !\* as the prefix key and Enter
41
- as the postfix key.
27
+ Handheld USB or bluetooth scanners are presented to the system as keyboards. When a barcode or
28
+ QR-code is scanned, the contents of the barcode is sent as keyboard presses. To support this, the
29
+ FMS Insight website listens for a keyboard press of either F1 or the combination of !\* and when it
30
+ detects this, starts a scan. Any keyboard presses of letters and numbers followed by the Enter key
31
+ (within 10 seconds) is treated as a serial. By default, only characters up to the first comma or
32
+ semi-colon are used, which allows the QR-code to contain extra data (this can be modified in a
33
+ custom plugin).
34
+
35
+ You can try this manually without a scanner; on a webpage, press F1, quickly type a serial, and
36
+ press Enter (must be within 10 seconds). The material detail dialog will appear with the serial that
37
+ you typed.
38
+
39
+ Almost all handheld USB or bluetooth scanners can be configured to send a prefix key before the scan
40
+ and a postfix key after the scan. For the scanner to work with FMS Insight, the scanner should be
41
+ configured to use F1 or !\* as the prefix key and Enter as the postfix key.