@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.
- package/README.md +23 -29
- package/dist/assets/index-BGjv3-QV.js +388 -0
- package/dist/cell-status/current-status.js +4 -1
- package/dist/cell-status/estimated-cycle-times.js +2 -1
- package/dist/cell-status/inspections.js +1 -1
- package/dist/cell-status/loading.js +1 -1
- package/dist/cell-status/material-summary.js +4 -2
- package/dist/cell-status/names.js +1 -1
- package/dist/cell-status/rebookings.js +3 -1
- package/dist/cell-status/scheduled-jobs.js +1 -1
- package/dist/cell-status/sim-production.js +6 -2
- package/dist/cell-status/station-cycles.js +3 -1
- package/dist/cell-status/tool-replacements.js +21 -7
- package/dist/cell-status/tool-usage.js +7 -2
- package/dist/components/App.d.ts +2 -2
- package/dist/components/App.js +13 -5
- package/dist/components/AxisAndGrid.d.ts +6 -6
- package/dist/components/BarcodeScanning.d.ts +2 -2
- package/dist/components/BarcodeScanning.js +8 -2
- package/dist/components/ChartTooltip.d.ts +2 -2
- package/dist/components/ChooseMode.js +6 -1
- package/dist/components/ChooseOperator.d.ts +1 -1
- package/dist/components/ErrorsAndLoading.d.ts +3 -3
- package/dist/components/LoadingIcon.d.ts +1 -1
- package/dist/components/LoadingIcon.js +1 -1
- package/dist/components/LogEntry.d.ts +2 -2
- package/dist/components/LogEntry.js +10 -8
- package/dist/components/ManualSerialEntry.d.ts +2 -2
- package/dist/components/MonthSelect.d.ts +1 -1
- package/dist/components/MonthSelect.js +3 -1
- package/dist/components/Navigation.d.ts +2 -2
- package/dist/components/Navigation.js +1 -1
- package/dist/components/VerboseLogging.d.ts +1 -1
- package/dist/components/analysis/AnalysisSelectToolbar.d.ts +1 -1
- package/dist/components/analysis/BasketCycleCards.d.ts +1 -1
- package/dist/components/analysis/BasketCycleCards.js +1 -1
- package/dist/components/analysis/BufferChart.d.ts +1 -1
- package/dist/components/analysis/BufferChart.js +23 -4
- package/dist/components/analysis/CostPerPiece.d.ts +2 -2
- package/dist/components/analysis/CostPerPiece.js +2 -2
- package/dist/components/analysis/CycleChart.d.ts +1 -1
- package/dist/components/analysis/CycleChart.js +17 -4
- package/dist/components/analysis/DataTable.js +4 -2
- package/dist/components/analysis/EfficiencyPage.d.ts +2 -2
- package/dist/components/analysis/EfficiencyPage.js +1 -1
- package/dist/components/analysis/HeatChart.d.ts +1 -1
- package/dist/components/analysis/HeatChart.js +12 -3
- package/dist/components/analysis/InspectionDataTable.d.ts +1 -1
- package/dist/components/analysis/InspectionDataTable.js +6 -1
- package/dist/components/analysis/InspectionSankey.d.ts +1 -1
- package/dist/components/analysis/InspectionSankey.js +16 -6
- package/dist/components/analysis/PalletCycleCards.d.ts +1 -1
- package/dist/components/analysis/PalletCycleCards.js +5 -3
- package/dist/components/analysis/PartCycleCards.d.ts +2 -2
- package/dist/components/analysis/PartCycleCards.js +16 -6
- package/dist/components/analysis/QualityPage.d.ts +1 -1
- package/dist/components/analysis/ScheduleHistory.d.ts +1 -1
- package/dist/components/analysis/ScheduleHistory.js +1 -1
- package/dist/components/analysis/StationDataTable.d.ts +1 -1
- package/dist/components/analysis/ToolReplacements.d.ts +1 -1
- package/dist/components/analysis/ToolReplacements.js +7 -3
- package/dist/components/operations/AllMaterial.d.ts +1 -1
- package/dist/components/operations/ChartRangeEdit.d.ts +1 -1
- package/dist/components/operations/ChartRangeEdit.js +13 -4
- package/dist/components/operations/CloseoutReport.js +1 -1
- package/dist/components/operations/CompletedParts.js +2 -2
- package/dist/components/operations/CurrentWorkorders.js +2 -2
- package/dist/components/operations/Dashboard.d.ts +2 -2
- package/dist/components/operations/OEEChart.d.ts +4 -4
- package/dist/components/operations/OEEChart.js +7 -2
- package/dist/components/operations/Outliers.d.ts +1 -1
- package/dist/components/operations/Programs.js +9 -4
- package/dist/components/operations/Rebookings.d.ts +1 -1
- package/dist/components/operations/Rebookings.js +3 -1
- package/dist/components/operations/RecentCycleChart.d.ts +1 -1
- package/dist/components/operations/RecentCycleChart.js +2 -2
- package/dist/components/operations/RecentProduction.js +3 -3
- package/dist/components/operations/RecentSchedules.js +3 -1
- package/dist/components/operations/RecentStationCycles.d.ts +1 -1
- package/dist/components/operations/RecentStationCycles.js +1 -1
- package/dist/components/operations/ShiftSettings.d.ts +1 -1
- package/dist/components/operations/SimDayUsage.d.ts +1 -1
- package/dist/components/operations/ToolReport.js +17 -6
- package/dist/components/operations/WorkorderGantt.d.ts +1 -1
- package/dist/components/quality/QualityMaterial.d.ts +2 -2
- package/dist/components/quality/QualityMaterial.js +1 -1
- package/dist/components/quality/QualityPaths.d.ts +1 -1
- package/dist/components/quality/RecentFailedInspections.d.ts +1 -1
- package/dist/components/routes.d.ts +1 -1
- package/dist/components/routes.js +1 -1
- package/dist/components/station-monitor/BulkRawMaterial.d.ts +2 -2
- package/dist/components/station-monitor/BulkRawMaterial.js +11 -5
- package/dist/components/station-monitor/Closeout.js +6 -2
- package/dist/components/station-monitor/Inspection.js +3 -1
- package/dist/components/station-monitor/InvalidateCycle.d.ts +3 -3
- package/dist/components/station-monitor/InvalidateCycle.js +10 -3
- package/dist/components/station-monitor/JobDetails.js +4 -2
- package/dist/components/station-monitor/LoadStation.d.ts +1 -1
- package/dist/components/station-monitor/LoadStation.js +6 -3
- package/dist/components/station-monitor/Material.d.ts +10 -10
- package/dist/components/station-monitor/Material.js +28 -20
- package/dist/components/station-monitor/Material.test.js +1 -1
- package/dist/components/station-monitor/MoveMaterialArrows.d.ts +2 -2
- package/dist/components/station-monitor/PrintedLabel.d.ts +3 -3
- package/dist/components/station-monitor/PrintedLabel.js +9 -4
- package/dist/components/station-monitor/QuarantineButton.d.ts +1 -1
- package/dist/components/station-monitor/QuarantineButton.js +4 -2
- package/dist/components/station-monitor/Queues.d.ts +2 -2
- package/dist/components/station-monitor/Queues.js +6 -4
- package/dist/components/station-monitor/QueuesAddMaterial.d.ts +3 -3
- package/dist/components/station-monitor/QueuesAddMaterial.js +20 -7
- package/dist/components/station-monitor/SelectInspType.d.ts +2 -2
- package/dist/components/station-monitor/SelectWorkorder.d.ts +1 -1
- package/dist/components/station-monitor/StationToolbar.d.ts +1 -1
- package/dist/components/station-monitor/StationToolbar.js +13 -3
- package/dist/components/station-monitor/SystemOverview.d.ts +4 -4
- package/dist/components/station-monitor/SystemOverview.js +36 -16
- package/dist/components/station-monitor/Whiteboard.d.ts +1 -1
- package/dist/data/all-material-bins.js +2 -1
- package/dist/data/cost-per-piece.js +3 -1
- package/dist/data/move-arrows.js +3 -1
- package/dist/data/part-summary.js +1 -1
- package/dist/data/results.cycles.js +13 -4
- package/dist/data/tools-programs.js +3 -2
- package/dist/index.html +1 -1
- package/dist/network/api.d.ts +18 -0
- package/dist/network/api.js +502 -371
- package/dist/util/chart-colors.js +12 -1
- package/docs/client-efficiency.md +226 -263
- package/docs/client-engineering.md +27 -28
- package/docs/client-launch.md +32 -33
- package/docs/client-operations.md +50 -53
- package/docs/client-quality.md +39 -43
- package/docs/client-sales.md +36 -40
- package/docs/client-scanners.md +27 -27
- package/docs/client-station-monitor.md +86 -96
- package/docs/client-tools-programs.md +47 -44
- package/docs/improve-fms.md +73 -78
- package/docs/makino.md +21 -25
- package/docs/material-quarantine.md +50 -64
- package/docs/material-tracking.md +162 -195
- package/docs/mazak.md +78 -91
- package/docs/niigata.md +145 -168
- package/docs/operator-procedures.md +72 -76
- package/docs/part-instructions.md +36 -36
- package/docs/security.md +87 -81
- package/docs/server-config.md +36 -45
- package/docs/server-errors.md +21 -22
- package/package.json +25 -24
- 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
|
-
|
|
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
|
|
13
|
-
visit it directly. The page can be used after a new part-program is introduced to closely
|
|
14
|
-
the new program. The page can also be used to stay on top of problematic
|
|
15
|
-
All data available here is also available in the reports
|
|
16
|
-
|
|
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
|

|
|
21
21
|
|
|
22
|
-
First, the page contains a tab with a chart of all machine cycles from the past 3 days. The chart
|
|
23
|
-
be zoomed by clicking and dragging, filtered to specific parts and/or
|
|
24
|
-
|
|
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
|

|
|
32
31
|
|
|
33
|
-
In the Hours tab, the planned and actual machine hours for the past 7 days are shown. The
|
|
34
|
-
|
|
35
|
-
|
|
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
|

|
|
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
|
|
44
|
-
deviation of the
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
- If the expected machine time from the job is far away from the median actual time, the cycle will
|
|
52
|
-
type indicate that the expected time is unrealistic (as long as
|
|
53
|
-
|
|
54
|
-
|
|
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.
|
package/docs/client-launch.md
CHANGED
|
@@ -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
|
-
|
|
7
|
-
|
|
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
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
-
|
|
24
|
-
|
|
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
|
-
|
|
30
|
-
|
|
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
|
-
|
|
36
|
-
[
|
|
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
|
-
|
|
42
|
-
|
|
43
|
-
|
|
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
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
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
|
-
|
|
7
|
-
|
|
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
|
|
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
|
-
|
|
19
|
-
|
|
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
|

|
|
24
24
|
|
|
25
|
-
The dashboard shows an overview of the current status of the cell.
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
completed parts
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
the
|
|
36
|
-
the
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
expected
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
of
|
|
48
|
-
|
|
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
|

|
|
58
53
|
|
|
59
|
-
The Cell tab shows an overview of the cell. Each machine, load station, and pallet
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
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
|

|
|
67
62
|
|
|
68
|
-
The Material tab displays all [virtual whiteboard regions](material-tracking). This includes the
|
|
69
|
-
and all configured in-process queues. It differs from the cell tab in that
|
|
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
|
|
72
|
-
the material card. Material can only be moved between non-active queues (for example for
|
|
73
|
-
cannot be added or removed to active queues currently being
|
|
74
|
-
must be added or removed on the
|
|
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
|

|
|
79
76
|
|
|
80
|
-
The Reports tab shows a collection of reports useful for the floor supervisor. These reports focus
|
|
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
|
-
|
|
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
|
-
|
|
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.
|
package/docs/client-quality.md
CHANGED
|
@@ -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
|
-
|
|
7
|
-
|
|
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
|
|
14
|
-
the past few days of inspections and cell operation and allow the engineers visibility into
|
|
15
|
-
(Anything older than a couple days should not be analyzed in the heat of the
|
|
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
|
-
|
|
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
|

|
|
25
24
|
|
|
26
|
-
The material tab allows to search or lookup details about a piece of material (typically a piece of
|
|
27
|
-
which failed inspection or failed after being sent out of the cell). The serial can be
|
|
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
|

|
|
31
30
|
|
|
32
|
-
Once selected, the details of the material are displayed. A button at the bottom can then search
|
|
33
|
-
|
|
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
|

|
|
36
35
|
|
|
37
|
-
The similar paths are displayed in a table grouped by inspection type and path. The table shows
|
|
38
|
-
|
|
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
|
|
43
|
-
a Sankey chart or a table and shows signaled, succeeded, and failed inspections.
|
|
44
|
-
the paths that have occurred recently via the Sankey diagram or
|
|
45
|
-
Anything older than 7
|
|
46
|
-
|
|
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
|

|
|
50
48
|
|
|
51
|
-
The chart shows a Sankey diagram of the material paths and
|
|
52
|
-
inspection
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
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
|
|
71
|
-
Material can be moved between the various quarantine queues by clicking and
|
|
72
|
-
on the material card. In addition, notes can be added to each piece of
|
|
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
|

|
package/docs/client-sales.md
CHANGED
|
@@ -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
|
-
|
|
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
|
-
|
|
14
|
-
|
|
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
|

|
|
19
18
|
|
|
20
|
-
The workorders page shows a table of all workorders in the cell, including the
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
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
|

|
|
38
34
|
|
|
39
|
-
If the daily schedules include the projected start and filled dates, a Gantt
|
|
40
|
-
|
|
41
|
-
|
|
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
|

|
|
46
42
|
|
|
47
|
-
If the daily schedules are imported and the daily schedule includes simulation details,
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
Each day in the calendar shows the projected machine utilization for that day as a color,
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
The intention of this report is to allow salespeople to determine when capacity will be
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
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.
|
package/docs/client-scanners.md
CHANGED
|
@@ -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
|
-
|
|
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
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
complete the inspection. (The exact same dialog which is opened if you click on a piece of material
|
|
16
|
-
In this way, the scanner can be used to more quickly locate the material card and
|
|
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
|
|
21
|
-
A dialog will open allowing you to enter a serial and then the material details for
|
|
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
|
-
|
|
27
|
-
keyboard
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
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.
|