You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by hu...@apache.org on 2022/11/18 17:52:22 UTC

[plc4x] branch plc4j/profinet updated (7eb6f1b00e -> a35069986b)

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

hutcheb pushed a change to branch plc4j/profinet
in repository https://gitbox.apache.org/repos/asf/plc4x.git


    from 7eb6f1b00e feat(plc4j/profinet): Started to add the submodules to the configuration.
     add a35069986b feat(plc4j/profinet): Add support for optional modules in the connection packet, still need to add support within the write parameters packet.

No new revisions were added by this update.

Summary of changes:
 .../profinet/config/ProfinetConfiguration.java     |   9 +-
 .../profinet/context/ProfinetDriverContext.java    |   1 +
 .../plc4x/java/profinet/device/ProfinetDevice.java | 177 ++++++++++++++++++---
 .../java/profinet/gsdml/ProfinetModuleItem.java    |  37 +++++
 .../plc4x/java/profinet/ManualProfinetIoTest.java  |   2 +-
 .../resources/protocols/profinet/profinet.mspec    |  14 ++
 6 files changed, 212 insertions(+), 28 deletions(-)