feat(mock): Script fetchAnalogInputsData auf ES-Module (.mjs) umgestellt, Datum automatisch gesetzt

This commit is contained in:
ISA
2025-07-21 14:21:38 +02:00
parent 30d396896d
commit 697cae9848
31 changed files with 195526 additions and 63674 deletions

View File

@@ -11,7 +11,7 @@
],
"win_analogInputsLabels": [
"'AE 1'",
"'Temperatur'",
"Temperatur",
"'AE 3'",
"'AE 4'",
"'AE 5'",
@@ -21,7 +21,7 @@
],
"win_analogInputsUnits": [
"'V'",
"'V'",
"°C",
"'V'",
"'V'",
"'mA'",
@@ -31,7 +31,7 @@
],
"win_analogInputsFactor": [
"21.999",
"1.000",
1,
"1.000",
"1.000",
"1.000",
@@ -41,7 +41,7 @@
],
"win_analogInputsOffset": [
"21.999",
"0.000",
0,
"0.000",
"0.000",
"0.000",
@@ -49,10 +49,19 @@
"0.000",
"0.000"
],
"win_analogInputsWeighting": ["0", "0", "0", "0", "0", "0", "0", "0"],
"win_analogInputsWeighting": [
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0"
],
"win_analogInputsLoggerIntervall": [
"21",
"10",
10,
"10",
"10",
"10",
@@ -60,4 +69,4 @@
"10",
"10"
]
}
}