@seedtactics/insight-client 17.0.1-beta.5 → 17.0.1-beta.6

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 (2) hide show
  1. package/docs/mazak.md +13 -0
  2. package/package.json +1 -1
package/docs/mazak.md CHANGED
@@ -13,6 +13,19 @@ FMS Insight works with all Palletech cell controller versions from Mazak: Versio
13
13
  and Smooth PMC. FMS Insight can read all events from the cell controller and can also edit almost
14
14
  all the data in the cell controller.
15
15
 
16
+ ## Load station numbering
17
+
18
+ In the Mazak configuration section, Load Station Numbers = 10,30 maps controller L/U 1 to Insight
19
+ station 10 and controller L/U 2 to Insight station 30. This works like Machine Numbers: list
20
+ positions identify controller equipment, while values identify equipment in jobs, logs and APIs.
21
+ Both job downloads and status/event reads translate through the same map. Station display names are
22
+ maintained separately.
23
+
24
+ Omitting the list preserves identity numbering. Explicit lists must contain unique positive IDs and
25
+ cover every controller L/U station used. Job routes outside the map are rejected. The old Starting
26
+ Load Station Number setting has been removed and is rejected; replace it with an explicit list when
27
+ updating configuration.
28
+
16
29
  ## Open Database Kit
17
30
 
18
31
  To facilitate the communication between FMS Insight and the Mazak cell controller, you must acquire
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seedtactics/insight-client",
3
- "version": "17.0.1-beta.5",
3
+ "version": "17.0.1-beta.6",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "url": "https://github.com/SeedTactics/fms-insight"