Add model 64416 (DERGridForming) — grid-forming inverter control model#277
Open
dersecure wants to merge 1 commit into
Open
Add model 64416 (DERGridForming) — grid-forming inverter control model#277dersecure wants to merge 1 commit into
dersecure wants to merge 1 commit into
Conversation
Proposed DER grid-forming (GFM) control model covering mode/state, control-law parameters (droop, virtual inertia, damping ratio, virtual impedance), setpoints and ramps, current limiting, observability (internal angle/voltage, RoCoF, power decomposition), black-start, synchronization, and multi-unit coordination. Informative detail fields cite grid-forming tuning references (ERCOT AGS-ESR, IEEE 2800). JSON validates against schema.json.
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.
Summary
Adds model 64416 (
DERGridForming), a proposed vendor model forgrid-forming (GFM) inverter control. As distributed energy resources increasingly
operate as grid-forming voltage sources, there is no SunSpec model that exposes
the GFM control surface over Modbus. This model fills that gap.
The model covers, in one block:
GridMd,GridStCtrlAlg,DroopP,DroopQ,InertiaH,Damping(damping ratio),DampTms,VirtualX,VirtualR,FilterTmsWSet,VarSet,VRef,HzRef,PRmpUp/Dn,VRmp,HzRmpIMaxCont,IMaxTrans,IMaxDur,LimMode,IInst,ROCOFLim,MaxAngThetaInv,EInv,ROCOF,PInert,PDroop,PRef,PSync,PDamper,AngStroke,SyncStat,ModeDemotedBSEna,BSVRamp,BSHzRamp,BSDwell,AIOvrSyncEna,SyncVTol,SyncHzTol,SyncAngTolUnitRole,UnitID,LeaderHzGainInformative
detailfields on the control-law and protection points citegrid-forming tuning references (ERCOT AGS-ESR minimum inertia, IEEE 2800
ride-through capabilities) so integrators have concrete starting points.
Notes for reviewers
SunSpec assigns for this contribution.
json/model_64416.jsonvalidates againstschema.json(
make checkpasses). Ansmdx/counterpart can follow if desired — the repocurrently has json-only models as well.
definition. Contributor CLA is signed.