You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by jf...@apache.org on 2020/05/25 13:26:01 UTC

[plc4x] branch develop updated: [S7] Minor extension of mspec.

This is an automated email from the ASF dual-hosted git repository.

jfeinauer pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 47520f6  [S7] Minor extension of mspec.
47520f6 is described below

commit 47520f6922ba079f5796881eded40fd4b162e2f8
Author: julian <j....@pragmaticminds.de>
AuthorDate: Mon May 25 15:25:45 2020 +0200

    [S7] Minor extension of mspec.
---
 protocols/s7/src/main/resources/protocols/s7/s7.mspec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/protocols/s7/src/main/resources/protocols/s7/s7.mspec b/protocols/s7/src/main/resources/protocols/s7/s7.mspec
index f4bbbd5..eddd02b 100644
--- a/protocols/s7/src/main/resources/protocols/s7/s7.mspec
+++ b/protocols/s7/src/main/resources/protocols/s7/s7.mspec
@@ -251,7 +251,7 @@
         ['0x04' S7PayloadUserDataItemCpuFunctionReadSzlRequest
         ]
         ['0x08' S7PayloadUserDataItemCpuFunctionReadSzlResponse
-            [const    uint 16 'szlItemLength' '28']
+            [simple   uint 16 'szlPartialListLength']
             [implicit uint 16 'szlItemCount'  'COUNT(items)']
             [array SzlDataTreeItem 'items' count 'szlItemCount']
         ]
@@ -486,6 +486,7 @@
     ['0x1C' COMPONENT_IDENTIFICATION]
     ['0x22' INTERRUPT_STATUS]
     ['0x25' ASSIGNMENT_BETWEEN_PROCESS_IMAGE_PARTITIONS_AND_OBS]
+    ['0x31' COMMUNICATION_CAPABILITY_PARAMETERS]
     ['0x32' COMMUNICATION_STATUS_DATA]
     ['0x74' STATUS_SINGLE_MODULE_LED]
     ['0x90' DP_MASTER_SYSTEM_INFORMATION]