openscd / open-scd

A substation configuration description editor for projects using SCL IEC 61850-6 Edition 2 or greater
https://openscd.github.io
Apache License 2.0
105 stars 38 forks source link

Handling of configuration revision #562

Open JakobVogelsang opened 2 years ago

JakobVogelsang commented 2 years ago

The attribute confRev that is part of a control block like GSEControl is standardized to:

  1. Missing datSet : 0
  2. New control block: 1
  3. change anything about the control block offline +10000
  4. change something about the control block +1
michelguerin commented 3 weeks ago

@JakobVogelsang , could explain further this issue ? What should the conRef output be ? What is the current behaviour ? What is the expected behaviour ?