-
Notifications
You must be signed in to change notification settings - Fork 2
[NEW-FEATURE] I/O view in the hmi #881
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…Y in 'src/io/app/src/IO/HwIDs.st' NFI why. BLOCKING. already costs me 6 working hours
…ature-io-view-in-the-hmi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces major updates to the hardware configuration and IO mapping for the PLC line, with a focus on integrating a new Balluff IO-Link module (
bni00l3_2) and updating related system constants, IO addresses, and device templates. It also improves PowerShell scripts for branch creation and dev branch checks, and adds a new UI component to the Blazor app.Hardware and IO Integration
bni00l3_2), including its hardware identifiers, IO addresses, and device YAML definition. This includes new types and mappings for its 16 DI channels and IO-Link master. [1] [2] [3]plc_line_HwIdentifiers.stto support the new device and revised existing ET200SP and profinet identifiers. [1] [2]BNI00L3_IDM_LinkModule_16_DI.hwl.yml) for the Balluff IO-Link module, defining its submodules and port configurations.bnixg35080b5r067.hwl.yml→bni00l3.hwl.yml) to match new naming conventions and module definitions. [1] [2] [3]plc_line.hwl.yml) to add a second PROFINET interface, link the new Balluff device, and update device interface references. [1] [2]PowerShell Script Improvements
_create_issue_branch.ps1to support listing issues by assignee or all open issues, with improved logic for determining the effective assignee and output._is_on_dev_nothing_to_commit.ps1to use integer return values for branch and commit status checks, improving reliability in script integration.Blazor UI Updates
Component_5) to the Blazor app, providing command and status views for a new component. [1] [2]closes [NEW-FEATURE] I/O view in the hmi #878