Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/modbus optimizer #1744

Merged
merged 10 commits into from
Sep 5, 2024
Merged

Feature/modbus optimizer #1744

merged 10 commits into from
Sep 5, 2024

Commits on Sep 4, 2024

  1. refactor: Replaced the vavr Either class with one dedicated to the op…

    …timizer in order to eliminate unneeded dependencies.
    chrisdutz committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    af1c616 View commit details
    Browse the repository at this point in the history
  2. refactor: Updated all except python to generate the updated mspecs fo…

    …r the optimized Modbus driver.
    chrisdutz committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f40ea18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f367f0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c190229 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    e325df2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f17ae22 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/feature/modbus-optimizer' into f…

    …eature/modbus-optimizer
    
    # Conflicts:
    #	plc4py/plc4py/protocols/modbus/readwrite/DataItem.py
    #	plc4py/plc4py/protocols/modbus/readwrite/ModbusDataType.py
    #	plc4py/plc4py/protocols/simulated/readwrite/DataItem.py
    chrisdutz committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    424b2f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    618cdd1 View commit details
    Browse the repository at this point in the history
  5. feat: Added settings for the maximum number of clils and registers ad…

    …dressable in one request to the modbus driver.
    chrisdutz committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3526109 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    520dcfa View commit details
    Browse the repository at this point in the history