@seedtactics/insight-client 16.7.2 → 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
package/docs/makino.md
CHANGED
|
@@ -2,39 +2,35 @@
|
|
|
2
2
|
title: Makino Cell Integration
|
|
3
3
|
nav: FMS Insight Server > Makino
|
|
4
4
|
description: >-
|
|
5
|
-
FMS Insight works with recent Makino cell controller versions. FMS Insight
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
FMS Insight works with recent Makino cell controller versions. FMS Insight can read events from
|
|
6
|
+
the cell controller and can also insert parts, jobs, and orders; at the current time FMS Insight
|
|
7
|
+
cannot create pallets or fixtures.
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
# FMS Insight Makino Integration
|
|
11
11
|
|
|
12
|
-
FMS Insight works with recent Makino cell controller versions. FMS Insight
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
FMS Insight works with recent Makino cell controller versions. FMS Insight can read events from the
|
|
13
|
+
cell controller and can also insert parts, jobs, and orders; at the current time FMS Insight cannot
|
|
14
|
+
create pallets or fixtures.
|
|
15
15
|
|
|
16
16
|
## ADE Folder and SQL Server Connection
|
|
17
17
|
|
|
18
|
-
FMS Insight communicates with the Makino cell controller via two methods.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
just creates the appropriate file in the ADE folder.
|
|
18
|
+
FMS Insight communicates with the Makino cell controller via two methods. First, FMS Insight uses a
|
|
19
|
+
read-only connection to the Makino database to obtain log and status information about the cell.
|
|
20
|
+
Secondly, when downloading parts, jobs, and orders, FMS Insight creates files in the Makino ADE
|
|
21
|
+
folder. This is a folder which the Makino cell controller watches for changes; when a new file
|
|
22
|
+
appears in this folder the Makino cell controller will itself import the file. Thus, FMS Insight
|
|
23
|
+
never modifies the cell data directly but instead just creates the appropriate file in the ADE
|
|
24
|
+
folder.
|
|
26
25
|
|
|
27
|
-
By default, FMS Insight uses `c:\Makino\ADE` as the ADE folder and connects
|
|
28
|
-
|
|
29
|
-
in the [configuration file](server-config).
|
|
26
|
+
By default, FMS Insight uses `c:\Makino\ADE` as the ADE folder and connects to the database on the
|
|
27
|
+
local computer. Both of these settings can be changed in the [configuration file](server-config).
|
|
30
28
|
|
|
31
29
|
## Download Only Orders
|
|
32
30
|
|
|
33
|
-
When creating data in the cell controller (by writing a file to the ADE
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
Insight will only create orders. FMS Insight will assume that a matching part
|
|
40
|
-
already exists inside the Makino cell controller.
|
|
31
|
+
When creating data in the cell controller (by writing a file to the ADE folder), FMS Insight has two
|
|
32
|
+
modes. First, it can include a description of the part, job, and order, causing the Makino cell
|
|
33
|
+
controller to create a new part, a new job, and a new order. This is the default, since it minimizes
|
|
34
|
+
the amount of data which must be manually entered into the cell controller. Alternatively, via a
|
|
35
|
+
setting in the [config file](server-config), FMS Insight will only create orders. FMS Insight will
|
|
36
|
+
assume that a matching part already exists inside the Makino cell controller.
|
|
@@ -2,81 +2,67 @@
|
|
|
2
2
|
title: Material Quarantine
|
|
3
3
|
nav: Procedures > Material Quarantine
|
|
4
4
|
description: >-
|
|
5
|
-
FMS Insight can help track and manage material that has been temporarily
|
|
6
|
-
|
|
5
|
+
FMS Insight can help track and manage material that has been temporarily removed from the FMS cell
|
|
6
|
+
for re-machining or rework.
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Material Quarantine
|
|
10
10
|
|
|
11
|
-
FMS Insight provides an optional feature to help track and manage material
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
material
|
|
15
|
-
of quarantined material, and finally allows the material to be re-introduced
|
|
16
|
-
to the cell or scrapped.
|
|
11
|
+
FMS Insight provides an optional feature to help track and manage material that has been temporarily
|
|
12
|
+
removed from the cell for re-machining, more detailed inspection, or some other rework. FMS Insight
|
|
13
|
+
displays all the material currently on hold, allows a supervisor/manager to update the status of
|
|
14
|
+
quarantined material, and finally allows the material to be re-introduced to the cell or scrapped.
|
|
17
15
|
|
|
18
|
-
The implementation extends the [material tracking](material-tracking) to
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
each "active" in-process queue defined in the flexibility plan and used to
|
|
28
|
-
hold material in the normal workflow. Any queue which is listed inside
|
|
29
|
-
the flexibility plan is treated by FMS Insight as an "active" queue.
|
|
16
|
+
The implementation extends the [material tracking](material-tracking) to also include whiteboard
|
|
17
|
+
regions for quarantined material. By default, FMS Insight creates whiteboard regions for each
|
|
18
|
+
pallet, inspection stand, the wash stand, and any in-process queues of material between processes.
|
|
19
|
+
These are the "active" whiteboard regions and contain material which is flowing through the normal
|
|
20
|
+
workflow. FMS Insight keeps these whiteboard regions updated automatically by recording the log of
|
|
21
|
+
automated cell activity. In the [server configuration](server-config), FMS Insight allows you to
|
|
22
|
+
define a list of Queues and this list of queues must contain a queue for each "active" in-process
|
|
23
|
+
queue defined in the flexibility plan and used to hold material in the normal workflow. Any queue
|
|
24
|
+
which is listed inside the flexibility plan is treated by FMS Insight as an "active" queue.
|
|
30
25
|
|
|
31
|
-
To support quarantined material, you can create extra whiteboard
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
material. The material can also be moved back into an "active" queue to
|
|
40
|
-
reintroduce it into the cell or removed completely if scrapped.
|
|
26
|
+
To support quarantined material, you can create extra whiteboard regions/queues for the various
|
|
27
|
+
tasks that might be performed on quarantined material. To the list of queues defined in the
|
|
28
|
+
[server configuration](server-config), you can add extra queues to represent the various quarantined
|
|
29
|
+
material tasks. A queue that is not listed inside the flexibility plan is considered as a
|
|
30
|
+
quarantined material queue and FMS Insight will not update the queue automatically. Instead a
|
|
31
|
+
supervisor, manager, or engineer can manually move material between the various quarantined material
|
|
32
|
+
queues to assist with tracking the material. The material can also be moved back into an "active"
|
|
33
|
+
queue to reintroduce it into the cell or removed completely if scrapped.
|
|
41
34
|
|
|
42
35
|
The [operations](client-operations#material) and [quality](client-quality#quarantine-material)
|
|
43
|
-
webpages allow supervisors, quality engineers and others to manually move
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
the
|
|
49
|
-
|
|
50
|
-
"active" whiteboard regions/queues and into the quarantine queue specified in
|
|
51
|
-
the server configuration file.
|
|
36
|
+
webpages allow supervisors, quality engineers and others to manually move material between the
|
|
37
|
+
various quarantined queues, view all the material, add notes, re-introduce material to "active"
|
|
38
|
+
queues, or scrap material. In addition, the [server configuration](server-config) contains a setting
|
|
39
|
+
_QuarantineQueue_ for the initial quarantine queue. If this setting is given, the
|
|
40
|
+
[station monitor webpages](client-station-monitor) will contain a button _Quarantine Material_: if
|
|
41
|
+
pressed the material is moved out of the "active" whiteboard regions/queues and into the quarantine
|
|
42
|
+
queue specified in the server configuration file.
|
|
52
43
|
|
|
53
|
-
FMS Insight allows arbitrary quarantined material queues, but we suggest you
|
|
54
|
-
|
|
55
|
-
management/project management technique.
|
|
44
|
+
FMS Insight allows arbitrary quarantined material queues, but we suggest you follow a scheme similar
|
|
45
|
+
to the "TODO, In-Progress, Done" Kanban task management/project management technique.
|
|
56
46
|
|
|
57
|
-
- _Initial Quarantine_: We suggest a quarantine queue called _Initial Quarantine_.
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
that a decision on the material is required and once that decision is made,
|
|
67
|
-
the material is moved to a more specific quarantine queue, emptying the
|
|
68
|
-
_Initial Quarantine_ queue.
|
|
47
|
+
- _Initial Quarantine_: We suggest a quarantine queue called _Initial Quarantine_. When an operator
|
|
48
|
+
removes material from a pallet/load station/inspection stand/etc. the material is initially moved
|
|
49
|
+
into this queue to get it out of the "active" queues and allows the operator to continue with
|
|
50
|
+
normal operations. A supervisor/manager should then decide what is to be done with this material
|
|
51
|
+
and move it into a more specific quarantined material queue. The _Initial Quarantine_ queue acts
|
|
52
|
+
similarly to the TODO column on the task board. Most of the time the _Initial Quarantine_ queue
|
|
53
|
+
should be empty; if there is anything in the _Initial Quarantine_ queue, it signals to the
|
|
54
|
+
supervisor that a decision on the material is required and once that decision is made, the
|
|
55
|
+
material is moved to a more specific quarantine queue, emptying the _Initial Quarantine_ queue.
|
|
69
56
|
|
|
70
|
-
- In-Progress quarantine queues: each potential action on the material should have
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
material. Material can move between one or more of these queues while it is quarantined.
|
|
57
|
+
- In-Progress quarantine queues: each potential action on the material should have a corresponding
|
|
58
|
+
in-progress quarantined queue. For example, _Rework on Standalone Machines_, _Sent to Foundry_,
|
|
59
|
+
_Waiting for Customer Inspection_, etc. FMS Insight allows notes to be attached to each piece of
|
|
60
|
+
material, so you can keep a log or status on each piece of material. Material can move between one
|
|
61
|
+
or more of these queues while it is quarantined.
|
|
76
62
|
|
|
77
|
-
- Done queues: There are no specific done queues (unlike Kanban task management);
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
63
|
+
- Done queues: There are no specific done queues (unlike Kanban task management); instead, if the
|
|
64
|
+
material is ready to be re-introduced into the normal workflow of the automated handling system,
|
|
65
|
+
it can be moved back into an "active" queue. If instead the material is scrap, it can be removed
|
|
66
|
+
from the quarantined queues.
|
|
81
67
|
|
|
82
68
|

|