Table of Contents |
---|
...
Epochen
Epochen sind Zeitabschnitte, die eine Anlagenkonfiguration beschreiben. Bei Änderungen z.B. durch den Tausch eines angeschlossenen Gerätes, wird eine neue Epoche für Ihre Anlage angelegt.
...
Epoche 2: “WR 3” wurde hinzugefügt
Epoche 3: “WR 2” wurde durch “WR 2B” ersetzt
Drawio | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
ComponentIds (id) werden pro Epoche neu erzeugt.
CrossEpochIds bleiben über die Lebenszeit der Komponente gleich.
Drawio | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Beispiel aus API Call
Code Block |
---|
GET {{baseURL}}/api/v1/{{portal}}/datasource/plant/{{plantId}}/components/YYYY-MM-DD |
Epoche 1
Code Block | ||
---|---|---|
| ||
[ { "id": "a2a62c37-...", "mpptrackers": [ {...} ], "moduleStrings": [], "moduleField": null, "crossEpochId": "abcd123...", } ] |
...
Code Block | ||
---|---|---|
| ||
[ { "id": "0eb47529-...", "mpptrackers": [ {...} ], "moduleStrings": [], "moduleField": null, "crossEpochId": "xyz789...", } ] |
Info |
---|
CrossEpochIds sind nur für Komponenten notwendig. Für Werte auf Anlagen-Level sind diese IDs nicht notwendig. |