feat: digitalOutputs separate jsSimulatedProd mode
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -1,3 +1,15 @@
|
||||
## [1.6.443] – 2025-06-22
|
||||
|
||||
- feat: jsSimulatedProd-Modus für analoge & digitale Eingänge implementiert
|
||||
|
||||
- neuen Modus `jsSimulatedProd` eingeführt für realitätsnahe Simulation auf Basis echter Produktionsdaten
|
||||
- analoge Eingänge: analogInputsMockData.js eingebunden und dynamisch per Script geladen
|
||||
- digitale Eingänge: digitalInputsMockData.js eingebunden mit window-Variablen (z. B. win_de_state, win_de_label etc.)
|
||||
- fetchAnalogInputsService.ts und fetchDigitalInputsService.ts angepasst zur Modusprüfung und Script-Auswertung
|
||||
- getAnalogInputsHandler.ts und getDigitalInputsHandler.ts geben im jsSimulatedProd-Modus JavaScript-Dateien aus
|
||||
- .env.development setzt `NEXT_PUBLIC_CPL_MODE=jsSimulatedProd`
|
||||
|
||||
---
|
||||
## [1.6.442] – 2025-06-22
|
||||
|
||||
- docs: add full architecture diagram and data flow for json, jsmock and production modes
|
||||
|
||||
Reference in New Issue
Block a user