P3: generic SV explorer and SCL-driven semantics#50
Draft
masarray wants to merge 21 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.
Direction correction
The earlier profile-manifest direction has been removed from this PR. ArSubsv is being hardened as a generic IEC 61850 Sampled Values explorer: one wire parser, generic raw seqOfData inspection, and SCL-driven semantics. Manufacturer or device identity must never select decoding, channel order, scaling, quality interpretation, or health logic.
Implemented
SvGenericPayloadInspectorfor vendor-neutral seqOfData inspectionSvGenericAsduInspectorfor svID, datSet, smpCnt, confRev, smpSynch, refrTm presence, smpRate, smpMod, and generic payload evidenceSafety boundary
This tranche corrects the public presentation and scaling path, but the legacy unbound auto-layout routine still exists internally in
SvStreamRuntime. Its generated labels are neutralized before presentation and no longer activate engineering scaling. The next tranche will remove that runtime routine entirely and feedSvGenericPayloadInspectordirectly into the snapshot model.Next tranche
SvStreamSnapshotand evidence reportsValidation at head
12dd0abThe PR remains draft because the internal runtime auto-layout removal and real SCL/PCAP visual validation are still pending.