feat: allow application MMS process-control runtimes - #52
Draft
masarray wants to merge 3 commits into
Draft
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
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.
What changed
MmsCompositeAssociationRuntimeso multiple per-association MMS runtimes can coexistAssociationRuntimeFactorytoIedSimulatorMmsServerOptionsWhy
ARVREL's AVR virtual IED needs IEC 61850 process controls and writable AVR setting points while reusing the existing ARIEC61850 TPKT/COTP/ACSE/MMS server, BER dispatcher and reporting runtime. This extension lets an application claim only explicitly modeled process targets. Every unrelated write still reaches the existing read-only guard.
ARVREL consumer
ARVREL PR #89 pins commit
0e1e2de693bc3f5427f6b1f23fcc6c3e6fe1f60efrom this branch and supplies a per-association AVR runtime for:ATCC1.AutoATCC1.LTCBlkYLTC1.TapChgThe application runtime queues accepted commands back to ARVREL's WPF/AVR authority thread; the MMS socket worker does not mutate the regulator engine directly.
Safety / compatibility
Validation
.NET CI #255passes build and test for commit0e1e2de693bc3f5427f6b1f23fcc6c3e6fe1f60e.NET CI #533also builds/tests successfully while consuming this exact commit