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 222f5ba909 fix(plc4py/umas): Should be able to read a variable if I 
get endianess correct
     add 9aca2c1906 fix(plc4py/umas): Start tidying up the read request.

No new revisions were added by this update.

Summary of changes:
 .../python/complex-type-template.python.ftlh       |   2 +-
 .../src/main/resources/protocols/umas/umas.mspec   | 123 ++++-----
 .../plc4py/plc4py/drivers/umas/UmasConnection.py   |  45 ++-
 sandbox/plc4py/plc4py/drivers/umas/UmasDevice.py   |  91 ++++--
 sandbox/plc4py/plc4py/drivers/umas/UmasProtocol.py |   4 +-
 sandbox/plc4py/plc4py/drivers/umas/UmasTag.py      | 142 ++--------
 .../readwrite/ModbusPDUReadFifoQueueResponse.py    |   2 +-
 .../plc4py/protocols/umas/readwrite/DataItem.py    | 304 +--------------------
 .../protocols/umas/readwrite/UmasDataType.py       |  42 +--
 .../umas/readwrite/UmasMemoryBlockBasicInfo.py     |  35 +--
 .../plc4py/protocols/umas/readwrite/UmasPDUItem.py |   8 +
 .../umas/readwrite/UmasPDUPlcIdentResponse.py      |  41 ++-
 .../umas/readwrite/UmasPDUPlcStatusResponse.py     |  50 +++-
 .../readwrite/UmasPDUReadDatatypeNamesResponse.py  |  42 +--
 .../readwrite/UmasPDUReadMemoryBlockResponse.py    |  25 +-
 .../UmasPDUReadUnlocatedVariableNamesRequest.py    |  36 ++-
 .../UmasPDUReadUnlocatedVariableNamesResponse.py   |  40 +--
 .../UmasPDUReadUnlocatedVariableResponse.py        |   2 +-
 ...eResponse.py => UmasPDUReadVariableResponse.py} |  36 ++-
 sandbox/plc4py/plc4py/spi/generation/ReadBuffer.py |  57 +++-
 .../plc4py/drivers/umas/test_umas_connection.py    |   6 +-
 .../tests/unit/plc4py/spi/test_read_buffer.py      |  18 +-
 22 files changed, 452 insertions(+), 699 deletions(-)
 copy 
sandbox/plc4py/plc4py/protocols/umas/readwrite/{UmasPDUReadUnlocatedVariableResponse.py
 => UmasPDUReadVariableResponse.py} (73%)

Reply via email to