Compare commits

18 Commits

Author SHA1 Message Date
80de324b32 Update reactor submodule to latest commit 2025-11-28 11:53:57 +01:00
c8d5ea0fce Update submodule commits for reactor and rotatingMachine 2025-11-21 14:49:50 +01:00
b871b23c24 Remove TensorFlow dependencies from package.json 2025-11-21 11:56:59 +01:00
91b681a74d Add additional sensors 2025-11-12 10:48:38 +01:00
76d2008e52 Update submodule commits and package-lock.json dependencies 2025-11-12 10:30:51 +01:00
3c304f14e5 Update submodules for recirculation implementation 2025-11-06 15:03:43 +01:00
24c443840b Add settler to package.json 2025-10-31 12:14:58 +01:00
c4c8629c01 add settler submodule 2025-10-31 12:11:50 +01:00
609c72cedc Merge pull request 'dev-Rene' (#5) from dev-Rene into main
Reviewed-on: #5
2025-10-24 19:25:04 +00:00
znetsixe
f299e125ea Merge branch 'dev-Rene' of https://gitea.centraal.wbd-rd.nl/RnD/EVOLV into dev-Rene 2025-10-24 21:24:40 +02:00
Rene De ren
3a181e78f3 added pumpingstation 2025-10-24 21:24:35 +02:00
Rene De ren
5761fd382e remove pumpingstation in git 2025-10-24 21:24:23 +02:00
znetsixe
04d0b50b3d updates 2025-10-24 21:23:40 +02:00
znetsixe
d5a802f04f test pumpingstation fix? 2025-10-24 21:10:23 +02:00
Rene De ren
fa8aa0c527 added pumpingstation 2025-10-24 15:15:51 +02:00
Rene De ren
d9cced8932 remove pumpingstation in git 2025-10-24 15:13:03 +02:00
znetsixe
53d1e9ac31 new commits 2025-10-23 10:21:28 +02:00
znetsixe
ba2070e65e updates 2025-10-21 12:45:30 +02:00
10 changed files with 18 additions and 1333 deletions

5
.gitmodules vendored
View File

@@ -31,4 +31,7 @@
url = https://gitea.centraal.wbd-rd.nl/RnD/reactor.git
[submodule "nodes/pumpingStation"]
path = nodes/pumpingStation
url = https://gitea.centraal.wbd-rd.nl/RnD/pumpingStation.git
url = https://gitea.centraal.wbd-rd.nl/RnD/pumpingStation
[submodule "nodes/settler"]
path = nodes/settler
url = https://gitea.centraal.wbd-rd.nl/RnD/settler.git

1
nodes/settler Submodule

Submodule nodes/settler added at 7f2d326612

1325
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,19 +15,17 @@
"machineGroupControl": "nodes/machineGroupControl/mgc.js",
"measurement": "nodes/measurement/measurement.js",
"monster": "nodes/monster/monster.js",
"pumpingstation": "nodes/pumpingStation/pumpingStation.js",
"reactor": "nodes/reactor/reactor.js",
"rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js",
"settler": "nodes/settler/settler.js",
"valve": "nodes/valve/valve.js",
"valveGroupControl": "nodes/valveGroupControl/vgc.js",
"pumpingstation": "nodes/pumpingStation/pumpingStation.js"
"valveGroupControl": "nodes/valveGroupControl/vgc.js"
}
},
"author": "Rene De Ren, Pim Moerman, Janneke Tack, Sjoerd Fijnje, Dieke Gabriels, pieter van der wilt",
"license": "SEE LICENSE",
"dependencies": {
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-node": "^4.22.0",
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
"mathjs": "^13.2.0"
}