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

hutcheb pushed a change to branch feat/plc4py/umas
in repository https://gitbox.apache.org/repos/asf/plc4x.git


    from 67cd44cd83 fix(plc4py/umas): Can now pass ADU and PDU separately
     add 02e2d43204 fix(plc4py/umas): Initialize Comms message is now sent and 
ident message update

No new revisions were added by this update.

Summary of changes:
 .../src/main/resources/protocols/umas/umas.mspec   |  26 ++-
 sandbox/plc4py/plc4py/drivers/umas/UmasDevice.py   |  25 ++-
 sandbox/plc4py/plc4py/drivers/umas/UmasProtocol.py |   4 +-
 .../readwrite/PlcMemoryBlockIdent.py}              |  96 +++++-----
 ...UPlcIdentRequest.py => UmasInitCommsRequest.py} |  53 ++++--
 .../umas/readwrite/UmasInitCommsResponse.py        | 203 +++++++++++++++++++++
 .../plc4py/protocols/umas/readwrite/UmasPDUItem.py |  16 ++
 .../umas/readwrite/UmasPDUPlcIdentResponse.py      |  90 ++++++---
 8 files changed, 421 insertions(+), 92 deletions(-)
 copy 
sandbox/plc4py/plc4py/protocols/{modbus/readwrite/ModbusPDUGetComEventCounterResponse.py
 => umas/readwrite/PlcMemoryBlockIdent.py} (52%)
 copy sandbox/plc4py/plc4py/protocols/umas/readwrite/{UmasPDUPlcIdentRequest.py 
=> UmasInitCommsRequest.py} (62%)
 create mode 100644 
sandbox/plc4py/plc4py/protocols/umas/readwrite/UmasInitCommsResponse.py

Reply via email to