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

Cleanup of various handling of S7 types #1259

Merged
merged 22 commits into from
Dec 7, 2023
Merged

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    b9b9307 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    c93b723 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c5266c View commit details
    Browse the repository at this point in the history
  3. fix: Fixed some tests.

    chrisdutz committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    cefb32a View commit details
    Browse the repository at this point in the history
  4. fix: Fixed some tests.

    chrisdutz committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    bb19223 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    845fd81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bfda20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5e854d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a5d850d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf619ae View commit details
    Browse the repository at this point in the history
  10. feat: Re-added the manual test for my local S7-Modbus and added the M…

    …odbusPal version in parallel
    chrisdutz committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ccf1ace View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    2da3dd4 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. fix: Made it possible to use signed integers for creating PlcTIME val…

    …ues in Go (Needed to add explicit casts to the generated Go gode)
    chrisdutz committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    c031ec6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90500e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00b58d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Updating repo.

    ceos01 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8239d10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2faf2a3 View commit details
    Browse the repository at this point in the history
  3. Fix read/write S5TIME type.

    ceos01 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    20c3a25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6705810 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. chore: Updated vendor ids

    chrisdutz committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a37195d View commit details
    Browse the repository at this point in the history
  2. fix: Made all dates and times use UTC, as we were having issues with …

    …timezones behind the UTC timezone.
    chrisdutz committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4aa7d3d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/develop' into feature/s7strings

    # Conflicts:
    #	plc4go/protocols/bacnetip/readwrite/model/BACnetVendorId.go
    #	plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.go
    #	plc4j/drivers/bacnet/src/main/generated/org/apache/plc4x/java/bacnetip/readwrite/BACnetVendorId.java
    #	plc4j/drivers/knxnetip/src/main/generated/org/apache/plc4x/java/knxnetip/readwrite/KnxManufacturer.java
    #	plc4net/drivers/knxnetip/src/drivers/knxnetip/readwrite/model/KnxManufacturer.cs
    #	protocols/bacnetip/src/main/generated/protocols/bacnetip/bacnet-vendorids.mspec
    #	protocols/knxnetip/src/main/generated/protocols/knxnetip/knx-master-data.mspec
    chrisdutz committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a8a98f4 View commit details
    Browse the repository at this point in the history