Integrate ARIEC61850 DataSet bindings without app-side IEC heuristics - #169
Merged
Conversation
Owner
Author
|
Cross-thread handoff / ownership guardrail:
Merge dependency: engine #59 -> final main SHA -> update this PR's lock -> rerun CI -> then app merge. |
Owner
Author
|
Integration baseline audit update:
Remaining cleanup before this draft should be considered final: |
masarray
force-pushed
the
integrate/ariec61850-dataset-semantic-bindings
branch
from
August 13, 2026 23:32
b075646 to
f77f15f
Compare
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.
Integration baseline for consuming ARIEC61850-owned SCL/DataSet/live binding output in ARSAS.
Ownership boundary
ARIEC61850 is authoritative for IEC 61850 protocol/model semantics, including FCD/FCDA resolution, CDC/value semantics, canonical MMS targets, FC validation, DataSet member fidelity, SCL-vs-live reconciliation, and future exact targeted probe decisions.
ARSAS must not add new protocol heuristics such as MMTR/BCR/actVal rules, ST->stVal fallback, FCDA prefix matching, canonical MMS reference logic, or vendor-specific semantic recovery. ARSAS remains responsible for GUI/UX, FAT/Excel workflow, performance, multi-IED/session behavior, reconnect/cache, and evidence presentation.
What this PR does
Iec61850DataSetSemanticBindingResolveroutput for SCL DataSet row binding instead of re-implementing DataSet member semantics in ARSAS.Iec61850MonitorDevice.LiveDiscoveryModelis available fromNativeIec61850Client.LastLiveModel, SCL comparison uses the engine design model against that native live model. A projectedSignalDefinitioncomparison result cannot overwrite the native-model comparison.SclLiveSignalModelProjectiononly as fallback/legacy infrastructure when no native live model exists.Explicitly deferred
False
SIGNAL MISSINGremediation is intentionally not implemented here. FAT missing/not-missing decisions will wait for the ARIEC61850 reconciliation + targeted probe API so ARSAS can consume authoritative engine evidence rather than invent local reference/probe heuristics.Merge dependency
ARIEC61850 PR #59 -> final merged
mainSHA -> updateengines/ARIEC61850.lock.json-> rerun ARSAS CI -> merge this PR.