From 44e0ef65e887d335ad0a9bdb28c01d827394525a Mon Sep 17 00:00:00 2001 From: gilesb Date: Mon, 20 Nov 2023 21:15:51 +0000 Subject: [PATCH 1/3] ... --- equipment-model.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/equipment-model.json b/equipment-model.json index 2c7950d..c67ac40 100644 --- a/equipment-model.json +++ b/equipment-model.json @@ -241,7 +241,7 @@ "common.ALLTYPES_NAME": "P02", "common.ALLTYPES_DESCRIPTION": "PARMTR2", "servermain.TAG_ADDRESS": "DX201:KF226", - "servermain.TAG_DATA_TYPE": 5, + "servermain.TAG_DATA_TYPE": 4, "servermain.TAG_READ_WRITE_ACCESS": 1, "servermain.TAG_SCAN_RATE_MILLISECONDS": 100, "servermain.TAG_SCALING_TYPE": 0 -- 2.40.1 From 8a45d7290bbbbca16d90c05e367b8881268038af Mon Sep 17 00:00:00 2001 From: gilesb Date: Mon, 20 Nov 2023 21:20:05 +0000 Subject: [PATCH 2/3] ... --- recipes/TA522_CIP_ADD.OXML | 2 +- recipes/VYT_10_MX520.UXML | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/TA522_CIP_ADD.OXML b/recipes/TA522_CIP_ADD.OXML index 0108e2c..7a77cd0 100644 --- a/recipes/TA522_CIP_ADD.OXML +++ b/recipes/TA522_CIP_ADD.OXML @@ -52,7 +52,7 @@ 1 0 - 100 + 101 0 false diff --git a/recipes/VYT_10_MX520.UXML b/recipes/VYT_10_MX520.UXML index 263232f..a71b45c 100644 --- a/recipes/VYT_10_MX520.UXML +++ b/recipes/VYT_10_MX520.UXML @@ -63,7 +63,7 @@ MAX_EMPTY_WEIGHT false - 0 + 1 -- 2.40.1 From 91f2b7e3dae906144c70ce40eaee28cb4276a7b3 Mon Sep 17 00:00:00 2001 From: giles Date: Mon, 20 Nov 2023 21:21:22 +0000 Subject: [PATCH 3/3] documented --- document/operations/TA522_CIP_ADD.md | 2 +- document/unit-procedures/VYT_10_MX520.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/document/operations/TA522_CIP_ADD.md b/document/operations/TA522_CIP_ADD.md index 13f289e..8f515f8 100644 --- a/document/operations/TA522_CIP_ADD.md +++ b/document/operations/TA522_CIP_ADD.md @@ -37,7 +37,7 @@ | Name | PLCReference | Type | Default | High | Low | EU | Scale | | -------------------------------------- | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | |REQUIRED\_ACCURACY |1 |Real |0 |100 |0 | |false | -|REQUIRED\_QUANTITY |1 |Real |0 |100 |0 | |false | +|REQUIRED\_QUANTITY |1 |Real |0 |101 |0 | |false | ## reports diff --git a/document/unit-procedures/VYT_10_MX520.md b/document/unit-procedures/VYT_10_MX520.md index d4bdce5..1eb046e 100644 --- a/document/unit-procedures/VYT_10_MX520.md +++ b/document/unit-procedures/VYT_10_MX520.md @@ -54,7 +54,7 @@ | name | type | value | defer | EU | | ---------------------------- | ------------------ | ------------------ | ------------------ | ------------------ | -|MAX_EMPTY_WEIGHT |Real |0 | | | +|MAX_EMPTY_WEIGHT |Real |1 | | | ### ALL_NEW_BATCH:1 [ALL_NEW_BATCH](../operations/ALL_NEW_BATCH.md) -- 2.40.1